From owner-svn-ports-head@freebsd.org Sun Sep 20 01:11:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB8A1A02205; Sun, 20 Sep 2015 01:11:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2E7C1CA3; Sun, 20 Sep 2015 01:11:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1Bfqf097867; Sun, 20 Sep 2015 01:11:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1BfH9097866; Sun, 20 Sep 2015 01:11:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200111.t8K1BfH9097866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397342 - head/multimedia/kodi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:11:41 -0000 Author: jbeich Date: Sun Sep 20 01:11:40 2015 New Revision: 397342 URL: https://svnweb.freebsd.org/changeset/ports/397342 Log: multimedia/kodi: minor cleanup - Convert to USE_GL - Convert _VARS option helper - Adjust PLIST_SUB outside of conditional - Drop 8.x support Approved by: portmgr blanket Modified: head/multimedia/kodi/Makefile (contents, props changed) Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Sat Sep 19 23:38:53 2015 (r397341) +++ head/multimedia/kodi/Makefile Sun Sep 20 01:11:40 2015 (r397342) @@ -31,7 +31,6 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi libdbus-1.so:${PORTSDIR}/devel/dbus \ libdrm.so:${PORTSDIR}/graphics/libdrm \ libenca.so:${PORTSDIR}/converters/enca \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libFLAC.so:${PORTSDIR}/audio/flac \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -65,16 +64,21 @@ USES= autoreconf:build gettext gmake ic pkgconfig python:2 GNU_CONFIGURE= yes USE_XORG= xt xmu xtst xrandr -USE_GL= glu +USE_GL= glu glew USE_SDL= image sdl2 USE_JAVA= yes JAVA_BUILD= jre NOPRECIOUSMAKEVARS= yes INSTALLS_ICONS= yes + ONLY_FOR_ARCHS= i386 amd64 +KODI_ARCH_i386= x86 +KODI_ARCH_amd64=x86_64 WRKSRC= ${WRKDIR}/xbmc-${DISTVERSION}-Helix +PLIST_SUB= ARCH=${KODI_ARCH_${ARCH}} + OPTIONS_SUB= yes OPTIONS_DEFINE= AIRPLAY AIRTUNES AVAHI CEC DOCS \ LIBBLURAY LIRC MYSQL NFS NONFREE RTMP \ @@ -113,6 +117,8 @@ NFS_LIB_DEPENDS= libnfs.so:${PORTSDIR}/n NFS_CONFIGURE_ENABLE= nfs NONFREE_CONFIGURE_ENABLE= non-free +NONFREE_VARS= NO_CDROM="Restricted binary distribution" \ + NO_PACKAGE="Restricted binary distribution" RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp RTMP_CONFIGURE_ENABLE= rtmp @@ -136,25 +142,6 @@ SFTP_CONFIGURE_ENABLE= ssh CONFIGURE_ARGS+= --disable-debug --disable-alsa --disable-pulse -.include - -.if ${ARCH} == i386 -PLIST_SUB+= ARCH="x86" -.else -PLIST_SUB+= ARCH="x86_64" -.endif - -.if ${OSVERSION} < 900033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -.endif - -.if ${PORT_OPTIONS:MNONFREE} -NO_CDROM= Restricted binary distribution -NO_PACKAGE= ${NO_CDROM} -.endif - post-extract: ${MKDIR} ${WRKSRC}/tools/depends/target/ffmpeg/${GH_PROJECT}-${GH_TAGNAME} ${TAR} --strip-components=1 -xf ${DISTDIR}/${GH_PROJECT}-${GH_TAGNAME}.tar.gz \ From owner-svn-ports-head@freebsd.org Sun Sep 20 01:11:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFF6A02239; Sun, 20 Sep 2015 01:11:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C32041DAD; Sun, 20 Sep 2015 01:11:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1BueQ000489; Sun, 20 Sep 2015 01:11:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1Bub5000488; Sun, 20 Sep 2015 01:11:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200111.t8K1Bub5000488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397343 - head/multimedia/plexhometheater X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:11:57 -0000 Author: jbeich Date: Sun Sep 20 01:11:55 2015 New Revision: 397343 URL: https://svnweb.freebsd.org/changeset/ports/397343 Log: multimedia/plexhometheater: minor cleanup - Convert to USE_GL - Adjust PLIST_SUB outside of conditional - Drop 8.x support - OPSYS/OSVERSION also defined in .options.mk Approved by: portmgr blanket Modified: head/multimedia/plexhometheater/Makefile (contents, props changed) Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Sun Sep 20 01:11:40 2015 (r397342) +++ head/multimedia/plexhometheater/Makefile Sun Sep 20 01:11:55 2015 (r397343) @@ -34,7 +34,6 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfribidi.so:${PORTSDIR}/converters/fribidi \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libhal.so:${PORTSDIR}/sysutils/hal \ libjasper.so:${PORTSDIR}/graphics/jasper \ liblzo2.so:${PORTSDIR}/archivers/lzo2 \ @@ -78,14 +77,18 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCAL CFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= xt xmu xtst xrandr -USE_GL= glu +USE_GL= glu glew USE_SDL= image sdl mixer INSTALLS_ICONS= yes + ONLY_FOR_ARCHS= i386 amd64 +PLEX_ARCH_i386= x86 +PLEX_ARCH_amd64=x86_64 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} SUB_FILES= ${PORTNAME}.sh pkg-message +PLIST_SUB= ARCH=${PLEX_ARCH_${ARCH}} DESKTOP_ENTRIES="Plex Home Theater" \ "${COMMENT}" \ @@ -109,18 +112,7 @@ LIRC_RUN_DEPENDS= lircd:${PORTSDIR}/comm PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio:BOOL=true -.include - -.if ${ARCH} == i386 -PLIST_SUB+= ARCH="x86" -.else -PLIST_SUB+= ARCH="x86_64" -.endif - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 900033 -USE_BINUTILS= yes -MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin -.endif +.include post-patch: @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/FFMPEG_ARCH/' \ @@ -146,4 +138,4 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*.so ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin -.include +.include From owner-svn-ports-head@freebsd.org Sun Sep 20 01:12:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43947A02282; Sun, 20 Sep 2015 01:12:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 319F71EA9; Sun, 20 Sep 2015 01:12:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1CApC000590; Sun, 20 Sep 2015 01:12:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1CAY8000589; Sun, 20 Sep 2015 01:12:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200112.t8K1CAY8000589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397344 - head/math/cgal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:12:10 -0000 Author: jbeich Date: Sun Sep 20 01:12:09 2015 New Revision: 397344 URL: https://svnweb.freebsd.org/changeset/ports/397344 Log: math/cgal: minor cleanup - Convert to USE_GL - Convert to option helpers - Deduplicate GUI option Approved by: portmgr blanket Modified: head/math/cgal/Makefile (contents, props changed) Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Sun Sep 20 01:11:55 2015 (r397343) +++ head/math/cgal/Makefile Sun Sep 20 01:12:09 2015 (r397344) @@ -20,26 +20,19 @@ LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math USE_LDCONFIG= yes USES= cmake tar:bzip2 shebangfix +USE_QT4= corelib qmake_build moc_build rcc_build uic_build svg +CMAKE_ARGS= -DWITH_CGAL_Qt3=OFF SHEBANG_FILES= scripts/cgal_create_CMakeLists HAS_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= GUI OPTIONS_DEFAULT= GUI -GUI_DESC= Build libCGAL_ImageIO and libCGAL_Qt4 - -.include +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MGUI} -USE_QT4= corelib qmake_build moc_build rcc_build uic_build gui opengl svg -LIB_DEPENDS+= libGLU.so:${PORTSDIR}/graphics/libGLU -CMAKE_ARGS= -DWITH_CGAL_Qt3=OFF -PLIST_SUB+= GUI="" -.else -USE_QT4= corelib qmake_build moc_build rcc_build svg uic_build -CMAKE_ARGS= -DWITH_CGAL_Qt4=OFF -DWITH_CGAL_ImageIO=OFF -DWITH_CGAL_Qt3=OFF -PLIST_SUB+= GUI="@comment " -.endif +GUI_DESC= Build libCGAL_ImageIO and libCGAL_Qt4 +GUI_USE= GL=glu QT4=gui,opengl +GUI_CMAKE_OFF= -DWITH_CGAL_Qt4=OFF -DWITH_CGAL_ImageIO=OFF post-install: ${INSTALL_MAN} ${WRKSRC}/auxiliary/cgal_create_cmake_script.1 ${STAGEDIR}${PREFIX}/man/man1/ From owner-svn-ports-head@freebsd.org Sun Sep 20 01:12:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32600A022EE; Sun, 20 Sep 2015 01:12:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23C971F98; Sun, 20 Sep 2015 01:12:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1CNrB000687; Sun, 20 Sep 2015 01:12:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1CNwd000686; Sun, 20 Sep 2015 01:12:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200112.t8K1CNwd000686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397345 - head/multimedia/bino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:12:23 -0000 Author: jbeich Date: Sun Sep 20 01:12:22 2015 New Revision: 397345 URL: https://svnweb.freebsd.org/changeset/ports/397345 Log: multimedia/bino: minor cleanup - Convert to USE_GL - Convert to option helpers - Register MimeType via desktop-file-utils Approved by: portmgr blanket Modified: head/multimedia/bino/Makefile (contents, props changed) Modified: head/multimedia/bino/Makefile ============================================================================== --- head/multimedia/bino/Makefile Sun Sep 20 01:12:09 2015 (r397344) +++ head/multimedia/bino/Makefile Sun Sep 20 01:12:22 2015 (r397345) @@ -3,16 +3,17 @@ PORTNAME= bino PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://download.savannah.nongnu.org/releases/bino/ http://levsha.me/ports/distfiles/ MAINTAINER= i@levsha.me COMMENT= 3D video player with multi-display support -LICENSE= GPLv3 +LICENSE= GPLv3 # or any later version -USES= gmake pkgconfig tar:xz +USES= desktop-file-utils gmake pkgconfig tar:xz +USE_GL= glew GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_QT4= moc_build opengl rcc_build @@ -22,22 +23,15 @@ CONFIGURE_ARGS+= --without-equalizer --w LIB_DEPENDS+= libass.so:${PORTSDIR}/multimedia/libass \ libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libopenal.so:${PORTSDIR}/audio/openal-soft INFO= bino OPTIONS_DEFINE= NLS DOCS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE=nls # fixes build on non UTF-8 enviroments post-patch: From owner-svn-ports-head@freebsd.org Sun Sep 20 01:12:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0942A0232E; Sun, 20 Sep 2015 01:12:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8010107A; Sun, 20 Sep 2015 01:12:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1CaOY000788; Sun, 20 Sep 2015 01:12:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1CaYW000787; Sun, 20 Sep 2015 01:12:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200112.t8K1CaYW000787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397346 - head/games/arx-libertatis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:12:37 -0000 Author: jbeich Date: Sun Sep 20 01:12:35 2015 New Revision: 397346 URL: https://svnweb.freebsd.org/changeset/ports/397346 Log: games/arx-libertatis: minor cleanup - Convert to USE_GL - Convert to option helpers Approved by: portmgr blanket Modified: head/games/arx-libertatis/Makefile (contents, props changed) Modified: head/games/arx-libertatis/Makefile ============================================================================== --- head/games/arx-libertatis/Makefile Sun Sep 20 01:12:22 2015 (r397345) +++ head/games/arx-libertatis/Makefile Sun Sep 20 01:12:35 2015 (r397346) @@ -14,13 +14,12 @@ COMMENT= Cross-platform port of Arx Fata LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/ARX_PUBLIC_LICENSE.txt -LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew \ - libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/foreach.hpp:${PORTSDIR}/devel/boost-libs USES= cmake openal tar:xz USE_SDL= sdl -USE_GL= gl +USE_GL= gl glew CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR="man" -DDATA_DIR=arx -DSTRICT_USE=ON SUB_FILES= pkg-message @@ -28,19 +27,16 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS CHANGELOG README.md OPTIONS_DEFINE= CRASHREPORTER DOCS +OPTIONS_SUB= yes + CRASHREPORTER_DESC= Build crash reporter (requires Qt4) +CRASHREPORTER_USE= QT4=corelib,gui,network \ + QT4=rcc_build,moc_build,uic_build,qmake_build +CRASHREPORTER_CMAKE_ON= -DBUILD_CRASHREPORTER=ON -DUSE_QT5=OFF +CRASHREPORTER_CMAKE_OFF=-DBUILD_CRASHREPORTER=OFF .include -.if ${PORT_OPTIONS:MCRASHREPORTER} -USE_QT4= corelib gui network rcc_build moc_build uic_build qmake_build -CMAKE_ARGS+= -DBUILD_CRASHREPORTER=ON -DUSE_QT5=OFF -PLIST_SUB+= CRASHREPORTER="" -.else -CMAKE_ARGS+= -DBUILD_CRASHREPORTER=OFF -PLIST_SUB+= CRASHREPORTER="@comment " -.endif - post-patch: .if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1000705 && ${OSVERSION} < 1001503) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100046)) # Workaround for clang 3.4 bug: it crashes when debug info is enabled From owner-svn-ports-head@freebsd.org Sun Sep 20 01:12:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D774CA0237E; Sun, 20 Sep 2015 01:12:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8C02115D; Sun, 20 Sep 2015 01:12:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1CndV000900; Sun, 20 Sep 2015 01:12:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1CnVR000899; Sun, 20 Sep 2015 01:12:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200112.t8K1CnVR000899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397347 - head/games/stepmania-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:12:49 -0000 Author: jbeich Date: Sun Sep 20 01:12:48 2015 New Revision: 397347 URL: https://svnweb.freebsd.org/changeset/ports/397347 Log: games/stepmania-devel: minor cleanup - Convert to USE_GL - Convert to option helpers Modified: head/games/stepmania-devel/Makefile (contents, props changed) Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Sun Sep 20 01:12:35 2015 (r397346) +++ head/games/stepmania-devel/Makefile Sun Sep 20 01:12:48 2015 (r397347) @@ -18,8 +18,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ - libGLEW.so:${PORTSDIR}/graphics/glew +LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad OPTIONS_DEFINE= PULSEAUDIO VORBIS DOCS OPTIONS_DEFAULT=VORBIS @@ -28,7 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-SM5-alpha USES= iconv pathfix perl5 pkgconfig shebangfix tar:bzip2 USE_XORG= x11 xau xdmcp xext xrandr xrender xtst -USE_GL= gl glu +USE_GL= gl glu glew USE_GNOME= gtk20 USE_PERL5= build GNU_CONFIGURE= yes @@ -43,13 +42,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lpth VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_WITH= vorbis -.include - -.if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio -.else -CONFIGURE_ENV+= ac_cv_lib_pulse_pa_stream_new=no -.endif +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_CONFIGURE_ENV_OFF= ac_cv_lib_pulse_pa_stream_new=no post-patch: @${REINPLACE_CMD} -e \ From owner-svn-ports-head@freebsd.org Sun Sep 20 01:13:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9428A023BE; Sun, 20 Sep 2015 01:13:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAB25123C; Sun, 20 Sep 2015 01:13:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1D2m2001008; Sun, 20 Sep 2015 01:13:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1D2Ri001007; Sun, 20 Sep 2015 01:13:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200113.t8K1D2Ri001007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397348 - head/games/widelands X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:13:02 -0000 Author: jbeich Date: Sun Sep 20 01:13:01 2015 New Revision: 397348 URL: https://svnweb.freebsd.org/changeset/ports/397348 Log: games/widelands: minor cleanup - Convert to USE_GL - Convert to USES=execinfo Approved by: portmgr blanket Modified: head/games/widelands/Makefile (contents, props changed) Modified: head/games/widelands/Makefile ============================================================================== --- head/games/widelands/Makefile Sun Sep 20 01:12:48 2015 (r397347) +++ head/games/widelands/Makefile Sun Sep 20 01:13:01 2015 (r397348) @@ -15,17 +15,17 @@ COMMENT= Realtime strategy game inspired LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libGLEW.so:${PORTSDIR}/graphics/glew \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= cmake:outsource compiler:c++11-lib gettext lua:51 tar:bzip2 python:build +USES= cmake:outsource compiler:c++11-lib execinfo gettext \ + lua:51 tar:bzip2 python:build CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_INSTALL_DATADIR="share/widelands" \ -DWL_INSTALL_BINDIR="bin" \ -DWL_VERSION="${DISTVERSION}" \ -DWL_COMPILERFLAG_OPTIMIZATIONS="" +USE_GL= glew USE_SDL= sdl mixer image net ttf gfx PLIST_FILES= bin/widelands From owner-svn-ports-head@freebsd.org Sun Sep 20 01:13:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6943A02414; Sun, 20 Sep 2015 01:13:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7F1E1322; Sun, 20 Sep 2015 01:13:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1DFvO001110; Sun, 20 Sep 2015 01:13:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1DFXs001109; Sun, 20 Sep 2015 01:13:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200113.t8K1DFXs001109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397349 - head/x11/virtualgl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:13:15 -0000 Author: jbeich Date: Sun Sep 20 01:13:14 2015 New Revision: 397349 URL: https://svnweb.freebsd.org/changeset/ports/397349 Log: x11/virtualgl: minor cleanup - Convert to USE_GL - Convert to USE_XORG Approved by: portmgr blanket Modified: head/x11/virtualgl/Makefile (contents, props changed) Modified: head/x11/virtualgl/Makefile ============================================================================== --- head/x11/virtualgl/Makefile Sun Sep 20 01:13:01 2015 (r397348) +++ head/x11/virtualgl/Makefile Sun Sep 20 01:13:14 2015 (r397349) @@ -11,20 +11,8 @@ DISTNAME= VirtualGL-${PORTVERSION} MAINTAINER= davidjx8p@gmail.com COMMENT= Redirects commands from an OpenGL app to another X server -LIB_DEPENDS= libGLU.so:${PORTSDIR}/graphics/libGLU \ - libX11.so:${PORTSDIR}/x11/libX11 \ - libXext.so:${PORTSDIR}/x11/libXext \ - libXdamage.so:${PORTSDIR}/x11/libXdamage \ - libXfixes.so:${PORTSDIR}/x11/libXfixes \ - libX11-xcb.so:${PORTSDIR}/x11/libX11 \ - libxcb-glx.so:${PORTSDIR}/x11/libxcb \ - libxcb-dri2.so:${PORTSDIR}/x11/libxcb \ - libxcb.so:${PORTSDIR}/x11/libxcb \ - libXxf86vm.so:${PORTSDIR}/x11/libXxf86vm \ - libdrm.so:${PORTSDIR}/graphics/libdrm \ +LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libXau.so:${PORTSDIR}/x11/libXau \ - libXdmcp.so:${PORTSDIR}/x11/libXdmcp \ libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo # due to the libjpeg-turbo requirement @@ -34,6 +22,8 @@ CMAKE_INSTALL_PREFIX= ${LOCALBASE}/Virtu DOCSDIR= ${LOCALBASE}/VirtualGL/doc USES= cmake +USE_GL= glu +USE_XORG= x11 xau xcb xdamage xdmcp xext xfixes xxf86vm CMAKE_ARGS= -DTJPEG_INCLUDE_DIR=${LOCALBASE}/include -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so USE_LDCONFIG= ${PREFIX}/VirtualGL/fakelib ${PREFIX}/VirtualGL/lib From owner-svn-ports-head@freebsd.org Sun Sep 20 01:13:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05DCDA02465; Sun, 20 Sep 2015 01:13:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6341438; Sun, 20 Sep 2015 01:13:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1DSWC001227; Sun, 20 Sep 2015 01:13:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1DSfI001226; Sun, 20 Sep 2015 01:13:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200113.t8K1DSfI001226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397350 - head/audio/gogglesmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:13:29 -0000 Author: jbeich Date: Sun Sep 20 01:13:28 2015 New Revision: 397350 URL: https://svnweb.freebsd.org/changeset/ports/397350 Log: audio/gogglesmm: minor cleanup - Convert to USE_GL - Drop redundant assignments Modified: head/audio/gogglesmm/Makefile (contents, props changed) Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Sun Sep 20 01:13:14 2015 (r397349) +++ head/audio/gogglesmm/Makefile Sun Sep 20 01:13:28 2015 (r397350) @@ -14,15 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libdbus-1.so:${PORTSDIR}/devel/dbus \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17 USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++0x desktop-file-utils gmake pkgconfig +USE_GL= glew USE_SQLITE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LINK="${CXX}" \ From owner-svn-ports-head@freebsd.org Sun Sep 20 01:13:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA9FDA024B4; Sun, 20 Sep 2015 01:13:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD1361551; Sun, 20 Sep 2015 01:13:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1DpOc001495; Sun, 20 Sep 2015 01:13:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1DmtP001479; Sun, 20 Sep 2015 01:13:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200113.t8K1DmtP001479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397351 - in head: devel/renpy devel/rlvm devel/sfml editors/libreoffice editors/libreoffice4 games/openspades games/phlipple games/scorched3d games/warzone2100 graphics/gource graphics... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:13:52 -0000 Author: jbeich Date: Sun Sep 20 01:13:47 2015 New Revision: 397351 URL: https://svnweb.freebsd.org/changeset/ports/397351 Log: Convert the rest to USE_GL Tested by: make describe (only touched ports) Approved by: portmgr blanket Modified: head/devel/renpy/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/devel/sfml/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/games/openspades/Makefile (contents, props changed) head/games/phlipple/Makefile (contents, props changed) head/games/scorched3d/Makefile (contents, props changed) head/games/warzone2100/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/libEGL/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libprojectm/Makefile (contents, props changed) Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/devel/renpy/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -18,7 +18,6 @@ LICENSE_PERMS_DejaVu= dist-mirror dist-s BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 \ cython:${PORTSDIR}/lang/cython LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libpng.so:${PORTSDIR}/graphics/png \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 @@ -28,6 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game PORTSCOUT= site:http://www.renpy.org/dl/release/ USES= python:2.7 shebangfix tar:bz2 +USE_GL= glew USE_PYTHON= autoplist distutils USE_SDL= sdl2 EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/devel/rlvm/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -13,8 +13,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libboost_serialization.so:${PORTSDIR}/devel/boost-libs \ - libguichan.so:${PORTSDIR}/devel/guichan \ - libGLEW.so:${PORTSDIR}/graphics/glew + libguichan.so:${PORTSDIR}/devel/guichan RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu USE_GITHUB= yes @@ -22,7 +21,7 @@ GH_ACCOUNT= eglaysher GH_TAGNAME= 373a3db # release-${PORTVERSION} USES= compiler:c++11-lib pkgconfig scons -USE_GL= yes +USE_GL= glew glu USE_GNOME= gtk20 USE_SDL= image mixer ttf EXCLUDE= GLEW SDL_image SDL_mixer SDL_ttf gmock gtest guichan \ Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/devel/sfml/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -12,13 +12,12 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and Fast Multimedia Library LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libGLEW.so:${PORTSDIR}/graphics/glew + libfreetype.so:${PORTSDIR}/print/freetype2 USES= cmake dos2unix jpeg openal:al zip:infozip DOS2UNIX_FILES= CMakeLists.txt USE_XORG= x11 xrandr -USE_GL= gl +USE_GL= gl glew USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SFML-${PORTVERSION} Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/editors/libreoffice/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -25,7 +25,6 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev liborcus-0.10.so:${PORTSDIR}/devel/liborcus \ libcurl.so:${PORTSDIR}/ftp/curl \ libcairo.so:${PORTSDIR}/graphics/cairo \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libcdr-0.1.so:${PORTSDIR}/graphics/libcdr01 \ @@ -83,7 +82,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSI GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal -USE_GL= gl glu +USE_GL= gl glew glu USE_OPENLDAP= yes USE_PERL5= build USE_QT4= # empty but required Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/editors/libreoffice4/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -37,7 +37,6 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev liborcus-0.8.so:${PORTSDIR}/devel/liborcus07 \ libcurl.so:${PORTSDIR}/ftp/curl \ libcairo.so:${PORTSDIR}/graphics/cairo \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libcdr-0.1.so:${PORTSDIR}/graphics/libcdr01 \ @@ -85,7 +84,7 @@ _MAKE_JOBS= # GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal -USE_GL= gl glu +USE_GL= gl glew glu USE_OPENLDAP= yes USE_PERL5= build USE_QT4= # empty but required Modified: head/games/openspades/Makefile ============================================================================== --- head/games/openspades/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/games/openspades/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -16,8 +16,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick # for building icons -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libGLEW.so:${PORTSDIR}/graphics/glew +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl BROKEN_FreeBSD_9= does not build on FreeBSD 9.x @@ -30,7 +29,7 @@ CMAKE_ARGS= -DOPENSPADES_RESOURCES=OFF \ -DOPENSPADES_INSTALL_BINARY="bin" \ -DOPENSPADES_INSTALL_RESOURCES="${DATADIR_REL}" USE_SDL= sdl2 image2 -USE_GL= gl +USE_GL= gl glew INSTALLS_ICONS= yes PORTDOCS= * Modified: head/games/phlipple/Makefile ============================================================================== --- head/games/phlipple/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/games/phlipple/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -11,12 +11,11 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Flipping squares will never be the same LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libGLEW.so:${PORTSDIR}/graphics/glew + libvorbis.so:${PORTSDIR}/audio/libvorbis USES= desktop-file-utils pkgconfig USE_SDL= sdl mixer image -USE_GL= gl glu +USE_GL= gl glew glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/scorched3d/Makefile ============================================================================== --- head/games/scorched3d/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/games/scorched3d/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -13,8 +13,7 @@ COMMENT= 3D version of the classic DOS g LICENSE= GPLv2 -LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libpng.so:${PORTSDIR}/graphics/png \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ @@ -24,7 +23,7 @@ OPTIONS_DEFINE= MYSQL WRKSRC= ${WRKDIR}/scorched -USE_GL= glu +USE_GL= glew glu USE_SDL= mixer net sdl USE_WX= 2.8 WX_CONF_ARGS= absolute Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/games/warzone2100/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -17,7 +17,6 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig @@ -25,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/de USES= tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag GNU_CONFIGURE= yes -USE_GL= yes +USE_GL= glew glu USE_SDL= sdl USE_QT4= corelib network script gui moc_build QT_NONSTANDARD= yes Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/graphics/gource/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -15,12 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/ LIB_DEPENDS= libSDL_image.so:${PORTSDIR}/graphics/sdl_image \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libpcre.so:${PORTSDIR}/devel/pcre \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes USES= gmake pkgconfig compiler:c++0x +USE_GL= glew CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/graphics/libEGL/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -11,9 +11,9 @@ COMMENT= OpenEGL library LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libdevq.so:${PORTSDIR}/devel/libdevq \ - libdrm.so:${PORTSDIR}/graphics/libdrm \ - libgbm.so:${PORTSDIR}/graphics/gbm + libdrm.so:${PORTSDIR}/graphics/libdrm +USE_GL= gbm USE_XORG= x11 xau xcb xdmcp # stuff not needed by libEGL but configure wants it Modified: head/graphics/libgltf/Makefile ============================================================================== --- head/graphics/libgltf/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/graphics/libgltf/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -13,9 +13,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm -LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2 +USE_GL= glew USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror Modified: head/graphics/libprojectm/Makefile ============================================================================== --- head/graphics/libprojectm/Makefile Sun Sep 20 01:13:28 2015 (r397350) +++ head/graphics/libprojectm/Makefile Sun Sep 20 01:13:47 2015 (r397351) @@ -13,10 +13,10 @@ COMMENT= Awesome music visualiser LICENSE= LGPL21 LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libfreetype.so:${PORTSDIR}/print/freetype2 USES= cmake +USE_GL= glew CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Sep 20 01:14:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6114CA02509; Sun, 20 Sep 2015 01:14:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51501163D; Sun, 20 Sep 2015 01:14:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K1E7tZ001671; Sun, 20 Sep 2015 01:14:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K1E6Sg001666; Sun, 20 Sep 2015 01:14:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200114.t8K1E6Sg001666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 01:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397352 - in head/games/openra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 01:14:07 -0000 Author: jbeich Date: Sun Sep 20 01:14:05 2015 New Revision: 397352 URL: https://svnweb.freebsd.org/changeset/ports/397352 Log: games/openra: update to 20150830 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20150919 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) head/games/openra/files/patch-Makefile (contents, props changed) head/games/openra/pkg-plist (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sun Sep 20 01:13:47 2015 (r397351) +++ head/games/openra/Makefile Sun Sep 20 01:14:05 2015 (r397352) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= openra -PORTVERSION= 20150614 +PORTVERSION= 20150919 DISTVERSIONPREFIX= release- -PORTREVISION= 5 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ @@ -17,7 +16,7 @@ MASTER_SITES= https://nuget.org/api/v2/p https://nuget.org/api/v2/package/NUnit/2.6.4?dummy=/:NUnit \ https://nuget.org/api/v2/package/Mono.Nat/1.2.21?dummy=/:Mono_Nat \ https://nuget.org/api/v2/package/FuzzyLogicLibrary/1.2.0?dummy=/:FuzzyLogicLibrary \ - https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20140407/:SDL2_CS \ + https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20150709/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/Eluant/releases/download/20140425/:Eluant \ https://geolite.maxmind.com/download/geoip/database/:GeoLite2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -53,9 +52,10 @@ USES= desktop-file-utils gmake lua:51,r shared-mime-info shebangfix SHEBANG_FILES= launch-dedicated.sh USE_SDL= sdl2 -MAKE_ENV= prefix="${PREFIX}" +MAKE_ENV= prefix="${PREFIX}" mandir="${PREFIX}/man" MAKE_ARGS= VERSION="${GH_TAGNAME}" -INSTALL_TARGET= install-all install-linux-mime install-linux-shortcuts +INSTALL_TARGET= install-all install-man-page \ + install-linux-mime install-linux-shortcuts DATADIR= ${PREFIX}/lib/${PORTNAME} PORTDATA= * PORTDOCS= *.html @@ -83,10 +83,8 @@ post-extract: done post-patch: - ${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ - -e '/CP_R/s,hicolor/,hicolor,' \ + ${REINPLACE_CMD} \ -e '\,thirdparty/.*\.sh,d' \ - -e 's/crashdialog/gamemonitor/' \ -e '/echo/!s/ @/ /' \ -e '/^mods:/s/$$/ version/' \ -e '/^docs:/s/$$/ all/' \ @@ -98,9 +96,6 @@ post-patch: ${SED} 's/@LIBLUA51@/liblua-${LUA_VER}.so/' \ ${WRKSRC}/thirdparty/Eluant.dll.config.in \ >${WRKSRC}/Eluant.dll.config -# DragonFly lacks BSD suffix - ${REINPLACE_CMD} -e 's/"BSD"/"${OPSYS}"/' \ - ${WRKSRC}/OpenRA.Game/Platform.cs post-build-DOCS-on: @${ECHO_MSG} Generating HTML documentation... Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Sun Sep 20 01:13:47 2015 (r397351) +++ head/games/openra/distinfo Sun Sep 20 01:14:05 2015 (r397352) @@ -1,5 +1,5 @@ -SHA256 (openra-OpenRA-release-20150614_GH0.tar.gz) = 8e5bbb292438697e1cd761b7fdfe7d0325c66a4f5edd8289943fd2beadcd8a2c -SIZE (openra-OpenRA-release-20150614_GH0.tar.gz) = 15178734 +SHA256 (openra-OpenRA-release-20150919_GH0.tar.gz) = e4f294bcd2e9d1e56dd3c16b74bd4aa8191a15a9de436fed083cecb5bb0618f1 +SIZE (openra-OpenRA-release-20150919_GH0.tar.gz) = 10432411 SHA256 (StyleCopPlus.MSBuild-4.7.49.5.zip) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3 SIZE (StyleCopPlus.MSBuild-4.7.49.5.zip) = 124724 SHA256 (StyleCop.MSBuild-4.7.49.0.zip) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 @@ -22,9 +22,9 @@ SHA256 (Mono.Nat-1.2.21.zip) = fa380d8b5 SIZE (Mono.Nat-1.2.21.zip) = 23598 SHA256 (FuzzyLogicLibrary-1.2.0.zip) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (FuzzyLogicLibrary-1.2.0.zip) = 70571 -SHA256 (SDL2-CS.dll) = 61ea325dad3c585449d606c031d6fb2d37ac517ddae78851790846a35dc4d47f -SIZE (SDL2-CS.dll) = 2882560 +SHA256 (SDL2-CS.dll) = acb68619a8043b044f55a0e3bf9eaaf7b418962dd58757defd6d74c0132f4757 +SIZE (SDL2-CS.dll) = 2884608 SHA256 (Eluant.dll) = abb67679c241ae35a430f79696792cbd9093ceda5998f6f578d0fd763ee440b0 SIZE (Eluant.dll) = 64000 -SHA256 (GeoLite2-Country.mmdb.gz) = f43c191618a57b05ea3a1fb23f19fd71e0f8be8cb7bc0a50222f7be4e67a9b53 -SIZE (GeoLite2-Country.mmdb.gz) = 1015224 +SHA256 (GeoLite2-Country.mmdb.gz) = ec7d5c78024b3d952742ccf62619de35863b78c3c43fd738d66750916dc2bd52 +SIZE (GeoLite2-Country.mmdb.gz) = 1016027 Modified: head/games/openra/files/patch-Makefile ============================================================================== --- head/games/openra/files/patch-Makefile Sun Sep 20 01:13:47 2015 (r397351) +++ head/games/openra/files/patch-Makefile Sun Sep 20 01:14:05 2015 (r397352) @@ -1,12 +1,11 @@ # Without zenity(1) fallback to either WinForms or no crash dialog ---- Makefile~ +--- Makefile.orig 2015-08-28 13:11:47 UTC +++ Makefile -@@ -381,10 +381,28 @@ install-linux-mime: +@@ -400,12 +400,34 @@ install-man-page: man-page install-linux-scripts: @echo "#!/bin/sh" > openra @echo 'cd "$(gameinstalldir)"' >> openra -- @echo 'mono OpenRA.Game.exe "$$@"' >> openra + @echo 'ZENITY=`which zenity`' >> openra + @echo 'if [ -z "$$ZENITY" ] && (' >> openra + @echo ' # from mono/io-layer/processes.c' >> openra @@ -14,9 +13,17 @@ + @echo ' hash gnome-open 2>/dev/null ||' >> openra + @echo ' hash kfmclient 2>/dev/null)' >> openra + @echo 'then' >> openra ++ifeq ($(DEBUG), $(filter $(DEBUG),false no n off 0)) + @echo ' mono OpenRA.exe "$$@"' >> openra ++else ++ @echo ' mono --debug OpenRA.exe "$$@"' >> openra ++endif + @echo 'else' >> openra -+ @echo ' mono OpenRA.Game.exe "$$@"' >> openra + ifeq ($(DEBUG), $(filter $(DEBUG),false no n off 0)) + @echo 'mono OpenRA.Game.exe "$$@"' >> openra + else + @echo 'mono --debug OpenRA.Game.exe "$$@"' >> openra + endif + @echo 'fi' >> openra @echo 'if [ $$? != 0 -a $$? != 1 ]' >> openra @echo 'then' >> openra @@ -31,5 +38,3 @@ + @echo ' exit 1' >> openra + @echo ' fi' >> openra @echo '$$ZENITY --question --title "OpenRA" --text "OpenRA has encountered a fatal error.\nLog Files are available in ~/.openra." --ok-label "Quit" --cancel-label "View FAQ" || xdg-open https://github.com/OpenRA/OpenRA/wiki/FAQ' >> openra - @echo 'exit 1' >> openra - @echo 'fi' >> openra Modified: head/games/openra/pkg-plist ============================================================================== --- head/games/openra/pkg-plist Sun Sep 20 01:13:47 2015 (r397351) +++ head/games/openra/pkg-plist Sun Sep 20 01:14:05 2015 (r397352) @@ -1,15 +1,12 @@ bin/openra -bin/openra-editor -share/applications/openra-editor.desktop share/applications/openra-join-servers.desktop share/applications/openra-replays.desktop share/applications/openra.desktop share/icons/hicolor/128x128/apps/openra.png share/icons/hicolor/16x16/apps/openra.png -share/icons/hicolor/32x32/apps/openra-editor.png share/icons/hicolor/32x32/apps/openra.png -share/icons/hicolor/48x48/apps/openra-editor.png share/icons/hicolor/48x48/apps/openra.png share/icons/hicolor/64x64/apps/openra.png share/icons/hicolor/scalable/apps/openra.svg +man/man6/openra.6.gz share/mime/packages/openra.xml From owner-svn-ports-head@freebsd.org Sun Sep 20 03:08:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED7BAA02E94; Sun, 20 Sep 2015 03:08:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDDDC1A03; Sun, 20 Sep 2015 03:08:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K38Rgu047705; Sun, 20 Sep 2015 03:08:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K38Rvn047703; Sun, 20 Sep 2015 03:08:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509200308.t8K38Rvn047703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 20 Sep 2015 03:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397353 - head/security/govpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 03:08:28 -0000 Author: wen Date: Sun Sep 20 03:08:26 2015 New Revision: 397353 URL: https://svnweb.freebsd.org/changeset/ports/397353 Log: - Update to 4.0 PR: 203215 Reviewed by: stargrave@stargrave.org(maintainer) Modified: head/security/govpn/Makefile head/security/govpn/distinfo Modified: head/security/govpn/Makefile ============================================================================== --- head/security/govpn/Makefile Sun Sep 20 01:14:05 2015 (r397352) +++ head/security/govpn/Makefile Sun Sep 20 03:08:26 2015 (r397353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 3.5 +PORTVERSION= 4.0 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= go:${PORTSDIR}/lang/go USES= tar:xz MAKEFILE= BSDmakefile -PORTDOCS= AUTHORS INSTALL NEWS README THANKS +PORTDOCS= AUTHORS INSTALL NEWS README THANKS README.RU INFO= govpn INSTALL_TARGET= install-strip Modified: head/security/govpn/distinfo ============================================================================== --- head/security/govpn/distinfo Sun Sep 20 01:14:05 2015 (r397352) +++ head/security/govpn/distinfo Sun Sep 20 03:08:26 2015 (r397353) @@ -1,2 +1,2 @@ -SHA256 (govpn-3.5.tar.xz) = 6b60c2cd4a8b4b2c893e52d3366510678704fd68a02a0ea24cb112bd753ea54b -SIZE (govpn-3.5.tar.xz) = 184264 +SHA256 (govpn-4.0.tar.xz) = a791c3569c01dea8b18aa2f21d27b797ded76f2c33a8d96c2db864a9abf2615b +SIZE (govpn-4.0.tar.xz) = 187992 From owner-svn-ports-head@freebsd.org Sun Sep 20 03:25:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72163A0393D; Sun, 20 Sep 2015 03:25:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6281E10FE; Sun, 20 Sep 2015 03:25:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K3PTeP055711; Sun, 20 Sep 2015 03:25:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K3PSVj055709; Sun, 20 Sep 2015 03:25:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509200325.t8K3PSVj055709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 20 Sep 2015 03:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397354 - head/devel/p5-Devel-Cover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 03:25:29 -0000 Author: wen Date: Sun Sep 20 03:25:28 2015 New Revision: 397354 URL: https://svnweb.freebsd.org/changeset/ports/397354 Log: - Update to 1.21 Changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.21/Changes Modified: head/devel/p5-Devel-Cover/Makefile head/devel/p5-Devel-Cover/distinfo Modified: head/devel/p5-Devel-Cover/Makefile ============================================================================== --- head/devel/p5-Devel-Cover/Makefile Sun Sep 20 03:08:26 2015 (r397353) +++ head/devel/p5-Devel-Cover/Makefile Sun Sep 20 03:25:28 2015 (r397354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Cover -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-Cover/distinfo ============================================================================== --- head/devel/p5-Devel-Cover/distinfo Sun Sep 20 03:08:26 2015 (r397353) +++ head/devel/p5-Devel-Cover/distinfo Sun Sep 20 03:25:28 2015 (r397354) @@ -1,2 +1,2 @@ -SHA256 (Devel-Cover-1.20.tar.gz) = 0377cc0362968cf25bd1140e4927b48916ddf3de53c76856dcfe1b0e1a3a89c1 -SIZE (Devel-Cover-1.20.tar.gz) = 223004 +SHA256 (Devel-Cover-1.21.tar.gz) = 6fcd49df2d1212be2ebcd0bd39d18b0241a3d1e2f551137a7a82b4041e618cf1 +SIZE (Devel-Cover-1.21.tar.gz) = 230432 From owner-svn-ports-head@freebsd.org Sun Sep 20 03:25:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E79CA03983; Sun, 20 Sep 2015 03:25:36 +0000 (UTC) (envelope-from wenheping2000@hotmail.com) Received: from BLU004-OMC1S10.hotmail.com (blu004-omc1s10.hotmail.com [65.55.116.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C16611EA; Sun, 20 Sep 2015 03:25:35 +0000 (UTC) (envelope-from wenheping2000@hotmail.com) Received: from BLU168-W48 ([65.55.116.7]) by BLU004-OMC1S10.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 19 Sep 2015 20:24:28 -0700 X-TMN: [h6awHcH8g0hP5ITtXCjfv0bFULe3vgcd] X-Originating-Email: [wenheping2000@hotmail.com] Message-ID: From: wenheping To: heping wen , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: RE: svn commit: r397353 - head/security/govpn Date: Sun, 20 Sep 2015 11:24:28 +0800 Importance: Normal In-Reply-To: <201509200308.t8K38Rvn047703@repo.freebsd.org> References: <201509200308.t8K38Rvn047703@repo.freebsd.org> Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-OriginalArrivalTime: 20 Sep 2015 03:24:28.0556 (UTC) FILETIME=[DB9514C0:01D0F353] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 03:25:36 -0000 CgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCj4gRnJvbTogd2VuQEZy ZWVCU0Qub3JnCj4gRGF0ZTogU3VuLCAyMCBTZXAgMjAxNSAwMzowODoyNyArMDAwMAo+IFRvOiBw b3J0cy1jb21taXR0ZXJzQGZyZWVic2Qub3JnOyBzdm4tcG9ydHMtYWxsQGZyZWVic2Qub3JnOyBz dm4tcG9ydHMtaGVhZEBmcmVlYnNkLm9yZwo+IFN1YmplY3Q6IHN2biBjb21taXQ6IHIzOTczNTMg LSBoZWFkL3NlY3VyaXR5L2dvdnBuCj4KPiBBdXRob3I6IHdlbgo+IERhdGU6IFN1biBTZXAgMjAg MDM6MDg6MjYgMjAxNQo+IE5ldyBSZXZpc2lvbjogMzk3MzUzCj4gVVJMOiBodHRwczovL3N2bndl Yi5mcmVlYnNkLm9yZy9jaGFuZ2VzZXQvcG9ydHMvMzk3MzUzCj4KPiBMb2c6Cj4gLSBVcGRhdGUg dG8gNC4wCj4KPiBQUjogMjAzMjE1Cj4gUmV2aWV3ZWQgYnk6IHN0YXJncmF2ZUBzdGFyZ3JhdmUu b3JnKG1haW50YWluZXIpCgpTb3JyeSwgaXQgaXMgIlN1Ym1pdHRlZCBieSIKCndlbgoKCj4KPiBN b2RpZmllZDoKPiBoZWFkL3NlY3VyaXR5L2dvdnBuL01ha2VmaWxlCj4gaGVhZC9zZWN1cml0eS9n b3Zwbi9kaXN0aW5mbwo+Cj4gTW9kaWZpZWQ6IGhlYWQvc2VjdXJpdHkvZ292cG4vTWFrZWZpbGUK PiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT0KPiAtLS0gaGVhZC9zZWN1cml0eS9nb3Zwbi9NYWtlZmls ZSBTdW4gU2VwIDIwIDAxOjE0OjA1IDIwMTUgKHIzOTczNTIpCj4gKysrIGhlYWQvc2VjdXJpdHkv Z292cG4vTWFrZWZpbGUgU3VuIFNlcCAyMCAwMzowODoyNiAyMDE1IChyMzk3MzUzKQo+IEBAIC0y LDcgKzIsNyBAQAo+ICMgJEZyZWVCU0QkCj4KPiBQT1JUTkFNRT0gZ292cG4KPiAtUE9SVFZFUlNJ T049IDMuNQo+ICtQT1JUVkVSU0lPTj0gNC4wCj4gQ0FURUdPUklFUz0gc2VjdXJpdHkKPiBNQVNU RVJfU0lURVM9IGh0dHA6Ly93d3cuY3lwaGVycHVua3MucnUvZ292cG4vZG93bmxvYWQvIFwKPiBo dHRwOi8vc291cmNlZm9yZ2UubmV0L3Byb2plY3RzL2dvdnBuL2ZpbGVzLwo+IEBAIC0xNyw3ICsx Nyw3IEBAIEJVSUxEX0RFUEVORFM9IGdvOiR7UE9SVFNESVJ9L2xhbmcvZ28KPiBVU0VTPSB0YXI6 eHoKPiBNQUtFRklMRT0gQlNEbWFrZWZpbGUKPgo+IC1QT1JURE9DUz0gQVVUSE9SUyBJTlNUQUxM IE5FV1MgUkVBRE1FIFRIQU5LUwo+ICtQT1JURE9DUz0gQVVUSE9SUyBJTlNUQUxMIE5FV1MgUkVB RE1FIFRIQU5LUyBSRUFETUUuUlUKPiBJTkZPPSBnb3Zwbgo+IElOU1RBTExfVEFSR0VUPSBpbnN0 YWxsLXN0cmlwCj4KPgo+IE1vZGlmaWVkOiBoZWFkL3NlY3VyaXR5L2dvdnBuL2Rpc3RpbmZvCj4g PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09Cj4gLS0tIGhlYWQvc2VjdXJpdHkvZ292cG4vZGlzdGluZm8g U3VuIFNlcCAyMCAwMToxNDowNSAyMDE1IChyMzk3MzUyKQo+ICsrKyBoZWFkL3NlY3VyaXR5L2dv dnBuL2Rpc3RpbmZvIFN1biBTZXAgMjAgMDM6MDg6MjYgMjAxNSAocjM5NzM1MykKPiBAQCAtMSwy ICsxLDIgQEAKPiAtU0hBMjU2IChnb3Zwbi0zLjUudGFyLnh6KSA9IDZiNjBjMmNkNGE4YjRiMmM4 OTNlNTJkMzM2NjUxMDY3ODcwNGZkNjhhMDJhMGVhMjRjYjExMmJkNzUzZWE1NGIKPiAtU0laRSAo Z292cG4tMy41LnRhci54eikgPSAxODQyNjQKPiArU0hBMjU2IChnb3Zwbi00LjAudGFyLnh6KSA9 IGE3OTFjMzU2OWMwMWRlYThiMThhYTJmMjFkMjdiNzk3ZGVkNzZmMmMzM2E4ZDk2YzJkYjg2NGE5 YWJmMjYxNWIKPiArU0laRSAoZ292cG4tNC4wLnRhci54eikgPSAxODc5OTIKPgogCQkgCSAgIAkJ ICA= From owner-svn-ports-head@freebsd.org Sun Sep 20 03:42:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 773C09CD30A; Sun, 20 Sep 2015 03:42:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67C3419DA; Sun, 20 Sep 2015 03:42:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K3gf6h063703; Sun, 20 Sep 2015 03:42:41 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K3gfFH063702; Sun, 20 Sep 2015 03:42:41 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201509200342.t8K3gfFH063702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 20 Sep 2015 03:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397355 - head/sysutils/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 03:42:41 -0000 Author: cy Date: Sun Sep 20 03:42:40 2015 New Revision: 397355 URL: https://svnweb.freebsd.org/changeset/ports/397355 Log: Fix AVAHI and BASH builds. Modified: head/sysutils/nut/Makefile Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Sun Sep 20 03:25:28 2015 (r397354) +++ head/sysutils/nut/Makefile Sun Sep 20 03:42:40 2015 (r397355) @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -124,6 +124,7 @@ PLIST_SUB+= NUT_PDU="@comment " .endif .if ${PORT_OPTIONS:MBASH} +BUILD_DEPENDS+= ${LOCALBASE}/share/bash-completion/bash_completion.sh:${PORTSDIR}/shells/bash-completion RUN_DEPENDS+= ${LOCALBASE}/share/bash-completion/bash_completion.sh:${PORTSDIR}/shells/bash-completion PLIST_SUB+= BASH="" .else @@ -132,6 +133,7 @@ PLIST_SUB+= BASH="@comment " .if ${PORT_OPTIONS:MAVAHI} BUILD_DEPENDS+= ${LOCALBASE}/include/avahi-ui/avahi-ui.h:${PORTSDIR}/net/avahi-header +BUILD_DEPENDS+= avahi-daemon:${PORTSDIR}/net/avahi-app RUN_DEPENDS+= avahi-daemon:${PORTSDIR}/net/avahi-app CONFIGURE_ARGS+= --with-avahi .else From owner-svn-ports-head@freebsd.org Sun Sep 20 04:18:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0FE8A05A6F; Sun, 20 Sep 2015 04:18:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1A461870; Sun, 20 Sep 2015 04:18:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K4Irob076850; Sun, 20 Sep 2015 04:18:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K4IrEL076848; Sun, 20 Sep 2015 04:18:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509200418.t8K4IrEL076848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 20 Sep 2015 04:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397356 - head/databases/phpminiadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 04:18:53 -0000 Author: wen Date: Sun Sep 20 04:18:52 2015 New Revision: 397356 URL: https://svnweb.freebsd.org/changeset/ports/397356 Log: - Update to 1.9.150917 PR: 203210 Submitted by: cyberbotx@cyberbotx.com(maintainer) Modified: head/databases/phpminiadmin/Makefile head/databases/phpminiadmin/distinfo Modified: head/databases/phpminiadmin/Makefile ============================================================================== --- head/databases/phpminiadmin/Makefile Sun Sep 20 03:42:40 2015 (r397355) +++ head/databases/phpminiadmin/Makefile Sun Sep 20 04:18:52 2015 (r397356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpminiadmin -PORTVERSION= 1.9.150108 +PORTVERSION= 1.9.150917 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME} Modified: head/databases/phpminiadmin/distinfo ============================================================================== --- head/databases/phpminiadmin/distinfo Sun Sep 20 03:42:40 2015 (r397355) +++ head/databases/phpminiadmin/distinfo Sun Sep 20 04:18:52 2015 (r397356) @@ -1,2 +1,2 @@ -SHA256 (phpminiadmin-1.9.150108/phpminiadmin.php) = 5a4b15424a9ebabd95cd104e003f291716bf80f531b1696b27d0d9ab9a001c8a -SIZE (phpminiadmin-1.9.150108/phpminiadmin.php) = 35187 +SHA256 (phpminiadmin-1.9.150917/phpminiadmin.php) = 39777e6ea859c64403f02d276499a1d75cbd90c0e38485bd0922f630262b7d26 +SIZE (phpminiadmin-1.9.150917/phpminiadmin.php) = 35396 From owner-svn-ports-head@freebsd.org Sun Sep 20 05:27:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96851A01126; Sun, 20 Sep 2015 05:27:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EE281A2F; Sun, 20 Sep 2015 05:27:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K5Rcdh005383; Sun, 20 Sep 2015 05:27:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K5Rc9q005382; Sun, 20 Sep 2015 05:27:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200527.t8K5Rc9q005382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 05:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397357 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 05:27:38 -0000 Author: jbeich Date: Sun Sep 20 05:27:37 2015 New Revision: 397357 URL: https://svnweb.freebsd.org/changeset/ports/397357 Log: Document recent ffmpeg vulnerabilities libav 11.4 was released before the fixes were made while ffmpeg 2.3.x and lower are not maintained anymore. Bundle consumers are out of luck unless low impact there or the fixes are easy to cherry-pick. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 20 04:18:52 2015 (r397356) +++ head/security/vuxml/vuln.xml Sun Sep 20 05:27:37 2015 (r397357) @@ -58,6 +58,192 @@ Notes: --> + + ffmpeg -- multiple vulnerabilities + + + libav + + 0 + + + gstreamer1-libav + + 1.5.90 + + + gstreamer-ffmpeg + + + 0 + + + handbrake + + + 0 + + + ffmpeg + 2.7.2,1 + + + ffmpeg26 + 2.6.4 + + + ffmpeg25 + 2.5.8 + + + ffmpeg24 + 2.4.11 + + + ffmpeg-devel + ffmpeg23 + ffmpeg2 + ffmpeg1 + ffmpeg-011 + ffmpeg0 + + 0 + + + avidemux + avidemux2 + avidemux26 + + 2.6.11 + + + kodi + + 15.1 + + + mplayer + mencoder + + 1.1.r20150822 + + + mythtv + mythtv-frontend + + + 0 + + + plexhometheater + + + 0 + + + + +

NVD reports:

+
+

The decode_ihdr_chunk function in libavcodec/pngdec.c in + FFmpeg before 2.7.2 does not enforce uniqueness of the IHDR + (aka image header) chunk in a PNG image, which allows remote + attackers to cause a denial of service (out-of-bounds array + access) or possibly have unspecified other impact via a + crafted image with two or more of these chunks.

+
+
+

Multiple integer underflows in the ff_mjpeg_decode_frame + function in libavcodec/mjpegdec.c in FFmpeg before 2.7.2 + allow remote attackers to cause a denial of service + (out-of-bounds array access) or possibly have unspecified + other impact via crafted MJPEG data.

+
+
+

The ff_sbr_apply function in libavcodec/aacsbr.c in + FFmpeg before 2.7.2 does not check for a matching AAC frame + syntax element before proceeding with Spectral Band + Replication calculations, which allows remote attackers to + cause a denial of service (out-of-bounds array access) or + possibly have unspecified other impact via crafted AAC + data.

+
+
+

The ff_mpv_common_init function in libavcodec/mpegvideo.c + in FFmpeg before 2.7.2 does not properly maintain the + encoding context, which allows remote attackers to cause a + denial of service (invalid pointer access) or possibly have + unspecified other impact via crafted MPEG data.

+
+
+

The destroy_buffers function in libavcodec/sanm.c in + FFmpeg before 2.7.2 does not properly maintain height and + width values in the video context, which allows remote + attackers to cause a denial of service (segmentation + violation and application crash) or possibly have + unspecified other impact via crafted LucasArts Smush video + data.

+
+
+

The allocate_buffers function in libavcodec/alac.c in + FFmpeg before 2.7.2 does not initialize certain context + data, which allows remote attackers to cause a denial of + service (segmentation violation) or possibly have + unspecified other impact via crafted Apple Lossless Audio + Codec (ALAC) data.

+
+
+

The sws_init_context function in libswscale/utils.c in + FFmpeg before 2.7.2 does not initialize certain pixbuf data + structures, which allows remote attackers to cause a denial + of service (segmentation violation) or possibly have + unspecified other impact via crafted video data.

+
+
+

The ff_frame_thread_init function in + libavcodec/pthread_frame.c in FFmpeg before 2.7.2 mishandles + certain memory-allocation failures, which allows remote + attackers to cause a denial of service (invalid pointer + access) or possibly have unspecified other impact via a + crafted file, as demonstrated by an AVI file.

+
+
+

The ff_rv34_decode_init_thread_copy function in + libavcodec/rv34.c in FFmpeg before 2.7.2 does not initialize + certain structure members, which allows remote attackers to + cause a denial of service (invalid pointer access) or + possibly have unspecified other impact via crafted (1) RV30 + or (2) RV40 RealVideo data.

+
+ +
+ + CVE-2015-6818 + CVE-2015-6819 + CVE-2015-6820 + CVE-2015-6821 + CVE-2015-6822 + CVE-2015-6823 + CVE-2015-6824 + CVE-2015-6825 + CVE-2015-6826 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=47f4e2d8960ca756ca153ab8e3e93d80449b8c91 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=84afc6b70d24fc0bf686e43138c96cf60a9445fe + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=79a98294da6cd85f8c86b34764c5e0c43b09eea3 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b160fc290cf49b516c5b6ee0730fd9da7fc623b1 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=39bbdebb1ed8eb9c9b0cd6db85afde6ba89d86e4 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f7068bf277a37479aecde2832208d820682b35e6 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a5d44d5c220e12ca0cb7a4eceb0f74759cb13111 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f1a38264f20382731cf2cc75fdd98f4c9a84a626 + https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3197c0aa87a3b7190e17d49e6fbc7b554e4b3f0a + https://ffmpeg.org/security.html + + + 2015-09-05 + 2015-09-20 + +
+ moodle -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sun Sep 20 05:43:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24D06A01926; Sun, 20 Sep 2015 05:43:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DBA51119; Sun, 20 Sep 2015 05:43:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K5hHB1013319; Sun, 20 Sep 2015 05:43:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K5hHQN013318; Sun, 20 Sep 2015 05:43:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200543.t8K5hHQN013318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 05:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397358 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 05:43:18 -0000 Author: jbeich Date: Sun Sep 20 05:43:17 2015 New Revision: 397358 URL: https://svnweb.freebsd.org/changeset/ports/397358 Log: Next avidemux2 may have CVE-2015-3395 fix, adjust https://github.com/mean00/avidemux2/commit/cfb9760 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 20 05:27:37 2015 (r397357) +++ head/security/vuxml/vuln.xml Sun Sep 20 05:43:17 2015 (r397358) @@ -1298,8 +1298,7 @@ Notes: avidemux avidemux26 - - 0 + 2.6.11 kodi @@ -1343,6 +1342,7 @@ Notes: 2015-04-12 2015-09-01 + 2015-09-20 From owner-svn-ports-head@freebsd.org Sun Sep 20 05:45:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3790A019FB; Sun, 20 Sep 2015 05:45:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3C831210; Sun, 20 Sep 2015 05:45:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K5jQbW013518; Sun, 20 Sep 2015 05:45:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K5jQTn013517; Sun, 20 Sep 2015 05:45:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200545.t8K5jQTn013517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 05:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397359 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 05:45:27 -0000 Author: jbeich Date: Sun Sep 20 05:45:26 2015 New Revision: 397359 URL: https://svnweb.freebsd.org/changeset/ports/397359 Log: Fix typo Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 20 05:43:17 2015 (r397358) +++ head/security/vuxml/vuln.xml Sun Sep 20 05:45:26 2015 (r397359) @@ -114,7 +114,7 @@ Notes: avidemux2 avidemux26 - 2.6.11 + 2.6.11 kodi @@ -241,6 +241,7 @@ Notes: 2015-09-05 2015-09-20 + 2015-09-20 @@ -1298,7 +1299,7 @@ Notes: avidemux avidemux26 - 2.6.11 + 2.6.11 kodi From owner-svn-ports-head@freebsd.org Sun Sep 20 07:33:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E7BA05CDA; Sun, 20 Sep 2015 07:33:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC8731933; Sun, 20 Sep 2015 07:33:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K7XceX057804; Sun, 20 Sep 2015 07:33:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K7XcOB057802; Sun, 20 Sep 2015 07:33:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509200733.t8K7XcOB057802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 20 Sep 2015 07:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397360 - head/mail/p5-Email-Address X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 07:33:39 -0000 Author: wen Date: Sun Sep 20 07:33:37 2015 New Revision: 397360 URL: https://svnweb.freebsd.org/changeset/ports/397360 Log: - Update to 1.90.8 Changes: http://cpansearch.perl.org/src/RJBS/Email-Address-1.908/Changes - Add LICENSE - Add NO_ARCH=yes Modified: head/mail/p5-Email-Address/Makefile head/mail/p5-Email-Address/distinfo Modified: head/mail/p5-Email-Address/Makefile ============================================================================== --- head/mail/p5-Email-Address/Makefile Sun Sep 20 05:45:26 2015 (r397359) +++ head/mail/p5-Email-Address/Makefile Sun Sep 20 07:33:37 2015 (r397360) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Address -PORTVERSION= 1.90.5 -PORTREVISION= 1 +PORTVERSION= 1.90.8 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/mail/p5-Email-Address/distinfo ============================================================================== --- head/mail/p5-Email-Address/distinfo Sun Sep 20 05:45:26 2015 (r397359) +++ head/mail/p5-Email-Address/distinfo Sun Sep 20 07:33:37 2015 (r397360) @@ -1,2 +1,2 @@ -SHA256 (Email-Address-1.905.tar.gz) = 737f15e4e3ac09186d7053a1b89619d0b714a284f232e207677b186d9fcc92b2 -SIZE (Email-Address-1.905.tar.gz) = 39663 +SHA256 (Email-Address-1.908.tar.gz) = e5f860bdfe6d768324bc9e402d563667e4171dd98f1a87d785e9087f7793d444 +SIZE (Email-Address-1.908.tar.gz) = 41925 From owner-svn-ports-head@freebsd.org Sun Sep 20 09:22:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E20A05A48; Sun, 20 Sep 2015 09:22:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9242D1FE4; Sun, 20 Sep 2015 09:22:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K9Mler004478; Sun, 20 Sep 2015 09:22:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K9Mjje004466; Sun, 20 Sep 2015 09:22:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200922.t8K9Mjje004466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 09:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397361 - in head: devel/radare2 devel/radare2/files emulators/ppsspp emulators/ppsspp-devel emulators/ppsspp-devel/files emulators/ppsspp/files games/openlierox games/openlierox/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 09:22:47 -0000 Author: jbeich Date: Sun Sep 20 09:22:44 2015 New Revision: 397361 URL: https://svnweb.freebsd.org/changeset/ports/397361 Log: Backport CVE-2015-2331 fix to bundled libzip MFH: 2015Q3 Security: 264749ae-d565-11e4-b545-00269ee29e57 Added: head/devel/radare2/files/ head/devel/radare2/files/patch-CVE-2015-2331 (contents, props changed) head/emulators/ppsspp-devel/files/patch-CVE-2015-2331 (contents, props changed) head/emulators/ppsspp/files/patch-CVE-2015-2331 (contents, props changed) head/games/openlierox/files/ head/games/openlierox/files/patch-CVE-2015-2331 (contents, props changed) Modified: head/devel/radare2/Makefile (contents, props changed) head/emulators/ppsspp-devel/Makefile (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Sun Sep 20 07:33:37 2015 (r397360) +++ head/devel/radare2/Makefile Sun Sep 20 09:22:44 2015 (r397361) @@ -3,6 +3,7 @@ PORTNAME= radare2 PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://rada.re/get/ Added: head/devel/radare2/files/patch-CVE-2015-2331 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/radare2/files/patch-CVE-2015-2331 Sun Sep 20 09:22:44 2015 (r397361) @@ -0,0 +1,17 @@ +changeset: 1718:9f11d54f692e +user: Thomas Klausner +date: Sat Mar 21 12:28:42 2015 +0100 +summary: Avoid integer overflow. Addresses CVE-2015-2331. + +diff --git a/lib/zip_dirent.c b/lib/zip_dirent.c +--- shlr/zip/zip/zip_dirent.c ++++ shlr/zip/zip/zip_dirent.c +@@ -110,7 +110,7 @@ _zip_cdir_new(zip_uint64_t nentry, struc + + if (nentry == 0) + cd->entry = NULL; +- else if ((cd->entry=(struct zip_entry *)malloc(sizeof(*(cd->entry))*nentry)) == NULL) { ++ else if ((nentry > SIZE_MAX/sizeof(*(cd->entry))) || (cd->entry=(struct zip_entry *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) == NULL) { + _zip_error_set(error, ZIP_ER_MEMORY, 0); + free(cd); + return NULL; Modified: head/emulators/ppsspp-devel/Makefile ============================================================================== --- head/emulators/ppsspp-devel/Makefile Sun Sep 20 07:33:37 2015 (r397360) +++ head/emulators/ppsspp-devel/Makefile Sun Sep 20 09:22:44 2015 (r397361) @@ -2,7 +2,7 @@ DISTVERSION= 1.0.1-2668 DISTVERSIONSUFFIX= -g253ed9f -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -devel GH_TAGNAME= e22d7a5:lang a0b878f:ext_armips Added: head/emulators/ppsspp-devel/files/patch-CVE-2015-2331 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/ppsspp-devel/files/patch-CVE-2015-2331 Sun Sep 20 09:22:44 2015 (r397361) @@ -0,0 +1,18 @@ +From ef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5 Mon Sep 17 00:00:00 2001 +From: Stanislav Malyshev +Date: Tue, 17 Mar 2015 21:59:56 -0700 +Subject: Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary + +diff --git a/ext/zip/lib/zip_dirent.c b/ext/zip/lib/zip_dirent.c +index b9dac5c..0090801 100644 +--- ext/native/ext/libzip/zip_dirent.c ++++ ext/native/ext/libzip/zip_dirent.c +@@ -101,7 +101,7 @@ _zip_cdir_new(int nentry, struct zip_error *error) + return NULL; + } + +- if ((cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*nentry)) ++ if ( nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) + == NULL) { + _zip_error_set(error, ZIP_ER_MEMORY, 0); + free(cd); Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sun Sep 20 07:33:37 2015 (r397360) +++ head/emulators/ppsspp/Makefile Sun Sep 20 09:22:44 2015 (r397361) @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.0.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= emulators .ifndef PKGNAMESUFFIX Added: head/emulators/ppsspp/files/patch-CVE-2015-2331 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/ppsspp/files/patch-CVE-2015-2331 Sun Sep 20 09:22:44 2015 (r397361) @@ -0,0 +1,18 @@ +From ef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5 Mon Sep 17 00:00:00 2001 +From: Stanislav Malyshev +Date: Tue, 17 Mar 2015 21:59:56 -0700 +Subject: Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary + +diff --git a/ext/zip/lib/zip_dirent.c b/ext/zip/lib/zip_dirent.c +index b9dac5c..0090801 100644 +--- native/ext/libzip/zip_dirent.c ++++ native/ext/libzip/zip_dirent.c +@@ -101,7 +101,7 @@ _zip_cdir_new(int nentry, struct zip_error *error) + return NULL; + } + +- if ((cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*nentry)) ++ if ( nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) + == NULL) { + _zip_error_set(error, ZIP_ER_MEMORY, 0); + free(cd); Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Sun Sep 20 07:33:37 2015 (r397360) +++ head/games/openlierox/Makefile Sun Sep 20 09:22:44 2015 (r397361) @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} Added: head/games/openlierox/files/patch-CVE-2015-2331 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openlierox/files/patch-CVE-2015-2331 Sun Sep 20 09:22:44 2015 (r397361) @@ -0,0 +1,18 @@ +From ef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5 Mon Sep 17 00:00:00 2001 +From: Stanislav Malyshev +Date: Tue, 17 Mar 2015 21:59:56 -0700 +Subject: Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary + +diff --git a/ext/zip/lib/zip_dirent.c b/ext/zip/lib/zip_dirent.c +index b9dac5c..0090801 100644 +--- libs/libzip/zip_dirent.c ++++ libs/libzip/zip_dirent.c +@@ -101,7 +101,7 @@ _zip_cdir_new(int nentry, struct zip_error *error) + return NULL; + } + +- if ((cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*nentry)) ++ if ( nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_dirent *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) + == NULL) { + _zip_error_set(error, ZIP_ER_MEMORY, 0); + free(cd); From owner-svn-ports-head@freebsd.org Sun Sep 20 09:23:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C890A05A9E; Sun, 20 Sep 2015 09:23:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1DB10E3; Sun, 20 Sep 2015 09:23:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8K9N2DM004604; Sun, 20 Sep 2015 09:23:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8K9N264004603; Sun, 20 Sep 2015 09:23:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509200923.t8K9N264004603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Sep 2015 09:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397362 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 09:23:02 -0000 Author: jbeich Date: Sun Sep 20 09:23:01 2015 New Revision: 397362 URL: https://svnweb.freebsd.org/changeset/ports/397362 Log: Mention ports with libzip copy Modified: head/security/vuxml/vuln.xml (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 20 09:22:44 2015 (r397361) +++ head/security/vuxml/vuln.xml Sun Sep 20 09:23:01 2015 (r397362) @@ -10636,6 +10636,22 @@ Notes: libzip 0.11.2_2 + + ppsspp + 1.0.1_5 + + + ppsspp-devel + 1.0.1.2668_1 + + + radare2 + 0.9.8_1 + + + openlierox + 0.58.r3_5,1 + @@ -10654,6 +10670,7 @@ Notes: 2015-03-18 2015-03-28 + 2015-09-20 From owner-svn-ports-head@freebsd.org Sun Sep 20 09:41:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A0B0A05301; Sun, 20 Sep 2015 09:41:20 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E84BE1938; Sun, 20 Sep 2015 09:41:19 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (163.Red-81-44-5.dynamicIP.rima-tde.net [81.44.5.163]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1EC7A43BE8; Sun, 20 Sep 2015 04:41:10 -0500 (CDT) Subject: Re: svn commit: r396460 - in head/java/openjdk7: . files To: Greg Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201509090940.t899eso7007273@repo.freebsd.org> From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <55FE7F33.908@marino.st> Date: Sun, 20 Sep 2015 11:41:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <201509090940.t899eso7007273@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 09:41:20 -0000 On 9/9/2015 11:40 AM, Greg Lewis wrote: > Author: glewis > Date: Wed Sep 9 09:40:53 2015 > New Revision: 396460 > URL: https://svnweb.freebsd.org/changeset/ports/396460 > > Log: > . Move the large patches which contain the changes between updates of the > JDK to being fetched remotely using PATCHFILES and PATCH_SITES. > > This cuts the size taken by openjdk7 in the ports repository. > Thanks! I had been meaning to run the top-size-offenders script, but I kept forgetting. OpenJDKs have lost their considerable lead. :) textlive-texmf is the new top offender. I looks like portsnap snapshot dropped in size about 8Mb or so, I would have thought the impact would have been greater. -- John Combined size of ports: 369.4 Mb The Top 20 ports by size account for 8.48% of the collection ======================================================================= 0.24% 0.88Mb lang/mlton 0.25% 0.93Mb lang/ruby21 0.26% 0.95Mb lang/ruby20 0.26% 0.97Mb sysutils/webmin 0.27% 0.98Mb net/remmina 0.27% 1.01Mb lang/ruby22 0.29% 1.07Mb math/scilab 0.30% 1.12Mb www/extjs 0.32% 1.18Mb devel/boost-docs 0.34% 1.27Mb cad/opencascade 0.36% 1.32Mb lang/racket 0.36% 1.33Mb java/openjdk8 0.38% 1.40Mb www/geneweb 0.39% 1.44Mb x11-themes/mate-icon-theme-faenza 0.42% 1.56Mb www/sakai 0.46% 1.69Mb print/texlive-docs 0.49% 1.80Mb java/openjdk7 0.50% 1.85Mb security/cracklib 1.00% 3.68Mb security/vuxml 1.32% 4.88Mb print/texlive-texmf ======================================================================= 8.48% 31.33Mb From owner-svn-ports-head@freebsd.org Sun Sep 20 12:46:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49F45A05D07; Sun, 20 Sep 2015 12:46:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3BF10DE; Sun, 20 Sep 2015 12:46:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KCkcg4086096; Sun, 20 Sep 2015 12:46:38 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KCkbCh086094; Sun, 20 Sep 2015 12:46:37 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201509201246.t8KCkbCh086094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 20 Sep 2015 12:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397363 - head/devel/tcllauncher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 12:46:38 -0000 Author: gahr Date: Sun Sep 20 12:46:37 2015 New Revision: 397363 URL: https://svnweb.freebsd.org/changeset/ports/397363 Log: devel/tcllauncher - update to 1.6 * tcllauncher::demonize when invoked with the -noclose option will still redirect any stdio files (stdin, stdout, stderr) to/from /dev/null if the corresponding stdio handle does not exist. * clean and distclean make targets fixed/improved * configure script now included in distribution * remove all reference to Windows Modified: head/devel/tcllauncher/Makefile head/devel/tcllauncher/distinfo Modified: head/devel/tcllauncher/Makefile ============================================================================== --- head/devel/tcllauncher/Makefile Sun Sep 20 09:23:01 2015 (r397362) +++ head/devel/tcllauncher/Makefile Sun Sep 20 12:46:37 2015 (r397363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcllauncher -PORTVERSION= 1.5 +PORTVERSION= 1.6 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,8 +16,8 @@ LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/l USE_GITHUB= yes GH_ACCOUNT= flightaware -USES+= tcl -USE_AUTOTOOLS= autoconf +USES+= tcl autoreconf +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --prefix=${PREFIX} \ --exec-prefix=${PREFIX} Modified: head/devel/tcllauncher/distinfo ============================================================================== --- head/devel/tcllauncher/distinfo Sun Sep 20 09:23:01 2015 (r397362) +++ head/devel/tcllauncher/distinfo Sun Sep 20 12:46:37 2015 (r397363) @@ -1,2 +1,2 @@ -SHA256 (flightaware-tcllauncher-v1.5_GH0.tar.gz) = 545e1dfa27dc28de1208949b2f3024acc01fb56dc29619876dcffe7db8d8a408 -SIZE (flightaware-tcllauncher-v1.5_GH0.tar.gz) = 84667 +SHA256 (flightaware-tcllauncher-v1.6_GH0.tar.gz) = 14b20d4f29c0abf758d28eb4b7af86cfe4e6c70311a4b58f553bd1b8944f52e6 +SIZE (flightaware-tcllauncher-v1.6_GH0.tar.gz) = 131615 From owner-svn-ports-head@freebsd.org Sun Sep 20 12:49:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 860B5A05DD2; Sun, 20 Sep 2015 12:49:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71FF611E2; Sun, 20 Sep 2015 12:49:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KCnaGd086322; Sun, 20 Sep 2015 12:49:36 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KCnaZM086320; Sun, 20 Sep 2015 12:49:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201249.t8KCnaZM086320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 12:49:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397364 - head/games/wolfpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 12:49:36 -0000 Author: johans Date: Sun Sep 20 12:49:35 2015 New Revision: 397364 URL: https://svnweb.freebsd.org/changeset/ports/397364 Log: Clean up plist PR: 202715 Submitted by: amdmi3 Modified: head/games/wolfpack/Makefile head/games/wolfpack/pkg-plist Modified: head/games/wolfpack/Makefile ============================================================================== --- head/games/wolfpack/Makefile Sun Sep 20 12:46:37 2015 (r397363) +++ head/games/wolfpack/Makefile Sun Sep 20 12:49:35 2015 (r397364) @@ -3,6 +3,7 @@ PORTNAME= wolfpack PORTVERSION= 4.3.33 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/empserver/${DISTNAME} DISTNAME= empire-${PORTVERSION} @@ -41,6 +42,6 @@ post-install: ${LN} -s ${BINDIR}/empire ${STAGEDIR}${PREFIX}/bin/emp_client ${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${PREFIX}/lib/wolfpack/pconfig > \ - ${STAGEDIR}${ETCDIR}/econfig.orig + ${STAGEDIR}${ETCDIR}/econfig.sample .include Modified: head/games/wolfpack/pkg-plist ============================================================================== --- head/games/wolfpack/pkg-plist Sun Sep 20 12:46:37 2015 (r397363) +++ head/games/wolfpack/pkg-plist Sun Sep 20 12:49:35 2015 (r397364) @@ -297,14 +297,12 @@ man/man6/pconfig.6.gz %%DATADIR%%/info.nr/zdone @mode 640 etc/wolfpack/schedule -@unexec if cmp -s %B/econfig.orig %B/econfig; then rm -f %B/econfig; fi -etc/wolfpack/econfig.orig -@exec if [ ! -f %B/econfig ] ; then cp -p %D/%F %B/econfig; fi +@sample etc/wolfpack/econfig.sample @mode 755 -@dirrm %%DATADIR%%/builtin -@dirrm %%DATADIR%%/info.nr -@dirrm %%DATADIR%% -@dirrm lib/wolfpack +@dir %%DATADIR%%/builtin +@dir %%DATADIR%%/info.nr +@dir %%DATADIR%% +@dir lib/wolfpack @mode 750 -@dirrmtry etc/wolfpack -@dirrmtry /var/wolfpack +@dir etc/wolfpack +@dir /var/wolfpack From owner-svn-ports-head@freebsd.org Sun Sep 20 12:51:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AA89A05EE6; Sun, 20 Sep 2015 12:51:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B16C14AB; Sun, 20 Sep 2015 12:51:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KCp61L089627; Sun, 20 Sep 2015 12:51:06 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KCp5kG089624; Sun, 20 Sep 2015 12:51:05 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201509201251.t8KCp5kG089624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 20 Sep 2015 12:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397365 - head/databases/casstcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 12:51:06 -0000 Author: gahr Date: Sun Sep 20 12:51:05 2015 New Revision: 397365 URL: https://svnweb.freebsd.org/changeset/ports/397365 Log: databases/casstcl - update to 2.9 Modified: head/databases/casstcl/Makefile head/databases/casstcl/distinfo head/databases/casstcl/pkg-plist Modified: head/databases/casstcl/Makefile ============================================================================== --- head/databases/casstcl/Makefile Sun Sep 20 12:49:35 2015 (r397364) +++ head/databases/casstcl/Makefile Sun Sep 20 12:51:05 2015 (r397365) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= casstcl -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 2.9 DISTVERSIONPREFIX=v CATEGORIES= databases Modified: head/databases/casstcl/distinfo ============================================================================== --- head/databases/casstcl/distinfo Sun Sep 20 12:49:35 2015 (r397364) +++ head/databases/casstcl/distinfo Sun Sep 20 12:51:05 2015 (r397365) @@ -1,2 +1,2 @@ -SHA256 (flightaware-casstcl-v2.7_GH0.tar.gz) = 621d2ace2b51748f6561eacf802dd3bea0a6bc25c743a673a8dd0ac9b4fa8056 -SIZE (flightaware-casstcl-v2.7_GH0.tar.gz) = 114179 +SHA256 (flightaware-casstcl-v2.9_GH0.tar.gz) = 45429d929049df7abd2a4f3a6cab7711f0c5098523bfb4a408dd06ecf34fcce2 +SIZE (flightaware-casstcl-v2.9_GH0.tar.gz) = 114654 Modified: head/databases/casstcl/pkg-plist ============================================================================== --- head/databases/casstcl/pkg-plist Sun Sep 20 12:49:35 2015 (r397364) +++ head/databases/casstcl/pkg-plist Sun Sep 20 12:51:05 2015 (r397365) @@ -9,5 +9,5 @@ include/casstcl_log.h include/casstcl_prepared.h include/casstcl_types.h lib/casstcl%%PORTVERSION%%/casstcl.tcl -lib/casstcl%%PORTVERSION%%/libcasstcl.so.1 +lib/casstcl%%PORTVERSION%%/libcasstcl.so lib/casstcl%%PORTVERSION%%/pkgIndex.tcl From owner-svn-ports-head@freebsd.org Sun Sep 20 12:56:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4882FA02268; Sun, 20 Sep 2015 12:56:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38CE11869; Sun, 20 Sep 2015 12:56:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KCubk1090477; Sun, 20 Sep 2015 12:56:37 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KCua21090475; Sun, 20 Sep 2015 12:56:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201256.t8KCua21090475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 12:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397366 - head/security/libssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 12:56:37 -0000 Author: johans Date: Sun Sep 20 12:56:36 2015 New Revision: 397366 URL: https://svnweb.freebsd.org/changeset/ports/397366 Log: - Update to 0.7.2 (bugfix release) [1] - Switch MASTER_SITE as the original one is down PR: 203171 [1] Submitted by: rakuco Modified: head/security/libssh/Makefile head/security/libssh/distinfo Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sun Sep 20 12:51:05 2015 (r397365) +++ head/security/libssh/Makefile Sun Sep 20 12:56:36 2015 (r397366) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.2 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/140/ +MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Sun Sep 20 12:51:05 2015 (r397365) +++ head/security/libssh/distinfo Sun Sep 20 12:56:36 2015 (r397366) @@ -1,2 +1,2 @@ -SHA256 (libssh-0.7.0.tar.xz) = 0551bc341f33641ddc349b31730b3010870ad26a4dbfad3d090a1738fe3e402b -SIZE (libssh-0.7.0.tar.xz) = 349548 +SHA256 (libssh-0.7.2.tar.xz) = d37072116bcdd4716c91e98e633cd8a734b065c8c9614b6b9ecae9a5ec6de6ce +SIZE (libssh-0.7.2.tar.xz) = 350692 From owner-svn-ports-head@freebsd.org Sun Sep 20 13:01:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B7A7A0247D; Sun, 20 Sep 2015 13:01:29 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BAC41A99; Sun, 20 Sep 2015 13:01:29 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KD1TxN093764; Sun, 20 Sep 2015 13:01:29 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KD1S7r093761; Sun, 20 Sep 2015 13:01:28 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509201301.t8KD1S7r093761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 20 Sep 2015 13:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397367 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 13:01:29 -0000 Author: matthew Date: Sun Sep 20 13:01:28 2015 New Revision: 397367 URL: https://svnweb.freebsd.org/changeset/ports/397367 Log: Update to 4.4.15 This is the last routine (ie. other than security patches) release from the 4.4.x series. The next update will be a major jump to the 4.5.x series. ChangeLog: https://www.phpmyadmin.net/files/4.4.15/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sun Sep 20 12:56:36 2015 (r397366) +++ head/databases/phpmyadmin/Makefile Sun Sep 20 13:01:28 2015 (r397367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.14.1 +DISTVERSION= 4.4.15 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sun Sep 20 12:56:36 2015 (r397366) +++ head/databases/phpmyadmin/distinfo Sun Sep 20 13:01:28 2015 (r397367) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.14.1-all-languages.tar.xz) = 9425a90111078e9cf7bb5a7f0d70e748167649318d49b22752a2c7e795665510 -SIZE (phpMyAdmin-4.4.14.1-all-languages.tar.xz) = 5597308 +SHA256 (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5b0846cb753a94dfc48993c0626e87fab045dfb7b56c33687a387ad2711b3969 +SIZE (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5595740 From owner-svn-ports-head@freebsd.org Sun Sep 20 13:05:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43BE6A02750; Sun, 20 Sep 2015 13:05:25 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 342BF1CE2; Sun, 20 Sep 2015 13:05:25 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KD5P93094691; Sun, 20 Sep 2015 13:05:25 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KD5PSt094690; Sun, 20 Sep 2015 13:05:25 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201305.t8KD5PSt094690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 13:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397368 - head/games/xboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 13:05:25 -0000 Author: johans Date: Sun Sep 20 13:05:24 2015 New Revision: 397368 URL: https://svnweb.freebsd.org/changeset/ports/397368 Log: Add shebangfix for texi2man script when option ZIPPY is selected PR: 200790 Submitted by: kalten@gmx.at Modified: head/games/xboard/Makefile Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Sun Sep 20 13:01:28 2015 (r397367) +++ head/games/xboard/Makefile Sun Sep 20 13:05:24 2015 (r397368) @@ -83,6 +83,8 @@ PORTDOCS= AUTHORS COPYING COPYRIGHT Chan BROKEN_sparc64= Does not install on sparc64 .if ${PORT_OPTIONS:MZIPPY} +USES+= shebangfix +SHEBANG_FILES+= ./texi2man PORTDOCS+= zippy.README .endif From owner-svn-ports-head@freebsd.org Sun Sep 20 13:10:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AA32A02A27; Sun, 20 Sep 2015 13:10:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D54C61E56; Sun, 20 Sep 2015 13:10:35 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KDAZCP097635; Sun, 20 Sep 2015 13:10:35 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KDAZEr097634; Sun, 20 Sep 2015 13:10:35 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201310.t8KDAZEr097634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 13:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397369 - head/www/caudium14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 13:10:36 -0000 Author: johans Date: Sun Sep 20 13:10:35 2015 New Revision: 397369 URL: https://svnweb.freebsd.org/changeset/ports/397369 Log: - Fix pike shebangs - Fix post-configure - move arch-independent bits out of ${ARCH} != i386; apparently this fixes build in 10.x+ i386 - Sort USES PR: 203128 Submitted by: amdmi3 Modified: head/www/caudium14/Makefile Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Sun Sep 20 13:05:24 2015 (r397368) +++ head/www/caudium14/Makefile Sun Sep 20 13:10:35 2015 (r397369) @@ -4,7 +4,7 @@ PORTNAME= caudium14 PORTVERSION= ${DISTVERSION}.${PIKEVERSION} DISTVERSION= 1.4.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://caudium.googlecode.com/files/ DISTNAME= Caudium-${DISTVERSION} @@ -16,7 +16,7 @@ BUILD_DEPENDS= pike78:${PORTSDIR}/lang/p LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= tar:bzip2 gmake +USES= gmake tar:bzip2 # Pike version included from lang/pike78 SUB_LIST+= PIKEVERSION=${PIKEVERSION} @@ -33,6 +33,10 @@ DOCSDIR= ${PREFIX}/share/doc/caudium OPTIONS_DEFINE= DOCS post-patch: + @${REINPLACE_CMD} -i '' -e '1s:@PIKE@:${LOCALBASE}/bin/pike:' \ + ${WRKSRC}/server/start-caudium.in + @${REINPLACE_CMD} -i '' -e '1s:bin/pike:${LOCALBASE}/bin/pike:' \ + ${WRKSRC}/server/protocols/tetris.pike @${SED} -e 's:@CAUDIUM_SERVERDIR@:${PREFIX}/caudium/server:' \ -e 's:^#############$$:${ECHO} "$${caudium_enable}" | ${EGREP} -iq "^yes|^true" || exit:' \ -e 's:/tmp/caudium_pid:/var/run/caudium.pid:' \ @@ -48,14 +52,15 @@ post-install: .include post-configure: -.if ${ARCH} != i386 -. for m in Mhash PCRE PiXSL UltraLog _Caudium +.for m in Mhash PCRE PiXSL UltraLog _Caudium @${REINPLACE_CMD} -e 's/^LD=.*/LD= ld -shared/' \ - -e '/^CFLAGS=/s/$$/ -fPIC/' \ -e 's/^LIBGCC=.*/LIBGCC=/' \ ${WRKSRC}/src/cmods/$m/Makefile -. endfor -.endif +. if ${ARCH} != i386 + @${REINPLACE_CMD} -e '/^CFLAGS=/s/$$/ -fPIC/' \ + ${WRKSRC}/src/cmods/$m/Makefile +. endif +.endfor .include "../../lang/pike78/Makefile.common" .include From owner-svn-ports-head@freebsd.org Sun Sep 20 13:12:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98D8EA02ACB; Sun, 20 Sep 2015 13:12:16 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F3BF1101; Sun, 20 Sep 2015 13:12:16 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KDCGRu099023; Sun, 20 Sep 2015 13:12:16 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KDCFVY099020; Sun, 20 Sep 2015 13:12:15 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201312.t8KDCFVY099020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 13:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397370 - head/print/texinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 13:12:16 -0000 Author: johans Date: Sun Sep 20 13:12:15 2015 New Revision: 397370 URL: https://svnweb.freebsd.org/changeset/ports/397370 Log: Update to new script releases Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Sun Sep 20 13:10:35 2015 (r397369) +++ head/print/texinfo/Makefile Sun Sep 20 13:12:15 2015 (r397370) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 6.0.20150626 +PORTVERSION= 6.0.20150919 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Sun Sep 20 13:10:35 2015 (r397369) +++ head/print/texinfo/distinfo Sun Sep 20 13:12:15 2015 (r397370) @@ -1,8 +1,8 @@ -SHA256 (texinfo/6.0.20150626/texinfo-6.0.tar.xz) = 11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 -SIZE (texinfo/6.0.20150626/texinfo-6.0.tar.xz) = 4086712 -SHA256 (texinfo/6.0.20150626/htmlxref.cnf) = 9f3ddb06df93d9b4ba457686caf78f4abb9488ab4076f73a5916ecb77f227819 -SIZE (texinfo/6.0.20150626/htmlxref.cnf) = 20074 -SHA256 (texinfo/6.0.20150626/texinfo.tex) = 0be5d6a271cefe15c2675ab24dd4143f7f5d3bce7b64f3a38564a50e192469a5 -SIZE (texinfo/6.0.20150626/texinfo.tex) = 335682 -SHA256 (texinfo/6.0.20150626/texi2dvi) = 09bce88252a1fb10014465a7f63ef6fdf2bda645e6381541a14cef3eeeeabff1 -SIZE (texinfo/6.0.20150626/texi2dvi) = 57337 +SHA256 (texinfo/6.0.20150919/texinfo-6.0.tar.xz) = 11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 +SIZE (texinfo/6.0.20150919/texinfo-6.0.tar.xz) = 4086712 +SHA256 (texinfo/6.0.20150919/htmlxref.cnf) = b94aace151102c0e5cc49be570b79b513fcfbb54aaff55bd640c6d00fa56968c +SIZE (texinfo/6.0.20150919/htmlxref.cnf) = 20137 +SHA256 (texinfo/6.0.20150919/texinfo.tex) = a1ca319a108b9501b3ff82af6e45b1befefc032220d4ad06f95bba930b62c810 +SIZE (texinfo/6.0.20150919/texinfo.tex) = 347089 +SHA256 (texinfo/6.0.20150919/texi2dvi) = 785ab406a011d50cb5456361c60dad8edf5c86a0ccb90d985a516c236e43433c +SIZE (texinfo/6.0.20150919/texi2dvi) = 56663 From owner-svn-ports-head@freebsd.org Sun Sep 20 13:22:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E349A03007; Sun, 20 Sep 2015 13:22:43 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A4E91770; Sun, 20 Sep 2015 13:22:43 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KDMhgQ003352; Sun, 20 Sep 2015 13:22:43 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KDMg5O003350; Sun, 20 Sep 2015 13:22:42 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201322.t8KDMg5O003350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 13:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397371 - head/devel/editline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 13:22:43 -0000 Author: johans Date: Sun Sep 20 13:22:42 2015 New Revision: 397371 URL: https://svnweb.freebsd.org/changeset/ports/397371 Log: - Update to editline 1.15.0 - Adopt port Modified: head/devel/editline/Makefile head/devel/editline/distinfo Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Sun Sep 20 13:12:15 2015 (r397370) +++ head/devel/editline/Makefile Sun Sep 20 13:22:42 2015 (r397371) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= editline -PORTVERSION= 1.14.2 +PORTVERSION= 1.15.0 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE -USES= libtool +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= troglobit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -18,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +PORTDOCS= * CONFLICTS_INSTALL= libedit-* Modified: head/devel/editline/distinfo ============================================================================== --- head/devel/editline/distinfo Sun Sep 20 13:12:15 2015 (r397370) +++ head/devel/editline/distinfo Sun Sep 20 13:22:42 2015 (r397371) @@ -1,2 +1,2 @@ -SHA256 (troglobit-editline-1.14.2_GH0.tar.gz) = a4ee39906c87f843ecac4d95e4d7586429f6ead92cdadc9a3c1e28fe82c3c9da -SIZE (troglobit-editline-1.14.2_GH0.tar.gz) = 338506 +SHA256 (troglobit-editline-1.15.0_GH0.tar.gz) = 965da23a31a913de7f0fd9fb92612581da875a87606f0bc421553925f23c3442 +SIZE (troglobit-editline-1.15.0_GH0.tar.gz) = 30516 From owner-svn-ports-head@freebsd.org Sun Sep 20 14:29:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5BB3A05232; Sun, 20 Sep 2015 14:29:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 965601FF8; Sun, 20 Sep 2015 14:29:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KET2xo028024; Sun, 20 Sep 2015 14:29:02 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KET2KE028022; Sun, 20 Sep 2015 14:29:02 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201509201429.t8KET2KE028022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 20 Sep 2015 14:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397372 - head/databases/cassandra-cpp-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 14:29:02 -0000 Author: gahr Date: Sun Sep 20 14:29:01 2015 New Revision: 397372 URL: https://svnweb.freebsd.org/changeset/ports/397372 Log: databases/cassandra-cpp-driver - update to 2.1.0 Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Sun Sep 20 13:22:42 2015 (r397371) +++ head/databases/cassandra-cpp-driver/Makefile Sun Sep 20 14:29:01 2015 (r397372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org @@ -26,7 +26,7 @@ USE_OPENSSL= yes PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ lib/libcassandra.so.2 \ - lib/libcassandra.so.2.0.1 \ + lib/libcassandra.so.${PORTVERSION} \ lib/libcassandra_static.a .include Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Sun Sep 20 13:22:42 2015 (r397371) +++ head/databases/cassandra-cpp-driver/distinfo Sun Sep 20 14:29:01 2015 (r397372) @@ -1,2 +1,2 @@ -SHA256 (cassandra-cpp-driver-2.0.1_GH0.tar.gz) = 16ffc9eacecd73538cd5ef971b9c259db030a35d0e03d330facfe0cd93d048de -SIZE (cassandra-cpp-driver-2.0.1_GH0.tar.gz) = 397032 +SHA256 (cassandra-cpp-driver-2.1.0_GH0.tar.gz) = f5968f9a6e067f04cf42dcc2c8f3adc068ffdadba48b5204612ceecc0a5f5a17 +SIZE (cassandra-cpp-driver-2.1.0_GH0.tar.gz) = 458887 From owner-svn-ports-head@freebsd.org Sun Sep 20 14:29:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16EB6A05268; Sun, 20 Sep 2015 14:29:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07E4610E3; Sun, 20 Sep 2015 14:29:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KETQjP028150; Sun, 20 Sep 2015 14:29:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KETQCY028148; Sun, 20 Sep 2015 14:29:26 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201509201429.t8KETQCY028148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 20 Sep 2015 14:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397373 - head/databases/casstcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 14:29:27 -0000 Author: gahr Date: Sun Sep 20 14:29:25 2015 New Revision: 397373 URL: https://svnweb.freebsd.org/changeset/ports/397373 Log: databases/casstcl - update to 2.10 Modified: head/databases/casstcl/Makefile head/databases/casstcl/distinfo Modified: head/databases/casstcl/Makefile ============================================================================== --- head/databases/casstcl/Makefile Sun Sep 20 14:29:01 2015 (r397372) +++ head/databases/casstcl/Makefile Sun Sep 20 14:29:25 2015 (r397373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= casstcl -PORTVERSION= 2.9 +PORTVERSION= 2.10 DISTVERSIONPREFIX=v CATEGORIES= databases Modified: head/databases/casstcl/distinfo ============================================================================== --- head/databases/casstcl/distinfo Sun Sep 20 14:29:01 2015 (r397372) +++ head/databases/casstcl/distinfo Sun Sep 20 14:29:25 2015 (r397373) @@ -1,2 +1,2 @@ -SHA256 (flightaware-casstcl-v2.9_GH0.tar.gz) = 45429d929049df7abd2a4f3a6cab7711f0c5098523bfb4a408dd06ecf34fcce2 -SIZE (flightaware-casstcl-v2.9_GH0.tar.gz) = 114654 +SHA256 (flightaware-casstcl-v2.10_GH0.tar.gz) = 4fa8d53797e3d2bbe4db2d61b6d49d0a1ac24e08255f33940130a559722f7d2d +SIZE (flightaware-casstcl-v2.10_GH0.tar.gz) = 115005 From owner-svn-ports-head@freebsd.org Sun Sep 20 14:36:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EABECA055F7; Sun, 20 Sep 2015 14:36:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96641561; Sun, 20 Sep 2015 14:36:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KEa3cp032559; Sun, 20 Sep 2015 14:36:03 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KEZwoL032531; Sun, 20 Sep 2015 14:35:58 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509201435.t8KEZwoL032531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 20 Sep 2015 14:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397374 - in head: audio/snd audio/zynaddsubfx databases/spatialite emulators/advancemame emulators/tpm-emulator games/megaglest games/supertuxkart lang/gauche mail/wmmaiload multimedia... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 14:36:04 -0000 Author: danfe Date: Sun Sep 20 14:35:57 2015 New Revision: 397374 URL: https://svnweb.freebsd.org/changeset/ports/397374 Log: Remove BROKEN on Tier-2 systems statements which no longer true at least on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Modified: head/audio/snd/Makefile head/audio/zynaddsubfx/Makefile head/databases/spatialite/Makefile head/emulators/advancemame/Makefile head/emulators/tpm-emulator/Makefile head/games/megaglest/Makefile head/games/supertuxkart/Makefile head/lang/gauche/Makefile head/mail/wmmaiload/Makefile head/multimedia/motion/Makefile head/net/widentd/Makefile head/security/polarssl/Makefile head/security/suricata/Makefile head/security/zxid/Makefile head/sysutils/abgx360/Makefile head/textproc/groonga/Makefile head/www/gatling/Makefile head/www/shellinabox/Makefile head/x11-fm/rodent/Makefile Modified: head/audio/snd/Makefile ============================================================================== --- head/audio/snd/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/audio/snd/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -31,8 +31,6 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_sparc64= does not compile on sparc64 - FFTW3_LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 FFTW3_CONFIGURE_WITH= fftw Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/audio/zynaddsubfx/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -16,10 +16,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libmxml.so:${PORTSDIR}/textproc/mxml -BROKEN_ia64= invokes i386 asm -BROKEN_powerpc= invokes i386 asm -BROKEN_sparc64= invokes i386 asm - USES= tar:bzip2 cmake pkgconfig OPTIONS_DEFINE= JACK GUI PORTAUDIO LASH LO DOCS EXAMPLES Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/databases/spatialite/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -38,6 +38,4 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure -BROKEN_powerpc= Does not compile on powerpc: invokes i386 assembler - .include Modified: head/emulators/advancemame/Makefile ============================================================================== --- head/emulators/advancemame/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/emulators/advancemame/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -35,8 +35,6 @@ OPTIONS_DEFAULT=FREETYPE FREETYPE_CONFIGURE_ENABLE= freetype FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -BROKEN_powerpc= Does not compile on powerpc - post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|-pthread|' ${WRKSRC}/configure Modified: head/emulators/tpm-emulator/Makefile ============================================================================== --- head/emulators/tpm-emulator/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/emulators/tpm-emulator/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -27,8 +27,6 @@ GROUPS= _tss SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" -BROKEN_powerpc= Does not compile on powerpc - post-install: @${MKDIR} ${STAGEDIR}/var/run/tpm @${MKDIR} ${STAGEDIR}${PREFIX}/var/db/tpm Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/games/megaglest/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -63,10 +63,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${STAGEDIR}${PREFIX}/bin/megaglest_editor .endif -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags -.endif - -.include +.include Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/games/supertuxkart/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -18,8 +18,6 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png -BROKEN_powerpc= does not configure on powerpc - USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz USE_GL= gl glu Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/lang/gauche/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -31,10 +31,6 @@ MAKE_ENV+= CCACHE_CPP2=1 INFO= gauche-refe gauche-refj -BROKEN_ia64= Does not build with ${ARCH} -BROKEN_powerpc= Does not build with ${ARCH} -BROKEN_sparc= Does not build with ${ARCH} - OPTIONS_DEFINE= GDBM THREADS SLIB OPTIONS_RADIO= MULTIBYTE OPTIONS_RADIO_MULTIBYTE= EUCJP SJIS UTF8 Modified: head/mail/wmmaiload/Makefile ============================================================================== --- head/mail/wmmaiload/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/mail/wmmaiload/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -40,10 +40,6 @@ MAKE_ENV+= GTK_CFLAGS="pkg-config --cfla GTK_LIBS="pkg-config --libs gtk+" .endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's| =| ?=|' Modified: head/multimedia/motion/Makefile ============================================================================== --- head/multimedia/motion/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/multimedia/motion/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -80,10 +80,6 @@ CONFIGURE_ARGS+=--without-pgsql .include -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure.in Modified: head/net/widentd/Makefile ============================================================================== --- head/net/widentd/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/net/widentd/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -18,6 +18,4 @@ MAKE_ENV+= NO_WERROR="defined" PLIST_FILES= sbin/widentd man/man8/widentd.8.gz USE_RC_SUBR= widentd -BROKEN_powerpc= Does not compile on powerpc - .include Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/security/polarssl/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -57,6 +57,4 @@ post-install-DOCS-on: TEST_USES= perl5 -BROKEN_powerpc= Does not compile on powerpc - .include Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/security/suricata/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -116,10 +116,6 @@ LOGS_DIR?= /var/log/${PORTNAME} .include -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - pre-patch: ${CP} ${FILESDIR}/ax_check_compile_flag.m4 ${WRKSRC}/m4 Modified: head/security/zxid/Makefile ============================================================================== --- head/security/zxid/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/security/zxid/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -28,9 +28,6 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include -D_LSEEK_DECLARED -fPIC LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_powerpc= Does not build on ${ARCH} -BROKEN_sparc64= Does not build on ${ARCH} - OPTIONS_DEFINE= DOCS ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxidhlo \ Modified: head/sysutils/abgx360/Makefile ============================================================================== --- head/sysutils/abgx360/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/sysutils/abgx360/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -12,14 +12,10 @@ COMMENT= Verify and repair Xbox 360 back BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl -BROKEN_ia64= does not compile -BROKEN_powerpc= does not compile -BROKEN_sparc64= does not compile +GNU_CONFIGURE= yes PLIST_FILES= bin/abgx360 -GNU_CONFIGURE= yes - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/textproc/groonga/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -30,10 +30,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_ia64= does not compile on ia64 -BROKEN_powerpc= does not compile on powerpc -BROKEN_sparc64= does not compile on sparc64 - OPTIONS_DEFINE= MECAB SUGGEST OPTIONS_DEFAULT= MECAB SUGGEST OPTIONS_SUB= yes Modified: head/www/gatling/Makefile ============================================================================== --- head/www/gatling/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/www/gatling/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -80,10 +80,6 @@ MAKE_ENV+= DEBUG=1 STRIP= .endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - PLIST_FILES+= ${bin:S,^,bin/,} ${sbin:S,^,sbin/,} sbin/gatling_wrapper pre-install: Modified: head/www/shellinabox/Makefile ============================================================================== --- head/www/shellinabox/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/www/shellinabox/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -33,8 +33,6 @@ SUB_LIST= USERS=${USERS} GROUPS=${GROUPS NOLOGIN_CONFIGURE_ON= --disable-login -BROKEN_powerpc= Does not load on powerpc - .include post-patch: Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Sun Sep 20 14:29:25 2015 (r397373) +++ head/x11-fm/rodent/Makefile Sun Sep 20 14:35:57 2015 (r397374) @@ -7,7 +7,7 @@ CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Fast, small and powerful file manager +COMMENT= Fast, small, and powerful file manager LICENSE= GPLv3 @@ -21,7 +21,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix USE_GNOME= glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--docdir=${DOCSDIR} +CONFIGURE_ARGS= --docdir=${DOCSDIR} USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip @@ -39,8 +39,4 @@ NLS_CONFIGURE_ENABLE= nls # ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ # ${WRKSRC}/Build/share/Makefile.in -.for a in ia64 powerpc sparc63 -BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64 -.endfor - .include From owner-svn-ports-head@freebsd.org Sun Sep 20 15:22:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A808A05979; Sun, 20 Sep 2015 15:22:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B92718F1; Sun, 20 Sep 2015 15:22:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KFMrSZ052879; Sun, 20 Sep 2015 15:22:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KFMr1G052878; Sun, 20 Sep 2015 15:22:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201522.t8KFMr1G052878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 15:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397375 - head/cad/meshdev/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 15:22:53 -0000 Author: marino Date: Sun Sep 20 15:22:52 2015 New Revision: 397375 URL: https://svnweb.freebsd.org/changeset/ports/397375 Log: cad/meshdev: Support modern gcc by adding header Added: head/cad/meshdev/files/patch-src_VectorT.h (contents, props changed) Added: head/cad/meshdev/files/patch-src_VectorT.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/meshdev/files/patch-src_VectorT.h Sun Sep 20 15:22:52 2015 (r397375) @@ -0,0 +1,10 @@ +--- src/VectorT.h.orig 2012-02-06 13:02:05 UTC ++++ src/VectorT.h +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + template + class VectorT From owner-svn-ports-head@freebsd.org Sun Sep 20 16:13:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC28A05D88; Sun, 20 Sep 2015 16:13:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE7D61A7E; Sun, 20 Sep 2015 16:13:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KGDYAq073144; Sun, 20 Sep 2015 16:13:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KGDYIk073143; Sun, 20 Sep 2015 16:13:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201613.t8KGDYIk073143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 16:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397376 - head/sysutils/usrinfo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 16:13:34 -0000 Author: marino Date: Sun Sep 20 16:13:33 2015 New Revision: 397376 URL: https://svnweb.freebsd.org/changeset/ports/397376 Log: sysutils/usrinfo: Support modern gcc by adding header Added: head/sysutils/usrinfo/files/patch-include_usrinfo.h (contents, props changed) Added: head/sysutils/usrinfo/files/patch-include_usrinfo.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/usrinfo/files/patch-include_usrinfo.h Sun Sep 20 16:13:33 2015 (r397376) @@ -0,0 +1,10 @@ +--- include/usrinfo.h.orig 2004-06-26 01:53:38 UTC ++++ include/usrinfo.h +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + //functions + void uidtest(int argc,char** argv); + void usrtest(int argc,char** argv); From owner-svn-ports-head@freebsd.org Sun Sep 20 16:25:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A83949CF343; Sun, 20 Sep 2015 16:25:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99F8E1EA0; Sun, 20 Sep 2015 16:25:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KGPmcr077360; Sun, 20 Sep 2015 16:25:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KGPmrv077358; Sun, 20 Sep 2015 16:25:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201509201625.t8KGPmrv077358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 20 Sep 2015 16:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397377 - in head/graphics/openimageio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 16:25:48 -0000 Author: riggs Date: Sun Sep 20 16:25:47 2015 New Revision: 397377 URL: https://svnweb.freebsd.org/changeset/ports/397377 Log: Update to upstream version 1.5.18 PR: 202442 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Deleted: head/graphics/openimageio/files/ Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sun Sep 20 16:13:33 2015 (r397376) +++ head/graphics/openimageio/Makefile Sun Sep 20 16:25:47 2015 (r397377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.5.16 +PORTVERSION= 1.5.18 DISTVERSIONPREFIX= Release- PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -66,7 +66,7 @@ PLIST_SUB+= LIBVERS=${PORTVERSION} LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libhdf5.so:${PORTSDIR}/science/hdf5 \ - libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libwebp.so:${PORTSDIR}/graphics/webp USE_LDCONFIG= yes Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sun Sep 20 16:13:33 2015 (r397376) +++ head/graphics/openimageio/distinfo Sun Sep 20 16:25:47 2015 (r397377) @@ -1,2 +1,2 @@ -SHA256 (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 6c676ae5ddc3b2a8f8d37b521c670d8b3f82d1af583801027d44cf61e1550d6b -SIZE (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 23136543 +SHA256 (OpenImageIO-oiio-Release-1.5.18_GH0.tar.gz) = 5e22fb0fbc46f72dd8904282cf43ae5501415f11b0043c61660dd99ac267c756 +SIZE (OpenImageIO-oiio-Release-1.5.18_GH0.tar.gz) = 20721348 From owner-svn-ports-head@freebsd.org Sun Sep 20 16:35:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 349ED9CFA6D; Sun, 20 Sep 2015 16:35:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 269471311; Sun, 20 Sep 2015 16:35:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KGZU67081532; Sun, 20 Sep 2015 16:35:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KGZTEn081529; Sun, 20 Sep 2015 16:35:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201635.t8KGZTEn081529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 16:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397378 - in head: games/moria math/vtk5 sysutils/scalpel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 16:35:30 -0000 Author: marino Date: Sun Sep 20 16:35:28 2015 New Revision: 397378 URL: https://svnweb.freebsd.org/changeset/ports/397378 Log: Add USES=alias to 3 ports (Aids DragonFly support) Modified: head/games/moria/Makefile head/math/vtk5/Makefile head/sysutils/scalpel/Makefile Modified: head/games/moria/Makefile ============================================================================== --- head/games/moria/Makefile Sun Sep 20 16:25:47 2015 (r397377) +++ head/games/moria/Makefile Sun Sep 20 16:35:28 2015 (r397378) @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= glewis@FreeBSD.org COMMENT= Dungeon exploration game +USES= alias WRKSRC= ${WRKDIR}/umoria ALL_TARGET= moria MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \ Modified: head/math/vtk5/Makefile ============================================================================== --- head/math/vtk5/Makefile Sun Sep 20 16:25:47 2015 (r397377) +++ head/math/vtk5/Makefile Sun Sep 20 16:35:28 2015 (r397378) @@ -24,7 +24,7 @@ CONFLICTS= vtk-4* SUB_FILES= vtk.3 -USES= cmake:outsource jpeg +USES= alias cmake:outsource jpeg USE_XORG= xt USE_LDCONFIG= ${PREFIX}/lib/vtk-${PORTVERSION:R} CXXFLAGS+= -DUSE_INTERP_ERRORLINE Modified: head/sysutils/scalpel/Makefile ============================================================================== --- head/sysutils/scalpel/Makefile Sun Sep 20 16:25:47 2015 (r397377) +++ head/sysutils/scalpel/Makefile Sun Sep 20 16:35:28 2015 (r397378) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre +USES= alias GNU_CONFIGURE= yes SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Sun Sep 20 17:04:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34CC1A058B2; Sun, 20 Sep 2015 17:04:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0493B1ED0; Sun, 20 Sep 2015 17:04:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KH4KC9094066; Sun, 20 Sep 2015 17:04:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KH4KCj094064; Sun, 20 Sep 2015 17:04:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509201704.t8KH4KCj094064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 20 Sep 2015 17:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397379 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 17:04:21 -0000 Author: pi Date: Sun Sep 20 17:04:19 2015 New Revision: 397379 URL: https://svnweb.freebsd.org/changeset/ports/397379 Log: databases/cego: 2.25.1 -> 2.25.3 - Decreased default cache size values to 100k ( query + table ) - Next fileId (CegoXMLSpace::nextFID ) calculation now analyses the existing fileId and uses the lowest available. The MAXFID attribute in the database xml file is no more used. This avoids, that file id exceeds in case of frequent creation and removement of tablesets. - Some format correction in CegoAdminHandler - Increased parameter FILMNG_MAXDATAFILE to 10000 and TABMNG_MAXTABSET to 500 - Optimization added in CegoDisCursor::distSetup(CegoAttrCond) If the native table cursor could not set up either FULL or PART, the table cursor retrieved all available rows from the corresponding table. In this case, the table also can be cached to improve subsequent queries for this table. This fix is relevant for queries like select * from t1 where b like '%X%', since the like condition cannot be used by the table cursor Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Sep 20 16:35:28 2015 (r397378) +++ head/databases/cego/Makefile Sun Sep 20 17:04:19 2015 (r397379) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.25.1 +PORTVERSION= 2.25.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Sep 20 16:35:28 2015 (r397378) +++ head/databases/cego/distinfo Sun Sep 20 17:04:19 2015 (r397379) @@ -1,2 +1,2 @@ -SHA256 (cego-2.25.1.tar.gz) = 931edbfde525374714d08ba04cc7aa619ea61a0cb963707787fcdc7a97495e9e -SIZE (cego-2.25.1.tar.gz) = 1223815 +SHA256 (cego-2.25.3.tar.gz) = 68712d9be6343197377eb0cd0a89872fd2d8c0b17190c3b6d73583d42885c937 +SIZE (cego-2.25.3.tar.gz) = 1224506 From owner-svn-ports-head@freebsd.org Sun Sep 20 18:24:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76EC7A05CD5; Sun, 20 Sep 2015 18:24:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65E3B1CB1; Sun, 20 Sep 2015 18:24:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KIOl1T027470; Sun, 20 Sep 2015 18:24:47 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KIOiZX027458; Sun, 20 Sep 2015 18:24:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201824.t8KIOiZX027458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 18:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397380 - in head: converters/fix-mime-charset/files games/crack-attack/files games/galaxyhack/files graphics/ampasCTL graphics/ampasCTL/files graphics/graphopt/files math/ised/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 18:24:47 -0000 Author: marino Date: Sun Sep 20 18:24:44 2015 New Revision: 397380 URL: https://svnweb.freebsd.org/changeset/ports/397380 Log: Add and/or to 7 ports to support modern gcc Approved by: gcc5 support blanket Added: head/converters/fix-mime-charset/files/ head/converters/fix-mime-charset/files/patch-src_argp-local.h (contents, props changed) head/converters/fix-mime-charset/files/patch-src_decoder.cc (contents, props changed) head/games/crack-attack/files/patch-src_TextureLoader.h (contents, props changed) head/games/galaxyhack/files/patch-JSDL.cpp (contents, props changed) head/graphics/ampasCTL/files/patch-ctlrender_tiff__file.cc (contents, props changed) head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp (contents, props changed) head/graphics/graphopt/files/patch-src_classes_nodes.cc (contents, props changed) head/math/ised/files/ head/math/ised/files/patch-src_ised.cpp (contents, props changed) Modified: head/graphics/ampasCTL/Makefile Added: head/converters/fix-mime-charset/files/patch-src_argp-local.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/fix-mime-charset/files/patch-src_argp-local.h Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,10 @@ +--- src/argp-local.h.orig 2003-11-25 23:51:41 UTC ++++ src/argp-local.h +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + + #define __need_error_t + #include Added: head/converters/fix-mime-charset/files/patch-src_decoder.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/fix-mime-charset/files/patch-src_decoder.cc Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,10 @@ +--- src/decoder.cc.orig 2003-08-28 18:45:38 UTC ++++ src/decoder.cc +@@ -1,6 +1,7 @@ + // @(#) $Id: decoder.cc,v 1.7 2003/08/28 18:45:38 balu Exp $ + + #include "decoder.h" ++#include + + unsigned char base64_rank[256]= + {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, Added: head/games/crack-attack/files/patch-src_TextureLoader.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/crack-attack/files/patch-src_TextureLoader.h Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,10 @@ +--- src/TextureLoader.h.orig 2005-04-16 08:13:38 UTC ++++ src/TextureLoader.h +@@ -27,6 +27,7 @@ + #ifndef TEXTURELOADER_H + #define TEXTURELOADER_H + ++#include + #include + + #include "glext.h" Added: head/games/galaxyhack/files/patch-JSDL.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/galaxyhack/files/patch-JSDL.cpp Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,10 @@ +--- JSDL.cpp.orig 2015-09-20 01:08:54 UTC ++++ JSDL.cpp +@@ -18,6 +18,7 @@ + #include + + #include ++#include + #include + #include + Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Sun Sep 20 17:04:19 2015 (r397379) +++ head/graphics/ampasCTL/Makefile Sun Sep 20 18:24:44 2015 (r397380) @@ -41,10 +41,6 @@ OPTIONS_DEFINE= DOCS .include post-patch: - @${REINPLACE_CMD} -e 's|#include ||' \ - ${WRKSRC}/lib/dpx/dpx_util.cc ${WRKSRC}/lib/IlmCtl/CtlExc.cpp \ - ${WRKSRC}/lib/IlmCtl/CtlTypeStorage.cpp ${WRKSRC}/ctlrender/tiff_file.cc - @${REINPLACE_CMD} -e 's|lib/CMake|lib/cmake|' \ -e 's|add_subdirectory(doc)||' \ -e 's|lib/pkgconfig|libdata/pkgconfig|' \ Added: head/graphics/ampasCTL/files/patch-ctlrender_tiff__file.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ampasCTL/files/patch-ctlrender_tiff__file.cc Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,18 @@ +--- ctlrender/tiff_file.cc.orig 2014-06-03 01:11:24 UTC ++++ ctlrender/tiff_file.cc +@@ -53,6 +53,7 @@ + /////////////////////////////////////////////////////////////////////////// + + #include "tiff_file.hh" ++#include + #include + #include + #if defined(HAVE_LIBTIFF) +@@ -61,7 +62,6 @@ + #include + #include + #include +-#include + + void tiff_read_multiplane(TIFF *t, float scale, ctl::dpx::fb * pixels); + void tiff_read_interleaved(TIFF *t, float scale, ctl::dpx::fb * pixels); Added: head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,13 @@ +--- lib/IlmCtl/CtlExc.cpp.orig 2014-06-03 01:11:24 UTC ++++ lib/IlmCtl/CtlExc.cpp +@@ -53,9 +53,9 @@ + /////////////////////////////////////////////////////////////////////////// + + #include ++#include + #include + #include +-#include + #include + + namespace Ctl { Added: head/graphics/graphopt/files/patch-src_classes_nodes.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphopt/files/patch-src_classes_nodes.cc Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,9 @@ +--- src/classes/nodes.cc.intermediate 2015-09-20 00:14:03 UTC ++++ src/classes/nodes.cc +@@ -1,5 +1,6 @@ + #include + #include ++#include + #include "nodes.h" + + Added: head/math/ised/files/patch-src_ised.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ised/files/patch-src_ised.cpp Sun Sep 20 18:24:44 2015 (r397380) @@ -0,0 +1,10 @@ +--- src/ised.cpp.orig 2012-09-01 16:10:10 UTC ++++ src/ised.cpp +@@ -16,6 +16,7 @@ + **/ + + #include ++#include + #include "vm.h" + + #include From owner-svn-ports-head@freebsd.org Sun Sep 20 18:42:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F97FA05490; Sun, 20 Sep 2015 18:42:07 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30EA61390; Sun, 20 Sep 2015 18:42:07 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KIg7eU035532; Sun, 20 Sep 2015 18:42:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KIg7Jf035531; Sun, 20 Sep 2015 18:42:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201842.t8KIg7Jf035531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 18:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397381 - head/games/ppracer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 18:42:07 -0000 Author: marino Date: Sun Sep 20 18:42:06 2015 New Revision: 397381 URL: https://svnweb.freebsd.org/changeset/ports/397381 Log: Add and/or to support modern gcc (This was support to be with 6 other ports but I forgot to "svn add" the patch) Approved by: gcc5 support blanket Added: head/games/ppracer/files/patch-src_ppogl_base_os.cpp (contents, props changed) Added: head/games/ppracer/files/patch-src_ppogl_base_os.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ppracer/files/patch-src_ppogl_base_os.cpp Sun Sep 20 18:42:06 2015 (r397381) @@ -0,0 +1,10 @@ +--- src/ppogl/base/os.cpp.orig 2015-09-19 23:30:52 UTC ++++ src/ppogl/base/os.cpp +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #define MAX_BUFFER_SIZE 512 + From owner-svn-ports-head@freebsd.org Sun Sep 20 18:59:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A056A05D02; Sun, 20 Sep 2015 18:59:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4744D1D46; Sun, 20 Sep 2015 18:59:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KIxL7S040105; Sun, 20 Sep 2015 18:59:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KIxJGU040100; Sun, 20 Sep 2015 18:59:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201859.t8KIxJGU040100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 18:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397382 - in head: converters/fix-mime-charset/files graphics/ampasCTL/files graphics/graphopt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 18:59:21 -0000 Author: marino Date: Sun Sep 20 18:59:19 2015 New Revision: 397382 URL: https://svnweb.freebsd.org/changeset/ports/397382 Log: Add and/or to support modern gcc Four of these five patches should have been part of the previous commit but I didn't notice them. The ampasCTL pach is to fix a regression that I introduced by removing part of the post-patch target. Approved by: gcc5 support blanket Added: head/converters/fix-mime-charset/files/patch-src_input.cc (contents, props changed) head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc (contents, props changed) head/graphics/graphopt/files/patch-src_classes_psExporter.cc (contents, props changed) head/graphics/graphopt/files/patch-src_classes_visioExporter.cc (contents, props changed) Modified: head/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc Added: head/converters/fix-mime-charset/files/patch-src_input.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/fix-mime-charset/files/patch-src_input.cc Sun Sep 20 18:59:19 2015 (r397382) @@ -0,0 +1,10 @@ +--- src/input.cc.orig 2003-07-29 23:29:11 UTC ++++ src/input.cc +@@ -3,6 +3,7 @@ + #include "input.h" + #include + #include ++#include + + /* Input */ + Modified: head/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc ============================================================================== --- head/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc Sun Sep 20 18:42:06 2015 (r397381) +++ head/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc Sun Sep 20 18:59:19 2015 (r397382) @@ -1,8 +1,10 @@ ---- ./lib/dpx/dpx_util.cc.orig 2013-10-12 18:55:34.000000000 +0200 -+++ ./lib/dpx/dpx_util.cc 2013-10-12 18:55:55.000000000 +0200 -@@ -57,6 +57,7 @@ +--- lib/dpx/dpx_util.cc.orig 2014-06-03 01:11:24 UTC ++++ lib/dpx/dpx_util.cc +@@ -55,8 +55,8 @@ + #include "dpx_util.hh" + #include #include - +-#include #include +#include Added: head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc Sun Sep 20 18:59:19 2015 (r397382) @@ -0,0 +1,9 @@ +--- src/classes/optFileWriter.cc.intermediate 2015-09-20 01:43:24 UTC ++++ src/classes/optFileWriter.cc +@@ -1,5 +1,6 @@ + #include "optFileWriter.h" + #include ++#include + + + optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) { Added: head/graphics/graphopt/files/patch-src_classes_psExporter.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphopt/files/patch-src_classes_psExporter.cc Sun Sep 20 18:59:19 2015 (r397382) @@ -0,0 +1,10 @@ +--- src/classes/psExporter.cc.intermediate 2015-09-20 01:43:24 UTC ++++ src/classes/psExporter.cc +@@ -1,6 +1,6 @@ + #include "psExporter.h" + #include +- ++#include + + psExporter::psExporter(char *what_file, nodes *what_nodes) { + filename = strdup(what_file); Added: head/graphics/graphopt/files/patch-src_classes_visioExporter.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphopt/files/patch-src_classes_visioExporter.cc Sun Sep 20 18:59:19 2015 (r397382) @@ -0,0 +1,9 @@ +--- src/classes/visioExporter.cc.intermediate 2015-09-20 01:43:24 UTC ++++ src/classes/visioExporter.cc +@@ -1,5 +1,6 @@ + #include "visioExporter.h" + #include ++#include + + + visioExporter::visioExporter(char *what_file, nodes *what_nodes) { From owner-svn-ports-head@freebsd.org Sun Sep 20 18:59:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84EE3A05D3D; Sun, 20 Sep 2015 18:59:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 763021E24; Sun, 20 Sep 2015 18:59:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KIxVtJ040198; Sun, 20 Sep 2015 18:59:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KIxV8q040197; Sun, 20 Sep 2015 18:59:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201859.t8KIxV8q040197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 18:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397383 - head/sysutils/dvdbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 18:59:31 -0000 Author: amdmi3 Date: Sun Sep 20 18:59:30 2015 New Revision: 397383 URL: https://svnweb.freebsd.org/changeset/ports/397383 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/sysutils/dvdbackup/Makefile Modified: head/sysutils/dvdbackup/Makefile ============================================================================== --- head/sysutils/dvdbackup/Makefile Sun Sep 20 18:59:19 2015 (r397382) +++ head/sysutils/dvdbackup/Makefile Sun Sep 20 18:59:30 2015 (r397383) @@ -25,27 +25,18 @@ PORTDOCS= NEWS README DEFAULT_DVD_DEVICE?= /dev/cd0 OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+= --enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} "s|/dev/dvd|${DEFAULT_DVD_DEVICE}|g" \ ${WRKSRC}/src/main.c ${WRKSRC}/po/*.po ${WRKSRC}/po/*.pot \ ${WRKSRC}/README ${WRKSRC}/man/dvdbackup.1 -pre-configure: -.if empty(PORT_OPTIONS:MDOCS) +pre-configure-DOCS-off: @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: |' \ ${WRKSRC}/Makefile.in -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:21:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71B749D07D2; Sun, 20 Sep 2015 19:21:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6322F19EC; Sun, 20 Sep 2015 19:21:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJLGh5051450; Sun, 20 Sep 2015 19:21:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJLG5h051449; Sun, 20 Sep 2015 19:21:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201921.t8KJLG5h051449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397384 - head/security/nettle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:21:16 -0000 Author: amdmi3 Date: Sun Sep 20 19:21:15 2015 New Revision: 397384 URL: https://svnweb.freebsd.org/changeset/ports/397384 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/security/nettle/Makefile Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Sun Sep 20 18:59:30 2015 (r397383) +++ head/security/nettle/Makefile Sun Sep 20 19:21:15 2015 (r397384) @@ -39,15 +39,13 @@ OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ENV+= CCPIC=-fPIC .endif -post-install: -.if ${PORT_OPTIONS:MEXAMPLES} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:21:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FCB29D0812; Sun, 20 Sep 2015 19:21:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012481AF0; Sun, 20 Sep 2015 19:21:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJLUdB051543; Sun, 20 Sep 2015 19:21:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJLUJD051542; Sun, 20 Sep 2015 19:21:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201921.t8KJLUJD051542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397385 - head/mail/sma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:21:31 -0000 Author: amdmi3 Date: Sun Sep 20 19:21:30 2015 New Revision: 397385 URL: https://svnweb.freebsd.org/changeset/ports/397385 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/mail/sma/Makefile Modified: head/mail/sma/Makefile ============================================================================== --- head/mail/sma/Makefile Sun Sep 20 19:21:15 2015 (r397384) +++ head/mail/sma/Makefile Sun Sep 20 19:21:30 2015 (r397385) @@ -15,8 +15,6 @@ DOCSFILES= BUGS COPYRIGHT HISTORY README OPTIONS_DEFINE= DOCS EXAMPLES -.include - do-configure: ${REINPLACE_CMD} -e "s,CC =,CC?= ," \ -e "s,CFLAGS = -Wall -O,CFLAGS+= ," \ @@ -25,17 +23,17 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sma ${STAGEDIR}${PREFIX}/bin/sma ${INSTALL_MAN} ${WRKSRC}/sma.8 ${STAGEDIR}${PREFIX}/man/man8/ -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCSFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${SAMPLEFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EXAMPLESDIR}/ .endfor -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:21:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 118AE9D0848; Sun, 20 Sep 2015 19:21:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02D981C41; Sun, 20 Sep 2015 19:21:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJLqLI052312; Sun, 20 Sep 2015 19:21:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJLqBC052311; Sun, 20 Sep 2015 19:21:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201921.t8KJLqBC052311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397386 - head/sysutils/sysgather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:21:53 -0000 Author: amdmi3 Date: Sun Sep 20 19:21:52 2015 New Revision: 397386 URL: https://svnweb.freebsd.org/changeset/ports/397386 Log: - Add NO_ARCH - Simplify case of EXAMPLES disabled, no need for special handling here Approved by: portmgr blanket Modified: head/sysutils/sysgather/Makefile Modified: head/sysutils/sysgather/Makefile ============================================================================== --- head/sysutils/sysgather/Makefile Sun Sep 20 19:21:30 2015 (r397385) +++ head/sysutils/sysgather/Makefile Sun Sep 20 19:21:52 2015 (r397386) @@ -17,15 +17,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix uidfix SHEBANG_FILES= sysgather.pl +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES -.include - -.if empty(PORT_OPTIONS:MEXAMPLES) -MAKE_ENV+= EXAMPLESDIR="${WRKDIR}" -.endif - post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \ ${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample From owner-svn-ports-head@freebsd.org Sun Sep 20 19:22:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22F259D08A2; Sun, 20 Sep 2015 19:22:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 143F01D31; Sun, 20 Sep 2015 19:22:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJMCuw052433; Sun, 20 Sep 2015 19:22:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJMC6r052432; Sun, 20 Sep 2015 19:22:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201922.t8KJMC6r052432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397387 - head/net/py-pcs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:22:13 -0000 Author: amdmi3 Date: Sun Sep 20 19:22:12 2015 New Revision: 397387 URL: https://svnweb.freebsd.org/changeset/ports/397387 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/net/py-pcs/Makefile Modified: head/net/py-pcs/Makefile ============================================================================== --- head/net/py-pcs/Makefile Sun Sep 20 19:21:52 2015 (r397386) +++ head/net/py-pcs/Makefile Sun Sep 20 19:22:12 2015 (r397387) @@ -22,17 +22,12 @@ USE_PYTHON= distutils pythonprefix OPTIONS_DEFINE= DOCS EXAMPLES -.include - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/Web && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/scripts && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:22:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03A059D08D7; Sun, 20 Sep 2015 19:22:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8F851E17; Sun, 20 Sep 2015 19:22:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJMS3u052542; Sun, 20 Sep 2015 19:22:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJMSaW052541; Sun, 20 Sep 2015 19:22:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201922.t8KJMSaW052541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397388 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:22:29 -0000 Author: amdmi3 Date: Sun Sep 20 19:22:28 2015 New Revision: 397388 URL: https://svnweb.freebsd.org/changeset/ports/397388 Log: - Drop 8.x support - Switch to options helpers Approved by: portmgr blanket Deleted: head/security/libgcrypt/files/extra-patch-configure Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Sun Sep 20 19:22:12 2015 (r397387) +++ head/security/libgcrypt/Makefile Sun Sep 20 19:22:28 2015 (r397388) @@ -34,24 +34,12 @@ OPTIONS_DEFINE= DOCS .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm - -.elif ${ARCH} == "i386" -.if (${OSVERSION} < 900033) -CONFIGURE_ARGS+= --disable-aesni-support -.endif - .endif post-patch: ${RM} -f ${WRKSRC}/doc/gcrypt.info* ${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S -# Fix build without ASM on 8.x/amd64 -.if ${OPSYS} == FreeBSD && ${ARCH} == "amd64" && ${OSVERSION} < 900000 -USE_GCC= any -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure -.endif - # Fix crash at cipher/salsa20.c module on amd64 .if ${ARCH} == "amd64" && exists(/usr/bin/clang) CFLAGS:= ${CFLAGS:N-O*} -O2 @@ -60,10 +48,9 @@ CFLAGS:= ${CFLAGS:N-O*} -O2 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.20.0.3 -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif regression-test: build cd ${WRKSRC} && ${MAKE_CMD} check From owner-svn-ports-head@freebsd.org Sun Sep 20 19:23:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69DD49D0974; Sun, 20 Sep 2015 19:23:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B2771EFE; Sun, 20 Sep 2015 19:23:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJNbZi052693; Sun, 20 Sep 2015 19:23:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJNbna052692; Sun, 20 Sep 2015 19:23:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201923.t8KJNbna052692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397389 - head/sysutils/torque X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:23:37 -0000 Author: amdmi3 Date: Sun Sep 20 19:23:36 2015 New Revision: 397389 URL: https://svnweb.freebsd.org/changeset/ports/397389 Log: - Switch to options helpers Modified: head/sysutils/torque/Makefile Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Sun Sep 20 19:22:28 2015 (r397388) +++ head/sysutils/torque/Makefile Sun Sep 20 19:23:36 2015 (r397389) @@ -26,18 +26,14 @@ CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm OPTIONS_DEFINE= EXAMPLES -.include - pre-configure: @${REINPLACE_CMD} -E 's|ps[ \t]+-ef|ps -ax|g' ${WRKSRC}/torque.setup @${REINPLACE_CMD} -E 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKDIR}/torque-config ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: ${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${STAGEDIR}${EXAMPLESDIR} -.else - ${RM} -rf ${STAGEDIR}${EXAMPLESDIR} -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:23:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 765219D099E; Sun, 20 Sep 2015 19:23:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D88C1FE1; Sun, 20 Sep 2015 19:23:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJNuqs052803; Sun, 20 Sep 2015 19:23:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJNuMf052801; Sun, 20 Sep 2015 19:23:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201923.t8KJNuMf052801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397390 - head/sysutils/dolly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:23:56 -0000 Author: amdmi3 Date: Sun Sep 20 19:23:55 2015 New Revision: 397390 URL: https://svnweb.freebsd.org/changeset/ports/397390 Log: - Switch to options helpers - Fix targets order Modified: head/sysutils/dolly/Makefile Modified: head/sysutils/dolly/Makefile ============================================================================== --- head/sysutils/dolly/Makefile Sun Sep 20 19:23:36 2015 (r397389) +++ head/sysutils/dolly/Makefile Sun Sep 20 19:23:55 2015 (r397390) @@ -15,37 +15,19 @@ OPTIONS_DEFAULT= BZIP2 HIGHEST_COMPRESSI BZIP2_DESC= bzip2 instead of gzip for compressing HIGHEST_COMPRESSION_DESC= Highest rather than fastest compression -DOCS= README - -.include -do-configure: -# C{C,FLAGS} safeness - @${REINPLACE_CMD} -E \ - -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ - -e 's|^(CFLAGS[[:space:]]*=.*)$$|\1 ${CFLAGS}|' \ - ${BUILD_WRKSRC}/${MAKEFILE} - -do-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -. for _file in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${_file} ${STAGEDIR}${DOCSDIR}/ -. endfor -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - # Correctly depend upon bzip2 if necessary -.if ${PORT_OPTIONS:MBZIP2} -EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c -.endif +BZIP2_EXTRA_PATCHES= ${FILESDIR}/extra-bzip2-patch-dolly.c + +DOCS= README post-patch: # fix comment error @${REINPLACE_CMD} -E \ -e 's|use gzip|use gunzip|' \ ${WRKSRC}/dolly.c + +post-patch-BZIP2-on: # Properly reference bzip2 instead of gzip -.if ${PORT_OPTIONS:MBZIP2} @${REINPLACE_CMD} -E \ -e 's|/usr/bin/gzip|${BZIP2_CMD}|' \ -e 's|gzip|bzip2|' \ @@ -64,12 +46,27 @@ post-patch: -e 's|gunzip|bzcat|' \ -e 's|\.gz|\.bz2|g' \ ${WRKSRC}/* -.endif + +post-patch-HIGHEST_COMPRESSION-on: # Highest compression possible -.if ${PORT_OPTIONS:MHIGHEST_COMPRESSION} @${REINPLACE_CMD} -E \ -e 's|-cf|-9cf|' \ ${WRKSRC}/dolly.c -.endif + +do-configure: +# C{C,FLAGS} safeness + @${REINPLACE_CMD} -E \ + -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ + -e 's|^(CFLAGS[[:space:]]*=.*)$$|\1 ${CFLAGS}|' \ + ${BUILD_WRKSRC}/${MAKEFILE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for _file in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${_file} ${STAGEDIR}${DOCSDIR}/ +.endfor .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:24:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A3499D09DC; Sun, 20 Sep 2015 19:24:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B61810D3; Sun, 20 Sep 2015 19:24:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJOatt052925; Sun, 20 Sep 2015 19:24:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJOac4052924; Sun, 20 Sep 2015 19:24:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509201924.t8KJOac4052924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 19:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397391 - head/net/cvsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:24:36 -0000 Author: amdmi3 Date: Sun Sep 20 19:24:35 2015 New Revision: 397391 URL: https://svnweb.freebsd.org/changeset/ports/397391 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/net/cvsync/Makefile Modified: head/net/cvsync/Makefile ============================================================================== --- head/net/cvsync/Makefile Sun Sep 20 19:23:55 2015 (r397390) +++ head/net/cvsync/Makefile Sun Sep 20 19:24:35 2015 (r397391) @@ -30,16 +30,12 @@ MAKE_FLAGS= OSVER="${OSVERSION}" HASH_TY OPTIONS_DEFINE= DOCS EXAMPLES -.include - -post-install: -.if ${PORT_OPTIONS:MEXAMPLES} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:35:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81BA49D0E1F; Sun, 20 Sep 2015 19:35:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F7831532; Sun, 20 Sep 2015 19:35:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJZAH9057079; Sun, 20 Sep 2015 19:35:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJZABB057078; Sun, 20 Sep 2015 19:35:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509201935.t8KJZABB057078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Sep 2015 19:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397392 - head/graphics/ampasCTL/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:35:10 -0000 Author: marino Date: Sun Sep 20 19:35:09 2015 New Revision: 397392 URL: https://svnweb.freebsd.org/changeset/ports/397392 Log: graphics/ampasCTL: Sigh -- there were 4 files modified for alloca Hopefully the third time is the charm. Added: head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlTypeStorage.cpp (contents, props changed) Added: head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlTypeStorage.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlTypeStorage.cpp Sun Sep 20 19:35:09 2015 (r397392) @@ -0,0 +1,10 @@ +--- lib/IlmCtl/CtlTypeStorage.cpp.orig 2014-06-03 01:11:24 UTC ++++ lib/IlmCtl/CtlTypeStorage.cpp +@@ -64,7 +64,6 @@ + #include + #include + #include +-#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Sun Sep 20 19:38:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B3BC9D0EF0; Sun, 20 Sep 2015 19:38:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2EB1796; Sun, 20 Sep 2015 19:38:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJcPpY057321; Sun, 20 Sep 2015 19:38:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJcOXv057319; Sun, 20 Sep 2015 19:38:24 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201509201938.t8KJcOXv057319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Sep 2015 19:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397393 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:38:25 -0000 Author: rene Date: Sun Sep 20 19:38:24 2015 New Revision: 397393 URL: https://svnweb.freebsd.org/changeset/ports/397393 Log: www/chromium: update to 45.0.2454.93 Submitted by: LeFroid MFH: 2015Q3 Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Sep 20 19:35:09 2015 (r397392) +++ head/www/chromium/Makefile Sun Sep 20 19:38:24 2015 (r397393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 45.0.2454.85 +PORTVERSION= 45.0.2454.93 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Sun Sep 20 19:35:09 2015 (r397392) +++ head/www/chromium/distinfo Sun Sep 20 19:38:24 2015 (r397393) @@ -1,4 +1,4 @@ -SHA256 (chromium-45.0.2454.85.tar.xz) = 3e8c03a5a6ea4cc35017404a58687ca18207eed70781bad7f2d7d70610934c91 -SIZE (chromium-45.0.2454.85.tar.xz) = 321222028 -SHA256 (chromium-45.0.2454.85-testdata.tar.xz) = 94577c27e9de9dd1c85d2e3ea4db5021ea7a6661f5615c2c91180104516b51b7 -SIZE (chromium-45.0.2454.85-testdata.tar.xz) = 115779592 +SHA256 (chromium-45.0.2454.93.tar.xz) = 0652aad95e6135ce03c6bfa13c4b023b1d70d65af9e0a24dc0e9fe45578d2ac7 +SIZE (chromium-45.0.2454.93.tar.xz) = 321164908 +SHA256 (chromium-45.0.2454.93-testdata.tar.xz) = 8977e6fa33670a65452ce21e2ae2fcfd39db8989b013a21e1357d00f8bb64d7e +SIZE (chromium-45.0.2454.93-testdata.tar.xz) = 115781456 From owner-svn-ports-head@freebsd.org Sun Sep 20 19:59:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A95CA059E2; Sun, 20 Sep 2015 19:59:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1932A1020; Sun, 20 Sep 2015 19:59:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KJxL6a066471; Sun, 20 Sep 2015 19:59:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KJx4jq066409; Sun, 20 Sep 2015 19:59:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509201959.t8KJx4jq066409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 19:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397395 - in head: . accessibility/caribou archivers/unalz audio/libmodplug benchmarks/tcpblast biology/iolib cad/cura-engine chinese/qe chinese/sunpinyin comms/bluegps comms/concordanc... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 19:59:21 -0000 Author: olgeni Date: Sun Sep 20 19:59:03 2015 New Revision: 397395 URL: https://svnweb.freebsd.org/changeset/ports/397395 Log: Typos, whitespace and capitalization fixes (A-F). Modified: head/MOVED head/accessibility/caribou/pkg-descr head/archivers/unalz/pkg-descr head/audio/libmodplug/pkg-descr head/benchmarks/tcpblast/pkg-descr head/biology/iolib/pkg-descr head/cad/cura-engine/pkg-descr head/chinese/qe/pkg-descr head/chinese/sunpinyin/pkg-descr head/comms/bluegps/pkg-descr head/comms/concordance/pkg-descr (contents, props changed) head/comms/cwdaemon/pkg-descr head/comms/hf/pkg-descr head/comms/py-lirc/pkg-descr head/comms/qsstv/pkg-descr head/converters/fconv/pkg-descr head/converters/fondu/pkg-descr head/deskutils/cal/pkg-descr head/deskutils/mencal/pkg-descr head/deskutils/plasma-applet-serverstatuswidget/pkg-descr head/devel/R-cran-Rcpp/pkg-descr head/devel/bcc/pkg-descr head/devel/cmake-fedora/pkg-descr head/devel/go-termbox/pkg-descr (contents, props changed) head/devel/guikachu/pkg-descr head/devel/hgview/pkg-descr head/devel/hs-DrIFT/pkg-descr head/devel/hs-system-fileio/pkg-descr head/devel/hs-unix-compat/pkg-descr head/devel/libeio/pkg-descr head/devel/libexecinfo/pkg-descr head/devel/librelp/pkg-descr head/devel/libtecla/pkg-descr head/devel/ocaml-annexlib/pkg-descr head/devel/p5-File-ShareDir/pkg-descr head/devel/p5-IO-FDPass/pkg-descr head/devel/p5-Mock-Quick/pkg-descr head/devel/p5-Perl-OSType/pkg-descr head/devel/p5-Sys-Cpu/pkg-descr head/devel/p5-Term-Screen/pkg-descr head/devel/p5-Test-EOL/pkg-descr head/devel/pear-PhpDocumentor/pkg-descr head/devel/py-billiard/pkg-descr head/devel/py-tipper/pkg-descr (contents, props changed) head/devel/qconf/pkg-descr head/devel/quilt/pkg-descr head/devel/rubygem-file-tail/pkg-descr head/devel/rubygem-rubyinline/pkg-descr head/dns/dnstracer/pkg-descr head/editors/gate/pkg-descr head/editors/le/pkg-descr head/emulators/dosbox/pkg-descr head/emulators/generator/pkg-descr head/emulators/linux_base-c6/pkg-descr head/emulators/linux_base-f10/pkg-descr head/ftp/proftpd/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 20 19:41:52 2015 (r397394) +++ head/MOVED Sun Sep 20 19:59:03 2015 (r397395) @@ -7722,7 +7722,7 @@ security/rubygem-net-ssh27||2015-07-20|H graphics/kuickshow-kde4||2015-07-21|Has expired: Broken for more than 6 months graphics/sng||2015-07-21|Has expired: Broken for more than 6 months japanese/netype||2015-07-21|Has expired: Broken for more than 6 months -databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed +databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatibility probles are fixed textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel devel/amd64-binutils||2015-07-25|No real use Modified: head/accessibility/caribou/pkg-descr ============================================================================== --- head/accessibility/caribou/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/accessibility/caribou/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -Caribou is an input assistive technology intended for swithc and +Caribou is an input assistive technology intended for switch and pointer users. Features: Modified: head/archivers/unalz/pkg-descr ============================================================================== --- head/archivers/unalz/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/archivers/unalz/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ Unalz is a BSD-licensed unarchiver for AlZip format which requires -proprietary and win32-only software but widely used in Korea. +proprietary and Win32-only software but widely used in Korea. WWW: http://www.kipple.pe.kr/win/unalz/ Modified: head/audio/libmodplug/pkg-descr ============================================================================== --- head/audio/libmodplug/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/audio/libmodplug/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ This is a library based on the mod rendering code from ModPlug, a -popular windows mod player written by Olivier Lapicque, found at +popular Windows mod player written by Olivier Lapicque, found at http://www.modplug.com. It is required for ModPlug-XMMS (in the xmms-modplug package). Modified: head/benchmarks/tcpblast/pkg-descr ============================================================================== --- head/benchmarks/tcpblast/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/benchmarks/tcpblast/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1 +1 @@ -TCPBLAST measures the throughput of a tcp connection. +TCPBLAST measures the throughput of a TCP connection. Modified: head/biology/iolib/pkg-descr ============================================================================== --- head/biology/iolib/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/biology/iolib/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,6 +2,6 @@ Io_lib is a library of file reading and general purpose trace file (and Experiment File) reading interface. The programmer simply calls the (eg) read_reading to create a "Read" C structure with the data loaded into memory. It has been compiled -and tested on a variety of unix systems, MacOS X and MS Windows. +and tested on a variety of Unix systems, MacOS X and MS Windows. WWW: http://staden.sourceforge.net/ Modified: head/cad/cura-engine/pkg-descr ============================================================================== --- head/cad/cura-engine/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/cad/cura-engine/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,14 +2,14 @@ The CuraEngine is a C++ console applicat It has been made as better and faster alternative to the old Skeinforge engine. The CuraEngine is pure C++ and uses Clipper from -http://www.angusj.com/delphi/clipper.php. There are no external dependences +http://www.angusj.com/delphi/clipper.php. There are no external dependencies and Clipper is included in the source code without modifications. This is just a console application for GCode generation. For a full graphical application look at https://github.com/daid/Cura with is the graphical frontend for CuraEngine. -The CuraEngine can be used seperately or in other applications. +The CuraEngine can be used separately or in other applications. Feel free to add it to your application. But to take note of the License. WWW: http://wiki.ultimaker.com/Cura Modified: head/chinese/qe/pkg-descr ============================================================================== --- head/chinese/qe/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/chinese/qe/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ QE is a PE2-like editor program under U*nix (PE2 is an editor software -undePC-DOS), I named it QE for the reason that the P is followed by Q, +under PC-DOS), I named it QE for the reason that the P is followed by Q, hope it can exceed PE2 :-), and I release this program under the terms of General Public License (GPL) Modified: head/chinese/sunpinyin/pkg-descr ============================================================================== --- head/chinese/sunpinyin/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/chinese/sunpinyin/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ SunPinyin is a statistical language model based Chinese input method, which was firstly developed by Sun Beijing Globalization team, and opensource'd -to community with opensolaris project, with LGPLv2 and CDDL dual-licenses. +to community with OpenSolaris project, with LGPLv2 and CDDL dual-licenses. WWW: http://code.google.com/p/sunpinyin/ Modified: head/comms/bluegps/pkg-descr ============================================================================== --- head/comms/bluegps/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/bluegps/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -BlueGPS is a simple (freebsd native) command line tool to download +BlueGPS is a simple (FreeBSD native) command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a bluetooth link. Modified: head/comms/concordance/pkg-descr ============================================================================== --- head/comms/concordance/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/concordance/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ The concordance software suite allows you to program your Logitech Harmony -remote using a configuration object retreived from the harmony website. The +remote using a configuration object retrieved from the harmony website. The Logitech Harmony is a highly configuration universal remote than can control most multimedia devices. Modified: head/comms/cwdaemon/pkg-descr ============================================================================== --- head/comms/cwdaemon/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/cwdaemon/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,3 +1,3 @@ -Cwdaemon is a small daemon which uses the pc parallel or serial port and a +Cwdaemon is a small daemon which uses the PC parallel or serial port and a simple transistor switch to output morse code to a transmitter from a text message sent to it via the UDP Internet protocol. Modified: head/comms/hf/pkg-descr ============================================================================== --- head/comms/hf/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/hf/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,6 +1,6 @@ -hf is a gtk+-based linux ham radio fsk digimode program, which can do also +hf is a gtk+-based Linux ham radio fsk digimode program, which can do also the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a -soundcard and a pc and linux(FreeBSD), all of which need not be the newest. +soundcard and a PC and Linux (FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. Modified: head/comms/py-lirc/pkg-descr ============================================================================== --- head/comms/py-lirc/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/py-lirc/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ Python module to interact with remote controls via lirc. Currently only -linux version exists, but porters for winLirc or other systems are +Linux version exists, but porters for winLirc or other systems are welcome. WWW: http://sourceforge.net/projects/pylirc/ Modified: head/comms/qsstv/pkg-descr ============================================================================== --- head/comms/qsstv/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/comms/qsstv/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,3 +1,3 @@ -Amateur Radio SSTV/FAX transmit and reception program for unix +Amateur Radio SSTV/FAX transmit and reception program for Unix. WWW: http://users.telenet.be/on4qz/ Modified: head/converters/fconv/pkg-descr ============================================================================== --- head/converters/fconv/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/converters/fconv/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,3 +1,3 @@ - As well as being a work-alike for the BSDI utility mentioned in the +As well as being a work-alike for the BSDI utility mentioned in the doscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to and from Macintosh type files (which use only '\r'). Modified: head/converters/fondu/pkg-descr ============================================================================== --- head/converters/fondu/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/converters/fondu/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -A set of programs to interconvert between mac font formats and pfb, ttf, otf -and bdf files on unix +A set of programs to interconvert between Mac font formats and PFB, TTF, OTF +and BDF files on Unix. WWW: http://fondu.sourceforge.net/ Modified: head/deskutils/cal/pkg-descr ============================================================================== --- head/deskutils/cal/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/deskutils/cal/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -CAL is a nicely-enhanced version of the unix `cal' command. +CAL is a nicely-enhanced version of the Unix `cal' command. Features: * Hilights today's date when displaying a monthly calendar. @@ -19,10 +19,10 @@ Features: * Completely configurable colors -- eight separate color attributes. * No ANSI driver needed for colors, and the output may be redirected - anywhere, just like the unix version. However, ANSI color control may - be enabled (e.g. for unix) with a #define in the source code. + anywhere, just like the Unix version. However, ANSI color control may + be enabled (e.g. for Unix) with a #define in the source code. - * Commandline-compatible with unix `cal' command, but with several + * Commandline-compatible with Unix `cal' command, but with several enhanced switch settings. Requests, bug reports, suggestions, donations, proposals for Modified: head/deskutils/mencal/pkg-descr ============================================================================== --- head/deskutils/mencal/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/deskutils/mencal/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -Mencal is a simple variation of the well-known unix command cal. +Mencal is a simple variation of the well-known Unix command cal. The main difference is that you can have some periodically repeating days highlighted in color. This can be used to track menstruation (or other) cycles conveniently. Modified: head/deskutils/plasma-applet-serverstatuswidget/pkg-descr ============================================================================== --- head/deskutils/plasma-applet-serverstatuswidget/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/deskutils/plasma-applet-serverstatuswidget/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ Server Status Widget is a KDE 4 Plasma applet that lets you monitor one or more -servers via pings, TCP connects or custom unix commands at a configurable +servers via pings, TCP connects or custom Unix commands at a configurable interval. The icon changes if a server does not respond to a check, optionally triggering configurable KDE notifications. Modified: head/devel/R-cran-Rcpp/pkg-descr ============================================================================== --- head/devel/R-cran-Rcpp/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/R-cran-Rcpp/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -5,7 +5,7 @@ provided by R. Rcpp provides matching C++ classes for a large number of basic R data types. Hence, a package author can keep his data in normal R data structures without having to worry about translation or -transfering to C++. At the same time, the data structures can be +transferring to C++. At the same time, the data structures can be accessed as easily at the C++ level, and used in the normal manner. The mapping of data types works in both directions. It is as Modified: head/devel/bcc/pkg-descr ============================================================================== --- head/devel/bcc/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/bcc/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,7 +2,7 @@ This is Bruce Evans' C compiler and binu Either the compiler as the assembler are able to generate 16-bit code. -Hence it's possible to compile BIOS and DOS code under unix. +Hence it's possible to compile BIOS and DOS code under Unix. The C compiler does understand K&R1 syntax, with a few restrictions regarding bit fields. See the file work/bcc/bcc-cc1/bcc.bugs for Modified: head/devel/cmake-fedora/pkg-descr ============================================================================== --- head/devel/cmake-fedora/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/cmake-fedora/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ cmake-fedora consists a set of cmake modules that provideds helper macros and -targets for linux, especially fedora developers. +targets for Linux, especially Fedora developers. WWW: https://fedorahosted.org/cmake-fedora/ Modified: head/devel/go-termbox/pkg-descr ============================================================================== --- head/devel/go-termbox/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/go-termbox/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,7 +2,7 @@ Termbox is a library that provides a min programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for -windows operating systems. The basic idea is an abstraction of the +Windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's Modified: head/devel/guikachu/pkg-descr ============================================================================== --- head/devel/guikachu/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/guikachu/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ Guikachu is a resource editor for PalmOS(tm) systems. It allows you to visually create dialog boxes, menu bars and windows for your -Palm application in the GNOME desktop environment. +Palm application in the GNOME desktop environment. WWW: http://cactus.rulez.org/projects/guikachu/ Modified: head/devel/hgview/pkg-descr ============================================================================== --- head/devel/hgview/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/hgview/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ A faster implementation of hgk using pyqt4. Its primary purpose -was to be able to browse the linux kernel mercurial repository. +was to be able to browse the Linux kernel mercurial repository. WWW: http://www.logilab.org/project/hgview/ Modified: head/devel/hs-DrIFT/pkg-descr ============================================================================== --- head/devel/hs-DrIFT/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/hs-DrIFT/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -5,7 +5,7 @@ then appended to the bottom of the input as Haskell code, and it is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be -produced in seperate modules to that containing the type declaration. +produced in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type. Modified: head/devel/hs-system-fileio/pkg-descr ============================================================================== --- head/devel/hs-system-fileio/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/hs-system-fileio/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -This is a small wrapper around the "directory", "unix", and "Win32" +This is a small wrapper around the "directory", "Unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC. In particular, this library supports working with Modified: head/devel/hs-unix-compat/pkg-descr ============================================================================== --- head/devel/hs-unix-compat/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/hs-unix-compat/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ -This package provides portable implementations of parts of the unix package. -This package re-exports the unix package when available. When it isn't +This package provides portable implementations of parts of the Unix package. +This package re-exports the Unix package when available. When it isn't available, portable implementations are used. WWW: http://github.com/jystic/unix-compat Modified: head/devel/libeio/pkg-descr ============================================================================== --- head/devel/libeio/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/libeio/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -3,8 +3,8 @@ similar style and spirit as libev. Features include: asynchronous read, write, open, close, stat, unlink, fdatasync, mknod, readdir etc. (basically the full POSIX API), sendfile -(native on solaris, linux, hp-ux, freebsd, emulated everywehere else), -readahead (emulated where not available). It is fully event-library +(native on Solaris, Linux, HP-UX, FreeBSD, emulated everywhere else), +read-ahead (emulated where not available). It is fully event-library agnostic and can easily be integrated into any event-library (or used standalone, even in polling mode). Modified: head/devel/libexecinfo/pkg-descr ============================================================================== --- head/devel/libexecinfo/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/libexecinfo/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ This is a quick-n-dirty BSD licensed clone of backtrace facility found -in the GNU libc, mainly intended for porting linuxish code to BSD +in the GNU libc, mainly intended for porting Linuxish code to BSD platforms, however it can be used at any platform which has a gcc compiler. Modified: head/devel/librelp/pkg-descr ============================================================================== --- head/devel/librelp/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/librelp/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -7,7 +7,7 @@ when connections break and a peer become version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. In this case, a few messages may be duplicated (a problem that also -exists with plain tcp syslog). Future versions of RELP will address +exists with plain TCP syslog). Future versions of RELP will address this shortcoming. WWW: http://www.librelp.com/ Modified: head/devel/libtecla/pkg-descr ============================================================================== --- head/devel/libtecla/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/libtecla/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ The tecla library provides UNIX and LINUX programs with interactive -command line editing facilities, similar to those of the unix tcsh +command line editing facilities, similar to those of the Unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names or other tokens, and in-line wild-card expansion of file names. The Modified: head/devel/ocaml-annexlib/pkg-descr ============================================================================== --- head/devel/ocaml-annexlib/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/ocaml-annexlib/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,6 +1,6 @@ An extension Library -This is mostly to fill in some gaps in the standard and unix +This is mostly to fill in some gaps in the standard and Unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an Modified: head/devel/p5-File-ShareDir/pkg-descr ============================================================================== --- head/devel/p5-File-ShareDir/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-File-ShareDir/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -7,7 +7,7 @@ Quite often you want or need your Perl m have access to a large amount of read-only data that is stored on the file-system at run-time. -On a linux-like system, this would be in a place such as /usr/share, +On a Linux-like system, this would be in a place such as /usr/share, however Perl runs on a wide variety of different systems, and so the use of any one location is unreliable. Modified: head/devel/p5-IO-FDPass/pkg-descr ============================================================================== --- head/devel/p5-IO-FDPass/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-IO-FDPass/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ This small low-level module only has one purpose: pass a file -descriptor to another process, using a (streaming) unix domain socket +descriptor to another process, using a (streaming) Unix domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on windows is currently the unique selling point of this module. Have I mentioned that it is really Modified: head/devel/p5-Mock-Quick/pkg-descr ============================================================================== --- head/devel/p5-Mock-Quick/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-Mock-Quick/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,8 +1,8 @@ Mock-Object provides a declarative mocking interface that results in a -very concise, but clear syntax. There are seperate facilities for +very concise, but clear syntax. There are separate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also -quickly create an anonymous class, optionally inhereting from another, +quickly create an anonymous class, optionally inheriting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to Modified: head/devel/p5-Perl-OSType/pkg-descr ============================================================================== --- head/devel/p5-Perl-OSType/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-Perl-OSType/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,7 +1,7 @@ Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating -systems. For example, 'linux' is a type of 'Unix' operating system and -so is 'freebsd'. +systems. For example, 'Linux' is a type of 'Unix' operating system and +so is 'FreeBSD'. This module provides a mapping between an operating system name as given by $^O and a more generic type. Modified: head/devel/p5-Sys-Cpu/pkg-descr ============================================================================== --- head/devel/p5-Sys-Cpu/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-Sys-Cpu/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,7 +2,7 @@ Sys::CPU - Perl extension for getting CP In responce to a post on perlmonks.org, a module for counting the number of CPU's on a system. Support has now also been added for type of CPU and clock speed. While much of the code -is from UNIX::Processors, win32 support has been added +is from UNIX::Processors, Win32 support has been added (but not tested). WWW: http://search.cpan.org/dist/Sys-Cpu/ Modified: head/devel/p5-Term-Screen/pkg-descr ============================================================================== --- head/devel/p5-Term-Screen/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-Term-Screen/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,6 +1,6 @@ Term::Screen is a very simple screen positioning module that should work wherever `Term::Cap' does. It is set up for Unix using stty's but these -dependences are isolated by evals in the `new' constructor. Thus you may +dependencies are isolated by evals in the `new' constructor. Thus you may create a child module implementing Screen with MS-DOS, ioctl, or other means to get raw and unblocked input. This is not a replacement for Curses -- it has no memory. This was written so that it could be easily Modified: head/devel/p5-Test-EOL/pkg-descr ============================================================================== --- head/devel/p5-Test-EOL/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/p5-Test-EOL/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,4 +1,4 @@ -Test::EOL lets you check the presence of windows line endings in your +Test::EOL lets you check the presence of Windows line endings in your perl code. It report its results in standard Test::Simple fashion. WWW: http://search.cpan.org/dist/Test-EOL/ Modified: head/devel/pear-PhpDocumentor/pkg-descr ============================================================================== --- head/devel/pear-PhpDocumentor/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/pear-PhpDocumentor/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,7 +1,7 @@ The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much wider range of php files, and comes with many customizations including 11 HTML -templates, windows help file CHM output, PDF output, and XML DocBook peardoc2 +templates, Windows help file CHM output, PDF output, and XML DocBook peardoc2 output for use with documenting PEAR. In addition, it can do PHPXref source code highlighting and linking. Modified: head/devel/py-billiard/pkg-descr ============================================================================== --- head/devel/py-billiard/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/py-billiard/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,7 +1,7 @@ billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended -to be compatible with Python 2.4 and 2.5, and will draw it's +to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk. WWW: https://github.com/celery/billiard Modified: head/devel/py-tipper/pkg-descr ============================================================================== --- head/devel/py-tipper/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/py-tipper/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -4,7 +4,7 @@ Python processes. Included is a module that, when imported, installs a `signal handler`_ for `SIGUSR1`_. Running ``kill -SIGUSR1 [pid]`` will cause the process to dump the current stack trace of each thread to -``$TMPDIR/tipper-[unix timestamp]-[parent pid]-[pid].log``. +``$TMPDIR/tipper-[Unix timestamp]-[parent pid]-[pid].log``. WWW: https://pypi.python.org/pypi/tipper Modified: head/devel/qconf/pkg-descr ============================================================================== --- head/devel/qconf/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/qconf/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -2,6 +2,6 @@ QConf allows you to have a nice configur project. It is intended for developers who don't need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration -interface on unix. +interface on Unix. WWW: http://delta.affinix.com/qconf/ Modified: head/devel/quilt/pkg-descr ============================================================================== --- head/devel/quilt/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/quilt/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -5,6 +5,6 @@ The key philosophical concept is that yo patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published -on the linux kernel mailing list. +on the Linux kernel mailing list. WWW: http://savannah.nongnu.org/projects/quilt Modified: head/devel/rubygem-file-tail/pkg-descr ============================================================================== --- head/devel/rubygem-file-tail/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/rubygem-file-tail/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ This is a small ruby library that allows Ruby to 'tail' a file, -including following a file, that still is growing like the unix +including following a file, that still is growing like the Unix command 'tail -f' can. This Library is similar to Perl's File::Tail. It can be used to Modified: head/devel/rubygem-rubyinline/pkg-descr ============================================================================== --- head/devel/rubygem-rubyinline/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/devel/rubygem-rubyinline/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -5,7 +5,7 @@ perl, whatever). The code is compiled an Using the package_inline tool Inline now allows you to package up your inlined object code for distribution to systems without a compiler -(read: windows)! +(read: Windows)! FEATURES/PROBLEMS: * Quick and easy inlining of your C or C++ code embedded in your ruby Modified: head/dns/dnstracer/pkg-descr ============================================================================== --- head/dns/dnstracer/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/dns/dnstracer/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -4,7 +4,7 @@ dnstracer determines where a given Domai its information from, and follows the chain of DNS servers back to the servers which know the data. -Its behaviour is similair to ntptrace(8), which does it for the +Its behaviour is similar to ntptrace(8), which does it for the NTP protocol. WWW: http://www.mavetju.org/unix/general.php Modified: head/editors/gate/pkg-descr ============================================================================== --- head/editors/gate/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/editors/gate/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -14,7 +14,7 @@ and allows backspacing from the currentl also provides features that a more experienced user can use. You can call up normal editor, or use some of gate's simple-minded editing commands. You can read in files, or save your text to a file. You can -filter your text through something like the unix "fmt" command. It +filter your text through something like the Unix "fmt" command. It provides a nice spell-checking interface too. WWW: http://www.unixpapa.com/gate.html Modified: head/editors/le/pkg-descr ============================================================================== --- head/editors/le/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/editors/le/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ LE has many block operations with stream and rectangular blocks, can edit -both unix and dos style files (LF/CRLF), is binary clean, has hex mode, +both Unix and DOS style files (LF/CRLF), is binary clean, has hex mode, can edit text with multi-byte character encoding, has full undo/redo, can edit files and mmap-able devices in mmap shared mode (only replace), has tunable syntax highlighting, tunable color scheme (can use default colors), Modified: head/emulators/dosbox/pkg-descr ============================================================================== --- head/emulators/dosbox/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/emulators/dosbox/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ -DOSBox is an emulator of a PC with dos. -The main focus of this project is emulating old dos games using the +DOSBox is an emulator of a PC with DOS. +The main focus of this project is emulating old DOS games using the local file system for files. Currently emulated is: Modified: head/emulators/generator/pkg-descr ============================================================================== --- head/emulators/generator/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/emulators/generator/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -4,7 +4,7 @@ Generator is an open source emulator des Mega Drive console, a popular games machine produced in the early 1990s. It is a portable program written in C and has been ported to the Amiga, Macintosh, Windows and even pocket PCs such as the iPAQ and Cassiopeia. Natively it -compiles under unix for X Windows with either tcl/tk or gtk/SDL, for svgalib +compiles under Unix for X Windows with either tcl/tk or gtk/SDL, for svgalib and even cross-compiles to DOS with djgpp/allegro. Generator uses it's own custom 68000 processor emulation which is and uses Modified: head/emulators/linux_base-c6/pkg-descr ============================================================================== --- head/emulators/linux_base-c6/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/emulators/linux_base-c6/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,9 +1,9 @@ This port contains packages from a near-minimal installation of CentOS 6 -Linux. These packages, in conjunction with the linux kernel module, +Linux. These packages, in conjunction with the Linux kernel module, form the basis of the Linux compatibility environment. It is designed to provide a nice user experience by using the FreeBSD configuration for corresponding Linux stuff where possible. Because of this any work which -needs to chroot into the linux base may not work as expected (no fallthrough +needs to chroot into the Linux base may not work as expected (no fallthrough to the FreeBSD config possible). This port is only available for the i386/amd64 architecture (i386/32 bit mode). Modified: head/emulators/linux_base-f10/pkg-descr ============================================================================== --- head/emulators/linux_base-f10/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/emulators/linux_base-f10/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,9 +1,9 @@ This port contains packages from a near-minimal installation of Fedora 10 -Linux. These packages, in conjunction with the linux kernel module, +Linux. These packages, in conjunction with the Linux kernel module, form the basis of the Linux compatibility environment. It is designed to provide a nice user experience by using the FreeBSD configuration for corresponding Linux stuff where possible. Because of this any work which -needs to chroot into the linux base may not work as expected (no fallthrough +needs to chroot into the Linux base may not work as expected (no fallthrough to the FreeBSD config possible). This port is only available for the i386/amd64 architecture (i386/32 bit mode). Modified: head/ftp/proftpd/pkg-descr ============================================================================== --- head/ftp/proftpd/pkg-descr Sun Sep 20 19:41:52 2015 (r397394) +++ head/ftp/proftpd/pkg-descr Sun Sep 20 19:59:03 2015 (r397395) @@ -1,5 +1,5 @@ -ProFTPD is a highly configurable ftp daemon for unix -and unix-like operating systems. ProFTPD is designed +ProFTPD is a highly configurable ftp daemon for Unix +and Unix-like operating systems. ProFTPD is designed to be somewhat of a "drop-in" replacement for wu-ftpd with a configuration format like Apache. From owner-svn-ports-head@freebsd.org Sun Sep 20 20:14:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7F3A05226; Sun, 20 Sep 2015 20:14:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EBE919AF; Sun, 20 Sep 2015 20:14:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKEjRE074579; Sun, 20 Sep 2015 20:14:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKEjjc074576; Sun, 20 Sep 2015 20:14:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202014.t8KKEjjc074576@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, 20 Sep 2015 20:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397396 - head/databases/rocksdb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:14:46 -0000 Author: sunpoet Date: Sun Sep 20 20:14:44 2015 New Revision: 397396 URL: https://svnweb.freebsd.org/changeset/ports/397396 Log: - Update i386 patches to upstream ones and rename them Obtained from: https://github.com/facebook/rocksdb/commit/4b0b0201c9abb7675413ce25e5044b1c9a8853c8 https://github.com/facebook/rocksdb/commit/90415cfebe90bda845b9ee3e5a00e86d4f80e02e https://github.com/facebook/rocksdb/commit/f171faa240ccd12ac05d54b7ea0a8c29d2f1d9d6 Added: head/databases/rocksdb/files/patch-tools-db_stress.cc - copied, changed from r397378, head/databases/rocksdb/files/patch-tools_db__stress.cc head/databases/rocksdb/files/patch-util-sst_dump_tool.cc - copied, changed from r397039, head/databases/rocksdb/files/patch-util_sst__dump_tool.cc head/databases/rocksdb/files/patch-utilities-checkpoint-checkpoint.cc - copied, changed from r397039, head/databases/rocksdb/files/patch-utilities_checkpoint_checkpoint.cc Deleted: head/databases/rocksdb/files/patch-tools_db__stress.cc head/databases/rocksdb/files/patch-util_sst__dump_tool.cc head/databases/rocksdb/files/patch-utilities_checkpoint_checkpoint.cc Copied and modified: head/databases/rocksdb/files/patch-tools-db_stress.cc (from r397378, head/databases/rocksdb/files/patch-tools_db__stress.cc) ============================================================================== --- head/databases/rocksdb/files/patch-tools_db__stress.cc Sun Sep 20 16:35:28 2015 (r397378, copy source) +++ head/databases/rocksdb/files/patch-tools-db_stress.cc Sun Sep 20 20:14:44 2015 (r397396) @@ -1,3 +1,5 @@ +Obtained from: https://github.com/facebook/rocksdb/commit/4b0b0201c9abb7675413ce25e5044b1c9a8853c8 + --- tools/db_stress.cc.orig 2015-08-31 18:23:39 UTC +++ tools/db_stress.cc @@ -222,7 +222,7 @@ DEFINE_int32(set_options_one_in, 0, Copied and modified: head/databases/rocksdb/files/patch-util-sst_dump_tool.cc (from r397039, head/databases/rocksdb/files/patch-util_sst__dump_tool.cc) ============================================================================== --- head/databases/rocksdb/files/patch-util_sst__dump_tool.cc Wed Sep 16 03:23:12 2015 (r397039, copy source) +++ head/databases/rocksdb/files/patch-util-sst_dump_tool.cc Sun Sep 20 20:14:44 2015 (r397396) @@ -1,11 +1,21 @@ +Obtained from: https://github.com/facebook/rocksdb/commit/90415cfebe90bda845b9ee3e5a00e86d4f80e02e + --- util/sst_dump_tool.cc.orig 2015-08-31 18:23:39 UTC +++ util/sst_dump_tool.cc -@@ -164,7 +164,7 @@ int SstFileReader::ShowAllCompressionSiz +@@ -12,6 +12,7 @@ + #endif + + #include ++#include "port/port.h" + + namespace rocksdb { + +@@ -164,7 +165,7 @@ int SstFileReader::ShowAllCompressionSiz compress_type.insert( std::make_pair(CompressionType::kLZ4HCCompression, "kLZ4HCCompression")); - fprintf(stdout, "Block Size: %lu\n", block_size); -+ fprintf(stdout, "Block Size: %zu\n", block_size); ++ fprintf(stdout, "Block Size: %" ROCKSDB_PRIszt "\n", block_size); for (CompressionType i = CompressionType::kNoCompression; i != CompressionType::kLZ4HCCompression; i = CompressionType(i + 1)) { Copied and modified: head/databases/rocksdb/files/patch-utilities-checkpoint-checkpoint.cc (from r397039, head/databases/rocksdb/files/patch-utilities_checkpoint_checkpoint.cc) ============================================================================== --- head/databases/rocksdb/files/patch-utilities_checkpoint_checkpoint.cc Wed Sep 16 03:23:12 2015 (r397039, copy source) +++ head/databases/rocksdb/files/patch-utilities-checkpoint-checkpoint.cc Sun Sep 20 20:14:44 2015 (r397396) @@ -1,11 +1,21 @@ +Obtained from: https://github.com/facebook/rocksdb/commit/f171faa240ccd12ac05d54b7ea0a8c29d2f1d9d6 + --- utilities/checkpoint/checkpoint.cc.orig 2015-08-31 18:23:39 UTC +++ utilities/checkpoint/checkpoint.cc -@@ -131,7 +131,7 @@ Status CheckpointImpl::CreateCheckpoint( +@@ -24,6 +24,7 @@ + #include "rocksdb/env.h" + #include "rocksdb/transaction_log.h" + #include "util/file_util.h" ++#include "port/port.h" + + namespace rocksdb { + +@@ -131,7 +132,7 @@ Status CheckpointImpl::CreateCheckpoint( (type == kDescriptorFile) ? manifest_file_size : 0); } } - Log(db_->GetOptions().info_log, "Number of log files %ld", -+ Log(db_->GetOptions().info_log, "Number of log files %zu", ++ Log(db_->GetOptions().info_log, "Number of log files %" ROCKSDB_PRIszt, live_wal_files.size()); // Link WAL files. Copy exact size of last one because it is the only one From owner-svn-ports-head@freebsd.org Sun Sep 20 20:15:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A44A05287; Sun, 20 Sep 2015 20:15:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 545801A94; Sun, 20 Sep 2015 20:15:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKFWxR074781; Sun, 20 Sep 2015 20:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKFVwS074777; Sun, 20 Sep 2015 20:15:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202015.t8KKFVwS074777@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, 20 Sep 2015 20:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397397 - in head/devel: . rubygem-protected_attributes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:15:32 -0000 Author: sunpoet Date: Sun Sep 20 20:15:30 2015 New Revision: 397397 URL: https://svnweb.freebsd.org/changeset/ports/397397 Log: - Add rubygem-protected_attributes 1.1.3 Protect attributes from mass-assignment in Active Record models. This plugin adds the class methods attr_accessible and attr_protected to your models to be able to declare white or black lists of attributes. Note: This plugin will be officially supported until the release of Rails 5.0. WWW: https://github.com/rails/protected_attributes Added: head/devel/rubygem-protected_attributes/ head/devel/rubygem-protected_attributes/Makefile (contents, props changed) head/devel/rubygem-protected_attributes/distinfo (contents, props changed) head/devel/rubygem-protected_attributes/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 20 20:14:44 2015 (r397396) +++ head/devel/Makefile Sun Sep 20 20:15:30 2015 (r397397) @@ -4840,6 +4840,7 @@ SUBDIR += rubygem-power_assert SUBDIR += rubygem-powerbar SUBDIR += rubygem-progressbar + SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-rails Added: head/devel/rubygem-protected_attributes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-protected_attributes/Makefile Sun Sep 20 20:15:30 2015 (r397397) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= protected_attributes +PORTVERSION= 1.1.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Protect attributes from mass assignment + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activemodel4>=4.0.1:${PORTSDIR}/databases/rubygem-activemodel4 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-protected_attributes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-protected_attributes/distinfo Sun Sep 20 20:15:30 2015 (r397397) @@ -0,0 +1,2 @@ +SHA256 (rubygem/protected_attributes-1.1.3.gem) = e3bf636ae271a55005271a6bfa1b5aca884d7448d56a638f8ea28241a5bef7bd +SIZE (rubygem/protected_attributes-1.1.3.gem) = 15360 Added: head/devel/rubygem-protected_attributes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-protected_attributes/pkg-descr Sun Sep 20 20:15:30 2015 (r397397) @@ -0,0 +1,8 @@ +Protect attributes from mass-assignment in Active Record models. + +This plugin adds the class methods attr_accessible and attr_protected to your +models to be able to declare white or black lists of attributes. + +Note: This plugin will be officially supported until the release of Rails 5.0. + +WWW: https://github.com/rails/protected_attributes From owner-svn-ports-head@freebsd.org Sun Sep 20 20:15:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C77A052B6; Sun, 20 Sep 2015 20:15:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47B9A1B81; Sun, 20 Sep 2015 20:15:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKFdjd074941; Sun, 20 Sep 2015 20:15:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKFcpX074937; Sun, 20 Sep 2015 20:15:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202015.t8KKFcpX074937@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, 20 Sep 2015 20:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397398 - in head/textproc: . rubygem-actionpack-xml_parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:15:39 -0000 Author: sunpoet Date: Sun Sep 20 20:15:37 2015 New Revision: 397398 URL: https://svnweb.freebsd.org/changeset/ports/397398 Log: - Add rubygem-actionpack-xml_parser 1.0.2 actionpack-xml_parser is an XML parameters parser for Action Pack (removed from core in Rails 4.0). WWW: http://www.rubyonrails.org/ WWW: https://github.com/rails/actionpack-xml_parser Added: head/textproc/rubygem-actionpack-xml_parser/ head/textproc/rubygem-actionpack-xml_parser/Makefile (contents, props changed) head/textproc/rubygem-actionpack-xml_parser/distinfo (contents, props changed) head/textproc/rubygem-actionpack-xml_parser/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Sep 20 20:15:30 2015 (r397397) +++ head/textproc/Makefile Sun Sep 20 20:15:37 2015 (r397398) @@ -1348,6 +1348,7 @@ SUBDIR += ruby-xml-configfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan + SUBDIR += rubygem-actionpack-xml_parser SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor Added: head/textproc/rubygem-actionpack-xml_parser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-actionpack-xml_parser/Makefile Sun Sep 20 20:15:37 2015 (r397398) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= actionpack-xml_parser +PORTVERSION= 1.0.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XML parameters parser for Action Pack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-actionpack-xml_parser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-actionpack-xml_parser/distinfo Sun Sep 20 20:15:37 2015 (r397398) @@ -0,0 +1,2 @@ +SHA256 (rubygem/actionpack-xml_parser-1.0.2.gem) = 6a3e2441711e3885d2fb6f6530049bb4672cf6ffb98c88dce9e8997e9a25559d +SIZE (rubygem/actionpack-xml_parser-1.0.2.gem) = 6144 Added: head/textproc/rubygem-actionpack-xml_parser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-actionpack-xml_parser/pkg-descr Sun Sep 20 20:15:37 2015 (r397398) @@ -0,0 +1,5 @@ +actionpack-xml_parser is an XML parameters parser for Action Pack (removed from +core in Rails 4.0). + +WWW: http://www.rubyonrails.org/ +WWW: https://github.com/rails/actionpack-xml_parser From owner-svn-ports-head@freebsd.org Sun Sep 20 20:15:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EA3A05305; Sun, 20 Sep 2015 20:15:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 731BA1C68; Sun, 20 Sep 2015 20:15:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKFkxU075093; Sun, 20 Sep 2015 20:15:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKFkFY075092; Sun, 20 Sep 2015 20:15:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202015.t8KKFkFY075092@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, 20 Sep 2015 20:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397399 - head/net-im/p5-SOAP-Transport-JABBER X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:15:46 -0000 Author: sunpoet Date: Sun Sep 20 20:15:45 2015 New Revision: 397399 URL: https://svnweb.freebsd.org/changeset/ports/397399 Log: - Add NO_ARCH Modified: head/net-im/p5-SOAP-Transport-JABBER/Makefile Modified: head/net-im/p5-SOAP-Transport-JABBER/Makefile ============================================================================== --- head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Sep 20 20:15:37 2015 (r397398) +++ head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Sep 20 20:15:45 2015 (r397399) @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSD p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:15:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE723A0536B; Sun, 20 Sep 2015 20:15:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD341E73; Sun, 20 Sep 2015 20:15:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKFuQ9075199; Sun, 20 Sep 2015 20:15:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKFuH0075198; Sun, 20 Sep 2015 20:15:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202015.t8KKFuH0075198@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, 20 Sep 2015 20:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397400 - head/net-mgmt/p5-Cisco-Reconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:15:57 -0000 Author: sunpoet Date: Sun Sep 20 20:15:55 2015 New Revision: 397400 URL: https://svnweb.freebsd.org/changeset/ports/397400 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile ============================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/Makefile Sun Sep 20 20:15:45 2015 (r397399) +++ head/net-mgmt/p5-Cisco-Reconfig/Makefile Sun Sep 20 20:15:55 2015 (r397400) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5741A053A0; Sun, 20 Sep 2015 20:16:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6DB11F6E; Sun, 20 Sep 2015 20:16:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKG6dI075306; Sun, 20 Sep 2015 20:16:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKG6iL075305; Sun, 20 Sep 2015 20:16:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKG6iL075305@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, 20 Sep 2015 20:16:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397401 - head/net-mgmt/p5-MRTG-Parse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:06 -0000 Author: sunpoet Date: Sun Sep 20 20:16:05 2015 New Revision: 397401 URL: https://svnweb.freebsd.org/changeset/ports/397401 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-MRTG-Parse/Makefile Modified: head/net-mgmt/p5-MRTG-Parse/Makefile ============================================================================== --- head/net-mgmt/p5-MRTG-Parse/Makefile Sun Sep 20 20:15:55 2015 (r397400) +++ head/net-mgmt/p5-MRTG-Parse/Makefile Sun Sep 20 20:16:05 2015 (r397401) @@ -14,6 +14,7 @@ COMMENT= Parsing and utilizing logfiles LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F183AA053CE; Sun, 20 Sep 2015 20:16:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E30B81055; Sun, 20 Sep 2015 20:16:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGGqo075414; Sun, 20 Sep 2015 20:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGGGm075413; Sun, 20 Sep 2015 20:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGGGm075413@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, 20 Sep 2015 20:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397402 - head/net-mgmt/p5-Net-ACL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:17 -0000 Author: sunpoet Date: Sun Sep 20 20:16:16 2015 New Revision: 397402 URL: https://svnweb.freebsd.org/changeset/ports/397402 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-Net-ACL/Makefile Modified: head/net-mgmt/p5-Net-ACL/Makefile ============================================================================== --- head/net-mgmt/p5-Net-ACL/Makefile Sun Sep 20 20:16:05 2015 (r397401) +++ head/net-mgmt/p5-Net-ACL/Makefile Sun Sep 20 20:16:16 2015 (r397402) @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:$ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF8FFA05403; Sun, 20 Sep 2015 20:16:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0D461138; Sun, 20 Sep 2015 20:16:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGPLS075520; Sun, 20 Sep 2015 20:16:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGPMM075519; Sun, 20 Sep 2015 20:16:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGPMM075519@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, 20 Sep 2015 20:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397403 - head/net-mgmt/p5-Xymon-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:25 -0000 Author: sunpoet Date: Sun Sep 20 20:16:24 2015 New Revision: 397403 URL: https://svnweb.freebsd.org/changeset/ports/397403 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-Xymon-Client/Makefile Modified: head/net-mgmt/p5-Xymon-Client/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon-Client/Makefile Sun Sep 20 20:16:16 2015 (r397402) +++ head/net-mgmt/p5-Xymon-Client/Makefile Sun Sep 20 20:16:24 2015 (r397403) @@ -14,6 +14,7 @@ COMMENT= Interface to xymon/hobbit clien LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977B1A05438; Sun, 20 Sep 2015 20:16:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51C891193; Sun, 20 Sep 2015 20:16:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGUKT075620; Sun, 20 Sep 2015 20:16:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGUpx075619; Sun, 20 Sep 2015 20:16:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGUpx075619@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, 20 Sep 2015 20:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397404 - head/net-mgmt/p5-Xymon-Server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:30 -0000 Author: sunpoet Date: Sun Sep 20 20:16:29 2015 New Revision: 397404 URL: https://svnweb.freebsd.org/changeset/ports/397404 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-Xymon-Server/Makefile Modified: head/net-mgmt/p5-Xymon-Server/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon-Server/Makefile Sun Sep 20 20:16:24 2015 (r397403) +++ head/net-mgmt/p5-Xymon-Server/Makefile Sun Sep 20 20:16:29 2015 (r397404) @@ -14,6 +14,7 @@ COMMENT= Xymon Server Interface LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35CD4A0546B; Sun, 20 Sep 2015 20:16:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9471269; Sun, 20 Sep 2015 20:16:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGYPU075760; Sun, 20 Sep 2015 20:16:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGYg1075759; Sun, 20 Sep 2015 20:16:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGYg1075759@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, 20 Sep 2015 20:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397405 - head/net-mgmt/p5-Xymon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:35 -0000 Author: sunpoet Date: Sun Sep 20 20:16:33 2015 New Revision: 397405 URL: https://svnweb.freebsd.org/changeset/ports/397405 Log: - Add NO_ARCH Modified: head/net-mgmt/p5-Xymon/Makefile Modified: head/net-mgmt/p5-Xymon/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon/Makefile Sun Sep 20 20:16:29 2015 (r397404) +++ head/net-mgmt/p5-Xymon/Makefile Sun Sep 20 20:16:33 2015 (r397405) @@ -14,6 +14,7 @@ COMMENT= Xymon Base Module LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E8DDA054C5; Sun, 20 Sep 2015 20:16:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7DBA13C1; Sun, 20 Sep 2015 20:16:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGdUt075874; Sun, 20 Sep 2015 20:16:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGd5v075873; Sun, 20 Sep 2015 20:16:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGd5v075873@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, 20 Sep 2015 20:16:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397406 - head/devel/p5-MouseX-NativeTraits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:40 -0000 Author: sunpoet Date: Sun Sep 20 20:16:38 2015 New Revision: 397406 URL: https://svnweb.freebsd.org/changeset/ports/397406 Log: - Fix *_DEPENDS: Any::Moose is a test-only dependency - Bump PORTREVISION for dependency change Submitted by: adamw Modified: head/devel/p5-MouseX-NativeTraits/Makefile Modified: head/devel/p5-MouseX-NativeTraits/Makefile ============================================================================== --- head/devel/p5-MouseX-NativeTraits/Makefile Sun Sep 20 20:16:33 2015 (r397405) +++ head/devel/p5-MouseX-NativeTraits/Makefile Sun Sep 20 20:16:38 2015 (r397406) @@ -3,7 +3,7 @@ PORTNAME= MouseX-NativeTraits PORTVERSION= 1.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extend your attribute interfaces for Mouse -BUILD_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ - p5-Mouse>=0.82:${PORTSDIR}/devel/p5-Mouse +BUILD_DEPENDS= p5-Mouse>=0.82:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal +TEST_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0005AA05511; Sun, 20 Sep 2015 20:16:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6401639; Sun, 20 Sep 2015 20:16:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGksR076037; Sun, 20 Sep 2015 20:16:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGjw8076032; Sun, 20 Sep 2015 20:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGjw8076032@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, 20 Sep 2015 20:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397407 - in head/archivers/unrar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:47 -0000 Author: sunpoet Date: Sun Sep 20 20:16:44 2015 New Revision: 397407 URL: https://svnweb.freebsd.org/changeset/ports/397407 Log: - Update to 5.30 Beta 4 (5.3.4) - Pet portlint: fix diff header of patch files Modified: head/archivers/unrar/Makefile head/archivers/unrar/distinfo head/archivers/unrar/files/patch-os.hpp head/archivers/unrar/files/patch-rijndael.cpp head/archivers/unrar/files/patch-rijndael.hpp Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Sun Sep 20 20:16:38 2015 (r397406) +++ head/archivers/unrar/Makefile Sun Sep 20 20:16:44 2015 (r397407) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= unrar -PORTVERSION= 5.21 -PORTREVISION= 1 +PORTVERSION= 5.30 PORTEPOCH= 5 CATEGORIES+= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ LOCAL/sunpoet -DISTNAME= unrarsrc-5.2.6 +DISTNAME= unrarsrc-5.3.4 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives Modified: head/archivers/unrar/distinfo ============================================================================== --- head/archivers/unrar/distinfo Sun Sep 20 20:16:38 2015 (r397406) +++ head/archivers/unrar/distinfo Sun Sep 20 20:16:44 2015 (r397407) @@ -1,2 +1,2 @@ -SHA256 (unrarsrc-5.2.6.tar.gz) = c06c7c74dce6151d9653a81f1efb45d8bc89f8f5843489b393855ae11c19f22e -SIZE (unrarsrc-5.2.6.tar.gz) = 218580 +SHA256 (unrarsrc-5.3.4.tar.gz) = ce4767b8532f0866c609ec99a0b4d21a2f6cb8a786b15092ddf608ec4904b874 +SIZE (unrarsrc-5.3.4.tar.gz) = 222715 Modified: head/archivers/unrar/files/patch-os.hpp ============================================================================== --- head/archivers/unrar/files/patch-os.hpp Sun Sep 20 20:16:38 2015 (r397406) +++ head/archivers/unrar/files/patch-os.hpp Sun Sep 20 20:16:44 2015 (r397407) @@ -1,5 +1,5 @@ ---- os.hpp.orig 2013-12-01 16:10:14.000000000 +0800 -+++ os.hpp 2014-02-04 08:46:43.448882590 +0800 +--- os.hpp.orig 2013-12-01 08:10:14 UTC ++++ os.hpp @@ -151,6 +151,10 @@ #include #include Modified: head/archivers/unrar/files/patch-rijndael.cpp ============================================================================== --- head/archivers/unrar/files/patch-rijndael.cpp Sun Sep 20 20:16:38 2015 (r397406) +++ head/archivers/unrar/files/patch-rijndael.cpp Sun Sep 20 20:16:44 2015 (r397407) @@ -1,5 +1,5 @@ ---- rijndael.cpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ rijndael.cpp 2014-07-31 22:46:27.956084561 +0800 +--- rijndael.cpp.orig 2014-06-10 17:14:06 UTC ++++ rijndael.cpp @@ -7,6 +7,8 @@ ***************************************************************************/ #include "rar.hpp" Modified: head/archivers/unrar/files/patch-rijndael.hpp ============================================================================== --- head/archivers/unrar/files/patch-rijndael.hpp Sun Sep 20 20:16:38 2015 (r397406) +++ head/archivers/unrar/files/patch-rijndael.hpp Sun Sep 20 20:16:44 2015 (r397407) @@ -1,5 +1,5 @@ ---- rijndael.hpp.orig 2014-06-11 01:14:06.000000000 +0800 -+++ rijndael.hpp 2014-08-05 01:31:59.971584264 +0800 +--- rijndael.hpp.orig 2014-06-10 17:14:06 UTC ++++ rijndael.hpp @@ -16,6 +16,9 @@ class Rijndael { From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384DEA05544; Sun, 20 Sep 2015 20:16:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 232B917DB; Sun, 20 Sep 2015 20:16:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGpj7076154; Sun, 20 Sep 2015 20:16:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGpPV076152; Sun, 20 Sep 2015 20:16:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGpPV076152@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, 20 Sep 2015 20:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397408 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:52 -0000 Author: sunpoet Date: Sun Sep 20 20:16:50 2015 New Revision: 397408 URL: https://svnweb.freebsd.org/changeset/ports/397408 Log: - Update to 7.4.873 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sun Sep 20 20:16:44 2015 (r397407) +++ head/editors/vim/Makefile Sun Sep 20 20:16:50 2015 (r397408) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 7.4.865 +PORTVERSION= 7.4.873 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES?= editors MAINTAINER?= sunpoet@FreeBSD.org Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sun Sep 20 20:16:44 2015 (r397407) +++ head/editors/vim/distinfo Sun Sep 20 20:16:50 2015 (r397408) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7.4.865_GH0.tar.bz2) = b3c92b2bc6ba7933b38fdf1879f8d7014efeb7b94aead6ef82f7c4a954fb75cf -SIZE (vim-vim-v7.4.865_GH0.tar.bz2) = 12212189 +SHA256 (vim-vim-v7.4.873_GH0.tar.bz2) = 06f2f8ad1ad888532fe84db9ef89d416fd5576dcf8a138505863857996f871d8 +SIZE (vim-vim-v7.4.873_GH0.tar.bz2) = 12216930 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:16:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A8CEA0558D; Sun, 20 Sep 2015 20:16:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5450B18EC; Sun, 20 Sep 2015 20:16:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKGvqD076275; Sun, 20 Sep 2015 20:16:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKGumN076273; Sun, 20 Sep 2015 20:16:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202016.t8KKGumN076273@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, 20 Sep 2015 20:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397409 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:16:57 -0000 Author: sunpoet Date: Sun Sep 20 20:16:56 2015 New Revision: 397409 URL: https://svnweb.freebsd.org/changeset/ports/397409 Log: - Update to 0.7.77 Changes: http://mediaarea.net/MediaInfo/ChangeLog Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Sun Sep 20 20:16:50 2015 (r397408) +++ head/multimedia/libmediainfo/Makefile Sun Sep 20 20:16:56 2015 (r397409) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.72 -PORTREVISION= 1 +PORTVERSION= 0.7.77 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Sun Sep 20 20:16:50 2015 (r397408) +++ head/multimedia/libmediainfo/distinfo Sun Sep 20 20:16:56 2015 (r397409) @@ -1,2 +1,2 @@ -SHA256 (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8 -SIZE (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 1829888 +SHA256 (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = b96cbb358f6ae7d18f2a409a8945244fa053530736d00a8fb6d2cc0e7218a1f3 +SIZE (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = 4220022 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:17:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01D2AA055C8; Sun, 20 Sep 2015 20:17:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53AF19EC; Sun, 20 Sep 2015 20:17:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKH2pP076396; Sun, 20 Sep 2015 20:17:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKH22a076394; Sun, 20 Sep 2015 20:17:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202017.t8KKH22a076394@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, 20 Sep 2015 20:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397410 - head/multimedia/mediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:17:03 -0000 Author: sunpoet Date: Sun Sep 20 20:17:01 2015 New Revision: 397410 URL: https://svnweb.freebsd.org/changeset/ports/397410 Log: - Update to 0.7.77 Changes: http://mediaarea.net/MediaInfo/ChangeLog Modified: head/multimedia/mediainfo/Makefile head/multimedia/mediainfo/distinfo Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Sun Sep 20 20:16:56 2015 (r397409) +++ head/multimedia/mediainfo/Makefile Sun Sep 20 20:17:01 2015 (r397410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.72 +PORTVERSION= 0.7.77 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/mediainfo/distinfo ============================================================================== --- head/multimedia/mediainfo/distinfo Sun Sep 20 20:16:56 2015 (r397409) +++ head/multimedia/mediainfo/distinfo Sun Sep 20 20:17:01 2015 (r397410) @@ -1,2 +1,2 @@ -SHA256 (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8 -SIZE (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 1829888 +SHA256 (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = b96cbb358f6ae7d18f2a409a8945244fa053530736d00a8fb6d2cc0e7218a1f3 +SIZE (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = 4220022 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:17:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77DA1A0560B; Sun, 20 Sep 2015 20:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2DD1B06; Sun, 20 Sep 2015 20:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKH8n3076528; Sun, 20 Sep 2015 20:17:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKH7Fk076523; Sun, 20 Sep 2015 20:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202017.t8KKH7Fk076523@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, 20 Sep 2015 20:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397411 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:17:08 -0000 Author: sunpoet Date: Sun Sep 20 20:17:06 2015 New Revision: 397411 URL: https://svnweb.freebsd.org/changeset/ports/397411 Log: - Update to 1.3.2 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Sep 20 20:17:01 2015 (r397410) +++ head/www/nghttp2/Makefile Sun Sep 20 20:17:06 2015 (r397411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Sun Sep 20 20:17:01 2015 (r397410) +++ head/www/nghttp2/distinfo Sun Sep 20 20:17:06 2015 (r397411) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.3.1.tar.xz) = 2497ac04c04168cacab77626cf0d67a673ecec74b367a7619d911ff6add0e24e -SIZE (nghttp2-1.3.1.tar.xz) = 1267448 +SHA256 (nghttp2-1.3.2.tar.xz) = 3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 +SIZE (nghttp2-1.3.2.tar.xz) = 1262172 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Sep 20 20:17:01 2015 (r397410) +++ head/www/nghttp2/pkg-plist Sun Sep 20 20:17:06 2015 (r397411) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.1.1 +lib/libnghttp2.so.14.1.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:17:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4113A0567F; Sun, 20 Sep 2015 20:17:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9A281C2E; Sun, 20 Sep 2015 20:17:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKHURw076716; Sun, 20 Sep 2015 20:17:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKHSIr076709; Sun, 20 Sep 2015 20:17:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202017.t8KKHSIr076709@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, 20 Sep 2015 20:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397412 - head/lang/v8/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:17:30 -0000 Author: sunpoet Date: Sun Sep 20 20:17:28 2015 New Revision: 397412 URL: https://svnweb.freebsd.org/changeset/ports/397412 Log: - Fix warnings generated by recent snapshot of Clang 3.7.0, including: - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202530 Submitted by: dim Added: head/lang/v8/files/patch-src-checks.h (contents, props changed) head/lang/v8/files/patch-src-deoptimizer.cc (contents, props changed) head/lang/v8/files/patch-src-ia32-code-stubs-ia32.cc (contents, props changed) head/lang/v8/files/patch-src-ia32-disasm-ia32.cc (contents, props changed) head/lang/v8/files/patch-src-ia32-ic-ia32.cc (contents, props changed) head/lang/v8/files/patch-src-liveedit.cc (contents, props changed) head/lang/v8/files/patch-src-objects.h (contents, props changed) Added: head/lang/v8/files/patch-src-checks.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-checks.h Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,11 @@ +--- src/checks.h.orig 2013-05-01 12:56:29 UTC ++++ src/checks.h +@@ -248,7 +248,7 @@ template class StaticAssertionHelp + #define STATIC_CHECK(test) \ + typedef \ + StaticAssertionHelper((test))>)> \ +- SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) ++ SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) __attribute__((__unused__)) + + + extern bool FLAG_enable_slow_asserts; Added: head/lang/v8/files/patch-src-deoptimizer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-deoptimizer.cc Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,29 @@ +--- src/deoptimizer.cc.orig 2013-05-01 12:56:29 UTC ++++ src/deoptimizer.cc +@@ -1392,7 +1392,7 @@ void Deoptimizer::MaterializeHeapObjects + PrintF("Materializing a new heap number %p [%e] in slot %p\n", + reinterpret_cast(*num), + d.value(), +- d.slot_address()); ++ reinterpret_cast(d.slot_address())); + } + Memory::Object_at(d.slot_address()) = *num; + } +@@ -1474,7 +1474,7 @@ void Deoptimizer::MaterializeHeapNumbers + "for parameter slot #%d\n", + reinterpret_cast(*num), + d.value(), +- d.slot_address(), ++ reinterpret_cast(d.slot_address()), + index); + } + +@@ -1490,7 +1490,7 @@ void Deoptimizer::MaterializeHeapNumbers + "for expression slot #%d\n", + reinterpret_cast(*num), + d.value(), +- d.slot_address(), ++ reinterpret_cast(d.slot_address()), + index); + } + Added: head/lang/v8/files/patch-src-ia32-code-stubs-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-ia32-code-stubs-ia32.cc Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,11 @@ +--- src/ia32/code-stubs-ia32.cc.orig 2013-05-01 12:56:29 UTC ++++ src/ia32/code-stubs-ia32.cc +@@ -5650,7 +5650,7 @@ void StringCharFromCodeGenerator::Genera + ASSERT(IsPowerOf2(String::kMaxOneByteCharCode + 1)); + __ test(code_, + Immediate(kSmiTagMask | +- ((~String::kMaxOneByteCharCode) << kSmiTagSize))); ++ ((~String::kMaxOneByteCharCodeU) << kSmiTagSize))); + __ j(not_zero, &slow_case_); + + Factory* factory = masm->isolate()->factory(); Added: head/lang/v8/files/patch-src-ia32-disasm-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-ia32-disasm-ia32.cc Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,11 @@ +--- src/ia32/disasm-ia32.cc.orig 2013-05-01 12:56:29 UTC ++++ src/ia32/disasm-ia32.cc +@@ -1707,7 +1707,7 @@ int Disassembler::ConstantPoolSizeAt(byt + buffer[0] = '\0'; + byte* prev_pc = pc; + pc += d.InstructionDecode(buffer, pc); +- fprintf(f, "%p", prev_pc); ++ fprintf(f, "%p", reinterpret_cast(prev_pc)); + fprintf(f, " "); + + for (byte* bp = prev_pc; bp < pc; bp++) { Added: head/lang/v8/files/patch-src-ia32-ic-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-ia32-ic-ia32.cc Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,12 @@ +--- src/ia32/ic-ia32.cc.orig 2013-05-01 12:56:29 UTC ++++ src/ia32/ic-ia32.cc +@@ -1657,7 +1657,8 @@ void PatchInlinedSmiCode(Address address + int8_t delta = *reinterpret_cast(delta_address); + if (FLAG_trace_ic) { + PrintF("[ patching ic at %p, test=%p, delta=%d\n", +- address, test_instruction_address, delta); ++ reinterpret_cast(address), ++ reinterpret_cast(test_instruction_address), delta); + } + + // Patch with a short conditional jump. Enabling means switching from a short Added: head/lang/v8/files/patch-src-liveedit.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-liveedit.cc Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,11 @@ +--- src/liveedit.cc.orig 2013-05-01 12:56:29 UTC ++++ src/liveedit.cc +@@ -203,7 +203,7 @@ class Differencer { + + static const int kDirectionSizeBits = 2; + static const int kDirectionMask = (1 << kDirectionSizeBits) - 1; +- static const int kEmptyCellValue = -1 << kDirectionSizeBits; ++ static const int kEmptyCellValue = -(1 << kDirectionSizeBits); + + // This method only holds static assert statement (unfortunately you cannot + // place one in class scope). Added: head/lang/v8/files/patch-src-objects.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8/files/patch-src-objects.h Sun Sep 20 20:17:28 2015 (r397412) @@ -0,0 +1,22 @@ +--- src/objects.h.orig 2013-05-01 12:56:29 UTC ++++ src/objects.h +@@ -5573,7 +5573,7 @@ class Map: public HeapObject { + static const int kElementsKindBitCount = 5; + + // Derived values from bit field 2 +- static const int kElementsKindMask = (-1 << kElementsKindShift) & ++ static const int kElementsKindMask = -(1 << kElementsKindShift) & + ((1 << (kElementsKindShift + kElementsKindBitCount)) - 1); + static const int8_t kMaximumBitField2FastElementValue = static_cast( + (FAST_ELEMENTS + 1) << Map::kElementsKindShift) - 1; +@@ -7580,8 +7580,8 @@ class Name: public HeapObject { + STATIC_CHECK(IS_POWER_OF_TWO(kMaxCachedArrayIndexLength + 1)); + + static const int kContainsCachedArrayIndexMask = +- (~kMaxCachedArrayIndexLength << kArrayIndexHashLengthShift) | +- kIsNotArrayIndexMask; ++ (~static_cast(kMaxCachedArrayIndexLength) << ++ kArrayIndexHashLengthShift) | kIsNotArrayIndexMask; + + // Value of empty hash field indicating that the hash is not computed. + static const int kEmptyHashField = From owner-svn-ports-head@freebsd.org Sun Sep 20 20:18:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 098F4A0571A; Sun, 20 Sep 2015 20:18:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDB961D25; Sun, 20 Sep 2015 20:18:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKI5iw076959; Sun, 20 Sep 2015 20:18:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKI3b6076950; Sun, 20 Sep 2015 20:18:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202018.t8KKI3b6076950@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, 20 Sep 2015 20:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397413 - head/lang/v8-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:18:06 -0000 Author: sunpoet Date: Sun Sep 20 20:18:02 2015 New Revision: 397413 URL: https://svnweb.freebsd.org/changeset/ports/397413 Log: - Fix warnings generated by recent snapshot of Clang 3.7.0, including: - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202534 Submitted by: dim Added: head/lang/v8-devel/files/patch-src-allocation-tracker.cc (contents, props changed) head/lang/v8-devel/files/patch-src-deoptimizer.cc (contents, props changed) head/lang/v8-devel/files/patch-src-heap-snapshot-generator.cc (contents, props changed) head/lang/v8-devel/files/patch-src-ia32-code-stubs-ia32.cc (contents, props changed) head/lang/v8-devel/files/patch-src-ia32-disasm-ia32.cc (contents, props changed) head/lang/v8-devel/files/patch-src-ia32-ic-ia32.cc (contents, props changed) head/lang/v8-devel/files/patch-src-liveedit.cc (contents, props changed) head/lang/v8-devel/files/patch-src-objects.h (contents, props changed) Modified: head/lang/v8-devel/files/patch-Makefile Modified: head/lang/v8-devel/files/patch-Makefile ============================================================================== --- head/lang/v8-devel/files/patch-Makefile Sun Sep 20 20:17:28 2015 (r397412) +++ head/lang/v8-devel/files/patch-Makefile Sun Sep 20 20:18:02 2015 (r397413) @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-02-04 10:07:31.000000000 +0800 -+++ Makefile 2014-02-04 17:01:29.349287737 +0800 +--- Makefile.orig 2014-06-03 08:52:18 UTC ++++ Makefile @@ -52,6 +52,14 @@ endif ifdef console GYPFLAGS += -Dconsole=$(console) @@ -15,7 +15,16 @@ # disassembler=on ifeq ($(disassembler), on) GYPFLAGS += -Dv8_enable_disassembler=1 -@@ -386,8 +394,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A +@@ -227,7 +235,7 @@ NACL_ARCHES = nacl_ia32 nacl_x64 + # List of files that trigger Makefile regeneration: + GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ + build/toolchain.gypi samples/samples.gyp src/d8.gyp \ +- test/cctest/cctest.gyp tools/gyp/v8.gyp ++ tools/gyp/v8.gyp + + # If vtunejit=on, the v8vtune.gyp will be appended. + ifeq ($(vtunejit), on) +@@ -395,8 +403,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A # GYP file generation targets. OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS)) $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) @@ -25,7 +34,7 @@ GYP_GENERATORS=make \ build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \ -Ibuild/standalone.gypi --depth=. \ -@@ -396,8 +403,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) +@@ -405,8 +412,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE) Added: head/lang/v8-devel/files/patch-src-allocation-tracker.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-allocation-tracker.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,13 @@ +--- src/allocation-tracker.cc.orig 2014-06-03 08:52:11 UTC ++++ src/allocation-tracker.cc +@@ -152,8 +152,8 @@ void AddressToTraceMap::Clear() { + void AddressToTraceMap::Print() { + PrintF("[AddressToTraceMap (%" V8PRIuPTR "): \n", ranges_.size()); + for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) { +- PrintF("[%p - %p] => %u\n", it->second.start, it->first, +- it->second.trace_node_id); ++ PrintF("[%p - %p] => %u\n", reinterpret_cast(it->second.start), ++ reinterpret_cast(it->first), it->second.trace_node_id); + } + PrintF("]\n"); + } Added: head/lang/v8-devel/files/patch-src-deoptimizer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-deoptimizer.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,29 @@ +--- src/deoptimizer.cc.orig 2014-06-03 08:52:11 UTC ++++ src/deoptimizer.cc +@@ -1920,7 +1920,7 @@ void Deoptimizer::MaterializeHeapObjects + "Materialized a new heap number %p [%e] in slot %p\n", + reinterpret_cast(*num), + d.value(), +- d.destination()); ++ reinterpret_cast(d.destination())); + } + Memory::Object_at(d.destination()) = *num; + } +@@ -2017,7 +2017,7 @@ void Deoptimizer::MaterializeHeapNumbers + "for parameter slot #%d\n", + reinterpret_cast(*num), + d.value(), +- d.destination(), ++ reinterpret_cast(d.destination()), + index); + } + +@@ -2034,7 +2034,7 @@ void Deoptimizer::MaterializeHeapNumbers + "for expression slot #%d\n", + reinterpret_cast(*num), + d.value(), +- d.destination(), ++ reinterpret_cast(d.destination()), + index); + } + Added: head/lang/v8-devel/files/patch-src-heap-snapshot-generator.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-heap-snapshot-generator.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,61 @@ +--- src/heap-snapshot-generator.cc.orig 2014-06-03 08:52:11 UTC ++++ src/heap-snapshot-generator.cc +@@ -410,8 +410,8 @@ bool HeapObjectsMap::MoveObject(Address + // object is migrated. + if (FLAG_heap_profiler_trace_objects) { + PrintF("Move object from %p to %p old size %6d new size %6d\n", +- from, +- to, ++ reinterpret_cast(from), ++ reinterpret_cast(to), + entries_.at(from_entry_info_index).size, + object_size); + } +@@ -451,7 +451,7 @@ SnapshotObjectId HeapObjectsMap::FindOrA + entry_info.accessed = accessed; + if (FLAG_heap_profiler_trace_objects) { + PrintF("Update object size : %p with old size %d and new size %d\n", +- addr, ++ reinterpret_cast(addr), + entry_info.size, + size); + } +@@ -486,9 +486,9 @@ void HeapObjectsMap::UpdateHeapObjectsMa + FindOrAddEntry(obj->address(), obj->Size()); + if (FLAG_heap_profiler_trace_objects) { + PrintF("Update object : %p %6d. Next address is %p\n", +- obj->address(), ++ reinterpret_cast(obj->address()), + obj->Size(), +- obj->address() + obj->Size()); ++ reinterpret_cast(obj->address() + obj->Size())); + } + } + RemoveDeadEntries(); +@@ -516,20 +516,20 @@ struct HeapObjectInfo { + void Print() const { + if (expected_size == 0) { + PrintF("Untracked object : %p %6d. Next address is %p\n", +- obj->address(), ++ reinterpret_cast(obj->address()), + obj->Size(), +- obj->address() + obj->Size()); ++ reinterpret_cast(obj->address() + obj->Size())); + } else if (obj->Size() != expected_size) { + PrintF("Wrong size %6d: %p %6d. Next address is %p\n", + expected_size, +- obj->address(), ++ reinterpret_cast(obj->address()), + obj->Size(), +- obj->address() + obj->Size()); ++ reinterpret_cast(obj->address() + obj->Size())); + } else { + PrintF("Good object : %p %6d. Next address is %p\n", +- obj->address(), ++ reinterpret_cast(obj->address()), + expected_size, +- obj->address() + obj->Size()); ++ reinterpret_cast(obj->address() + obj->Size())); + } + } + }; Added: head/lang/v8-devel/files/patch-src-ia32-code-stubs-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-ia32-code-stubs-ia32.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,11 @@ +--- src/ia32/code-stubs-ia32.cc.orig 2014-06-03 08:52:11 UTC ++++ src/ia32/code-stubs-ia32.cc +@@ -3143,7 +3143,7 @@ void StringCharFromCodeGenerator::Genera + ASSERT(IsPowerOf2(String::kMaxOneByteCharCode + 1)); + __ test(code_, + Immediate(kSmiTagMask | +- ((~String::kMaxOneByteCharCode) << kSmiTagSize))); ++ ((~String::kMaxOneByteCharCodeU) << kSmiTagSize))); + __ j(not_zero, &slow_case_); + + Factory* factory = masm->isolate()->factory(); Added: head/lang/v8-devel/files/patch-src-ia32-disasm-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-ia32-disasm-ia32.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,11 @@ +--- src/ia32/disasm-ia32.cc.orig 2014-06-03 08:52:11 UTC ++++ src/ia32/disasm-ia32.cc +@@ -1743,7 +1743,7 @@ int Disassembler::ConstantPoolSizeAt(byt + buffer[0] = '\0'; + byte* prev_pc = pc; + pc += d.InstructionDecode(buffer, pc); +- fprintf(f, "%p", prev_pc); ++ fprintf(f, "%p", reinterpret_cast(prev_pc)); + fprintf(f, " "); + + for (byte* bp = prev_pc; bp < pc; bp++) { Added: head/lang/v8-devel/files/patch-src-ia32-ic-ia32.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-ia32-ic-ia32.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,12 @@ +--- src/ia32/ic-ia32.cc.orig 2014-06-03 08:52:11 UTC ++++ src/ia32/ic-ia32.cc +@@ -1262,7 +1262,8 @@ void PatchInlinedSmiCode(Address address + uint8_t delta = *reinterpret_cast(delta_address); + if (FLAG_trace_ic) { + PrintF("[ patching ic at %p, test=%p, delta=%d\n", +- address, test_instruction_address, delta); ++ reinterpret_cast(address), ++ reinterpret_cast(test_instruction_address), delta); + } + + // Patch with a short conditional jump. Enabling means switching from a short Added: head/lang/v8-devel/files/patch-src-liveedit.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-liveedit.cc Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,11 @@ +--- src/liveedit.cc.orig 2014-06-03 08:52:11 UTC ++++ src/liveedit.cc +@@ -174,7 +174,7 @@ class Differencer { + + static const int kDirectionSizeBits = 2; + static const int kDirectionMask = (1 << kDirectionSizeBits) - 1; +- static const int kEmptyCellValue = -1 << kDirectionSizeBits; ++ static const int kEmptyCellValue = -(1 << kDirectionSizeBits); + + // This method only holds static assert statement (unfortunately you cannot + // place one in class scope). Added: head/lang/v8-devel/files/patch-src-objects.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/v8-devel/files/patch-src-objects.h Sun Sep 20 20:18:02 2015 (r397413) @@ -0,0 +1,13 @@ +--- src/objects.h.orig 2014-06-03 08:52:11 UTC ++++ src/objects.h +@@ -8824,8 +8824,8 @@ class Name: public HeapObject { + STATIC_ASSERT(IS_POWER_OF_TWO(kMaxCachedArrayIndexLength + 1)); + + static const unsigned int kContainsCachedArrayIndexMask = +- (~kMaxCachedArrayIndexLength << ArrayIndexLengthBits::kShift) | +- kIsNotArrayIndexMask; ++ (~static_cast(kMaxCachedArrayIndexLength) ++ << ArrayIndexLengthBits::kShift) | kIsNotArrayIndexMask; + + // Value of empty hash field indicating that the hash is not computed. + static const int kEmptyHashField = From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B423A057A1; Sun, 20 Sep 2015 20:19:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9A41E18; Sun, 20 Sep 2015 20:19:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJKlL077203; Sun, 20 Sep 2015 20:19:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJICX077194; Sun, 20 Sep 2015 20:19:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJICX077194@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, 20 Sep 2015 20:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397414 - in head/sysutils/debhelper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:20 -0000 Author: sunpoet Date: Sun Sep 20 20:19:18 2015 New Revision: 397414 URL: https://svnweb.freebsd.org/changeset/ports/397414 Log: - Install complete list of components - Bump PORTREVISION for package change PR: 202724 Submitted by: Added: head/sysutils/debhelper/files/patch-dh_fixperms (contents, props changed) head/sysutils/debhelper/files/patch-dh_installman (contents, props changed) head/sysutils/debhelper/files/patch-dh_perl (contents, props changed) Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/files/patch-Makefile head/sysutils/debhelper/pkg-plist Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Sun Sep 20 20:18:02 2015 (r397413) +++ head/sysutils/debhelper/Makefile Sun Sep 20 20:19:18 2015 (r397414) @@ -3,6 +3,7 @@ PORTNAME= debhelper PORTVERSION= 9.20150101 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,4 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= dh* +post-patch: + @${RM} ${WRKSRC}/*.orig + .include Modified: head/sysutils/debhelper/files/patch-Makefile ============================================================================== --- head/sysutils/debhelper/files/patch-Makefile Sun Sep 20 20:18:02 2015 (r397413) +++ head/sysutils/debhelper/files/patch-Makefile Sun Sep 20 20:19:18 2015 (r397414) @@ -1,6 +1,13 @@ ---- Makefile.orig 2013-11-11 03:11:15.000000000 +0800 -+++ Makefile 2014-07-01 01:06:16.800481843 +0800 -@@ -88,17 +88,16 @@ +--- Makefile.orig 2014-11-16 15:43:09 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + # List of files of dh_* commands. Sorted for debhelper man page. +-COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | sort) ++COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | cut -c3- | sort) + + # Find deprecated commands by looking at their synopsis. + DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS)) +@@ -88,17 +88,16 @@ endif done; install: Added: head/sysutils/debhelper/files/patch-dh_fixperms ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/debhelper/files/patch-dh_fixperms Sun Sep 20 20:19:18 2015 (r397414) @@ -0,0 +1,14 @@ +--- dh_fixperms.orig 2015-09-19 09:06:22 UTC ++++ dh_fixperms +@@ -57,8 +57,10 @@ foreach my $package (@{$dh{DOPACKAGES}}) + } + + # General permissions fixing. ++ #complex_doit("find $tmp $find_options -print0", ++ # "2>/dev/null | xargs -0r chown --no-dereference 0:0"); + complex_doit("find $tmp $find_options -print0", +- "2>/dev/null | xargs -0r chown --no-dereference 0:0"); ++ "2>/dev/null | xargs -0r chown 0:0"); + complex_doit("find $tmp ! -type l $find_options -print0", + "2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s"); + Added: head/sysutils/debhelper/files/patch-dh_installman ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/debhelper/files/patch-dh_installman Sun Sep 20 20:19:18 2015 (r397414) @@ -0,0 +1,12 @@ +--- dh_installman.orig 2015-09-19 09:06:22 UTC ++++ dh_installman +@@ -201,7 +201,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) + } + + # Now utf-8 conversion. +- if (defined `man --version`) { ++ my $man_version = `man --version 2> /dev/null`; ++ if (defined $man_version && length($man_version)) { + foreach my $dir (qw{usr/share/man}) { + next unless -e "$tmp/$dir"; + find(sub { Added: head/sysutils/debhelper/files/patch-dh_perl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/debhelper/files/patch-dh_perl Sun Sep 20 20:19:18 2015 (r397414) @@ -0,0 +1,13 @@ +--- dh_perl.orig 2015-09-19 09:06:22 UTC ++++ dh_perl +@@ -143,8 +143,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) + # only one directory is installed into. + foreach my $dir ("$tmp/$vendorlib", "$tmp/$vendorarch") { + if (-d $dir) { +- doit("rmdir", "--ignore-fail-on-non-empty", "--parents", +- "$dir"); ++ # doit("rmdir", "--ignore-fail-on-non-empty", "--parents", "$dir"); ++ doit_noerror("rmdir", "$dir"); + } + } + } Modified: head/sysutils/debhelper/pkg-plist ============================================================================== --- head/sysutils/debhelper/pkg-plist Sun Sep 20 20:18:02 2015 (r397413) +++ head/sysutils/debhelper/pkg-plist Sun Sep 20 20:19:18 2015 (r397414) @@ -1,4 +1,61 @@ bin/dh +bin/dh_auto_build +bin/dh_auto_clean +bin/dh_auto_configure +bin/dh_auto_install +bin/dh_auto_test +bin/dh_bugfiles +bin/dh_builddeb +bin/dh_clean +bin/dh_compress +bin/dh_desktop +bin/dh_fixperms +bin/dh_gconf +bin/dh_gencontrol +bin/dh_icons +bin/dh_install +bin/dh_installcatalogs +bin/dh_installchangelogs +bin/dh_installcron +bin/dh_installdeb +bin/dh_installdebconf +bin/dh_installdirs +bin/dh_installdocs +bin/dh_installemacsen +bin/dh_installexamples +bin/dh_installgsettings +bin/dh_installifupdown +bin/dh_installinfo +bin/dh_installinit +bin/dh_installlogcheck +bin/dh_installlogrotate +bin/dh_installman +bin/dh_installmanpages +bin/dh_installmenu +bin/dh_installmime +bin/dh_installmodules +bin/dh_installpam +bin/dh_installppp +bin/dh_installudev +bin/dh_installwm +bin/dh_installxfonts +bin/dh_link +bin/dh_lintian +bin/dh_listpackages +bin/dh_makeshlibs +bin/dh_md5sums +bin/dh_movefiles +bin/dh_perl +bin/dh_prep +bin/dh_scrollkeeper +bin/dh_shlibdeps +bin/dh_strip +bin/dh_suidregister +bin/dh_testdir +bin/dh_testroot +bin/dh_ucf +bin/dh_undocumented +bin/dh_usrlocal bin/maintscript-helper bin/postinst-emacsen bin/postinst-icons From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F9DCA057CD; Sun, 20 Sep 2015 20:19:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49A881E6F; Sun, 20 Sep 2015 20:19:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJP1h077316; Sun, 20 Sep 2015 20:19:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJPhZ077315; Sun, 20 Sep 2015 20:19:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJPhZ077315@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, 20 Sep 2015 20:19:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397415 - head/net/p5-Acme-HTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:25 -0000 Author: sunpoet Date: Sun Sep 20 20:19:24 2015 New Revision: 397415 URL: https://svnweb.freebsd.org/changeset/ports/397415 Log: - Add NO_ARCH Modified: head/net/p5-Acme-HTTP/Makefile Modified: head/net/p5-Acme-HTTP/Makefile ============================================================================== --- head/net/p5-Acme-HTTP/Makefile Sun Sep 20 20:19:18 2015 (r397414) +++ head/net/p5-Acme-HTTP/Makefile Sun Sep 20 20:19:24 2015 (r397415) @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-Net-HTTP>=0:${PORTSDIR p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C08A057FE; Sun, 20 Sep 2015 20:19:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 110631F41; Sun, 20 Sep 2015 20:19:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJTJ1077419; Sun, 20 Sep 2015 20:19:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJTvi077418; Sun, 20 Sep 2015 20:19:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJTvi077418@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, 20 Sep 2015 20:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397416 - head/net/p5-BBS-UserInfo-Maple3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:30 -0000 Author: sunpoet Date: Sun Sep 20 20:19:29 2015 New Revision: 397416 URL: https://svnweb.freebsd.org/changeset/ports/397416 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo-Maple3/Makefile Modified: head/net/p5-BBS-UserInfo-Maple3/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3/Makefile Sun Sep 20 20:19:24 2015 (r397415) +++ head/net/p5-BBS-UserInfo-Maple3/Makefile Sun Sep 20 20:19:29 2015 (r397416) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBAB4A05829; Sun, 20 Sep 2015 20:19:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4C1E1FF8; Sun, 20 Sep 2015 20:19:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJY9C077524; Sun, 20 Sep 2015 20:19:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJYcN077523; Sun, 20 Sep 2015 20:19:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJYcN077523@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, 20 Sep 2015 20:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397417 - head/net/p5-BBS-UserInfo-Maple3itoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:34 -0000 Author: sunpoet Date: Sun Sep 20 20:19:33 2015 New Revision: 397417 URL: https://svnweb.freebsd.org/changeset/ports/397417 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Modified: head/net/p5-BBS-UserInfo-Maple3itoc/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Sun Sep 20 20:19:29 2015 (r397416) +++ head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Sun Sep 20 20:19:33 2015 (r397417) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 695B8A05857; Sun, 20 Sep 2015 20:19:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AD1510D2; Sun, 20 Sep 2015 20:19:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJd9a077679; Sun, 20 Sep 2015 20:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJdFn077678; Sun, 20 Sep 2015 20:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJdFn077678@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, 20 Sep 2015 20:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397418 - head/net/p5-BBS-UserInfo-Ptt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:39 -0000 Author: sunpoet Date: Sun Sep 20 20:19:38 2015 New Revision: 397418 URL: https://svnweb.freebsd.org/changeset/ports/397418 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Ptt/Makefile Sun Sep 20 20:19:33 2015 (r397417) +++ head/net/p5-BBS-UserInfo-Ptt/Makefile Sun Sep 20 20:19:38 2015 (r397418) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC86A058AA; Sun, 20 Sep 2015 20:19:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD27711B2; Sun, 20 Sep 2015 20:19:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJhPb077791; Sun, 20 Sep 2015 20:19:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJhZJ077790; Sun, 20 Sep 2015 20:19:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJhZJ077790@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, 20 Sep 2015 20:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397419 - head/net/p5-BBS-UserInfo-SOB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:44 -0000 Author: sunpoet Date: Sun Sep 20 20:19:43 2015 New Revision: 397419 URL: https://svnweb.freebsd.org/changeset/ports/397419 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo-SOB/Makefile Modified: head/net/p5-BBS-UserInfo-SOB/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-SOB/Makefile Sun Sep 20 20:19:38 2015 (r397418) +++ head/net/p5-BBS-UserInfo-SOB/Makefile Sun Sep 20 20:19:43 2015 (r397419) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8B66A05906; Sun, 20 Sep 2015 20:19:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C956612A9; Sun, 20 Sep 2015 20:19:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJm9b077894; Sun, 20 Sep 2015 20:19:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJmBp077893; Sun, 20 Sep 2015 20:19:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJmBp077893@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, 20 Sep 2015 20:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397420 - head/net/p5-BBS-UserInfo-Wretch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:48 -0000 Author: sunpoet Date: Sun Sep 20 20:19:47 2015 New Revision: 397420 URL: https://svnweb.freebsd.org/changeset/ports/397420 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo-Wretch/Makefile Modified: head/net/p5-BBS-UserInfo-Wretch/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Wretch/Makefile Sun Sep 20 20:19:43 2015 (r397419) +++ head/net/p5-BBS-UserInfo-Wretch/Makefile Sun Sep 20 20:19:47 2015 (r397420) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:19:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2806AA05933; Sun, 20 Sep 2015 20:19:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E964513DE; Sun, 20 Sep 2015 20:19:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKJrrj078005; Sun, 20 Sep 2015 20:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKJrDR078004; Sun, 20 Sep 2015 20:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202019.t8KKJrDR078004@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, 20 Sep 2015 20:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397421 - head/net/p5-BBS-UserInfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:19:54 -0000 Author: sunpoet Date: Sun Sep 20 20:19:52 2015 New Revision: 397421 URL: https://svnweb.freebsd.org/changeset/ports/397421 Log: - Add NO_ARCH Modified: head/net/p5-BBS-UserInfo/Makefile Modified: head/net/p5-BBS-UserInfo/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo/Makefile Sun Sep 20 20:19:47 2015 (r397420) +++ head/net/p5-BBS-UserInfo/Makefile Sun Sep 20 20:19:52 2015 (r397421) @@ -15,6 +15,7 @@ COMMENT= Base class of BBS::UserInfo::XX LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106E3A05C34; Sun, 20 Sep 2015 20:24:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBB441BCD; Sun, 20 Sep 2015 20:24:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKO4pI082040; Sun, 20 Sep 2015 20:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKO4OO082039; Sun, 20 Sep 2015 20:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKO4OO082039@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, 20 Sep 2015 20:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397422 - head/lang/v8-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:05 -0000 Author: sunpoet Date: Sun Sep 20 20:24:04 2015 New Revision: 397422 URL: https://svnweb.freebsd.org/changeset/ports/397422 Log: - Revert r397413: this file is not part of clang 3.7.0 fix - Pet portlint: fix diff header of patch files Modified: head/lang/v8-devel/files/patch-Makefile Modified: head/lang/v8-devel/files/patch-Makefile ============================================================================== --- head/lang/v8-devel/files/patch-Makefile Sun Sep 20 20:19:52 2015 (r397421) +++ head/lang/v8-devel/files/patch-Makefile Sun Sep 20 20:24:04 2015 (r397422) @@ -1,4 +1,4 @@ ---- Makefile.orig 2014-06-03 08:52:18 UTC +--- Makefile.orig 2014-02-04 02:07:31 UTC +++ Makefile @@ -52,6 +52,14 @@ endif ifdef console @@ -15,16 +15,7 @@ # disassembler=on ifeq ($(disassembler), on) GYPFLAGS += -Dv8_enable_disassembler=1 -@@ -227,7 +235,7 @@ NACL_ARCHES = nacl_ia32 nacl_x64 - # List of files that trigger Makefile regeneration: - GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ - build/toolchain.gypi samples/samples.gyp src/d8.gyp \ -- test/cctest/cctest.gyp tools/gyp/v8.gyp -+ tools/gyp/v8.gyp - - # If vtunejit=on, the v8vtune.gyp will be appended. - ifeq ($(vtunejit), on) -@@ -395,8 +403,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A +@@ -386,8 +394,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A # GYP file generation targets. OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS)) $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) @@ -34,7 +25,7 @@ GYP_GENERATORS=make \ build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \ -Ibuild/standalone.gypi --depth=. \ -@@ -405,8 +412,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) +@@ -396,8 +403,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE) From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17A1A05C79; Sun, 20 Sep 2015 20:24:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E27CD1CAB; Sun, 20 Sep 2015 20:24:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKOWsR082217; Sun, 20 Sep 2015 20:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKOWgW082214; Sun, 20 Sep 2015 20:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKOWgW082214@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, 20 Sep 2015 20:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397423 - head/www/rubygem-http X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:33 -0000 Author: sunpoet Date: Sun Sep 20 20:24:31 2015 New Revision: 397423 URL: https://svnweb.freebsd.org/changeset/ports/397423 Log: - Update to 0.9.7 - Add LICENSE_FILE Changes: https://github.com/httprb/http/blob/master/CHANGES.md Modified: head/www/rubygem-http/Makefile head/www/rubygem-http/distinfo Modified: head/www/rubygem-http/Makefile ============================================================================== --- head/www/rubygem-http/Makefile Sun Sep 20 20:24:04 2015 (r397422) +++ head/www/rubygem-http/Makefile Sun Sep 20 20:24:31 2015 (r397423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ rubygem-http-cookie>=1.0:${PORTSDIR}/www/rubygem-http-cookie \ Modified: head/www/rubygem-http/distinfo ============================================================================== --- head/www/rubygem-http/distinfo Sun Sep 20 20:24:04 2015 (r397422) +++ head/www/rubygem-http/distinfo Sun Sep 20 20:24:31 2015 (r397423) @@ -1,2 +1,2 @@ -SHA256 (rubygem/http-0.9.6.gem) = e14906ee27ea1370e84d7fa9d3b4696445d00556adf51684f9fb8d2a02598e72 -SIZE (rubygem/http-0.9.6.gem) = 66048 +SHA256 (rubygem/http-0.9.7.gem) = fd81fa67a0a0b5525ee6d7642cf955676337f91a9b7412ea5817ef58497eb470 +SIZE (rubygem/http-0.9.7.gem) = 66048 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9C9AA05CC8; Sun, 20 Sep 2015 20:24:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4C991D7F; Sun, 20 Sep 2015 20:24:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKObGT082330; Sun, 20 Sep 2015 20:24:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKObp1082329; Sun, 20 Sep 2015 20:24:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKObp1082329@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, 20 Sep 2015 20:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397424 - head/net/rubygem-twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:38 -0000 Author: sunpoet Date: Sun Sep 20 20:24:36 2015 New Revision: 397424 URL: https://svnweb.freebsd.org/changeset/ports/397424 Log: - Add LICENSE_FILE Modified: head/net/rubygem-twitter/Makefile Modified: head/net/rubygem-twitter/Makefile ============================================================================== --- head/net/rubygem-twitter/Makefile Sun Sep 20 20:24:31 2015 (r397423) +++ head/net/rubygem-twitter/Makefile Sun Sep 20 20:24:36 2015 (r397424) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby interface to the Twitter API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ rubygem-buftok>=0.2.0:${PORTSDIR}/devel/rubygem-buftok \ From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5681CA05CF9; Sun, 20 Sep 2015 20:24:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47C971ECB; Sun, 20 Sep 2015 20:24:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKOglH082433; Sun, 20 Sep 2015 20:24:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKOgc0082432; Sun, 20 Sep 2015 20:24:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKOgc0082432@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, 20 Sep 2015 20:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397425 - head/sysutils/rubygem-backup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:42 -0000 Author: sunpoet Date: Sun Sep 20 20:24:41 2015 New Revision: 397425 URL: https://svnweb.freebsd.org/changeset/ports/397425 Log: - Add LICENSE_FILE Modified: head/sysutils/rubygem-backup/Makefile Modified: head/sysutils/rubygem-backup/Makefile ============================================================================== --- head/sysutils/rubygem-backup/Makefile Sun Sep 20 20:24:36 2015 (r397424) +++ head/sysutils/rubygem-backup/Makefile Sun Sep 20 20:24:41 2015 (r397425) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perform backup operations on remote and local environment LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-CFPropertyList>=2.3.1:${PORTSDIR}/devel/rubygem-CFPropertyList \ rubygem-addressable>=2.3.5:${PORTSDIR}/www/rubygem-addressable \ From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BD97A05D4E; Sun, 20 Sep 2015 20:24:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6AF100F; Sun, 20 Sep 2015 20:24:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKOlwk082533; Sun, 20 Sep 2015 20:24:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKOlMG082532; Sun, 20 Sep 2015 20:24:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKOlMG082532@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, 20 Sep 2015 20:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397426 - head/net/p5-Data-IPV4-Range-Parse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:47 -0000 Author: sunpoet Date: Sun Sep 20 20:24:46 2015 New Revision: 397426 URL: https://svnweb.freebsd.org/changeset/ports/397426 Log: - Add NO_ARCH Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile ============================================================================== --- head/net/p5-Data-IPV4-Range-Parse/Makefile Sun Sep 20 20:24:41 2015 (r397425) +++ head/net/p5-Data-IPV4-Range-Parse/Makefile Sun Sep 20 20:24:46 2015 (r397426) @@ -14,6 +14,7 @@ COMMENT= Perl extension parsing IPv4 ran LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72F39A05D89; Sun, 20 Sep 2015 20:24:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E46F10FC; Sun, 20 Sep 2015 20:24:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKOqaw082636; Sun, 20 Sep 2015 20:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKOq3T082635; Sun, 20 Sep 2015 20:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKOq3T082635@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, 20 Sep 2015 20:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397427 - head/net/p5-IO-Socket-UNIX-Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:52 -0000 Author: sunpoet Date: Sun Sep 20 20:24:51 2015 New Revision: 397427 URL: https://svnweb.freebsd.org/changeset/ports/397427 Log: - Add NO_ARCH Modified: head/net/p5-IO-Socket-UNIX-Util/Makefile Modified: head/net/p5-IO-Socket-UNIX-Util/Makefile ============================================================================== --- head/net/p5-IO-Socket-UNIX-Util/Makefile Sun Sep 20 20:24:46 2015 (r397426) +++ head/net/p5-IO-Socket-UNIX-Util/Makefile Sun Sep 20 20:24:51 2015 (r397427) @@ -13,6 +13,7 @@ COMMENT= Unix domain socket utilities LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F4F8A05DD1; Sun, 20 Sep 2015 20:24:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1984311D1; Sun, 20 Sep 2015 20:24:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKOuwd082739; Sun, 20 Sep 2015 20:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKOu25082738; Sun, 20 Sep 2015 20:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKOu25082738@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, 20 Sep 2015 20:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397428 - head/net/p5-MaxMind-DB-Common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:57 -0000 Author: sunpoet Date: Sun Sep 20 20:24:56 2015 New Revision: 397428 URL: https://svnweb.freebsd.org/changeset/ports/397428 Log: - Add NO_ARCH Modified: head/net/p5-MaxMind-DB-Common/Makefile Modified: head/net/p5-MaxMind-DB-Common/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Common/Makefile Sun Sep 20 20:24:51 2015 (r397427) +++ head/net/p5-MaxMind-DB-Common/Makefile Sun Sep 20 20:24:56 2015 (r397428) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Data-Dumper-Concise>=0 p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4ACDA05E0D; Sun, 20 Sep 2015 20:25:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C18CB1289; Sun, 20 Sep 2015 20:25:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKP1Io082854; Sun, 20 Sep 2015 20:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKP1iY082853; Sun, 20 Sep 2015 20:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKP1iY082853@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, 20 Sep 2015 20:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397429 - head/net/p5-MaxMind-DB-Reader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:02 -0000 Author: sunpoet Date: Sun Sep 20 20:25:00 2015 New Revision: 397429 URL: https://svnweb.freebsd.org/changeset/ports/397429 Log: - Add NO_ARCH Modified: head/net/p5-MaxMind-DB-Reader/Makefile Modified: head/net/p5-MaxMind-DB-Reader/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Reader/Makefile Sun Sep 20 20:24:56 2015 (r397428) +++ head/net/p5-MaxMind-DB-Reader/Makefile Sun Sep 20 20:25:00 2015 (r397429) @@ -34,6 +34,7 @@ TEST_DEPENDS= p5-Math-Int128>=0:${PORTSD p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88522A05E4F; Sun, 20 Sep 2015 20:25:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 799441356; Sun, 20 Sep 2015 20:25:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKP67s082957; Sun, 20 Sep 2015 20:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKP6Am082956; Sun, 20 Sep 2015 20:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKP6Am082956@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, 20 Sep 2015 20:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397430 - head/net/p5-Net-CLI-Interact X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:06 -0000 Author: sunpoet Date: Sun Sep 20 20:25:05 2015 New Revision: 397430 URL: https://svnweb.freebsd.org/changeset/ports/397430 Log: - Add NO_ARCH Modified: head/net/p5-Net-CLI-Interact/Makefile Modified: head/net/p5-Net-CLI-Interact/Makefile ============================================================================== --- head/net/p5-Net-CLI-Interact/Makefile Sun Sep 20 20:25:00 2015 (r397429) +++ head/net/p5-Net-CLI-Interact/Makefile Sun Sep 20 20:25:05 2015 (r397430) @@ -25,6 +25,7 @@ BUILD_DEPENDS= p5-Class-Load>=0:${PORTSD p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68259A05E95; Sun, 20 Sep 2015 20:25:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4212A14B0; Sun, 20 Sep 2015 20:25:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPBr7083057; Sun, 20 Sep 2015 20:25:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPAdU083056; Sun, 20 Sep 2015 20:25:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPAdU083056@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, 20 Sep 2015 20:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397431 - head/net/p5-Net-Cassandra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:11 -0000 Author: sunpoet Date: Sun Sep 20 20:25:10 2015 New Revision: 397431 URL: https://svnweb.freebsd.org/changeset/ports/397431 Log: - Add NO_ARCH Modified: head/net/p5-Net-Cassandra/Makefile Modified: head/net/p5-Net-Cassandra/Makefile ============================================================================== --- head/net/p5-Net-Cassandra/Makefile Sun Sep 20 20:25:05 2015 (r397430) +++ head/net/p5-Net-Cassandra/Makefile Sun Sep 20 20:25:10 2015 (r397431) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/d p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E70A1A05ECB; Sun, 20 Sep 2015 20:25:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6FA8158F; Sun, 20 Sep 2015 20:25:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPF3v083160; Sun, 20 Sep 2015 20:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPFMf083159; Sun, 20 Sep 2015 20:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPFMf083159@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, 20 Sep 2015 20:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397432 - head/net/p5-Net-HTTP-Spore-Middleware-Header X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:16 -0000 Author: sunpoet Date: Sun Sep 20 20:25:15 2015 New Revision: 397432 URL: https://svnweb.freebsd.org/changeset/ports/397432 Log: - Add NO_ARCH Modified: head/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile Modified: head/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile ============================================================================== --- head/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile Sun Sep 20 20:25:10 2015 (r397431) +++ head/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile Sun Sep 20 20:25:15 2015 (r397432) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/d p5-Net-HTTP-Spore>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87484A05F02; Sun, 20 Sep 2015 20:25:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B8A177C; Sun, 20 Sep 2015 20:25:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPK07083265; Sun, 20 Sep 2015 20:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPK2R083264; Sun, 20 Sep 2015 20:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPK2R083264@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, 20 Sep 2015 20:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397433 - head/net/p5-Net-HTTP-Spore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:20 -0000 Author: sunpoet Date: Sun Sep 20 20:25:19 2015 New Revision: 397433 URL: https://svnweb.freebsd.org/changeset/ports/397433 Log: - Add NO_ARCH Modified: head/net/p5-Net-HTTP-Spore/Makefile Modified: head/net/p5-Net-HTTP-Spore/Makefile ============================================================================== --- head/net/p5-Net-HTTP-Spore/Makefile Sun Sep 20 20:25:15 2015 (r397432) +++ head/net/p5-Net-HTTP-Spore/Makefile Sun Sep 20 20:25:19 2015 (r397433) @@ -29,6 +29,7 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21707A05F38; Sun, 20 Sep 2015 20:25:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12DBA186F; Sun, 20 Sep 2015 20:25:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPOiW083368; Sun, 20 Sep 2015 20:25:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPOtk083367; Sun, 20 Sep 2015 20:25:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPOtk083367@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, 20 Sep 2015 20:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397434 - head/net/p5-Net-OAuth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:25 -0000 Author: sunpoet Date: Sun Sep 20 20:25:24 2015 New Revision: 397434 URL: https://svnweb.freebsd.org/changeset/ports/397434 Log: - Add NO_ARCH Modified: head/net/p5-Net-OAuth2/Makefile Modified: head/net/p5-Net-OAuth2/Makefile ============================================================================== --- head/net/p5-Net-OAuth2/Makefile Sun Sep 20 20:25:19 2015 (r397433) +++ head/net/p5-Net-OAuth2/Makefile Sun Sep 20 20:25:24 2015 (r397434) @@ -24,6 +24,7 @@ TEST_DEPENDS= p5-Test-Mock-LWP-Dispatch> p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA754A05FA6; Sun, 20 Sep 2015 20:25:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1A7D1A15; Sun, 20 Sep 2015 20:25:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPmcq083515; Sun, 20 Sep 2015 20:25:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPleY083509; Sun, 20 Sep 2015 20:25:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPleY083509@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, 20 Sep 2015 20:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397435 - head/devel/p5-autobox-Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:49 -0000 Author: sunpoet Date: Sun Sep 20 20:25:47 2015 New Revision: 397435 URL: https://svnweb.freebsd.org/changeset/ports/397435 Log: - Update to 1.29 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/autobox-Core/Changes Modified: head/devel/p5-autobox-Core/Makefile head/devel/p5-autobox-Core/distinfo head/devel/p5-autobox-Core/pkg-plist Modified: head/devel/p5-autobox-Core/Makefile ============================================================================== --- head/devel/p5-autobox-Core/Makefile Sun Sep 20 20:25:24 2015 (r397434) +++ head/devel/p5-autobox-Core/Makefile Sun Sep 20 20:25:47 2015 (r397435) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= autobox-Core -PORTVERSION= 1.28 -PORTREVISION= 1 +PORTVERSION= 1.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-autobox>=2.71:${PORTSDIR}/devel/p5-autobox RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-autobox-Core/distinfo ============================================================================== --- head/devel/p5-autobox-Core/distinfo Sun Sep 20 20:25:24 2015 (r397434) +++ head/devel/p5-autobox-Core/distinfo Sun Sep 20 20:25:47 2015 (r397435) @@ -1,2 +1,2 @@ -SHA256 (autobox-Core-1.28.tar.gz) = dd01ddbf09443504de2e59102015fd19d31ab20903cf09461c2bd89e49ded78b -SIZE (autobox-Core-1.28.tar.gz) = 39428 +SHA256 (autobox-Core-1.29.tar.gz) = 82decf9d8edc0a4b056af1a8e9f65b00850664253d6b448914e6755785001986 +SIZE (autobox-Core-1.29.tar.gz) = 39111 Modified: head/devel/p5-autobox-Core/pkg-plist ============================================================================== --- head/devel/p5-autobox-Core/pkg-plist Sun Sep 20 20:25:24 2015 (r397434) +++ head/devel/p5-autobox-Core/pkg-plist Sun Sep 20 20:25:47 2015 (r397435) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/autobox::Core.3.gz %%SITE_PERL%%/autobox/Core.pm +%%PERL5_MAN3%%/autobox::Core.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FB0AA05FE1; Sun, 20 Sep 2015 20:25:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 407EF1AD9; Sun, 20 Sep 2015 20:25:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPsDv083633; Sun, 20 Sep 2015 20:25:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKProO083631; Sun, 20 Sep 2015 20:25:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKProO083631@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, 20 Sep 2015 20:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397436 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:54 -0000 Author: sunpoet Date: Sun Sep 20 20:25:52 2015 New Revision: 397436 URL: https://svnweb.freebsd.org/changeset/ports/397436 Log: - Update to 2.51 Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Sun Sep 20 20:25:47 2015 (r397435) +++ head/devel/p5-Log-Dispatch/Makefile Sun Sep 20 20:25:52 2015 (r397436) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.50 +PORTVERSION= 2.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Sun Sep 20 20:25:47 2015 (r397435) +++ head/devel/p5-Log-Dispatch/distinfo Sun Sep 20 20:25:52 2015 (r397436) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.50.tar.gz) = b56676ffdfc3bcf4ad5b063c71bcf1f5ed369802d773fb1bf56a40092b464b2a -SIZE (Log-Dispatch-2.50.tar.gz) = 56093 +SHA256 (Log-Dispatch-2.51.tar.gz) = c7dad8cdb7f242f5663fd49ee848c4345dd35fc609ed98a2c00c75d23ca6fac8 +SIZE (Log-Dispatch-2.51.tar.gz) = 56576 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:25:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9A7AA06029; Sun, 20 Sep 2015 20:25:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 694D41B78; Sun, 20 Sep 2015 20:25:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKPxEi083754; Sun, 20 Sep 2015 20:25:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKPwRv083752; Sun, 20 Sep 2015 20:25:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202025.t8KKPwRv083752@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, 20 Sep 2015 20:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397437 - head/net/p5-Net-SSH-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:25:59 -0000 Author: sunpoet Date: Sun Sep 20 20:25:58 2015 New Revision: 397437 URL: https://svnweb.freebsd.org/changeset/ports/397437 Log: - Update to 1.41 Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes Modified: head/net/p5-Net-SSH-Perl/Makefile head/net/p5-Net-SSH-Perl/distinfo Modified: head/net/p5-Net-SSH-Perl/Makefile ============================================================================== --- head/net/p5-Net-SSH-Perl/Makefile Sun Sep 20 20:25:52 2015 (r397436) +++ head/net/p5-Net-SSH-Perl/Makefile Sun Sep 20 20:25:58 2015 (r397437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSH-Perl -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-SSH-Perl/distinfo ============================================================================== --- head/net/p5-Net-SSH-Perl/distinfo Sun Sep 20 20:25:52 2015 (r397436) +++ head/net/p5-Net-SSH-Perl/distinfo Sun Sep 20 20:25:58 2015 (r397437) @@ -1,2 +1,2 @@ -SHA256 (Net-SSH-Perl-1.40.tar.gz) = b5632ad2736ad3144f0b1e6b73d8a9af2aca31da018bfaef4b00daee304c3ef1 -SIZE (Net-SSH-Perl-1.40.tar.gz) = 120631 +SHA256 (Net-SSH-Perl-1.41.tar.gz) = 6fc7e96f514d2838e2ea00401acc058696ab590d6e9f0a8d5e7bd8f24e0d22be +SIZE (Net-SSH-Perl-1.41.tar.gz) = 120655 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E18F5A06050; Sun, 20 Sep 2015 20:26:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B71A41C1D; Sun, 20 Sep 2015 20:26:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQ3No083857; Sun, 20 Sep 2015 20:26:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQ38S083856; Sun, 20 Sep 2015 20:26:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQ38S083856@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, 20 Sep 2015 20:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397438 - head/textproc/p5-PDF-API2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:04 -0000 Author: sunpoet Date: Sun Sep 20 20:26:02 2015 New Revision: 397438 URL: https://svnweb.freebsd.org/changeset/ports/397438 Log: - Sort PLIST Modified: head/textproc/p5-PDF-API2/pkg-plist Modified: head/textproc/p5-PDF-API2/pkg-plist ============================================================================== --- head/textproc/p5-PDF-API2/pkg-plist Sun Sep 20 20:25:58 2015 (r397437) +++ head/textproc/p5-PDF-API2/pkg-plist Sun Sep 20 20:26:02 2015 (r397438) @@ -1,43 +1,3 @@ -%%PERL5_MAN3%%/PDF::API2.3.gz -%%PERL5_MAN3%%/PDF::API2::Annotation.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Array.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Bool.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Dict.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::File.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Filter.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Name.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Null.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Number.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Objind.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Page.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Pages.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::String.3.gz -%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Utils.3.gz -%%PERL5_MAN3%%/PDF::API2::Content.3.gz -%%PERL5_MAN3%%/PDF::API2::Lite.3.gz -%%PERL5_MAN3%%/PDF::API2::NamedDestination.3.gz -%%PERL5_MAN3%%/PDF::API2::Outline.3.gz -%%PERL5_MAN3%%/PDF::API2::Page.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::BaseFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont::CJKFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont::TrueType.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace::Indexed::ACTFile.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace::Separation.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::ExtGState.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::Font::BdFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::Font::CoreFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::Font::SynFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::UniFont.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form::BarCode.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form::BarCode::code128.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Image.3.gz -%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Image::TIFF.3.gz -%%PERL5_MAN3%%/PDF::API2::Util.3.gz %%SITE_PERL%%/PDF/API2.pm %%SITE_PERL%%/PDF/API2/Annotation.pm %%SITE_PERL%%/PDF/API2/Basic/PDF/Array.pm @@ -150,3 +110,43 @@ %%SITE_PERL%%/PDF/API2/UniWrap.pm %%SITE_PERL%%/PDF/API2/Util.pm %%SITE_PERL%%/PDF/API2/Win32.pm +%%PERL5_MAN3%%/PDF::API2.3.gz +%%PERL5_MAN3%%/PDF::API2::Annotation.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Array.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Bool.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Dict.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::File.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Filter.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Name.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Null.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Number.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Objind.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Page.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Pages.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::String.3.gz +%%PERL5_MAN3%%/PDF::API2::Basic::PDF::Utils.3.gz +%%PERL5_MAN3%%/PDF::API2::Content.3.gz +%%PERL5_MAN3%%/PDF::API2::Lite.3.gz +%%PERL5_MAN3%%/PDF::API2::NamedDestination.3.gz +%%PERL5_MAN3%%/PDF::API2::Outline.3.gz +%%PERL5_MAN3%%/PDF::API2::Page.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::BaseFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont::CJKFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::CIDFont::TrueType.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace::Indexed::ACTFile.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::ColorSpace::Separation.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::ExtGState.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::Font::BdFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::Font::CoreFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::Font::SynFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::UniFont.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form::BarCode.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Form::BarCode::code128.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Image.3.gz +%%PERL5_MAN3%%/PDF::API2::Resource::XObject::Image::TIFF.3.gz +%%PERL5_MAN3%%/PDF::API2::Util.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE048A06080; Sun, 20 Sep 2015 20:26:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4D7C1CF4; Sun, 20 Sep 2015 20:26:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQ8jd083978; Sun, 20 Sep 2015 20:26:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQ8pH083976; Sun, 20 Sep 2015 20:26:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQ8pH083976@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, 20 Sep 2015 20:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397439 - head/security/p5-Crypt-SMIME X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:09 -0000 Author: sunpoet Date: Sun Sep 20 20:26:07 2015 New Revision: 397439 URL: https://svnweb.freebsd.org/changeset/ports/397439 Log: - Fix OpenSSL dependency - Remove WITH_OPENSSL_PORT - While I'm here: - Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build dependencies - Update TEST_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change This port works fine with OpenSSL from base. I manually added libcrypto.pc (modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig before running tests. Though author assumes libcrypto.pc existence (in tests), the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT. PR: 203205 Submitted by: Geoffroy Desvernay Modified: head/security/p5-Crypt-SMIME/Makefile head/security/p5-Crypt-SMIME/pkg-plist Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Sun Sep 20 20:26:02 2015 (r397438) +++ head/security/p5-Crypt-SMIME/Makefile Sun Sep 20 20:26:07 2015 (r397439) @@ -2,7 +2,7 @@ PORTNAME= Crypt-SMIME PORTVERSION= 0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,21 +12,21 @@ COMMENT= S/MIME message signing, verific LICENSE= ART10 -RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ +BUILD_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util \ p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint USES= perl5 USE_OPENSSL= yes -WITH_OPENSSL_PORT?= yes USE_PERL5= configure +CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" + post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so Modified: head/security/p5-Crypt-SMIME/pkg-plist ============================================================================== --- head/security/p5-Crypt-SMIME/pkg-plist Sun Sep 20 20:26:02 2015 (r397438) +++ head/security/p5-Crypt-SMIME/pkg-plist Sun Sep 20 20:26:07 2015 (r397439) @@ -1,5 +1,5 @@ -%%SITE_ARCH%%/auto/Crypt/SMIME/SMIME.so -%%SITE_ARCH%%/Crypt/SMIME/JA.pod %%SITE_ARCH%%/Crypt/SMIME.pm +%%SITE_ARCH%%/Crypt/SMIME/JA.pod +%%SITE_ARCH%%/auto/Crypt/SMIME/SMIME.so %%PERL5_MAN3%%/SMIME.3.gz %%PERL5_MAN3%%/SMIME::JA.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C791A06093; Sun, 20 Sep 2015 20:26:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCDE1DAF; Sun, 20 Sep 2015 20:26:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQDkF084097; Sun, 20 Sep 2015 20:26:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQDiT084096; Sun, 20 Sep 2015 20:26:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQDiT084096@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, 20 Sep 2015 20:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397440 - head/net/p5-Net-HTTPS-NB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:13 -0000 Author: sunpoet Date: Sun Sep 20 20:26:12 2015 New Revision: 397440 URL: https://svnweb.freebsd.org/changeset/ports/397440 Log: - Add NO_ARCH Modified: head/net/p5-Net-HTTPS-NB/Makefile Modified: head/net/p5-Net-HTTPS-NB/Makefile ============================================================================== --- head/net/p5-Net-HTTPS-NB/Makefile Sun Sep 20 20:26:07 2015 (r397439) +++ head/net/p5-Net-HTTPS-NB/Makefile Sun Sep 20 20:26:12 2015 (r397440) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=0.98:${ p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6707A060D1; Sun, 20 Sep 2015 20:26:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7CED1E9E; Sun, 20 Sep 2015 20:26:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQHXF084202; Sun, 20 Sep 2015 20:26:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQH42084201; Sun, 20 Sep 2015 20:26:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQH42084201@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, 20 Sep 2015 20:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397441 - head/net/p5-Net-IP-RangeCompare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:17 -0000 Author: sunpoet Date: Sun Sep 20 20:26:16 2015 New Revision: 397441 URL: https://svnweb.freebsd.org/changeset/ports/397441 Log: - Add NO_ARCH Modified: head/net/p5-Net-IP-RangeCompare/Makefile Modified: head/net/p5-Net-IP-RangeCompare/Makefile ============================================================================== --- head/net/p5-Net-IP-RangeCompare/Makefile Sun Sep 20 20:26:12 2015 (r397440) +++ head/net/p5-Net-IP-RangeCompare/Makefile Sun Sep 20 20:26:16 2015 (r397441) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Data-IPV4-Range-Parse> p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6501BA060F6; Sun, 20 Sep 2015 20:26:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34B3B1FAA; Sun, 20 Sep 2015 20:26:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQM6x084305; Sun, 20 Sep 2015 20:26:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQMpi084304; Sun, 20 Sep 2015 20:26:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQMpi084304@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, 20 Sep 2015 20:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397442 - head/net/p5-Net-LimeLight-Purge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:22 -0000 Author: sunpoet Date: Sun Sep 20 20:26:21 2015 New Revision: 397442 URL: https://svnweb.freebsd.org/changeset/ports/397442 Log: - Add NO_ARCH Modified: head/net/p5-Net-LimeLight-Purge/Makefile Modified: head/net/p5-Net-LimeLight-Purge/Makefile ============================================================================== --- head/net/p5-Net-LimeLight-Purge/Makefile Sun Sep 20 20:26:16 2015 (r397441) +++ head/net/p5-Net-LimeLight-Purge/Makefile Sun Sep 20 20:26:21 2015 (r397442) @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-DateTime-Format-ISO860 p5-SOAP-Lite>=0.710.08:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FAD5A06124; Sun, 20 Sep 2015 20:26:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E874D1082; Sun, 20 Sep 2015 20:26:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQQtS084408; Sun, 20 Sep 2015 20:26:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQQCF084407; Sun, 20 Sep 2015 20:26:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQQCF084407@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, 20 Sep 2015 20:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397443 - head/net/p5-Net-OpenSSH-Parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:27 -0000 Author: sunpoet Date: Sun Sep 20 20:26:25 2015 New Revision: 397443 URL: https://svnweb.freebsd.org/changeset/ports/397443 Log: - Add NO_ARCH Modified: head/net/p5-Net-OpenSSH-Parallel/Makefile Modified: head/net/p5-Net-OpenSSH-Parallel/Makefile ============================================================================== --- head/net/p5-Net-OpenSSH-Parallel/Makefile Sun Sep 20 20:26:21 2015 (r397442) +++ head/net/p5-Net-OpenSSH-Parallel/Makefile Sun Sep 20 20:26:25 2015 (r397443) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-OpenSSH>=0.39:${PORTSDIR}/net/p5-Net-OpenSSH RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6505FA06159; Sun, 20 Sep 2015 20:26:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 560A9114C; Sun, 20 Sep 2015 20:26:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQVgp084515; Sun, 20 Sep 2015 20:26:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQVr3084514; Sun, 20 Sep 2015 20:26:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQVr3084514@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, 20 Sep 2015 20:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397444 - head/net/p5-Net-PubSubHubbub-Publisher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:31 -0000 Author: sunpoet Date: Sun Sep 20 20:26:30 2015 New Revision: 397444 URL: https://svnweb.freebsd.org/changeset/ports/397444 Log: - Add NO_ARCH Modified: head/net/p5-Net-PubSubHubbub-Publisher/Makefile Modified: head/net/p5-Net-PubSubHubbub-Publisher/Makefile ============================================================================== --- head/net/p5-Net-PubSubHubbub-Publisher/Makefile Sun Sep 20 20:26:25 2015 (r397443) +++ head/net/p5-Net-PubSubHubbub-Publisher/Makefile Sun Sep 20 20:26:30 2015 (r397444) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F360A06189; Sun, 20 Sep 2015 20:26:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 602E21226; Sun, 20 Sep 2015 20:26:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQaIT084629; Sun, 20 Sep 2015 20:26:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQZCU084627; Sun, 20 Sep 2015 20:26:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQZCU084627@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, 20 Sep 2015 20:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397445 - head/security/rubygem-omniauth-gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:36 -0000 Author: sunpoet Date: Sun Sep 20 20:26:35 2015 New Revision: 397445 URL: https://svnweb.freebsd.org/changeset/ports/397445 Log: - Update to 1.0.1 Changes: https://github.com/linchus/omniauth-gitlab/commits/master Modified: head/security/rubygem-omniauth-gitlab/Makefile head/security/rubygem-omniauth-gitlab/distinfo Modified: head/security/rubygem-omniauth-gitlab/Makefile ============================================================================== --- head/security/rubygem-omniauth-gitlab/Makefile Sun Sep 20 20:26:30 2015 (r397444) +++ head/security/rubygem-omniauth-gitlab/Makefile Sun Sep 20 20:26:35 2015 (r397445) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-gitlab -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-omniauth-gitlab/distinfo ============================================================================== --- head/security/rubygem-omniauth-gitlab/distinfo Sun Sep 20 20:26:30 2015 (r397444) +++ head/security/rubygem-omniauth-gitlab/distinfo Sun Sep 20 20:26:35 2015 (r397445) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-gitlab-1.0.0.gem) = 1c06a489d2924855e13411346b4258a938b783a24fd2c85d5553b91d811fafaa -SIZE (rubygem/omniauth-gitlab-1.0.0.gem) = 7680 +SHA256 (rubygem/omniauth-gitlab-1.0.1.gem) = 3f8a53d93b86739582ba44afa93493a134f13a45fa78d49e47788a6010f37e20 +SIZE (rubygem/omniauth-gitlab-1.0.1.gem) = 7680 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7411DA061B4; Sun, 20 Sep 2015 20:26:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64A3C1307; Sun, 20 Sep 2015 20:26:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQfov084747; Sun, 20 Sep 2015 20:26:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQe2j084744; Sun, 20 Sep 2015 20:26:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQe2j084744@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, 20 Sep 2015 20:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397446 - head/www/rubygem-puma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:41 -0000 Author: sunpoet Date: Sun Sep 20 20:26:40 2015 New Revision: 397446 URL: https://svnweb.freebsd.org/changeset/ports/397446 Log: - Update to 2.14.0 Changes: https://github.com/puma/puma/blob/master/History.txt Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Sun Sep 20 20:26:35 2015 (r397445) +++ head/www/rubygem-puma/Makefile Sun Sep 20 20:26:40 2015 (r397446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 2.13.4 +PORTVERSION= 2.14.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Sun Sep 20 20:26:35 2015 (r397445) +++ head/www/rubygem-puma/distinfo Sun Sep 20 20:26:40 2015 (r397446) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puma-2.13.4.gem) = 5637be15b806692fc2ba743bd5a0543fd3943b1244e5e79d8b60f50f5a478aae -SIZE (rubygem/puma-2.13.4.gem) = 97280 +SHA256 (rubygem/puma-2.14.0.gem) = a8dad0259cd98a636d0b11e73ba49b32c4a10b0e9362ed5fd64b6dcf60ce7042 +SIZE (rubygem/puma-2.14.0.gem) = 97280 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B63BA061E0; Sun, 20 Sep 2015 20:26:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C87813DA; Sun, 20 Sep 2015 20:26:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQkMS084880; Sun, 20 Sep 2015 20:26:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQkc6084864; Sun, 20 Sep 2015 20:26:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQkc6084864@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, 20 Sep 2015 20:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397447 - head/www/rubygem-thin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:46 -0000 Author: sunpoet Date: Sun Sep 20 20:26:45 2015 New Revision: 397447 URL: https://svnweb.freebsd.org/changeset/ports/397447 Log: - Update to 1.6.4 Changes: https://github.com/macournoyer/thin/blob/master/CHANGELOG Modified: head/www/rubygem-thin/Makefile head/www/rubygem-thin/distinfo Modified: head/www/rubygem-thin/Makefile ============================================================================== --- head/www/rubygem-thin/Makefile Sun Sep 20 20:26:40 2015 (r397446) +++ head/www/rubygem-thin/Makefile Sun Sep 20 20:26:45 2015 (r397447) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thin -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= www rubygems MASTER_SITES= RG @@ -14,7 +13,7 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual RUN_DEPENDS= rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons \ - rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \ + rubygem-eventmachine>=1.0.4:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16 USE_RUBY= yes Modified: head/www/rubygem-thin/distinfo ============================================================================== --- head/www/rubygem-thin/distinfo Sun Sep 20 20:26:40 2015 (r397446) +++ head/www/rubygem-thin/distinfo Sun Sep 20 20:26:45 2015 (r397447) @@ -1,2 +1,2 @@ -SHA256 (rubygem/thin-1.6.3.gem) = 91482ab856eaef002b65439bb7c09c2b160b1fb2f6093d2eb308e6029f57a6d4 -SIZE (rubygem/thin-1.6.3.gem) = 59392 +SHA256 (rubygem/thin-1.6.4.gem) = 8e861af727b806aba8d4304978a6242167ec86db3e59adbde4d821a50530ccdf +SIZE (rubygem/thin-1.6.4.gem) = 59904 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 150F9A06226; Sun, 20 Sep 2015 20:26:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA56B15CF; Sun, 20 Sep 2015 20:26:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQojs085001; Sun, 20 Sep 2015 20:26:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQooA085000; Sun, 20 Sep 2015 20:26:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQooA085000@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, 20 Sep 2015 20:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397448 - head/databases/leo_center X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:51 -0000 Author: sunpoet Date: Sun Sep 20 20:26:50 2015 New Revision: 397448 URL: https://svnweb.freebsd.org/changeset/ports/397448 Log: - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/databases/leo_center/Makefile Modified: head/databases/leo_center/Makefile ============================================================================== --- head/databases/leo_center/Makefile Sun Sep 20 20:26:45 2015 (r397447) +++ head/databases/leo_center/Makefile Sun Sep 20 20:26:50 2015 (r397448) @@ -44,6 +44,7 @@ SUB_LIST+= LEOFS_USER=${LEOFS_USER} \ LEOFS_LOGDIR=${LEOFS_LOGDIR} \ LEOFS_RUNDIR=${LEOFS_RUNDIR} +NO_ARCH= yes NO_BUILD= yes post-patch: From owner-svn-ports-head@freebsd.org Sun Sep 20 20:26:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF42EA0625B; Sun, 20 Sep 2015 20:26:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99B6A1848; Sun, 20 Sep 2015 20:26:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQt1r085103; Sun, 20 Sep 2015 20:26:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQtmi085102; Sun, 20 Sep 2015 20:26:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQtmi085102@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, 20 Sep 2015 20:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397449 - head/net/p5-Net-Todoist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:26:55 -0000 Author: sunpoet Date: Sun Sep 20 20:26:54 2015 New Revision: 397449 URL: https://svnweb.freebsd.org/changeset/ports/397449 Log: - Add NO_ARCH Modified: head/net/p5-Net-Todoist/Makefile Modified: head/net/p5-Net-Todoist/Makefile ============================================================================== --- head/net/p5-Net-Todoist/Makefile Sun Sep 20 20:26:50 2015 (r397448) +++ head/net/p5-Net-Todoist/Makefile Sun Sep 20 20:26:54 2015 (r397449) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR} p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 573F6A06285; Sun, 20 Sep 2015 20:27:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48642195F; Sun, 20 Sep 2015 20:27:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKR02d085208; Sun, 20 Sep 2015 20:27:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKR0W3085207; Sun, 20 Sep 2015 20:27:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKR0W3085207@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, 20 Sep 2015 20:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397450 - head/net/p5-OurNet-BBSAgent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:00 -0000 Author: sunpoet Date: Sun Sep 20 20:26:59 2015 New Revision: 397450 URL: https://svnweb.freebsd.org/changeset/ports/397450 Log: - Add NO_ARCH Modified: head/net/p5-OurNet-BBSAgent/Makefile Modified: head/net/p5-OurNet-BBSAgent/Makefile ============================================================================== --- head/net/p5-OurNet-BBSAgent/Makefile Sun Sep 20 20:26:54 2015 (r397449) +++ head/net/p5-OurNet-BBSAgent/Makefile Sun Sep 20 20:26:59 2015 (r397450) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA904A062B6; Sun, 20 Sep 2015 20:27:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC0411A46; Sun, 20 Sep 2015 20:27:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKR4QD085311; Sun, 20 Sep 2015 20:27:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKR4OV085310; Sun, 20 Sep 2015 20:27:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKR4OV085310@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, 20 Sep 2015 20:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397451 - head/net/p5-RPC-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:05 -0000 Author: sunpoet Date: Sun Sep 20 20:27:04 2015 New Revision: 397451 URL: https://svnweb.freebsd.org/changeset/ports/397451 Log: - Add NO_ARCH Modified: head/net/p5-RPC-Simple/Makefile Modified: head/net/p5-RPC-Simple/Makefile ============================================================================== --- head/net/p5-RPC-Simple/Makefile Sun Sep 20 20:26:59 2015 (r397450) +++ head/net/p5-RPC-Simple/Makefile Sun Sep 20 20:27:04 2015 (r397451) @@ -14,6 +14,7 @@ COMMENT= Perl classes to handle simple a LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61259A062F6; Sun, 20 Sep 2015 20:27:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33D531B5A; Sun, 20 Sep 2015 20:27:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKR9dA085414; Sun, 20 Sep 2015 20:27:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKR9bx085413; Sun, 20 Sep 2015 20:27:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKR9bx085413@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, 20 Sep 2015 20:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397452 - head/net/p5-SOAP-MySOAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:09 -0000 Author: sunpoet Date: Sun Sep 20 20:27:08 2015 New Revision: 397452 URL: https://svnweb.freebsd.org/changeset/ports/397452 Log: - Add NO_ARCH Modified: head/net/p5-SOAP-MySOAP/Makefile Modified: head/net/p5-SOAP-MySOAP/Makefile ============================================================================== --- head/net/p5-SOAP-MySOAP/Makefile Sun Sep 20 20:27:04 2015 (r397451) +++ head/net/p5-SOAP-MySOAP/Makefile Sun Sep 20 20:27:08 2015 (r397452) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 983A0A06321; Sun, 20 Sep 2015 20:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86DEC1C38; Sun, 20 Sep 2015 20:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRDJ8085515; Sun, 20 Sep 2015 20:27:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRDFW085514; Sun, 20 Sep 2015 20:27:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRDFW085514@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, 20 Sep 2015 20:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397453 - head/net/p5-Test-URI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:13 -0000 Author: sunpoet Date: Sun Sep 20 20:27:12 2015 New Revision: 397453 URL: https://svnweb.freebsd.org/changeset/ports/397453 Log: - Add NO_ARCH Modified: head/net/p5-Test-URI/Makefile Modified: head/net/p5-Test-URI/Makefile ============================================================================== --- head/net/p5-Test-URI/Makefile Sun Sep 20 20:27:08 2015 (r397452) +++ head/net/p5-Test-URI/Makefile Sun Sep 20 20:27:12 2015 (r397453) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1350BA0635F; Sun, 20 Sep 2015 20:27:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA5241D32; Sun, 20 Sep 2015 20:27:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRHDV085621; Sun, 20 Sep 2015 20:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRHiY085620; Sun, 20 Sep 2015 20:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRHiY085620@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, 20 Sep 2015 20:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397454 - head/net/p5-URI-Query X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:18 -0000 Author: sunpoet Date: Sun Sep 20 20:27:17 2015 New Revision: 397454 URL: https://svnweb.freebsd.org/changeset/ports/397454 Log: - Add NO_ARCH Modified: head/net/p5-URI-Query/Makefile Modified: head/net/p5-URI-Query/Makefile ============================================================================== --- head/net/p5-URI-Query/Makefile Sun Sep 20 20:27:12 2015 (r397453) +++ head/net/p5-URI-Query/Makefile Sun Sep 20 20:27:17 2015 (r397454) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-URI>=1.31:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C441CA0638D; Sun, 20 Sep 2015 20:27:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B09661E46; Sun, 20 Sep 2015 20:27:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRMNm085730; Sun, 20 Sep 2015 20:27:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRMxi085729; Sun, 20 Sep 2015 20:27:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRMxi085729@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, 20 Sep 2015 20:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397455 - head/net/p5-What X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:22 -0000 Author: sunpoet Date: Sun Sep 20 20:27:21 2015 New Revision: 397455 URL: https://svnweb.freebsd.org/changeset/ports/397455 Log: - Add NO_ARCH Modified: head/net/p5-What/Makefile Modified: head/net/p5-What/Makefile ============================================================================== --- head/net/p5-What/Makefile Sun Sep 20 20:27:17 2015 (r397454) +++ head/net/p5-What/Makefile Sun Sep 20 20:27:21 2015 (r397455) @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76CEFA063BC; Sun, 20 Sep 2015 20:27:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52F501F18; Sun, 20 Sep 2015 20:27:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRRfw085824; Sun, 20 Sep 2015 20:27:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRR0p085823; Sun, 20 Sep 2015 20:27:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRR0p085823@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, 20 Sep 2015 20:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397456 - head/www/redmine-basecamp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:27 -0000 Author: sunpoet Date: Sun Sep 20 20:27:26 2015 New Revision: 397456 URL: https://svnweb.freebsd.org/changeset/ports/397456 Log: - Add LICENSE - Add NO_ARCH - Fix space/tab Approved by: portmgr (blanket) Modified: head/www/redmine-basecamp/Makefile Modified: head/www/redmine-basecamp/Makefile ============================================================================== --- head/www/redmine-basecamp/Makefile Sun Sep 20 20:27:21 2015 (r397455) +++ head/www/redmine-basecamp/Makefile Sun Sep 20 20:27:26 2015 (r397456) @@ -9,13 +9,16 @@ PKGNAMEPREFIX= redmine- MAINTAINER= decke@FreeBSD.org COMMENT= Basecamp Theme for Redmine +LICENSE= MIT + RUN_DEPENDS= redmine>=0.9:${PORTSDIR}/www/redmine USE_GITHUB= yes GH_ACCOUNT= theill GH_PROJECT= redmine-basecamp-theme -GH_TAGNAME= 6812d61 +GH_TAGNAME= 6812d61 +NO_ARCH= yes NO_BUILD= yes WWWDIR?= ${PREFIX}/www/redmine/public/themes/${PORTNAME} From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4C92A063F3; Sun, 20 Sep 2015 20:27:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 962BE1FBD; Sun, 20 Sep 2015 20:27:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRVw2085914; Sun, 20 Sep 2015 20:27:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRVMr085913; Sun, 20 Sep 2015 20:27:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRVMr085913@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, 20 Sep 2015 20:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397457 - head/www/redmine-http-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:31 -0000 Author: sunpoet Date: Sun Sep 20 20:27:30 2015 New Revision: 397457 URL: https://svnweb.freebsd.org/changeset/ports/397457 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/www/redmine-http-auth/Makefile Modified: head/www/redmine-http-auth/Makefile ============================================================================== --- head/www/redmine-http-auth/Makefile Sun Sep 20 20:27:26 2015 (r397456) +++ head/www/redmine-http-auth/Makefile Sun Sep 20 20:27:30 2015 (r397457) @@ -11,6 +11,11 @@ DISTNAME= AdamLantos-redmine_http_auth-$ MAINTAINER= rea@FreeBSD.org COMMENT= HTTP authentication plugin for Redmine +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes + GITREV= df98baf REDMINE_PLUGIN_NAME= redmine_http_auth From owner-svn-ports-head@freebsd.org Sun Sep 20 20:27:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C7EFA0641D; Sun, 20 Sep 2015 20:27:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A14610BB; Sun, 20 Sep 2015 20:27:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKRZgc086003; Sun, 20 Sep 2015 20:27:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKRZGk086002; Sun, 20 Sep 2015 20:27:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202027.t8KKRZGk086002@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, 20 Sep 2015 20:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397458 - head/www/redmine-sidebar_hide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:27:36 -0000 Author: sunpoet Date: Sun Sep 20 20:27:35 2015 New Revision: 397458 URL: https://svnweb.freebsd.org/changeset/ports/397458 Log: - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/www/redmine-sidebar_hide/Makefile Modified: head/www/redmine-sidebar_hide/Makefile ============================================================================== --- head/www/redmine-sidebar_hide/Makefile Sun Sep 20 20:27:30 2015 (r397457) +++ head/www/redmine-sidebar_hide/Makefile Sun Sep 20 20:27:35 2015 (r397458) @@ -8,6 +8,8 @@ CATEGORIES= www MAINTAINER= kozlov.sergey.404@gmail.com COMMENT= Adds simple hide button for sidebar of Redmine +NO_ARCH= yes + USE_GITHUB= YES GH_ACCOUNT= bdemirkir GH_TAGNAME= aa19281 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:28:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB13EA064DB; Sun, 20 Sep 2015 20:28:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A289C138A; Sun, 20 Sep 2015 20:28:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKSLp9086200; Sun, 20 Sep 2015 20:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKSLYC086199; Sun, 20 Sep 2015 20:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202028.t8KKSLYC086199@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, 20 Sep 2015 20:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397459 - head/www/redmine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:28:21 -0000 Author: sunpoet Date: Sun Sep 20 20:28:20 2015 New Revision: 397459 URL: https://svnweb.freebsd.org/changeset/ports/397459 Log: - Fix OPTIONS usage: remove WWWSERVER from OPTIONS_DEFINE and OPTIONS_DEFAULT - Convert to new options helper Modified: head/www/redmine/Makefile Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Sun Sep 20 20:27:35 2015 (r397458) +++ head/www/redmine/Makefile Sun Sep 20 20:28:20 2015 (r397459) @@ -36,8 +36,8 @@ GROUPS= ${WWWGRP} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST= RUBY_NAME=${RUBY_NAME} -OPTIONS_DEFINE= MYSQL MYSQL2 POSTGRESQL RMAGIC WWWSERVER -OPTIONS_DEFAULT=MYSQL2 RMAGIC WWWSERVER THIN +OPTIONS_DEFINE= MYSQL MYSQL2 POSTGRESQL RMAGIC +OPTIONS_DEFAULT=MYSQL2 RMAGIC THIN OPTIONS_SINGLE= WWWSERVER OPTIONS_SINGLE_WWWSERVER= THIN PASSENGER POSTGRESQL_DESC=Enable PostgreSQL support @@ -49,24 +49,14 @@ NO_OPTIONS_SORT=yes MYSQL_RUN_DEPENDS= rubygem-mysql>=2.8.1:${PORTSDIR}/databases/rubygem-mysql MYSQL2_RUN_DEPENDS= rubygem-mysql2>=0:${PORTSDIR}/databases/rubygem-mysql2 +PASSENGER_RUN_DEPENDS= passenger-config:${PORTSDIR}/www/rubygem-passenger POSTGRESQL_RUN_DEPENDS= rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg RMAGIC_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Gemfile RMAGIC_RUN_DEPENDS= rubygem-rmagick>=2.0.0:${PORTSDIR}/graphics/rubygem-rmagick - -.include - -.if ${PORT_OPTIONS:MWWWSERVER} -.if ${PORT_OPTIONS:MTHIN} -RUN_DEPENDS+= thin:${PORTSDIR}/www/rubygem-thin -USE_RC_SUBR= redmine -SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-thin-Gemfile -.endif - -.if ${PORT_OPTIONS:MPASSENGER} -RUN_DEPENDS+= passenger-config:${PORTSDIR}/www/rubygem-passenger -.endif -.endif +THIN_EXTRA_PATCHES= ${FILESDIR}/extra-patch-thin-Gemfile +THIN_RUN_DEPENDS= thin:${PORTSDIR}/www/rubygem-thin +THIN_SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +THIN_VARS= USE_RC_SUBR=redmine post-extract: @${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml From owner-svn-ports-head@freebsd.org Sun Sep 20 20:29:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84616A065BC; Sun, 20 Sep 2015 20:29:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7591F186F; Sun, 20 Sep 2015 20:29:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKTmLY086461; Sun, 20 Sep 2015 20:29:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKTm07086459; Sun, 20 Sep 2015 20:29:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202029.t8KKTm07086459@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, 20 Sep 2015 20:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397460 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:29:48 -0000 Author: sunpoet Date: Sun Sep 20 20:29:47 2015 New Revision: 397460 URL: https://svnweb.freebsd.org/changeset/ports/397460 Log: - Update to 0.7.77 (0.4.31) Changes: - BigEndian2float16() was buggy - is possible only with C++ Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Sun Sep 20 20:28:20 2015 (r397459) +++ head/multimedia/libzen/Makefile Sun Sep 20 20:29:47 2015 (r397460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.72 +PORTVERSION= 0.7.77 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Sun Sep 20 20:28:20 2015 (r397459) +++ head/multimedia/libzen/distinfo Sun Sep 20 20:29:47 2015 (r397460) @@ -1,2 +1,2 @@ -SHA256 (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8 -SIZE (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 1829888 +SHA256 (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = b96cbb358f6ae7d18f2a409a8945244fa053530736d00a8fb6d2cc0e7218a1f3 +SIZE (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = 4220022 From owner-svn-ports-head@freebsd.org Sun Sep 20 20:54:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2F4DA0512C; Sun, 20 Sep 2015 20:54:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0FD91DB9; Sun, 20 Sep 2015 20:54:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKsX9B000190; Sun, 20 Sep 2015 20:54:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKs9DE099995; Sun, 20 Sep 2015 20:54:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202054.t8KKs9DE099995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 20:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397461 - in head: games/KnightCap games/brickshooter games/crafty games/darkplaces games/jvgs games/linux-etqw-demo-server games/linux-etqw-server games/openglad games/openra games/sea... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:54:33 -0000 Author: olgeni Date: Sun Sep 20 20:54:08 2015 New Revision: 397461 URL: https://svnweb.freebsd.org/changeset/ports/397461 Log: Typos, whitespace and capitalization fixes (G-P). Modified: head/games/KnightCap/pkg-descr head/games/brickshooter/pkg-descr head/games/crafty/pkg-descr head/games/darkplaces/pkg-descr head/games/jvgs/pkg-descr head/games/linux-etqw-demo-server/pkg-descr head/games/linux-etqw-server/pkg-descr head/games/openglad/pkg-descr head/games/openra/pkg-descr head/games/sea-defender/pkg-descr head/games/typespeed/pkg-descr head/games/wmquake/pkg-descr head/games/znibbles/pkg-descr head/graphics/cadubi/pkg-descr head/graphics/hdr_tools/pkg-descr head/graphics/iccexamin/pkg-descr head/graphics/libwmf/pkg-descr head/graphics/xfractint/pkg-descr head/graphics/xpx/pkg-descr head/irc/dxirc/pkg-descr head/japanese/icanna/pkg-descr head/japanese/kterm/pkg-descr head/japanese/mtools/pkg-descr head/java/jrosetta/pkg-descr head/lang/adacontrol/pkg-descr head/lang/linux-f10-libg2c/pkg-descr head/lang/seed7/pkg-descr head/lang/siod/pkg-descr head/lang/tinypy/pkg-descr head/mail/bsfilter/pkg-descr head/mail/sentinel/pkg-descr head/math/py-gnuplot/pkg-descr head/misc/bb/pkg-descr head/misc/diction/pkg-descr head/misc/ini_file_manager/pkg-descr head/misc/metromap/pkg-descr (contents, props changed) head/misc/orville-write/pkg-descr head/misc/seq2/pkg-descr head/misc/since/pkg-descr head/misc/whichman/pkg-descr (contents, props changed) head/multimedia/vdr-plugin-remote/pkg-descr head/multimedia/xtheater/pkg-descr head/net-im/p5-Net-NetSend/pkg-descr head/net-im/psi/pkg-descr head/net-mgmt/ipaudit/pkg-descr head/net-mgmt/net-snmp/pkg-descr head/net-mgmt/rotorouter/pkg-descr head/net-p2p/btpd/pkg-descr head/net-p2p/liberator/pkg-descr head/net/Sockets/pkg-descr head/net/balance/pkg-descr head/net/belle-sip/pkg-descr head/net/boclient/pkg-descr head/net/bounce/pkg-descr head/net/dosdetector/pkg-descr head/net/gwhois/pkg-descr head/net/hping-devel/pkg-descr head/net/hping/pkg-descr head/net/icmpinfo/pkg-descr head/net/linux-c6-tcp_wrappers-libs/pkg-descr head/net/linux-f10-nss_ldap/pkg-descr head/net/nbd-server/pkg-descr head/net/netscript/pkg-descr head/net/netwib/pkg-descr head/net/p5-Net-DHCP-Watch/pkg-descr head/net/pen/pkg-descr head/net/proxychains/pkg-descr head/net/py-s3cmd/pkg-descr head/net/pythondirector/pkg-descr head/net/queso/pkg-descr head/net/redir/pkg-descr head/net/rp-pppoe/pkg-descr head/net/simpleproxy/pkg-descr head/net/skstream/pkg-descr head/net/stund/pkg-descr head/net/tclsoap/pkg-descr head/net/tcpcat/pkg-descr head/net/tcpick/pkg-descr head/net/tcpproxy/pkg-descr head/net/usbredir/pkg-descr head/ports-mgmt/porttree/pkg-descr head/print/rprint/pkg-descr Modified: head/games/KnightCap/pkg-descr ============================================================================== --- head/games/KnightCap/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/KnightCap/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -7,7 +7,7 @@ are: more like an "over the board" game. - KnightCap was developed to run on a parallel distributed memory - machine, although it also runs on normal unix boxes. + machine, although it also runs on normal Unix boxes. - KnightCap does not have an opening book---instead it keeps a file (brain.dat) of losing moves and inserts them in the hash table at the Modified: head/games/brickshooter/pkg-descr ============================================================================== --- head/games/brickshooter/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/brickshooter/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -brickshooter is a small puzzle game for linux, where you'll have +brickshooter is a small puzzle game for Linux, where you'll have to clear the central area from different colored bricks. Three or more same colored bricks that touch will vanish. You can shoot bricks into the playing field from the fringes. Modified: head/games/crafty/pkg-descr ============================================================================== --- head/games/crafty/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/crafty/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ Crafty is a rapidly developing chess engine with more and more features being added regularly. It can play, analyze, and even annotate games -for you. Crafty can utilize tablebases; these are available for freebsd +for you. Crafty can utilize tablebases; these are available for FreeBSD in the related ports. The files bitmaps.tgz and sound.tgz are available in your doc directory, Modified: head/games/darkplaces/pkg-descr ============================================================================== --- head/games/darkplaces/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/darkplaces/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -13,6 +13,6 @@ sticking to the walls... Behind the scenes the code has changed a great deal, I was not content with the original QuakeC code, and I have greatly changed the engine while -maintaining compatibility with normal quake modifications. +maintaining compatibility with normal Quake modifications. WWW: http://icculus.org/twilight/darkplaces/ Modified: head/games/jvgs/pkg-descr ============================================================================== --- head/games/jvgs/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/jvgs/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ -JVGS is a free, minimalistic platform game that runs on windows, -mac, linux and most other obscure systems out there. Some elements +JVGS is a free, minimalistic platform game that runs on Windows, +OS X, Linux and most other obscure systems out there. Some elements are loosely based on xkcd. The Ghosts album by Nine Inch Nails was chosen as soundtrack. Modified: head/games/linux-etqw-demo-server/pkg-descr ============================================================================== --- head/games/linux-etqw-demo-server/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/linux-etqw-demo-server/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ Enemy Territory: QUAKE Wars is the Ultimate Online Strategic Shooter: -an objective-driven, class-based first person shooter set in the quake universe. +an objective-driven, class-based first person shooter set in the Quake universe. WWW: http://www.enemyterritory.com/ Modified: head/games/linux-etqw-server/pkg-descr ============================================================================== --- head/games/linux-etqw-server/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/linux-etqw-server/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ Enemy Territory: QUAKE Wars is the Ultimate Online Strategic Shooter: -an objective-driven, class-based first person shooter set in the quake universe. +an objective-driven, class-based first person shooter set in the Quake universe. WWW: http://www.enemyterritory.com/ Modified: head/games/openglad/pkg-descr ============================================================================== --- head/games/openglad/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/openglad/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Openglad is a port of the open-sourced dos game known as +Openglad is a port of the open-sourced DOS game known as Gladiator (http://fsgames.com/glad/). It is a top-view gauntlet style RPG that features fast paced multiplayer action, several different classes, and a scenario editor. Modified: head/games/openra/pkg-descr ============================================================================== --- head/games/openra/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/openra/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ A reimplementation of the Command & Conquer: Red Alert game engine -using .NET/Mono, OpenGL, OpenAL and SDL. It includes reimagninations +using .NET/Mono, OpenGL, OpenAL and SDL. It includes reimaginations of Command & Conquer: Red Alert, Command & Conquer: Tiberian Dawn as well as Dune 2000. These combine the classic gameplay of the originals with modern improvements such as unit veterancy and the fog of war. Modified: head/games/sea-defender/pkg-descr ============================================================================== --- head/games/sea-defender/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/sea-defender/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,3 +1,3 @@ -Simple missile command clone in 96k for linux/win/macosx +Simple missile command clone in 96k for Linux/Windows/OS X. WWW: http://www.pouet.net/prod.php?which=54272 Modified: head/games/typespeed/pkg-descr ============================================================================== --- head/games/typespeed/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/typespeed/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,7 +1,7 @@ Typespeed gives your fingers' cps (total and correct), typoratio and some points to compare with your friends. -Typespeed's idea is ripped from ztspeed (a dos game made by Zorlim). Idea +Typespeed's idea is ripped from ztspeed (a DOS game made by Zorlim). Idea of the game should be clear to anyone, just type and type it fast, or be a lewser. Modified: head/games/wmquake/pkg-descr ============================================================================== --- head/games/wmquake/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/wmquake/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Just what you always wanted. Hardcore quake fanatics can +Just what you always wanted. Hardcore Quake fanatics can now enjoy their favorite game in a 64x64 window! WWW: http://www.ne.jp/asahi/linux/timecop/ Modified: head/games/znibbles/pkg-descr ============================================================================== --- head/games/znibbles/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/games/znibbles/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -5,7 +5,7 @@ on its own computer. There is theoretically an unlimited number of simultaneous players, it's more a matter of network speed. It has been tested with more than 10 -players and it was real fun :) ZNibbles is written for unix. It has been +players and it was real fun :) ZNibbles is written for Unix. It has been tested under Linux, SunOS, Solaris and Irix. The game can run either directly on top of X11, use the GTK+ toolkit (get it on the GTK+ site) or use the Motif toolkit (get a good Motif free implementation called Modified: head/graphics/cadubi/pkg-descr ============================================================================== --- head/graphics/cadubi/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/cadubi/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ CADUBI is an application written in Perl that allows you to -draw text-based images that are viewable on typical unix-based +draw text-based images that are viewable on typical Unix-based consoles. Usually the applications that emulate these consoles support various text modes, such as background and foreground colors, bold, and inverse. This text art, commonly Modified: head/graphics/hdr_tools/pkg-descr ============================================================================== --- head/graphics/hdr_tools/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/hdr_tools/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -5,7 +5,7 @@ hdr_fix_ca, hdr_denoise, hdr_squish, hdr Together, they can convert a set of bracketed photographs to HDR image (in EXR format), fix chromatic aberrations and CCD noise, perform tone mapping and some simple color manipulations, apply gamma correction and optionally -adjusts the exposure, crop, and finally convert the result into a "normal" +adjust the exposure, crop, and finally convert the result into a "normal" image (a JPG, for example). WWW: http://ttic.uchicago.edu/~cotter/projects/hdr_tools/ Modified: head/graphics/iccexamin/pkg-descr ============================================================================== --- head/graphics/iccexamin/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/iccexamin/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -ICC Examin is a small utility (unix name: iccexamin) for the purpose +ICC Examin is a small utility (Unix name: iccexamin) for the purpose of watching the internals of ICC profiles, measurement data (CGATS), colour samples (named colour profiles), gamut visualisations (vrml), video card gamma tables (Xorg/XFree86/osX). Modified: head/graphics/libwmf/pkg-descr ============================================================================== --- head/graphics/libwmf/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/libwmf/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -libwmf is a library for unix like machines that can convert wmf +libwmf is a library for Unix like machines that can convert wmf files into other formats, currently it supports a gd binding to convert to png, and an X one to draw direct to an X window or pixmap. Modified: head/graphics/xfractint/pkg-descr ============================================================================== --- head/graphics/xfractint/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/xfractint/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -3,6 +3,6 @@ Xfractint - The Unix port of fractint. Fractint is an IBM PC program to generate fractals, and was written by the Stone Soup Group. -The unix port was done by Ken Shirriff and modified by Scott D. Boyd. +The Unix port was done by Ken Shirriff and modified by Scott D. Boyd. WWW: http://www.nahee.com/spanky/www/fractint/ Modified: head/graphics/xpx/pkg-descr ============================================================================== --- head/graphics/xpx/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/graphics/xpx/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ Xpx is a simple pixel editing tool to make datas for KISS, -run under X Winodw System on unix workstation. +run under X Winodw System on Unix workstation. KISS - KISekae Set system is a paper doll changing clothes program for NEC PC-9801, IBM-PC/AT compatible, MS-Windows, X Window System and other many computer systems. Modified: head/irc/dxirc/pkg-descr ============================================================================== --- head/irc/dxirc/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/irc/dxirc/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -dxirc is a simple IRC client for various os (linux, *bsd, windows), written +dxirc is a simple IRC client for various os (Linux, *BSD, Windows), written using the FOX toolkit. WWW: http://www.dxirc.org/ Modified: head/japanese/icanna/pkg-descr ============================================================================== --- head/japanese/icanna/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/japanese/icanna/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,7 +1,7 @@ icanna is a connector program between yc.el and Canna server -via unix domain socket. Since emacs21 or former version does -not support unix domain socket in elisp itself, icanna helps +via Unix domain socket. Since emacs21 or former version does +not support Unix domain socket in elisp itself, icanna helps the elisp application to interact with Canna server by relaying -data between standard input/output and unix domain socket. +data between standard input/output and Unix domain socket. WWW: http://www.ceres.dti.ne.jp/~knak/yc.html Modified: head/japanese/kterm/pkg-descr ============================================================================== --- head/japanese/kterm/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/japanese/kterm/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -3,7 +3,7 @@ understands ANSI color sequences. This from the X11R6 contrib tape. Also included is support for Xaw3d arrow-style scrollbars and neXtaw -NeX-style scrollbars. You can now hold down the arrow buttons to +NeXT-style scrollbars. You can now hold down the arrow buttons to scroll continuously. And also included kterm background-wallpaper patch. Modified: head/japanese/mtools/pkg-descr ============================================================================== --- head/japanese/mtools/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/japanese/mtools/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,7 @@ Mtools is a collection of programs for reading, writing, and manipulating files on an DOS FAT filesystem (usually a diskette). Each one closely emulates its DOS analog: + _Mtool_ _DOS_command_ _Description_ mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory @@ -15,10 +16,12 @@ mread COPY low leve mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY alias for mcopy, will be removed soon + Filenames may include a drive letter, a colon, subdirectory, and filename, with either '/' or '\' directory separator. To use the '\' separator or wildcards, escape the filenames with quotes. The regular expression "pattern matching" routines follow Unix-style rules: '*' matches all files. Archive, hidden, read-only and system attributes are ignored in pattern matching. SJIS Short File Name and Unicode Long File Name files, and 1232 kB floppies, are supported. + WWW: http://mtools.linux.lu/ Modified: head/java/jrosetta/pkg-descr ============================================================================== --- head/java/jrosetta/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/java/jrosetta/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -4,7 +4,7 @@ as command history, completion and so on or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be -available during the first semester 2009. +available during the first semester 2009. Functionalities * Generic abstract API for script engine @@ -17,7 +17,7 @@ Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. -For further information, please contact us at the following adress : +For further information, please contact us at the following address: contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta Modified: head/lang/adacontrol/pkg-descr ============================================================================== --- head/lang/adacontrol/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/lang/adacontrol/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -3,7 +3,7 @@ constructs in Ada programs. Its first go style or programming rules, but it can also be used as a powerful tool to search for use (or non-use) of various forms of programming styles or design patterns. Searched elements range from very simple, like the occurrence of -certaine entities, declarations, or statements, to very sophisticated, like +certain entities, declarations, or statements, to very sophisticated, like verifying that certain programming patterns are being obeyed.. Which elements or constructs are searched is defined by a set of rules; the Modified: head/lang/linux-f10-libg2c/pkg-descr ============================================================================== --- head/lang/linux-f10-libg2c/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/lang/linux-f10-libg2c/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1 +1 @@ -A port for linux Fortran 77 compatibility runtime. +A port for Linux Fortran 77 compatibility runtime. Modified: head/lang/seed7/pkg-descr ============================================================================== --- head/lang/seed7/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/lang/seed7/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -16,6 +16,6 @@ Major features include: - statically typed, - interpreted or compiled, - portable, -- runs under linux/unix/windows. +- runs under Linux/Unix/Windows. WWW: http://seed7.sourceforge.net/ Modified: head/lang/siod/pkg-descr ============================================================================== --- head/lang/siod/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/lang/siod/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ SIOD is a small-footprint implementation of the Scheme programming -language that is provided with some database, unix programming and cgi +language that is provided with some database, Unix programming and cgi scripting extensions. WWW: http://people.delphiforums.com/gjc/siod.html Modified: head/lang/tinypy/pkg-descr ============================================================================== --- head/lang/tinypy/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/lang/tinypy/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -6,7 +6,7 @@ it includes a whole heap of features: * fully bootstrapped * luaesque virtual machine with garbage collection written in C it's "stackless" sans any "stackless" features - * cross-platform :) it runs under windows / linux / macosx + * cross-platform :) it runs under Windows / Linux / OS X * a fairly decent subset of python o classes and single inheritance o functions with variable or keyword arguments Modified: head/mail/bsfilter/pkg-descr ============================================================================== --- head/mail/bsfilter/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/mail/bsfilter/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -4,7 +4,7 @@ bsfilter is a spam filter using Bayesian - support mails written in English and Japanese language - written in Ruby - support 3 methods for access --- traditional unix-style filter. study and judge local files or pipe +-- traditional Unix-style filter. study and judge local files or pipe -- IMAP. study and judge mails in an IMAP server. IMAP over SSL supported -- POP proxy. run between POP server and MUA. POP over SSL supported - distributed under GPL Modified: head/mail/sentinel/pkg-descr ============================================================================== --- head/mail/sentinel/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/mail/sentinel/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ Sentinel is a sendmail milter API implementation. This package might -be usefull for unix system administrators who is using freeware +be usefull for Unix system administrators who is using freeware Sendmail. May be it's one more milter, but on the other side it's flexible enough to satisfy more or less subtle requirements for mail filtering. Modified: head/math/py-gnuplot/pkg-descr ============================================================================== --- head/math/py-gnuplot/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/math/py-gnuplot/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -8,7 +8,7 @@ Python makes it is easy to automate thin Commands are communicated to gnuplot through a pipe and data either through the same pipe (as "inline" data) or through temporary files. It has been -written and tested on a unix computer. +written and tested on a Unix computer. This package has an object-oriented design that allows the user flexibility to set plot options and to run multiple gnuplot sessions simultaneously. If you Modified: head/misc/bb/pkg-descr ============================================================================== --- head/misc/bb/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/bb/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -2,6 +2,6 @@ BB is an high quality audio-visual demon terminal. It is portable demo, so you can run it on plenty of operating systems and DOS. -Supports: dos (VGA + MDA), stdio, curses, slang, X11, gpm, linux-console +Supports: DOS (VGA + MDA), stdio, curses, slang, X11, gpm, linux-console Sound: OSS, Sun audio, SGI, DEC Aplha, AIX, HP-UX, DOS (GUS CLASSIC, GUS CLASSIC, GUS MAX, GUS ACE, GUS PNP, SB, ESS, PC-buzzer Modified: head/misc/diction/pkg-descr ============================================================================== --- head/misc/diction/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/diction/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ This is the GNU diction and style, free implementations of old standard -unix commands. For some reason, many modern systems lack them. Diction +Unix commands. For some reason, many modern systems lack them. Diction prints wordy and commonly misused phrases. Style analyses surface characteristics of a document, e.g. sentence length and various readability measures. Modified: head/misc/ini_file_manager/pkg-descr ============================================================================== --- head/misc/ini_file_manager/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/ini_file_manager/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -11,6 +11,6 @@ the following: a_string = efgh For more examples in this format, just search files with the .ini extension -on a windows-based computer. +on a Windows-based computer. WWW: http://sourceforge.net/projects/ini-files/ Modified: head/misc/metromap/pkg-descr ============================================================================== --- head/misc/metromap/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/metromap/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Metromap is a simple pygtk+2 program for finding paths in metro(subway) maps. -Maps for Moscow, St. Petersburg, Kiev, London and Berlin are included. +Metromap is a simple pygtk+2 program for finding paths in metro (subway) maps. +Maps for Moscow, St. Petersburg, Kiev, London, and Berlin are included. WWW: http://metromap.antex.ru/ Modified: head/misc/orville-write/pkg-descr ============================================================================== --- head/misc/orville-write/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/orville-write/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -7,7 +7,7 @@ restriction on commercial use, just don' current version is fairly portable. Orville write was written for use on M-Net and Grex, both public access -unix systems in Ann Arbor. As such, many of the features are designed to +Unix systems in Ann Arbor. As such, many of the features are designed to support a system featuring a delicate mix of novice users and hostile pranksters, plus a lot of people who just want to talk. It's user interface is pretty much identical to the normal write program, but it Modified: head/misc/seq2/pkg-descr ============================================================================== --- head/misc/seq2/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/seq2/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -seq2 is a clone of the unix program called "seq" with +seq2 is a clone of the Unix program called "seq" with some additional options, such as specifying a delay after each number, or specifying your own text to prepend each number. Features like for, while, and executing programs Modified: head/misc/since/pkg-descr ============================================================================== --- head/misc/since/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/since/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -since is a unix utility similar to tail. Unlike tail, since only shows the +since is a Unix utility similar to tail. Unlike tail, since only shows the lines appended since the last time. It is useful to monitor growing log files. Modified: head/misc/whichman/pkg-descr ============================================================================== --- head/misc/whichman/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/misc/whichman/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -3,7 +3,7 @@ Approximate matching searching utilities This package holds THREE little search utilities: * whichman -- search utility for man pages and it works - much like the well known unix command "where". + much like the well known Unix command "where". * ftff -- a fault tolerant file finder Modified: head/multimedia/vdr-plugin-remote/pkg-descr ============================================================================== --- head/multimedia/vdr-plugin-remote/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/multimedia/vdr-plugin-remote/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -3,7 +3,7 @@ http://www.linuxtv.org/vdrwiki/index.php This plugin extends the remote control capabilities of vdr. The following remote control devices are supported: -(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...) +(a) Linux input device driver ('/dev/input/eventX', X=0,1,2,...) (currently not supported on FreeBSD) (b) keyboard (tty driver): /dev/console, /dev/ttyX Modified: head/multimedia/xtheater/pkg-descr ============================================================================== --- head/multimedia/xtheater/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/multimedia/xtheater/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Xtheater is a Media Player for linux capable of playing MPEG video and audio +Xtheater is a Media Player for Linux capable of playing MPEG video and audio files, network streams, and VCDs, as well as AVI and ASF files. It tries to keep things simple and straightforward to provide the simplest, most stable behavior as possilbe, while at the same time offering a nice featureset. Modified: head/net-im/p5-Net-NetSend/pkg-descr ============================================================================== --- head/net-im/p5-Net-NetSend/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-im/p5-Net-NetSend/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ This module implements a client interface to the Windows Messenger Service, -enabling a perl5 application to talk to windows machines. -This is a pure Perl implementation -that approximates the "net send" command on Windows. +enabling a perl5 application to talk to Windows machines. +This is a pure Perl implementation that approximates the "net send" +command on Windows. WWW: http://search.cpan.org/dist/Net-NetSend/ Modified: head/net-im/psi/pkg-descr ============================================================================== --- head/net-im/psi/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-im/psi/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ Psi is a client for the Jabber system. Written in C++ and based on the Qt library, there are versions available for Linux, FreeBSD (and other -flavors of unix/X11), Microsoft Windows, and Apple MacOS X. +flavors of Unix/X11), Microsoft Windows, and Apple MacOS X. It does not require KDE to run. Modified: head/net-mgmt/ipaudit/pkg-descr ============================================================================== --- head/net-mgmt/ipaudit/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-mgmt/ipaudit/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -6,7 +6,7 @@ Ipaudit provides that ability. Ipaudit listens to a network device in promiscuous mode, and records of every 'connection', each conversation between two ip addresses. A unique connection is determined by the ip addresses of the two machines, the protocol used -between them and the port numbers (if they are communicating via udp or tcp). +between them and the port numbers (if they are communicating via UDP or TCP). It uses a hash table to keep track of the number of bytes and packets in both directions. When ipaudit receives a signal SIGTERM (kill) or SIGINT (kill -2, Modified: head/net-mgmt/net-snmp/pkg-descr ============================================================================== --- head/net-mgmt/net-snmp/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-mgmt/net-snmp/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -6,7 +6,7 @@ Various tools relating to the Simple Net An SNMP library tools to request or set information from SNMP agents tools to generate and handle SNMP traps - a version of the unix 'netstat' command using SNMP + a version of the Unix 'netstat' command using SNMP a graphical Perl/Tk/SNMP based mib browser WWW: http://net-snmp.sourceforge.net/ Modified: head/net-mgmt/rotorouter/pkg-descr ============================================================================== --- head/net-mgmt/rotorouter/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-mgmt/rotorouter/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,3 +1,3 @@ -A program for faking the standard unix udp-based traceroute. +A program for faking the standard Unix UDP-based traceroute. WWW: http://www.ussrback.com/UNIX/loggers/fakeroute.c Modified: head/net-p2p/btpd/pkg-descr ============================================================================== --- head/net-p2p/btpd/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-p2p/btpd/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,7 +1,7 @@ BTPD is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one -tcp port. It's fairly low on resource usage and should be perfect for +TCP port. It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the casual user as well. Modified: head/net-p2p/liberator/pkg-descr ============================================================================== --- head/net-p2p/liberator/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net-p2p/liberator/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Liberator is the unix guru's command line interface to the FreeNet +Liberator is the Unix guru's command line interface to the FreeNet network, inserting and requesting easily and efficiently. WWW: http://sourceforge.net/projects/liberator/ Modified: head/net/Sockets/pkg-descr ============================================================================== --- head/net/Sockets/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/Sockets/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,9 +1,9 @@ [ excerpt from developer's web site ] -This is C++ class library wrapping the berkeley -sockets C API, and therefore works on most unixes and also win32. +This is C++ class library wrapping the Berkeley +sockets C API, and therefore works on most Unixes and also Win32. Features include, but are not limited to, SSL support, IPv6 support, -tcp and udp sockets, encrypted tcp, http protocol, highly customizable +TCP and UDP sockets, encrypted TCP, HTTP protocol, highly customizable error handling. The source code is released under the terms of the GNU GPL, but is also available under an alternative license. Modified: head/net/balance/pkg-descr ============================================================================== --- head/net/balance/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/balance/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Balance is a simple but powerful generic tcp proxy with round robin load +Balance is a simple but powerful generic TCP proxy with round robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax. Modified: head/net/belle-sip/pkg-descr ============================================================================== --- head/net/belle-sip/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/belle-sip/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -11,7 +11,7 @@ oriented API. * SIP transaction state machines with lastest corrections (RFC6026) * automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object -* supported platforms: Linux, Mac OSX, windows XP+, iOS, Android, +* supported platforms: Linux, Mac OSX, Windows XP+, iOS, Android, Blackberry 10 WWW: https://www.linphone.org/technical-corner/belle-sip.html Modified: head/net/boclient/pkg-descr ============================================================================== --- head/net/boclient/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/boclient/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -This is a unix version of the client program for Back Orifice. This program +This is a Unix version of the client program for Back Orifice. This program when installed on the victim machine hides itself. It can be used to remotely administer a Windows 95/98 machine. Modified: head/net/bounce/pkg-descr ============================================================================== --- head/net/bounce/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/bounce/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -A little program to bounce tcp connections to another machine/port. +A little program to bounce TCP connections to another machine/port. By default it listens on port 1523. WWW: http://www.iagora.com/~espel/hacks.html Modified: head/net/dosdetector/pkg-descr ============================================================================== --- head/net/dosdetector/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/dosdetector/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ DoSDetector analyzes and detects suspicious IP traffic and alerts about it. -It can detect worm traffic, SYN flood, icmp flood, udp flood attacks and more. +It can detect worm traffic, SYN flood, ICMP flood, UDP flood attacks and more. It's configurable via a rule set; when an IP exceeds the score limit, DoSDetector prints a warning. Modified: head/net/gwhois/pkg-descr ============================================================================== --- head/net/gwhois/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/gwhois/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -6,7 +6,7 @@ are unfortunately the only query type su gwhois can also be used as a whois server. You can call it from the inetd and make it accessable via a normal standard whois client. This -allows for example using a windows client and still make use of the +allows for example using a Windows client and still make use of the enhanced features of gwhois. WWW: http://freshmeat.net/projects/gwhois/ Modified: head/net/hping-devel/pkg-descr ============================================================================== --- head/net/hping-devel/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/hping-devel/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ hping is a command-line oriented TCP/IP packet assembler/analyzer. -The interface is inspired to the ping(8) unix command, but hping isn't +The interface is inspired to the ping(8) Unix command, but hping isn't only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features. Modified: head/net/hping/pkg-descr ============================================================================== --- head/net/hping/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/hping/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ hping is a command-line oriented TCP/IP packet assembler/analyzer. -The interface is inspired to the ping(8) unix command, but hping isn't +The interface is inspired to the ping(8) Unix command, but hping isn't only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features. Modified: head/net/icmpinfo/pkg-descr ============================================================================== --- head/net/icmpinfo/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/icmpinfo/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ ICMPINFO: - icmpinfo is a tool for looking at the icmp messages received on + icmpinfo is a tool for looking at the ICMP messages received on the running host. The source code comes from an heavily modified BSD ping source. @@ -8,7 +8,7 @@ ICMPINFO: USAGE: icmpinfo o Gives info about weird packets only [mainly icmp_unreachable]. -icmpinfo -v o Gives info about all icmp packets [that includes your own +icmpinfo -v o Gives info about all ICMP packets [that includes your own traceroutes...] except pings (icmp_echo_reply). icmpinfo -vv o To see pings too. icmpinfo -vvv o Will add an ascci/hexa dump of the packet. Modified: head/net/linux-c6-tcp_wrappers-libs/pkg-descr ============================================================================== --- head/net/linux-c6-tcp_wrappers-libs/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/linux-c6-tcp_wrappers-libs/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,3 +1,3 @@ -tcp wrappers library +TCP wrappers library. WWW: http://www.centos.org Modified: head/net/linux-f10-nss_ldap/pkg-descr ============================================================================== --- head/net/linux-f10-nss_ldap/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/linux-f10-nss_ldap/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ -This a port of the nss_ldap libraries for linux. +This a port of the nss_ldap libraries for Linux. You'll probably need this if your system users in a LDAP -directory are complaining their linux programs won't run, +directory are complaining their Linux programs won't run, and errors on the console say "getpwuid_r(): failed due to unknown user id". Modified: head/net/nbd-server/pkg-descr ============================================================================== --- head/net/nbd-server/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/nbd-server/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -This is a server for the linux network block device (nbd). It allows linux to +This is a server for the Linux network block device (nbd). It allows Linux to use a partition or a file over the network as a regular block device. WWW: http://nbd.sourceforge.net/ Modified: head/net/netscript/pkg-descr ============================================================================== --- head/net/netscript/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/netscript/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ __ _ __ _ __ ___| /_ ___ ___ _ __(_)_ __ | /_ (portable/multi-platform) lightwei- -| '_ \./ _ \ __/ __)/ __| '__| | '_ \| __) ght tcp socket scripting. intende- +| '_ \./ _ \ __/ __)/ __| '__| | '_ \| __) ght TCP socket scripting. Intende- | | | | ._/ |_(__ \ (__| | | | |_) ) |_ d for (non-)experienced persons to |_| |_|\___|\__|___/\___|_| |_| .__/ \__) be able to use to automate situati- [TCP socket scripting program] |_| [1.6.0] ons, built on a word-to-word rules- Modified: head/net/netwib/pkg-descr ============================================================================== --- head/net/netwib/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/netwib/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,7 +1,7 @@ Netwib is a network library providing : - network features : + address conversion - + udp/tcp clients/servers + + UDP/TCP clients/servers + packet encoding/decoding/displaying + spoofing + sniffing Modified: head/net/p5-Net-DHCP-Watch/pkg-descr ============================================================================== --- head/net/p5-Net-DHCP-Watch/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/p5-Net-DHCP-Watch/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ Net::DHCP::Watch is a module to help monitor remote DHCP servers. -It opens an udp socket to send and receive responses to and from +It opens an UDP socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a Modified: head/net/pen/pkg-descr ============================================================================== --- head/net/pen/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/pen/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ -This is pen, a load balancer for udp and tcp based protocols such as -dns, http or smtp. It allows several servers to appear as one to the +This is pen, a load balancer for UDP and TCP based protocols such as +DNS, HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance. Modified: head/net/proxychains/pkg-descr ============================================================================== --- head/net/proxychains/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/proxychains/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -This program forces any tcp connection made by any given tcp client +This program forces any TCP connection made by any given TCP client to follow through proxy (or proxy chain). It is a kind of proxifier. It acts like sockscap / permeo / eborder driver (intercepts TCP calls). Modified: head/net/py-s3cmd/pkg-descr ============================================================================== --- head/net/py-s3cmd/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/py-s3cmd/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,3 +1,3 @@ -s3cmd - unix-like tools to manipulate stored files from the command line. +s3cmd - Unix-like tools to manipulate stored files from the command line. WWW: http://s3tools.org/s3cmd Modified: head/net/pythondirector/pkg-descr ============================================================================== --- head/net/pythondirector/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/pythondirector/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -9,8 +9,8 @@ Features: leastconns+roundrobin) - If a server fails to answer, it's removed from the pool - the client that failed to connect gets transparently failed over to a new host. -- xml based configuration file (see a sample) -- seperate management thread that periodically re-adds failed hosts if they've +- XML based configuration file (see a sample) +- separate management thread that periodically re-adds failed hosts if they've come back up. - optional builtin webserver for admin (sample of the running screen) - webserver has methods suitable for both interactive and automated systems Modified: head/net/queso/pkg-descr ============================================================================== --- head/net/queso/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/queso/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ former QueSO home page : -How we can determine the remote OS using simple tcp packets? Well, +How we can determine the remote OS using simple TCP packets? Well, it's easy, they're packets that don't make any sense, so the RFCs don't clearly state what to answer in these kind of situations. Facing this ambiguous, each TCP/IP stack takes a different approach Modified: head/net/redir/pkg-descr ============================================================================== --- head/net/redir/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/redir/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ Redir is a port redirector. It can run under inetd or standalone. Redir -also supports tcp wrappers. +also supports TCP wrappers. WWW: http://sammy.net/~sammy/hacks/ Modified: head/net/rp-pppoe/pkg-descr ============================================================================== --- head/net/rp-pppoe/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/rp-pppoe/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL service providers. Roaring Penguin's PPPoE software -is a reliable program for connecting unix systems to PPPoE service +is a reliable program for connecting Unix systems to PPPoE service providers without requiring any kernel patches. Note that this port has had little testing (it works on 5-CURRENT Modified: head/net/simpleproxy/pkg-descr ============================================================================== --- head/net/simpleproxy/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/simpleproxy/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -Simpleproxy program acts as simple tcp proxy. It listens for local +Simpleproxy program acts as simple TCP proxy. It listens for local socket, and any connection to this port will be forwarded to another socket at remote host. Modified: head/net/skstream/pkg-descr ============================================================================== --- head/net/skstream/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/skstream/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -4,7 +4,7 @@ debugged. It was first discovered for Wo and has since been packaged up as its own library for use on other WorldForge projects. The code was originally written by Rafael Guterres Jeffman who is not involved with the project but we have extensively rewritten it, and added -new features such as IPv6 support and unix domain sockets. It now maintained +new features such as IPv6 support and Unix domain sockets. It now maintained for WorldForge by Al Riddoch and others. WWW: http://www.worldforge.org/dev/eng/libraries/skstream/ Modified: head/net/stund/pkg-descr ============================================================================== --- head/net/stund/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/stund/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -2,7 +2,7 @@ The STUN (Simple Traversal of UDP throug server is an implementation of the STUN protocol that enables STUN functionality in SIP-based systems. The STUN server tar ball also include a client API to enable STUN functionality in SIP endpoints. In addition there -is a command line UNIX client and a graphical windows client that check what +is a command line UNIX client and a graphical Windows client that check what type of NAT the user is using. STUN is an application-layer protocol that can determine the public IP and Modified: head/net/tclsoap/pkg-descr ============================================================================== --- head/net/tclsoap/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/tclsoap/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ tclsoap provides support for building clients and servers for the SOAP remote procedure call protocol from Tcl. SOAP is an XML based RPC mechanism which provides cross-platform -cross language compatability. +cross language compatibility. WWW: http://tclsoap.sourceforge.net/ Modified: head/net/tcpcat/pkg-descr ============================================================================== --- head/net/tcpcat/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/tcpcat/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,6 +1,6 @@ From the tcpcat README: -Tcpcat is a simple program that is like `cat' but it works over tcp streams +Tcpcat is a simple program that is like `cat' but it works over TCP streams to allow you to cat from one host to another. The host common way to use this program whould be something like this: Modified: head/net/tcpick/pkg-descr ============================================================================== --- head/net/tcpick/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/tcpick/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ tcpick is a textmode sniffer libpcap-based that can track, reassemble and -reorder tcp streams. Tcpick is able to save the captured flows in different +reorder TCP streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via ftp or http. Modified: head/net/tcpproxy/pkg-descr ============================================================================== --- head/net/tcpproxy/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/tcpproxy/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -tcpproxy is a simple tcp connection proxy which combines the features of +tcpproxy is a simple TCP connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. Modified: head/net/usbredir/pkg-descr ============================================================================== --- head/net/usbredir/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/net/usbredir/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,5 +1,5 @@ -usbredir is a protocol for redirection USB traffic from a single USB device, -to a different (virtual) machine then the one to which the USB device is +usbredir is a protocol for redirecting USB traffic from a single USB device, +to a different (virtual) machine than the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol. Modified: head/ports-mgmt/porttree/pkg-descr ============================================================================== --- head/ports-mgmt/porttree/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/ports-mgmt/porttree/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -For a given port determine its dependences using any combination of the +For a given port determine its dependencies using any combination of the - FETCH_DEPENDS - EXTRACT_DEPENDS - PATCH_DEPENDS Modified: head/print/rprint/pkg-descr ============================================================================== --- head/print/rprint/pkg-descr Sun Sep 20 20:29:47 2015 (r397460) +++ head/print/rprint/pkg-descr Sun Sep 20 20:54:08 2015 (r397461) @@ -1,4 +1,4 @@ -The rprint utility establishes a bidirectional raw tcp connection +The rprint utility establishes a bidirectional raw TCP connection to a network printer, usually on port 9100. In case of PostScript(TM) printers, rprint may be directed to query the printer for accounting and printer status information. From owner-svn-ports-head@freebsd.org Sun Sep 20 20:57:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C9DA05299; Sun, 20 Sep 2015 20:57:00 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C49371036; Sun, 20 Sep 2015 20:57:00 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKv0BJ000448; Sun, 20 Sep 2015 20:57:00 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKv0a2000447; Sun, 20 Sep 2015 20:57:00 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201509202057.t8KKv0a2000447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sun, 20 Sep 2015 20:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397462 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:57:00 -0000 Author: naddy Date: Sun Sep 20 20:56:59 2015 New Revision: 397462 URL: https://svnweb.freebsd.org/changeset/ports/397462 Log: Default to repo.FreeBSD.org for commits, as urged by our repo meister. Approved by: portmgr (mat) Modified: head/Tools/scripts/mfh Modified: head/Tools/scripts/mfh ============================================================================== --- head/Tools/scripts/mfh Sun Sep 20 20:54:08 2015 (r397461) +++ head/Tools/scripts/mfh Sun Sep 20 20:56:59 2015 (r397462) @@ -67,7 +67,7 @@ do esac done -: ${svnserver:="svn.FreeBSD.org"} +: ${svnserver:="svn+ssh://repo.FreeBSD.org"} if [ -n "$(type svn 2>/dev/null)" ]; then svn=svn @@ -80,7 +80,7 @@ fi trap "rc=\$? ; rm -rf \"\${dir}\" ; exit \$rc" EXIT dir=$(mktemp -d /tmp/merge.XXXXXX) cd "${dir}" -"${svn}" co --depth=empty svn+ssh://${svnserver}/ports/branches/"${branch}" +"${svn}" co --depth=empty ${svnserver}/ports/branches/"${branch}" filelist="" echo -n "MFH:" > commit.txt @@ -93,8 +93,7 @@ echo >> commit.txt for rev in $@ do rev=${rev##r} - # svn:// is faster than svn+ssh://. Use it wherever it's possible. - for f in $("${svn}" diff --summarize -c r${rev} svn://${svnserver}/ports/head); do + for f in $("${svn}" diff --summarize -c r${rev} ${svnserver}/ports/head); do case ${f} in */*) ;; *)continue;; @@ -103,7 +102,7 @@ do f=${f%/*} filelist="${filelist}${LF}${f}" done - "${svn}" log -r${rev} svn://${svnserver}/ports/head | sed '1,2d;$d;/^MFH:/d' \ + "${svn}" log -r${rev} ${svnserver}/ports/head | sed '1,2d;$d;/^MFH:/d' \ | sed '$d' >> commit.txt done filelist=$(printf '%s\n' "${filelist}" | sort -u) From owner-svn-ports-head@freebsd.org Sun Sep 20 21:12:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 061A5A05E03; Sun, 20 Sep 2015 21:12:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E85941EB2; Sun, 20 Sep 2015 21:12:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KLCdJO009525; Sun, 20 Sep 2015 21:12:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KLCLcF009453; Sun, 20 Sep 2015 21:12:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202112.t8KLCLcF009453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 21:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397463 - in head: security/ccrypt security/ccsrch security/cfv security/fakebo security/fwknop security/openct security/p5-Crypt-xDBM_File security/pecl-crack security/please security/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 21:12:40 -0000 Author: olgeni Date: Sun Sep 20 21:12:20 2015 New Revision: 397463 URL: https://svnweb.freebsd.org/changeset/ports/397463 Log: Typos, whitespace and capitalization fixes (S-X). Modified: head/security/ccrypt/pkg-descr head/security/ccsrch/pkg-descr head/security/cfv/pkg-descr head/security/fakebo/pkg-descr head/security/fwknop/pkg-descr head/security/openct/pkg-descr head/security/p5-Crypt-xDBM_File/pkg-descr head/security/pecl-crack/pkg-descr head/security/please/pkg-descr head/security/ppars/pkg-descr head/security/qtkeychain-qt5/pkg-descr head/security/slush/pkg-descr head/security/smurflog/pkg-descr head/security/sniff/pkg-descr head/security/ssss/pkg-descr head/security/stegdetect/pkg-descr head/security/strobe/pkg-descr head/shells/sash/pkg-descr head/sysutils/adtool/pkg-descr head/sysutils/cdargs/pkg-descr head/sysutils/clonehdd/pkg-descr (contents, props changed) head/sysutils/cw/pkg-descr head/sysutils/disktool/pkg-descr head/sysutils/fonteditfs/pkg-descr head/sysutils/fusefs-smbnetfs/pkg-descr head/sysutils/hatop/pkg-descr head/sysutils/healthd/pkg-descr head/sysutils/k3b-kde4/pkg-descr head/sysutils/loganalyzer/pkg-descr head/sysutils/mcelog/pkg-descr head/sysutils/monit/pkg-descr head/sysutils/moreutils/pkg-descr head/sysutils/ntfsprogs/pkg-descr head/sysutils/p5-Filesys-DiskFree/pkg-descr head/sysutils/p5-Sys-Hostname-Long/pkg-descr head/sysutils/password-store/pkg-descr head/sysutils/pwsafe/pkg-descr head/sysutils/qpxtool/pkg-descr head/sysutils/sg3_utils/pkg-descr head/sysutils/socklog/pkg-descr head/sysutils/spinner/pkg-descr head/sysutils/syslinux/pkg-descr head/sysutils/tcplist/pkg-descr head/sysutils/vmtouch/pkg-descr head/textproc/p5-SVG-Parser/pkg-descr head/textproc/tdhkit/pkg-descr head/textproc/tkdiff/pkg-descr head/www/mod_authz_unixgroup22/pkg-descr head/www/mod_authz_unixgroup24/pkg-descr head/www/p5-URL-Encode/pkg-descr (contents, props changed) head/www/rubygem-httpclient/pkg-descr head/www/surfraw/pkg-descr head/www/tomcat-native/pkg-descr head/www/webcopy/pkg-descr head/x11-drivers/xf86-input-wacom/pkg-descr head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr (contents, props changed) head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr head/x11-themes/linux-hicolor-icon-theme/pkg-descr head/x11-toolkits/py-wxPython28/pkg-descr head/x11-toolkits/tkdnd/pkg-descr head/x11/stjerm/pkg-descr head/x11/xrsi/pkg-descr Modified: head/security/ccrypt/pkg-descr ============================================================================== --- head/security/ccrypt/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/ccrypt/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,16 +1,16 @@ ccrypt is a utility for encrypting and decrypting files and streams. It was -designed to replace the standard unix crypt utility, which is notorious for +designed to replace the standard Unix crypt utility, which is notorious for using a very weak encryption algorithm. ccrypt is based on the Rijndael cipher, which is the U.S. government's chosen candidate for the Advanced Encryption Standard (AES, see http://www.nist.gov/aes/). This cipher is believed to provide very strong security. -Unlike unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., +Unlike Unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., one must specify whether to encrypt or decrypt. The most common way to invoke ccrypt is via the commands ccencrypt and ccdecrypt. There is also a ccat command for decrypting a file directly to the terminal, thus reducing the likelihood of leaving temporary plaintext files around. In addition, there -is a compatibility mode for decrypting legacy unix crypt files. +is a compatibility mode for decrypting legacy Unix crypt files. Encryption and decryption depends on a keyword (or key phrase) supplied by the user. By default, the user is prompted to enter a keyword from the Modified: head/security/ccsrch/pkg-descr ============================================================================== --- head/security/ccsrch/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/ccsrch/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ ccsrch is a tool that searches for and identifies unencrypted and -contiguous credit card numbers (PAN) and track data on windows and +contiguous credit card numbers (PAN) and track data on Windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. Modified: head/security/cfv/pkg-descr ============================================================================== --- head/security/cfv/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/cfv/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -2,7 +2,7 @@ cfv is a utility to both test and create files are commonly used to ensure the correct retrieval or storage of data. Features: - - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, bsd md5 + - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, BSD md5 sha1sum, .torrent and (test-only) .par, .par2 file formats - automatic checksum file naming ability in create mode - recursive operation Modified: head/security/fakebo/pkg-descr ============================================================================== --- head/security/fakebo/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/fakebo/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -2,6 +2,6 @@ FakeBO emulates a BackOrifice client (a covertly monitor and alter Windows machines remotely), and can log attempted commands and packets, as well as providing configurable responses. Useful for catching script kiddies trying to find a hackable -windows box, for providing evidence to their sysadmin, etc. +Windows box, for providing evidence to their sysadmin, etc. WWW: http://sourceforge.net/projects/fakebo/ Modified: head/security/fwknop/pkg-descr ============================================================================== --- head/security/fwknop/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/fwknop/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,3 +1,3 @@ -fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA). +fwknop, "FireWall KNock OPerator", implements Single Packet Authorization (SPA). WWW: http://www.cipherdyne.org/fwknop/ Modified: head/security/openct/pkg-descr ============================================================================== --- head/security/openct/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/openct/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -5,6 +5,6 @@ It comes as driver in ifdhandler format as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card -readers to remote machines via tcp/ip. +readers to remote machines via TCP/IP. WWW: https://github.com/OpenSC/openct Modified: head/security/p5-Crypt-xDBM_File/pkg-descr ============================================================================== --- head/security/p5-Crypt-xDBM_File/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/p5-Crypt-xDBM_File/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and +Crypt::xDBM_File encrypts/decrypts the data in a gdbm, ndbm, sdbm (and maybe even berkeleyDB, but I didn't test that) file. It gets tied to a hash and you just access the hash like normal. The crypt function can be any of the CPAN modules that use encrypt, decrypt, keysize, blocksize Modified: head/security/pecl-crack/pkg-descr ============================================================================== --- head/security/pecl-crack/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/pecl-crack/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ This package provides an interface to the cracklib (libcrack) libraries that -come standard on most unix-like distributions. This allows you to check +come standard on most Unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security. Modified: head/security/please/pkg-descr ============================================================================== --- head/security/please/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/please/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,7 +1,7 @@ Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. -Name please fits into unix naming conventions. Where we have daemon instead of +Name please fits into Unix naming conventions. Where we have daemon instead of background process. We are killing processes, not closing processes. Now we can please to run privileged process. Modified: head/security/ppars/pkg-descr ============================================================================== --- head/security/ppars/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/ppars/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -2,8 +2,8 @@ Welcome to the Proactive Abuse Reporting In an effort to be proactive in doing my part to stop the massive quantities of internet traffic probing for open ports or more -specifically the probing for known ports that ms/windows spy ware, -Trojans, and what ever other ms/windows ports are commonly probed +specifically the probing for known ports that Windows spy ware, +Trojans, and what ever other Windows ports are commonly probed which result in increasing my bandwidth usage changes, I wrote this perl application for reporting that abuse to the senders ISP, with the hopes they will monitor the abuser and terminate the abuser's Modified: head/security/qtkeychain-qt5/pkg-descr ============================================================================== --- head/security/qtkeychain-qt5/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/qtkeychain-qt5/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -QtKeychain is a Qt API to store passwords and other secret data securely.How +QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring via freedesktop.org's Secret Storage D-Bus specification is planned Modified: head/security/slush/pkg-descr ============================================================================== --- head/security/slush/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/slush/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,7 +1,7 @@ -slush SSL remote shell +slush - SSL remote shell slush is a simple telnet-like application which communicates over a secure SSL channel. It uses X509 certificates for authentication and -can be compiled with tcp wrappers support (service name "slushd"). +can be compiled with TCP wrappers support (service name "slushd"). slush is *alpha* software. Use it at your own risk. Modified: head/security/smurflog/pkg-descr ============================================================================== --- head/security/smurflog/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/smurflog/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,6 @@ This program is designed to log smurf attacks and the broadcasts used. - Essentially it is just an icmp echo reply logger with the following twists: + Essentially it is just an ICMP echo reply logger with the following twists: + - Logging only begins after passing a certain threshold rate of packets/sec and kilobytes/sec. This prevents the logging of innocent ping replies. - Only the /24 is logged, and it is only logged once per attack. Modified: head/security/sniff/pkg-descr ============================================================================== --- head/security/sniff/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/sniff/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,3 +1,3 @@ This program filters the tcpump raw packet data looking for logins and -passwords on the most commonly used tcp ports (ftp telnet pop3 ...). -It dumps sniffed data to a file named sniff.log +passwords on the most commonly used TCP ports (FTP, telnet, POP3 ...). +It dumps sniffed data to a file named sniff.log. Modified: head/security/ssss/pkg-descr ============================================================================== --- head/security/ssss/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/ssss/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ ssss is an implementation of Shamir's secret sharing scheme for -UNIX/linux machines. It is free software, the code is licensed under +UNIX/Linux machines. It is free software, the code is licensed under the GNU GPL. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against Modified: head/security/stegdetect/pkg-descr ============================================================================== --- head/security/stegdetect/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/stegdetect/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -4,7 +4,7 @@ steganographic methods to embed hidden i Currently, the detectable schemes are: * jsteg - * jphide (unix and windows) + * jphide (Unix and Windows) * invisible secrets * outguess 01.3b * F5 Modified: head/security/strobe/pkg-descr ============================================================================== --- head/security/strobe/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/security/strobe/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ strobe is a network/security tool that locates and -describes all listening tcp ports on a (remote) host or on +describes all listening TCP ports on a (remote) host or on many hosts in a bandwidth utilisation maximising, and pro- cess resource minimizing manner. Modified: head/shells/sash/pkg-descr ============================================================================== --- head/shells/sash/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/shells/sash/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,7 +1,7 @@ SASH (Stand-Alone SHell) It is a nice combination of bare-bones shell and a dozen -or so most useful unix commands. +or so most useful Unix commands. Shell includes: echo pwd cd mkdir mknod rmdir sync rm chmod chown chgrp touch mv ln cp cmp more exit Modified: head/sysutils/adtool/pkg-descr ============================================================================== --- head/sysutils/adtool/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/adtool/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -adtool is a unix command line utility for Active Directory administration. +adtool is a Unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities. Modified: head/sysutils/cdargs/pkg-descr ============================================================================== --- head/sysutils/cdargs/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/cdargs/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -CDargs heavily enhances the navigation of the common unix file-system +CDargs heavily enhances the navigation of the common Unix file-system inside the shell. It plugs into the shell built-in cd-command (via a shell function or an alias) and thus adds bookmarks and a browser to it. It enables you to move to a very distant place in the file-system with just Modified: head/sysutils/clonehdd/pkg-descr ============================================================================== --- head/sysutils/clonehdd/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/clonehdd/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,8 +1,8 @@ -Tool for copy partitions to another HDD. FreeBSD stores its data on -partitions, which encapsulated in slices. Soft, such as Partition -Magic, Acronis, etc. detect only slice, not real partitions on that -slice. CloneHDD correctly understand size difference between two HDD -and change size of each partition proportionally for filling entire +Tool for copy partitions to another HDD. FreeBSD stores its data on +partitions, which are encapsulated in slices. Soft, such as Partition +Magic, Acronis, etc. detect only slice, not real partitions on that +slice. CloneHDD correctly understand size difference between two HDD +and change size of each partition proportionally for filling entire HDD. WWW: http://sourceforge.net/projects/clonehdd/ Modified: head/sysutils/cw/pkg-descr ============================================================================== --- head/sysutils/cw/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/cw/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -cw is a non-intrusive real-time ANSI color wrapper for common unix-based +cw is a non-intrusive real-time ANSI color wrapper for common Unix-based command. cw is designed to simulate the environment of the commands being Modified: head/sysutils/disktool/pkg-descr ============================================================================== --- head/sysutils/disktool/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/disktool/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -2,7 +2,7 @@ simultaneously and alert you when a particular filesystem is low on space. disktool is set-up to "un-iconify" when a filesystem it is monitoring has reached its' user-definable "critical threshold". A -unix command can also be initiated when this threshold is reached. +Unix command can also be initiated when this threshold is reached. The command and un-iconifying can be repeated every so many polls, configurable from the cmdline or from the Properties pop-up. The properties pop-up is obtained by selecting any gauge with the Modified: head/sysutils/fonteditfs/pkg-descr ============================================================================== --- head/sysutils/fonteditfs/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/fonteditfs/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ fnteditfs is a small, simple font editor, designed for editing FreeBSD's -syscons and linux fonts (but may also work for other OSes). It's written +syscons and Linux fonts (but may also work for other OSes). It's written in C, using the ncurses library for its display library. WWW: http://fonteditfs.sourceforge.net/ Modified: head/sysutils/fusefs-smbnetfs/pkg-descr ============================================================================== --- head/sysutils/fusefs-smbnetfs/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/fusefs-smbnetfs/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -2,9 +2,9 @@ SMBNetFS is a filesystem that allow you in the same manner as the network neighborhood in Microsoft Windows. Featuries: - * you can use Samba/Microsoft network as a regular unix filesystem + * you can use Samba/Microsoft network as a regular Unix filesystem * workgroup/computer/share entries are dynamically created - * windows domain supported + * Windows domain supported * kerberos support (New) * user defined workgroup/link/hosts are supported * national character supported Modified: head/sysutils/hatop/pkg-descr ============================================================================== --- head/sysutils/hatop/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/hatop/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,10 +1,10 @@ HATop is an interactive ncurses client and real-time monitoring -statistics displaying tool for the HAProxy unix socket. +statistics displaying tool for the HAProxy Unix socket. HATop's appearance is similar to top. It supports various modes for detailed statistics of all configured proxies and services in near realtime. In addition, it features an interactive CLI for the haproxy -unix socket. This allows administrators to control the given haproxy +Unix socket. This allows administrators to control the given haproxy instance (change server weight, put servers into maintenance mode, etc.) directly out of hatop (using keybinds or the CLI) and monitor the results immediately. Modified: head/sysutils/healthd/pkg-descr ============================================================================== --- head/sysutils/healthd/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/healthd/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,11 +1,11 @@ -This is a deamon the uses the LM78/79, WINBond 83781/83782/83783/83626 +This is a daemon the uses the LM78/79, WINBond 83781/83782/83783/83626 or the ASUS 99127 hardware monitor chips to warn the operator when something is out of range. The software is capable of monitoring up -to 3 tempuratures, 3 fan speeds and 7 voltages. The configuration file +to 3 temperatures, 3 fan speeds and 7 voltages. The configuration file specifies which functions are active and their acceptable ranges. With the healthdc companion program the status can be read from any -networked computer. The healthd deamon's network connection is protected +networked computer. The healthd daemon's network connection is protected by libwrap and /etc/hosts.allow. WWW: http://healthd.thehousleys.net/ Modified: head/sysutils/k3b-kde4/pkg-descr ============================================================================== --- head/sysutils/k3b-kde4/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/k3b-kde4/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -8,7 +8,7 @@ Features so far: * Creating Video CDs (VCD 1.1, 2.0, SVCD, CD-i support (Version 4)) * Creating mixed-mode CDs (CD-Extra (CD-Plus, Enhanced Audio CD)) * Creating eMovix CDs - * CD Copy (single + multi session, audio, enghanced audio, cloning) + * CD Copy (single + multi session, audio, enhanced audio, cloning) * DVD burning (DVD-R(W), DVD+R(W), eMovix, Formatting DVD-RWs and DVD+RWs) * CD Ripping (CDDB support, CD-TEXT reading, several formats) * DVD Ripping and DivX/XviD encoding @@ -17,7 +17,7 @@ Features so far: * Writing existing iso images to CD and DVD. * Writing cue/bin files created for CDRWIN * DVD copy (no video transcoding yet) - * Enhanced cd decive handling (burnfree and justlink support) + * Enhanced cd device handling (burnfree and justlink support) * KParts plugin WWW: http://www.k3b.org/ Modified: head/sysutils/loganalyzer/pkg-descr ============================================================================== --- head/sysutils/loganalyzer/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/loganalyzer/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ The LogAnalyzer project provides an easy to use but powerful frontend for searching, reviewing and analyzing network event data, including syslog, -windows event log and many other event sources. It focuses on the +Windows event log and many other event sources. It focuses on the user-interface side of this project, so the data itself needs to be gathered by another program, for example the stock syslogd, rsyslog (often the distro's default syslogd), WinSyslog or MonitorWare Agent. LogAnalyzer Modified: head/sysutils/mcelog/pkg-descr ============================================================================== --- head/sysutils/mcelog/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/mcelog/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ mcelog processes machine checks (in particular memory and CPU -hardware errors) on modern x86-based unix systems and +hardware errors) on modern x86-based Unix systems and produces human-readable output. This software is heavily patched to work on FreeBSD systems, Modified: head/sysutils/monit/pkg-descr ============================================================================== --- head/sysutils/monit/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/monit/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -9,7 +9,7 @@ monit supports: * Logging - syslog or own logfile * Alert, start, stop and restart of services based on it's characteristics * MD5 and SHA1 checksums - * Runtime Unix socket and TCP/IP port checking (tcp and udp) + * Runtime Unix socket and TCP/IP port checking (TCP and UDP) * Process status, timeout, memory and cpu usage, etc. * Device usage monitoring (inodes and space) * File monitoring (timestamp, checksum, permission, owner, etc.) Modified: head/sysutils/moreutils/pkg-descr ============================================================================== --- head/sysutils/moreutils/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/moreutils/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ -This is a collection of the unix tools that nobody thought to write long ago, -when unix was young. +This is a collection of the Unix tools that nobody thought to write long ago, +when Unix was young. Currently it consists of these tools: - chronic: runs a command quietly unless it fails Modified: head/sysutils/ntfsprogs/pkg-descr ============================================================================== --- head/sysutils/ntfsprogs/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/ntfsprogs/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -8,5 +8,4 @@ ntfsmount: fast, reliable, read/write, u ntfsprogs: various tools for managing ntfs, namely mkntfs, ntfsresize, ntfsclone, ntfsfix, ntfsundelete, ntfswipe and ntfsdecrypt. - WWW: https://sourceforge.net/projects/linux-ntfs/ Modified: head/sysutils/p5-Filesys-DiskFree/pkg-descr ============================================================================== --- head/sysutils/p5-Filesys-DiskFree/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/p5-Filesys-DiskFree/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,2 +1,2 @@ -Filesys::DiskFree does about what the unix command df(1) does, listing +Filesys::DiskFree does about what the Unix command df(1) does, listing the mounted disks, and the amount of free space used & available. Modified: head/sysutils/p5-Sys-Hostname-Long/pkg-descr ============================================================================== --- head/sysutils/p5-Sys-Hostname-Long/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/p5-Sys-Hostname-Long/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,5 +1,5 @@ How to get the host full name in perl on multiple operating systems -(mac, windows, unix* etc) +(OS X, Windows, Unix* etc) Attempt via many methods to get the systems full name. The Sys::Hostname class is the best and standard way to get the system hostname. Modified: head/sysutils/password-store/pkg-descr ============================================================================== --- head/sysutils/password-store/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/password-store/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -11,7 +11,7 @@ adding, editing, generating, and retriev simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git. -You can edit the password store using ordinary unix shell commands alongside the +You can edit the password store using ordinary Unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names. Modified: head/sysutils/pwsafe/pkg-descr ============================================================================== --- head/sysutils/pwsafe/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/pwsafe/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,9 +1,9 @@ -Pwsafe is a unix commandline program that manages encrypted password databases. +Pwsafe is a Unix commandline program that manages encrypted password databases. * Pure command-line operation if desired (good for remote access over ssh) * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly - on linux, *bsd, macos x, solaris. + on Linux, *BSD, OS X, Solaris. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. WWW: http://nsd.dyndns.org/pwsafe/ Modified: head/sysutils/qpxtool/pkg-descr ============================================================================== --- head/sysutils/qpxtool/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/qpxtool/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -QPxTool is the linux way to get full control over your CD/DVD drives. +QPxTool is the Linux way to get full control over your CD/DVD drives. It is the Open Source Solution which intends to give you access to all available Quality Checks (Q-Checks) on written and blank media, that are available for your drive. This will help you to find the Modified: head/sysutils/sg3_utils/pkg-descr ============================================================================== --- head/sysutils/sg3_utils/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/sg3_utils/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,8 +1,8 @@ The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel -Interface(SPI)) many other devices use SCSI command sets. It's -functions similar to camcontrol(8), but more powerful. For example, +Interface(SPI)) many other devices use SCSI command sets. Its +functions are similar to camcontrol(8), but more powerful. For example, it can use SCSI Environmental Services not using FreeBSD ses(4), read SCSI device logs, and much more. Modified: head/sysutils/socklog/pkg-descr ============================================================================== --- head/sysutils/socklog/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/socklog/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,10 +1,10 @@ socklog in cooperation with the runit package is a small and secure replacement for syslogd. There are three main features, syslogd provides: -- receiving syslog messages from an unix domain socket (/dev/log) or UDP socket +- receiving syslog messages from an Unix domain socket (/dev/log) or UDP socket (0.0.0.0:514) and writing them to various files on disk depending on facility and priority. -- writing received syslog messages to an udp socket (a.b.c.d:514) +- writing received syslog messages to an UDP socket (a.b.c.d:514) socklog provides these features with the help of runit's runsvdir, runsv, and svlogd, provides a different network logging concept, and Modified: head/sysutils/spinner/pkg-descr ============================================================================== --- head/sysutils/spinner/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/spinner/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -10,7 +10,7 @@ inactivity. Many firewalls, and some ISP perceived as idle. By having spinner running the server is constantly sending a tiny amount of data over the link, preserving the connection. Thus (for search engines) Spinner is an anti-dle, timeout preventing, -background daemon process for unix variants including linux. +background daemon process for Unix variants including Linux. WWW: http://www.laffeycomputer.com/spinner.html Modified: head/sysutils/syslinux/pkg-descr ============================================================================== --- head/sysutils/syslinux/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/syslinux/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -The syslinux program installs a linux bootloader on a FAT-formatted +The syslinux program installs a Linux bootloader on a FAT-formatted filesystem or disk image. This FreeBSD port can additionally operate on plain files containing Modified: head/sysutils/tcplist/pkg-descr ============================================================================== --- head/sysutils/tcplist/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/tcplist/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -Tcplist makes a list of tcp connections to and from the local machine, +Tcplist makes a list of TCP connections to and from the local machine, displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Modified: head/sysutils/vmtouch/pkg-descr ============================================================================== --- head/sysutils/vmtouch/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/sysutils/vmtouch/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ Virtual Memory Toucher vmtouch is a tool for learning about and controlling the file system -cache of unix and unix-like systems. +cache of Unix and Unix-like systems. WWW: http://hoytech.com/vmtouch/ Modified: head/textproc/p5-SVG-Parser/pkg-descr ============================================================================== --- head/textproc/p5-SVG-Parser/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/textproc/p5-SVG-Parser/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -7,7 +7,7 @@ function. A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken -to provide cross-compatability. Applications requiring more advanced parser +to provide cross-compatibility. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX. Modified: head/textproc/tdhkit/pkg-descr ============================================================================== --- head/textproc/tdhkit/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/textproc/tdhkit/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ The TDH utilities are a set of programs and filters useful in working with ordinary tabular ascii data from the command line or in shell -scripts. They were developed to supplement standard unix utilities +scripts. They were developed to supplement standard Unix utilities such as sort and uniq. Two of the utilities are designed to work specifically with tab-delimited exports from Excel/spreadsheets. A full-featured date and time package (libchron) is also included. Modified: head/textproc/tkdiff/pkg-descr ============================================================================== --- head/textproc/tkdiff/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/textproc/tkdiff/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,3 +1,3 @@ -tkdiff is a fronted for unix's diff based on Tcl/Tk. +tkdiff is a fronted for Unix's diff based on Tcl/Tk. WWW: http://sourceforge.net/projects/tkdiff/ Modified: head/www/mod_authz_unixgroup22/pkg-descr ============================================================================== --- head/www/mod_authz_unixgroup22/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/mod_authz_unixgroup22/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,10 +1,10 @@ -Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache +Mod_Authz_Unixgroup 1.0.x is a Unix group access control modules for Apache version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using version 1.1.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you -want to do access control based on unix group membership, then +want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ Modified: head/www/mod_authz_unixgroup24/pkg-descr ============================================================================== --- head/www/mod_authz_unixgroup24/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/mod_authz_unixgroup24/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,10 +1,10 @@ -Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache +Mod_Authz_Unixgroup 1.1.x is a Unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you -want to do access control based on unix group membership, then +want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ Modified: head/www/p5-URL-Encode/pkg-descr ============================================================================== --- head/www/p5-URL-Encode/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/p5-URL-Encode/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,8 +1,8 @@ encode and decode strings into and from application/x-www-form-urlencoded The application/x-www-form-urlencoded format encodes a ordered data sets of -pairs consisting of a name and a value, with pairs seperated by ampersand or -semicolon and names and values seperated by the equal sign. Space characters +pairs consisting of a name and a value, with pairs separated by ampersand or +semicolon and names and values separated by the equal sign. Space characters are replaced with plus sign and any characters not in the unreserved character set is encoded using the percent-encoding scheme also used for resource identifiers. Modified: head/www/rubygem-httpclient/pkg-descr ============================================================================== --- head/www/rubygem-httpclient/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/rubygem-httpclient/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -11,7 +11,7 @@ Features: o streaming POST (POST with File/IO) o Digest auth o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module) - o NTLM auth for Proxy-Authenticate (requires win32/sspi module) + o NTLM auth for Proxy-Authenticate (requires Win32/sspi module) o extensible with filter interface o you dont have to care HTTP/1.1 persistent connection (httpclient cares instead of you) * Not supported now Modified: head/www/surfraw/pkg-descr ============================================================================== --- head/www/surfraw/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/surfraw/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -Surfraw provides a fast unix command line interface to a variety of +Surfraw provides a fast Unix command line interface to a variety of popular WWW search engines. It supports google, altavista, dejanews, amazon.com, research index, slashdot and many others. Output is directed to a browser. Modified: head/www/tomcat-native/pkg-descr ============================================================================== --- head/www/tomcat-native/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/tomcat-native/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -5,7 +5,7 @@ sendfile, epoll and OpenSSL), OS level f generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). -These features allows making Tomcat a general purposewebserver, will +These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. Modified: head/www/webcopy/pkg-descr ============================================================================== --- head/www/webcopy/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/www/webcopy/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -WebCopy is a perl program that retrieves the URL specified in a unix-like +WebCopy is a perl program that retrieves the URL specified in a Unix-like command line. It can also retrieve recursively any file that a HTML file references, i.e. inlined images and/or anchors, if specified with an option. Modified: head/x11-drivers/xf86-input-wacom/pkg-descr ============================================================================== --- head/x11-drivers/xf86-input-wacom/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-drivers/xf86-input-wacom/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ An X.Org driver for Wacom tablets. It communicates with a character -device provided by linux kernel driver in webcamd. +device provided by Linux kernel driver in webcamd. WWW: http://linuxwacom.sourceforge.net/ Modified: head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr ============================================================================== --- head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,7 +1,7 @@ Google has created a set of fonts for its ChromeOS Operating system. The three standard ones closely mimic the most popular ones for the Windows -platform and the linux so-called Liberation fonts but are available under an +platform and Linux's so-called Liberation fonts but are available under an OpenFont license. Tinos, Arimo and Cousine, appear to be variations of the old standard Times, Modified: head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr ============================================================================== --- head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Modified: head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr ============================================================================== --- head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Modified: head/x11-themes/linux-hicolor-icon-theme/pkg-descr ============================================================================== --- head/x11-themes/linux-hicolor-icon-theme/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-themes/linux-hicolor-icon-theme/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Modified: head/x11-toolkits/py-wxPython28/pkg-descr ============================================================================== --- head/x11-toolkits/py-wxPython28/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-toolkits/py-wxPython28/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -9,6 +9,6 @@ From the home page: wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. + platforms are Microsoft Windows, and most Unix or Unix-like systems. WWW: http://www.wxpython.org/ Modified: head/x11-toolkits/tkdnd/pkg-descr ============================================================================== --- head/x11-toolkits/tkdnd/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11-toolkits/tkdnd/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,7 +1,7 @@ tkdnd is an extension that adds native drag & drop capabilities to the tk toolkit. It can be used with any tk version equal or greater to 8.4 and currently only the UNIX (X-Windows) and Microsoft Windows operating -systems are supported. Under unix the drag & drop protocol in use is the +systems are supported. Under Unix the drag & drop protocol in use is the XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME Desktops). Modified: head/x11/stjerm/pkg-descr ============================================================================== --- head/x11/stjerm/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11/stjerm/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -Stjerm is a roll-down, quake-like terminal emulator that shows up on keyboard +Stjerm is a roll-down, Quake-like terminal emulator that shows up on keyboard shortcut, and hides away when not needed. WWW: https://github.com/stjerm/stjerm Modified: head/x11/xrsi/pkg-descr ============================================================================== --- head/x11/xrsi/pkg-descr Sun Sep 20 20:56:59 2015 (r397462) +++ head/x11/xrsi/pkg-descr Sun Sep 20 21:12:20 2015 (r397463) @@ -1,4 +1,4 @@ -xrsi is a minimalist (8kb) break enforcer for linux/unix for the +xrsi is a minimalist (8kb) break enforcer for Linux/Unix for the prevention of Repetitive Strain Injury (RSI) otherwise known as Occupational Overuse Syndrome (OOS). From owner-svn-ports-head@freebsd.org Sun Sep 20 21:30:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29530A06551; Sun, 20 Sep 2015 21:30:41 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007DF1964; Sun, 20 Sep 2015 21:30:41 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KLUe8F015355; Sun, 20 Sep 2015 21:30:40 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KLUe7W015210; Sun, 20 Sep 2015 21:30:40 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509202130.t8KLUe7W015210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 20 Sep 2015 21:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397464 - in head/lang: ruby20/files ruby21/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 21:30:41 -0000 Author: mmoll Date: Sun Sep 20 21:30:40 2015 New Revision: 397464 URL: https://svnweb.freebsd.org/changeset/ports/397464 Log: fix Ruby 2.0 and 2.1 header for clang 3.7 2.2 already had this change in upstream PR: 202660 Submitted by: dim (different version) Obtained from: Ruby SVN repository (r47996) Added: head/lang/ruby20/files/patch-include_ruby_ruby.h (contents, props changed) head/lang/ruby21/files/patch-include_ruby_ruby.h (contents, props changed) Added: head/lang/ruby20/files/patch-include_ruby_ruby.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby20/files/patch-include_ruby_ruby.h Sun Sep 20 21:30:40 2015 (r397464) @@ -0,0 +1,11 @@ +--- include/ruby/ruby.h.orig 2015-09-20 20:42:37 UTC ++++ include/ruby/ruby.h +@@ -238,7 +238,7 @@ typedef char ruby_check_sizeof_voidp[SIZ + #define FIXNUM_MAX (LONG_MAX>>1) + #define FIXNUM_MIN RSHIFT((long)LONG_MIN,1) + +-#define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG)) ++#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG) + #define LONG2FIX(i) INT2FIX(i) + #define rb_fix_new(v) INT2FIX(v) + VALUE rb_int2inum(SIGNED_VALUE); Added: head/lang/ruby21/files/patch-include_ruby_ruby.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby21/files/patch-include_ruby_ruby.h Sun Sep 20 21:30:40 2015 (r397464) @@ -0,0 +1,11 @@ +--- include/ruby/ruby.h.orig 2015-09-20 20:49:26 UTC ++++ include/ruby/ruby.h +@@ -228,7 +228,7 @@ typedef char ruby_check_sizeof_voidp[SIZ + #define FIXNUM_MAX (LONG_MAX>>1) + #define FIXNUM_MIN RSHIFT((long)LONG_MIN,1) + +-#define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG)) ++#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG) + #define LONG2FIX(i) INT2FIX(i) + #define rb_fix_new(v) INT2FIX(v) + VALUE rb_int2inum(SIGNED_VALUE); From owner-svn-ports-head@freebsd.org Sun Sep 20 21:35:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA64AA0683F; Sun, 20 Sep 2015 21:35:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB2FE1DA6; Sun, 20 Sep 2015 21:35:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KLZnak018150; Sun, 20 Sep 2015 21:35:49 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KLZn6R018149; Sun, 20 Sep 2015 21:35:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509202135.t8KLZn6R018149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 20 Sep 2015 21:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397465 - in head/net: asterisk11/files asterisk13/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 21:35:50 -0000 Author: madpilot Date: Sun Sep 20 21:35:49 2015 New Revision: 397465 URL: https://svnweb.freebsd.org/changeset/ports/397465 Log: Remove uneeded patches. These have been superceded when upstream made asterisk versions 11 and newer buildable with clang. PR: 203212 Submitted by: dmitry2004 at yandex.ru Deleted: head/net/asterisk11/files/patch-include-asterisk-astobj2.h head/net/asterisk11/files/patch-include-asterisk-config.h head/net/asterisk13/files/patch-include-asterisk-astobj2.h head/net/asterisk13/files/patch-include-asterisk-config.h From owner-svn-ports-head@freebsd.org Sun Sep 20 21:44:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3281DA06E18; Sun, 20 Sep 2015 21:44:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23DF714B2; Sun, 20 Sep 2015 21:44:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KLiBbV022292; Sun, 20 Sep 2015 21:44:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KLiA2Q022290; Sun, 20 Sep 2015 21:44:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202144.t8KLiA2Q022290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 21:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397466 - head/lang/abcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 21:44:11 -0000 Author: olgeni Date: Sun Sep 20 21:44:10 2015 New Revision: 397466 URL: https://svnweb.freebsd.org/changeset/ports/397466 Log: Upgrade lang/abcl to version 1.3.3. Modified: head/lang/abcl/Makefile head/lang/abcl/distinfo (contents, props changed) Modified: head/lang/abcl/Makefile ============================================================================== --- head/lang/abcl/Makefile Sun Sep 20 21:35:49 2015 (r397465) +++ head/lang/abcl/Makefile Sun Sep 20 21:44:10 2015 (r397466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcl -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= lang lisp java MASTER_SITES= http://abcl.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} Modified: head/lang/abcl/distinfo ============================================================================== --- head/lang/abcl/distinfo Sun Sep 20 21:35:49 2015 (r397465) +++ head/lang/abcl/distinfo Sun Sep 20 21:44:10 2015 (r397466) @@ -1,2 +1,2 @@ -SHA256 (abcl-src-1.3.2.tar.gz) = a2e8b4410f7d46fae384de00486d3d19b44a20f6f98fbff48f4bf7746485c99c -SIZE (abcl-src-1.3.2.tar.gz) = 1083633 +SHA256 (abcl-src-1.3.3.tar.gz) = 2186e3670bc9778472f5589109a79f13f0e487444e0602b6fcdc96b7c68f7d0f +SIZE (abcl-src-1.3.3.tar.gz) = 1096351 From owner-svn-ports-head@freebsd.org Sun Sep 20 22:08:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65BACA05876; Sun, 20 Sep 2015 22:08:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56D491CC1; Sun, 20 Sep 2015 22:08:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KM8Tx5030771; Sun, 20 Sep 2015 22:08:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KM8S9d030769; Sun, 20 Sep 2015 22:08:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202208.t8KM8S9d030769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 22:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397467 - head/devel/erlang-jsx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 22:08:29 -0000 Author: olgeni Date: Sun Sep 20 22:08:28 2015 New Revision: 397467 URL: https://svnweb.freebsd.org/changeset/ports/397467 Log: Upgrade devel/erlang-jsx to version 2.7.2. Modified: head/devel/erlang-jsx/Makefile head/devel/erlang-jsx/distinfo Modified: head/devel/erlang-jsx/Makefile ============================================================================== --- head/devel/erlang-jsx/Makefile Sun Sep 20 21:44:10 2015 (r397466) +++ head/devel/erlang-jsx/Makefile Sun Sep 20 22:08:28 2015 (r397467) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= jsx -PORTVERSION= 2.7.1 -DISTVERSIONPREFIX= v +PORTVERSION= 2.7.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-jsx/distinfo ============================================================================== --- head/devel/erlang-jsx/distinfo Sun Sep 20 21:44:10 2015 (r397466) +++ head/devel/erlang-jsx/distinfo Sun Sep 20 22:08:28 2015 (r397467) @@ -1,2 +1,2 @@ -SHA256 (talentdeficit-jsx-v2.7.1_GH0.tar.gz) = f2d05c1c4f48bce154f321682bcddc150ae0fcc208c5594cbf393f97e1f87188 -SIZE (talentdeficit-jsx-v2.7.1_GH0.tar.gz) = 41049 +SHA256 (talentdeficit-jsx-2.7.2_GH0.tar.gz) = 13fd45d95fd7a6d557de314fe0344e23da84a5db8c5f757b9a881b4690e1e240 +SIZE (talentdeficit-jsx-2.7.2_GH0.tar.gz) = 41296 From owner-svn-ports-head@freebsd.org Sun Sep 20 22:11:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 874CEA059E7; Sun, 20 Sep 2015 22:11:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 784AC1F43; Sun, 20 Sep 2015 22:11:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KMBBDM031039; Sun, 20 Sep 2015 22:11:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KMBBrm031037; Sun, 20 Sep 2015 22:11:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202211.t8KMBBrm031037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 22:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397468 - head/lang/alchemist.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 22:11:11 -0000 Author: olgeni Date: Sun Sep 20 22:11:10 2015 New Revision: 397468 URL: https://svnweb.freebsd.org/changeset/ports/397468 Log: Upgrade lang/alchemist.el to version 1.5.2. Modified: head/lang/alchemist.el/Makefile head/lang/alchemist.el/distinfo Modified: head/lang/alchemist.el/Makefile ============================================================================== --- head/lang/alchemist.el/Makefile Sun Sep 20 22:08:28 2015 (r397467) +++ head/lang/alchemist.el/Makefile Sun Sep 20 22:11:10 2015 (r397468) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alchemist.el -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 DISTVERSIONPREFIX= v CATEGORIES= lang Modified: head/lang/alchemist.el/distinfo ============================================================================== --- head/lang/alchemist.el/distinfo Sun Sep 20 22:08:28 2015 (r397467) +++ head/lang/alchemist.el/distinfo Sun Sep 20 22:11:10 2015 (r397468) @@ -1,2 +1,2 @@ -SHA256 (tonini-alchemist.el-v1.5.1_GH0.tar.gz) = b8dc46637ba6edd58c38a1e3eea1101e401d6f6e44ae81f6b5bb96808e737791 -SIZE (tonini-alchemist.el-v1.5.1_GH0.tar.gz) = 1721469 +SHA256 (tonini-alchemist.el-v1.5.2_GH0.tar.gz) = ef86ae34853531e8e7d36a1a9aa6cb6ced10ca9ee176a6682b15ed4c12fd6b7c +SIZE (tonini-alchemist.el-v1.5.2_GH0.tar.gz) = 1721521 From owner-svn-ports-head@freebsd.org Sun Sep 20 22:18:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F03EA05E3B; Sun, 20 Sep 2015 22:18:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15F1111D5; Sun, 20 Sep 2015 22:18:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KMINqA035039; Sun, 20 Sep 2015 22:18:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KMINUl035036; Sun, 20 Sep 2015 22:18:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202218.t8KMINUl035036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 22:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397469 - head/devel/elixir-calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 22:18:24 -0000 Author: olgeni Date: Sun Sep 20 22:18:22 2015 New Revision: 397469 URL: https://svnweb.freebsd.org/changeset/ports/397469 Log: Upgrade devel/elixir-calendar to version 0.10.1. Modified: head/devel/elixir-calendar/Makefile head/devel/elixir-calendar/distinfo head/devel/elixir-calendar/pkg-plist Modified: head/devel/elixir-calendar/Makefile ============================================================================== --- head/devel/elixir-calendar/Makefile Sun Sep 20 22:11:10 2015 (r397468) +++ head/devel/elixir-calendar/Makefile Sun Sep 20 22:18:22 2015 (r397469) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calendar -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-calendar/distinfo ============================================================================== --- head/devel/elixir-calendar/distinfo Sun Sep 20 22:11:10 2015 (r397468) +++ head/devel/elixir-calendar/distinfo Sun Sep 20 22:18:22 2015 (r397469) @@ -1,2 +1,2 @@ -SHA256 (lau-calendar-v0.10.0_GH0.tar.gz) = d30c342595c094fd7d2680c9ba0b10997eacb03c2bd15a5956a49ca432b05ad0 -SIZE (lau-calendar-v0.10.0_GH0.tar.gz) = 34226 +SHA256 (lau-calendar-v0.10.1_GH0.tar.gz) = 43ecb29db403c4b8c2367bf5c6c389a8bd6ffd05492fe5a5df3c211d5da9a076 +SIZE (lau-calendar-v0.10.1_GH0.tar.gz) = 34827 Modified: head/devel/elixir-calendar/pkg-plist ============================================================================== --- head/devel/elixir-calendar/pkg-plist Sun Sep 20 22:11:10 2015 (r397468) +++ head/devel/elixir-calendar/pkg-plist Sun Sep 20 22:18:22 2015 (r397469) @@ -4,6 +4,8 @@ lib/elixir/lib/calendar/ebin/Elixir.Cale lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Calendar.NaiveDateTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Tuple.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDateTime.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDateTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calendar.DateTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calendar.NaiveDateTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Tuple.beam From owner-svn-ports-head@freebsd.org Sun Sep 20 22:26:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 965E1A06278; Sun, 20 Sep 2015 22:26:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0561789; Sun, 20 Sep 2015 22:26:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KMQ9O4039149; Sun, 20 Sep 2015 22:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KMQ9UH039147; Sun, 20 Sep 2015 22:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509202226.t8KMQ9UH039147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Sep 2015 22:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397470 - in head/devel/flyspray: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 22:26:09 -0000 Author: amdmi3 Date: Sun Sep 20 22:26:08 2015 New Revision: 397470 URL: https://svnweb.freebsd.org/changeset/ports/397470 Log: - Only use DOCS-related pkg-message when DOCS are enabled - Switch vardir handling from pkg-install script to @dir - Use options helpers - Add NO_ARCH - Reset maintainer by his own request PR: 203196 Submitted by: amdmi3 Approved by: nick@foobar.org (maintainer) Deleted: head/devel/flyspray/files/pkg-install.in Modified: head/devel/flyspray/Makefile head/devel/flyspray/pkg-plist Modified: head/devel/flyspray/Makefile ============================================================================== --- head/devel/flyspray/Makefile Sun Sep 20 22:18:22 2015 (r397469) +++ head/devel/flyspray/Makefile Sun Sep 20 22:26:08 2015 (r397470) @@ -3,11 +3,11 @@ PORTNAME= flyspray PORTVERSION= 0.9.9.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www MASTER_SITES= http://flyspray.org/ -MAINTAINER= nick@foobar.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple, easy-to-use web based bug tracking system RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb @@ -17,6 +17,7 @@ USES= dos2unix zip WANT_PHP_WEB= yes NO_BUILD= yes +NO_ARCH= yes NO_WRKSUBDIR= yes DOS2UNIX_REGEX= .php @@ -24,6 +25,8 @@ DOS2UNIX_REGEX= .php OPTIONS_DEFINE= GRAPHVIZ MYSQL MYSQLI PGSQL DOCS OPTIONS_DEFAULT= MYSQLI +DOCS_SUB_FILES= pkg-message + MYSQLI_DESC= Use MySQLi Database Interface FLYSPRAYDIR= ${PREFIX}/share/${PORTNAME} @@ -44,15 +47,7 @@ FLYSPRAY_FILES= cache docs/licences/gnu_ includes index.php javascript lang plugins robots.txt \ schedule.php scripts setup templates themes -SUB_FILES+= pkg-message pkg-install -SUB_LIST+= FLYSPRAYDIR="${FLYSPRAYDIR}" \ - ATTACHMENTDIR="${ATTACHMENTDIR}" \ - MKDIR="${MKDIR}" \ - CHOWN="${CHOWN}" \ - CHMOD="${CHMOD}" \ - WWWGRP="${WWWGRP}" \ - WWWOWN="${WWWOWN}" -PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} MYSQL_USE= PHP=mysql MYSQLI_USE= PHP=mysqli @@ -78,6 +73,9 @@ do-install: (cd ${FSINSTALLDIR} && ${TAR} -xf -) ${LN} -sf ${ATTACHMENTDIR} ${FSINSTALLDIR}/attachments ${LN} -sf ${PREFIX}/share/adodb ${FSINSTALLDIR} + ${MKDIR} ${STAGEDIR}${ATTACHMENTDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/docs/${file} ${STAGEDIR}${DOCSDIR} Modified: head/devel/flyspray/pkg-plist ============================================================================== --- head/devel/flyspray/pkg-plist Sun Sep 20 22:18:22 2015 (r397469) +++ head/devel/flyspray/pkg-plist Sun Sep 20 22:26:08 2015 (r397470) @@ -851,3 +851,11 @@ %%PORTDOCS%%%%DOCSDIR%%/NuvolaIcons.licence.txt %%PORTDOCS%%%%DOCSDIR%%/jsCalendar.licence.txt %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +@dir %%DATADIR%%/themes/CleanFS/mime/video +@dir %%DATADIR%%/themes/CleanFS/mime/image +@dir %%DATADIR%%/themes/CleanFS/mime/audio +@dir %%DATADIR%%/themes/Bluey/mime/video +@dir %%DATADIR%%/themes/Bluey/mime/image +@dir %%DATADIR%%/themes/Bluey/mime/audio +@dir(%%WWWOWN%%,%%WWWGRP%%,750) /var/db/flyspray/attachments +@dir /var/db/flyspray From owner-svn-ports-head@freebsd.org Sun Sep 20 22:29:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EBB0A0641C; Sun, 20 Sep 2015 22:29:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1731A4A; Sun, 20 Sep 2015 22:29:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KMTWiQ039473; Sun, 20 Sep 2015 22:29:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KMTWUG039469; Sun, 20 Sep 2015 22:29:32 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509202229.t8KMTWUG039469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Sep 2015 22:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397471 - in head/www/elixir-maru: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 22:29:33 -0000 Author: olgeni Date: Sun Sep 20 22:29:31 2015 New Revision: 397471 URL: https://svnweb.freebsd.org/changeset/ports/397471 Log: Upgrade www/elixir-maru to version 0.8.0. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo head/www/elixir-maru/files/patch-mix.exs head/www/elixir-maru/pkg-plist Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Sun Sep 20 22:26:08 2015 (r397470) +++ head/www/elixir-maru/Makefile Sun Sep 20 22:29:31 2015 (r397471) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Sun Sep 20 22:26:08 2015 (r397470) +++ head/www/elixir-maru/distinfo Sun Sep 20 22:29:31 2015 (r397471) @@ -1,2 +1,2 @@ -SHA256 (falood-maru-v0.7.1_GH0.tar.gz) = 51055cac9900d5b377c12c2c0be455326e680dfdbf596f4dc94f88651f85a1d4 -SIZE (falood-maru-v0.7.1_GH0.tar.gz) = 16131 +SHA256 (falood-maru-v0.8.0_GH0.tar.gz) = 02b1a8acc1c67e797ead52fa7da08458db7fb1064060462cfa06dd7ee25f6468 +SIZE (falood-maru-v0.8.0_GH0.tar.gz) = 17555 Modified: head/www/elixir-maru/files/patch-mix.exs ============================================================================== --- head/www/elixir-maru/files/patch-mix.exs Sun Sep 20 22:26:08 2015 (r397470) +++ head/www/elixir-maru/files/patch-mix.exs Sun Sep 20 22:29:31 2015 (r397471) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-07-09 05:06:08 UTC +--- mix.exs.orig 2015-09-20 11:27:01 UTC +++ mix.exs -@@ -5,7 +5,6 @@ defmodule Maru.Mixfile do - [ app: :maru, - version: "0.4.0", - elixir: "~> 1.0.0", +@@ -7,7 +7,6 @@ defmodule Maru.Mixfile do + elixir: "~> 1.0", + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, - deps: deps, - description: "Elixir copy of grape for creating REST-like APIs.", + description: "REST-like API micro-framework for elixir inspired by grape.", source_url: "https://github.com/falood/maru", package: package, Modified: head/www/elixir-maru/pkg-plist ============================================================================== --- head/www/elixir-maru/pkg-plist Sun Sep 20 22:26:08 2015 (r397470) +++ head/www/elixir-maru/pkg-plist Sun Sep 20 22:29:31 2015 (r397471) @@ -1,8 +1,12 @@ +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.DSLs.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Exceptions.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Methods.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Namespaces.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Params.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Config.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormatter.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.MethodNotAllow.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.NotFound.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedValidator.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.Validation.beam @@ -37,7 +41,6 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Rou lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Resource.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Validator.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Router.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Supervisor.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Test.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Utils.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AllowBlank.beam @@ -52,6 +55,9 @@ lib/elixir/lib/maru/ebin/Elixir.Mix.Task lib/elixir/lib/maru/ebin/maru.app lib/elixir/lib/maru/lib/maru.ex lib/elixir/lib/maru/lib/maru/builder.ex +lib/elixir/lib/maru/lib/maru/builder/dsls.ex +lib/elixir/lib/maru/lib/maru/builder/exceptions.ex +lib/elixir/lib/maru/lib/maru/builder/methods.ex lib/elixir/lib/maru/lib/maru/builder/namespaces.ex lib/elixir/lib/maru/lib/maru/builder/params.ex lib/elixir/lib/maru/lib/maru/config.ex @@ -71,7 +77,6 @@ lib/elixir/lib/maru/lib/maru/response.ex lib/elixir/lib/maru/lib/maru/router.ex lib/elixir/lib/maru/lib/maru/router/endpoint.ex lib/elixir/lib/maru/lib/maru/router/path.ex -lib/elixir/lib/maru/lib/maru/supervisor.ex lib/elixir/lib/maru/lib/maru/test.ex lib/elixir/lib/maru/lib/maru/utils.ex lib/elixir/lib/maru/lib/maru/validations.ex From owner-svn-ports-head@freebsd.org Sun Sep 20 23:05:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7700EA05580; Sun, 20 Sep 2015 23:05:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 661E419F6; Sun, 20 Sep 2015 23:05:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KN5Gqw055644; Sun, 20 Sep 2015 23:05:16 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KN5F6Y055641; Sun, 20 Sep 2015 23:05:15 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201509202305.t8KN5F6Y055641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sun, 20 Sep 2015 23:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397472 - in head/net/openslp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 23:05:16 -0000 Author: marcus Date: Sun Sep 20 23:05:14 2015 New Revision: 397472 URL: https://svnweb.freebsd.org/changeset/ports/397472 Log: Update to 2.0.0. Added: head/net/openslp/files/patch-common_slp__socket.h (contents, props changed) Deleted: head/net/openslp/files/patch-Makefile.in head/net/openslp/files/patch-slp_net Modified: head/net/openslp/Makefile head/net/openslp/distinfo head/net/openslp/pkg-plist Modified: head/net/openslp/Makefile ============================================================================== --- head/net/openslp/Makefile Sun Sep 20 22:29:31 2015 (r397471) +++ head/net/openslp/Makefile Sun Sep 20 23:05:14 2015 (r397472) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= openslp -PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTVERSION= 2.0.0 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/OpenSLP/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/${PORTVERSION}%20Release MAINTAINER= marcus@FreeBSD.org COMMENT= Open-source implementation of the Service Location Protocol Modified: head/net/openslp/distinfo ============================================================================== --- head/net/openslp/distinfo Sun Sep 20 22:29:31 2015 (r397471) +++ head/net/openslp/distinfo Sun Sep 20 23:05:14 2015 (r397472) @@ -1,2 +1,2 @@ -SHA256 (openslp-1.2.1.tar.gz) = 08c7ec1e76fdd66461b3784d52047f594405f31ba2791ab0c1ec7c97639f5fbd -SIZE (openslp-1.2.1.tar.gz) = 886195 +SHA256 (openslp-2.0.0.tar.gz) = 924337a2a8e5be043ebaea2a78365c7427ac6e9cee24610a0780808b2ba7579b +SIZE (openslp-2.0.0.tar.gz) = 5424646 Added: head/net/openslp/files/patch-common_slp__socket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openslp/files/patch-common_slp__socket.h Sun Sep 20 23:05:14 2015 (r397472) @@ -0,0 +1,12 @@ +--- common/slp_socket.h.orig 2015-09-20 22:43:10 UTC ++++ common/slp_socket.h +@@ -103,7 +103,8 @@ const char * inet_ntop(int af, const voi + # include + # include + # include +-#if defined(LINUX) || defined (DARWIN) ++# include ++#if defined(LINUX) || defined (DARWIN) || defined (__FreeBSD__) + # include + #endif + Modified: head/net/openslp/pkg-plist ============================================================================== --- head/net/openslp/pkg-plist Sun Sep 20 22:29:31 2015 (r397471) +++ head/net/openslp/pkg-plist Sun Sep 20 23:05:14 2015 (r397472) @@ -6,62 +6,71 @@ include/slp.h lib/libslp.a lib/libslp.so lib/libslp.so.1 -lib/libslp.so.1.0.1 +lib/libslp.so.1.0.0 sbin/slpd -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1766.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2165.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2254.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2396.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2608.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2609.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2610.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2614.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/srvreg-integrity.txt -%%PORTDOCS%%%%DOCSDIR%%/rfc/threat_analysis_min_security.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/Callbacks.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/Divergence.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/Examples.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPAttrCallback.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPClose.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPDelAttrs.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPDereg.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPError.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPEscape.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPFindAttrs.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPFindScopes.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPFindSrvTypes.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPFindSrvs.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPFree.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPGetProperty.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPGetRefreshInterval.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPOpen.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPReg.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPParseSrvURL.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPRegReport.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPSetProperty.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPSrvTypeCallback.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPSrvURLCallback.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPTypes.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/SLPUnescape.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/Security.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/openslp_security_whitepaper.html -%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersGuide/smalllogo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/IntroductionToSLP/AgentInit.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/IntroductionToSLP/ServiceReg.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/IntroductionToSLP/ServiceRqst.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/IntroductionToSLP/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/CommandLine.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/FileLocations.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/Installation.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/Optimization.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/Security.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/SlpConf.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/SlpReg.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/UserFAQ.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/WhenToRunSlpd.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/WhoShouldRead.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/UsersGuide/smalllogo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/Makefile +%%PORTDOCS%%%%DOCSDIR%%/Makefile.am +%%PORTDOCS%%%%DOCSDIR%%/Makefile.in +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/doc/html/IntroductionToSLP/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/Callbacks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/Divergence.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPAttrCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPClose.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPDelAttrs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPDereg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPError.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPEscape.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPFindAttrs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPFindScopes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPFindSrvTypes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPFindSrvs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPFree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPGetProperty.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPGetRefreshInterval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPOpen.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPParseSrvURL.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPReg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPRegReport.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPSetProperty.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPSrvTypeCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPSrvURLCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPTypes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/SLPUnescape.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/Security.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ProgrammersGuide/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/CommandLine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/FileLocations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/Installation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/Optimization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/Security.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/SlpConf.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/SlpReg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/WhenToRunSlpd.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/WhoShouldRead.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/UsersGuide/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc1766.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2165.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2254.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2396.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2608.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2609.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2610.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2614.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc2926.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3059.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3082.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3111.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3224.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3421.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/rfc/rfc3528.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/security/openslp_security_whitepaper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/security/srvreg-integrity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/security/threat_analysis_min_security.html +%%PORTDOCS%%%%DOCSDIR%%/doxyfile +%%PORTDOCS%%%%DOCSDIR%%/doxyfile.in +%%PORTDOCS%%%%DOCSDIR%%/main.html +%%PORTDOCS%%%%DOCSDIR%%/openslp.dxy +%%PORTDOCS%%%%DOCSDIR%%/openslp_logo_web_color_150px.jpg From owner-svn-ports-head@freebsd.org Mon Sep 21 00:54:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D72EA06800; Mon, 21 Sep 2015 00:54:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB93113C; Mon, 21 Sep 2015 00:54:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L0sxTk000300; Mon, 21 Sep 2015 00:54:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L0sxUa000296; Mon, 21 Sep 2015 00:54:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509210054.t8L0sxUa000296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Sep 2015 00:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397473 - head/games/instead X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 00:54:59 -0000 Author: amdmi3 Date: Mon Sep 21 00:54:58 2015 New Revision: 397473 URL: https://svnweb.freebsd.org/changeset/ports/397473 Log: - Update to 2.2.7 - Sort USES Modified: head/games/instead/Makefile head/games/instead/distinfo Modified: head/games/instead/Makefile ============================================================================== --- head/games/instead/Makefile Sun Sep 20 23:05:14 2015 (r397472) +++ head/games/instead/Makefile Mon Sep 21 00:54:58 2015 (r397473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= instead -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.7 CATEGORIES= games MASTER_SITES= SF/instead/instead/${PORTVERSION}/ DISTNAME= instead_${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Simple Text Adventure, The Inte LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource pkgconfig iconv lua:51 +USES= cmake:outsource iconv lua:51 pkgconfig CMAKE_ARGS= -DMANDIR=man WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/instead/distinfo ============================================================================== --- head/games/instead/distinfo Sun Sep 20 23:05:14 2015 (r397472) +++ head/games/instead/distinfo Mon Sep 21 00:54:58 2015 (r397473) @@ -1,2 +1,2 @@ -SHA256 (instead_2.2.5.tar.gz) = a1e79d2d8e9aca4c3aeeda0aed2050aed0bf6a74184aa6cf7632c1ade0dd36af -SIZE (instead_2.2.5.tar.gz) = 5073915 +SHA256 (instead_2.2.7.tar.gz) = 4ba8dac60d97ad076a0048af67eeb466ed0da03e5742dcf8a6cf828079a7b11a +SIZE (instead_2.2.7.tar.gz) = 5074312 From owner-svn-ports-head@freebsd.org Mon Sep 21 00:55:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECAEFA068A8; Mon, 21 Sep 2015 00:55:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD154124C; Mon, 21 Sep 2015 00:55:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L0tpkl000445; Mon, 21 Sep 2015 00:55:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L0tp4F000444; Mon, 21 Sep 2015 00:55:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509210055.t8L0tp4F000444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Sep 2015 00:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397474 - head/x11-fonts/fira X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 00:55:52 -0000 Author: amdmi3 Date: Mon Sep 21 00:55:51 2015 New Revision: 397474 URL: https://svnweb.freebsd.org/changeset/ports/397474 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/x11-fonts/fira/Makefile Modified: head/x11-fonts/fira/Makefile ============================================================================== --- head/x11-fonts/fira/Makefile Mon Sep 21 00:54:58 2015 (r397473) +++ head/x11-fonts/fira/Makefile Mon Sep 21 00:55:51 2015 (r397474) @@ -39,24 +39,22 @@ DOCS_DISTFILES= ${DISTNAME}_4_1_Version_ EXAMPLES_DISTFILES= ${DISTNAME}UFO_beta${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \ ${DISTNAME}MonoUFO_beta${MONO_VERSION}${EXTRACT_SUFX}:mono -.include - do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}*Fonts*/OTF/*.otf \ ${STAGEDIR}${FONTSDIR} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${DISTDIR}/${DISTFILES:C|:[^:]+$||:M*.rtf} ${WRKSRC} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|:M*.rtf} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/${DISTNAME}*PDF*/|:M*.pdf} \ ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -. for e in ${EXAMPLES_DISTFILES:R:C|:[^:]+$||} +.for e in ${EXAMPLES_DISTFILES:R:C|:[^:]+$||} (cd ${WRKDIR}/${e} && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) -. endfor -.endif +.endfor .include From owner-svn-ports-head@freebsd.org Mon Sep 21 01:35:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AECD8A05C66; Mon, 21 Sep 2015 01:35:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 852D911EE; Mon, 21 Sep 2015 01:35:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L1ZVYK016760; Mon, 21 Sep 2015 01:35:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L1ZVkB016758; Mon, 21 Sep 2015 01:35:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509210135.t8L1ZVkB016758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 21 Sep 2015 01:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397475 - head/devel/p5-DateTime-Format-Duration X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 01:35:31 -0000 Author: wen Date: Mon Sep 21 01:35:30 2015 New Revision: 397475 URL: https://svnweb.freebsd.org/changeset/ports/397475 Log: - Update to 1.04 Changes: http://cpansearch.perl.org/src/ETHER/DateTime-Format-Duration-1.04/Changes - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-DateTime-Format-Duration/Makefile head/devel/p5-DateTime-Format-Duration/distinfo Modified: head/devel/p5-DateTime-Format-Duration/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Duration/Makefile Mon Sep 21 00:55:51 2015 (r397474) +++ head/devel/p5-DateTime-Format-Duration/Makefile Mon Sep 21 01:35:30 2015 (r397475) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Duration -PORTVERSION= 1.03a -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Format and parse DateTime::Durations +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} -USES= perl5 tar:tgz +USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-DateTime-Format-Duration/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Duration/distinfo Mon Sep 21 00:55:51 2015 (r397474) +++ head/devel/p5-DateTime-Format-Duration/distinfo Mon Sep 21 01:35:30 2015 (r397475) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Duration-1.03a.tgz) = b3e04c18bd1ba4da4332c14d9010a79101b4419ca8a46a5354e837282280e359 -SIZE (DateTime-Format-Duration-1.03a.tgz) = 86358 +SHA256 (DateTime-Format-Duration-1.04.tar.gz) = c86b8095de3fe36dc53edda8b146318420a4425572863f8704e8529fc8ff6492 +SIZE (DateTime-Format-Duration-1.04.tar.gz) = 100641 From owner-svn-ports-head@freebsd.org Mon Sep 21 01:51:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC7DA06411; Mon, 21 Sep 2015 01:51:27 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E678E18B9; Mon, 21 Sep 2015 01:51:26 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L1pQFF022814; Mon, 21 Sep 2015 01:51:26 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L1pQfJ022811; Mon, 21 Sep 2015 01:51:26 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509210151.t8L1pQfJ022811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 21 Sep 2015 01:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397476 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 01:51:27 -0000 Author: junovitch Date: Mon Sep 21 01:51:25 2015 New Revision: 397476 URL: https://svnweb.freebsd.org/changeset/ports/397476 Log: www/squid: security update and build fix - security update 3.5.8 -> 3.5.9 [1] - Fix TP_IPF build on FreeBSD 9 [2] PR: 203186 [1] PR: 202950 [2] Approved by: Pavel Timofeev (maintainer) [1] Security: d3a98c2d-5da1-11e5-9909-002590263bf5 MFH: 2015Q3 X-MFH-With: r391555, r392222, r393602, r396106, r396185, r397215 Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/patch-src__ip__Intercept.cc Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Mon Sep 21 01:35:30 2015 (r397475) +++ head/www/squid/Makefile Mon Sep 21 01:51:25 2015 (r397476) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.8 -PORTREVISION= 2 +PORTVERSION= 3.5.9 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Mon Sep 21 01:35:30 2015 (r397475) +++ head/www/squid/distinfo Mon Sep 21 01:51:25 2015 (r397476) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.8.tar.xz) = f402a21d4fae8b3e9df13683dc530366e4b1753df21e91c05a0a9514a1abfc62 -SIZE (squid3.5/squid-3.5.8.tar.xz) = 2295644 +SHA256 (squid3.5/squid-3.5.9.tar.xz) = 9e9a3dc16e6f97258f2c3589dc6163bec20fb9369aec1fe03612dbca76d185d3 +SIZE (squid3.5/squid-3.5.9.tar.xz) = 2296384 Modified: head/www/squid/files/patch-src__ip__Intercept.cc ============================================================================== --- head/www/squid/files/patch-src__ip__Intercept.cc Mon Sep 21 01:35:30 2015 (r397475) +++ head/www/squid/files/patch-src__ip__Intercept.cc Mon Sep 21 01:51:25 2015 (r397476) @@ -9,7 +9,7 @@ static int warningLevel = DBG_CRITICAL; debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1"); - warningLevel = ++warningLevel % 10; -+ warningLevel = ++warningLevel % 1048576; ++ warningLevel = (warningLevel + 1) % 1048576; return false; #else natLookup.nl_v = 6; From owner-svn-ports-head@freebsd.org Mon Sep 21 04:56:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C118A058D7; Mon, 21 Sep 2015 04:56:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F03A1647; Mon, 21 Sep 2015 04:56:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L4usME000532; Mon, 21 Sep 2015 04:56:54 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L4usCh000529; Mon, 21 Sep 2015 04:56:54 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509210456.t8L4usCh000529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 21 Sep 2015 04:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397477 - head/textproc/ibus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 04:56:55 -0000 Author: delphij Date: Mon Sep 21 04:56:53 2015 New Revision: 397477 URL: https://svnweb.freebsd.org/changeset/ports/397477 Log: Update to 1.5.11. PR: ports/203028 Approved by: maintainer (Henry Hu) MFH: 2015Q3 Modified: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/pkg-plist Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/Makefile Mon Sep 21 04:56:53 2015 (r397477) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ibus -PORTVERSION= 1.5.9 -PORTREVISION= 2 +PORTVERSION= 1.5.11 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/textproc/ibus/distinfo ============================================================================== --- head/textproc/ibus/distinfo Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/distinfo Mon Sep 21 04:56:53 2015 (r397477) @@ -1,2 +1,2 @@ -SHA256 (ibus-1.5.9.tar.gz) = ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6 -SIZE (ibus-1.5.9.tar.gz) = 2128459 +SHA256 (ibus-1.5.11.tar.gz) = 49995a298a39a137e65c6ee77811b030850ff344b875f29d4ed088f623a546bc +SIZE (ibus-1.5.11.tar.gz) = 2177026 Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/pkg-plist Mon Sep 21 04:56:53 2015 (r397477) @@ -51,7 +51,7 @@ include/ibus-1.0/ibusenginesimple.h %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so lib/libibus-1.0.so lib/libibus-1.0.so.5 -lib/libibus-1.0.so.5.0.509 +lib/libibus-1.0.so.5.0.511 %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.py %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyc %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyo @@ -175,6 +175,7 @@ share/applications/ibus-setup.desktop %%PORTDOCS%%%%DOCSDIR%%/IBusConfigService.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngine.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngineDesc.html +%%PORTDOCS%%%%DOCSDIR%%/IBusEngineSimple.html %%PORTDOCS%%%%DOCSDIR%%/IBusFactory.html %%PORTDOCS%%%%DOCSDIR%%/IBusHotkeyProfile.html %%PORTDOCS%%%%DOCSDIR%%/IBusInputContext.html @@ -204,7 +205,6 @@ share/applications/ibus-setup.desktop %%PORTDOCS%%%%DOCSDIR%%/ibus-ibustypes.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusversion.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusxml.html -%%PORTDOCS%%%%DOCSDIR%%/ibus-IBusEngineSimple.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeys.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeysyms-compat.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusutil.html From owner-svn-ports-head@freebsd.org Mon Sep 21 07:24:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00479A05BD0; Mon, 21 Sep 2015 07:24:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E14151AC6; Mon, 21 Sep 2015 07:24:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L7OTrB065263; Mon, 21 Sep 2015 07:24:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L7OTYF065261; Mon, 21 Sep 2015 07:24:29 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509210724.t8L7OTYF065261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 21 Sep 2015 07:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397478 - head/devel/elixir-plug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 07:24:30 -0000 Author: olgeni Date: Mon Sep 21 07:24:28 2015 New Revision: 397478 URL: https://svnweb.freebsd.org/changeset/ports/397478 Log: Upgrade devel/elixir-plug to version 1.0.2. Modified: head/devel/elixir-plug/Makefile head/devel/elixir-plug/distinfo Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Mon Sep 21 04:56:53 2015 (r397477) +++ head/devel/elixir-plug/Makefile Mon Sep 21 07:24:28 2015 (r397478) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Mon Sep 21 04:56:53 2015 (r397477) +++ head/devel/elixir-plug/distinfo Mon Sep 21 07:24:28 2015 (r397478) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v1.0.1_GH0.tar.gz) = 2d2f74d5497b58a88d2556796471eda372ad50d272aa4ab7f85643659d9ad13c -SIZE (elixir-lang-plug-v1.0.1_GH0.tar.gz) = 104837 +SHA256 (elixir-lang-plug-v1.0.2_GH0.tar.gz) = bbc533df7a64ae3836052d820ff4b019147bea098d2b72559ee7913171e9f7ae +SIZE (elixir-lang-plug-v1.0.2_GH0.tar.gz) = 104884 From owner-svn-ports-head@freebsd.org Mon Sep 21 07:30:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41B1AA05E96; Mon, 21 Sep 2015 07:30:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32C861CAA; Mon, 21 Sep 2015 07:30:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L7URY6066094; Mon, 21 Sep 2015 07:30:27 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L7UQB0066091; Mon, 21 Sep 2015 07:30:26 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201509210730.t8L7UQB0066091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 21 Sep 2015 07:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397479 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 07:30:27 -0000 Author: lwhsu Date: Mon Sep 21 07:30:26 2015 New Revision: 397479 URL: https://svnweb.freebsd.org/changeset/ports/397479 Log: - Update to 1.630 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Sep 21 07:24:28 2015 (r397478) +++ head/devel/jenkins/Makefile Mon Sep 21 07:30:26 2015 (r397479) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.629 +PORTVERSION= 1.630 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Sep 21 07:24:28 2015 (r397478) +++ head/devel/jenkins/distinfo Mon Sep 21 07:30:26 2015 (r397479) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.629/jenkins.war) = b74b1cd5b8873f0605106893e063dd2407afdcd1fd516e7034314385ac67605c -SIZE (jenkins/1.629/jenkins.war) = 63209042 +SHA256 (jenkins/1.630/jenkins.war) = 0b0bb7bb928987a8104c5d6079bff71590a368bab5c17597d66e7a2c113cb618 +SIZE (jenkins/1.630/jenkins.war) = 63209465 From owner-svn-ports-head@freebsd.org Mon Sep 21 07:34:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6117AA06143; Mon, 21 Sep 2015 07:34:42 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 382111FA5; Mon, 21 Sep 2015 07:34:42 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L7YgpI070317; Mon, 21 Sep 2015 07:34:42 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L7Yfkk070314; Mon, 21 Sep 2015 07:34:41 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201509210734.t8L7Yfkk070314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 21 Sep 2015 07:34:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397480 - head/dns/pdnsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 07:34:42 -0000 Author: ashish Date: Mon Sep 21 07:34:40 2015 New Revision: 397480 URL: https://svnweb.freebsd.org/changeset/ports/397480 Log: - Switch to @sample - Modernize vardir handling PR: 203197 Submitted by: amdmi3 Modified: head/dns/pdnsd/Makefile head/dns/pdnsd/pkg-install head/dns/pdnsd/pkg-plist Modified: head/dns/pdnsd/Makefile ============================================================================== --- head/dns/pdnsd/Makefile Mon Sep 21 07:30:26 2015 (r397479) +++ head/dns/pdnsd/Makefile Mon Sep 21 07:34:40 2015 (r397480) @@ -33,6 +33,9 @@ CFLAGS+= -pthread IPV6_CONFIGURE_ENABLE= ipv6 +post-install: + @${RM} ${STAGEDIR}${PDNSDB}/pdnsd.cache + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${DOC_FILES:S@^@${DOCSRCDIR}/@} ${STAGEDIR}${DOCSDIR} Modified: head/dns/pdnsd/pkg-install ============================================================================== --- head/dns/pdnsd/pkg-install Mon Sep 21 07:30:26 2015 (r397479) +++ head/dns/pdnsd/pkg-install Mon Sep 21 07:34:40 2015 (r397480) @@ -1,9 +1,8 @@ #!/bin/sh PDNSDB=/var/db/pdnsd -mkdir -p ${PDNSDB} -chown nobody ${PDNSDB} -chmod 755 ${PDNSDB} -touch ${PDNSDB}/pdnsd.cache -chown nobody ${PDNSDB}/pdnsd.cache -chmod 640 ${PDNSDB}/pdnsd.cache +if [ "${2}" = "POST-INSTALL" ] ; then + touch ${PDNSDB}/pdnsd.cache + chown nobody ${PDNSDB}/pdnsd.cache + chmod 640 ${PDNSDB}/pdnsd.cache +fi Modified: head/dns/pdnsd/pkg-plist ============================================================================== --- head/dns/pdnsd/pkg-plist Mon Sep 21 07:30:26 2015 (r397479) +++ head/dns/pdnsd/pkg-plist Mon Sep 21 07:34:40 2015 (r397480) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/pdnsd.conf %D/etc/pdnsd.conf.sample; then rm %D/etc/pdnsd.conf; fi -etc/pdnsd.conf.sample -@exec [ -f %D/etc/pdnsd.conf ] || install -m 644 %D/etc/pdnsd.conf.sample %D/etc/pdnsd.conf +@sample etc/pdnsd.conf.sample man/man5/pdnsd.conf.5.gz man/man8/pdnsd-ctl.8.gz man/man8/pdnsd.8.gz @@ -13,4 +11,4 @@ sbin/pdnsd-ctl %%PORTDOCS%%%%DOCSDIR%%/faq.txt %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/manual.txt -@unexec rm -rf /var/db/pdnsd 2>&1 >/dev/null || true +@dir(nobody,,755) /var/db/pdnsd From owner-svn-ports-head@freebsd.org Mon Sep 21 09:47:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9906A05DD1; Mon, 21 Sep 2015 09:47:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1F401F5F; Mon, 21 Sep 2015 09:47:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L9lRjD033896; Mon, 21 Sep 2015 09:47:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L9lRDY033894; Mon, 21 Sep 2015 09:47:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509210947.t8L9lRDY033894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Sep 2015 09:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397481 - head/mail/dspam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 09:47:28 -0000 Author: amdmi3 Date: Mon Sep 21 09:47:26 2015 New Revision: 397481 URL: https://svnweb.freebsd.org/changeset/ports/397481 Log: - Clean up plist user/group/mode handling [1] - Add DSPAM_SAMPLE_MODE variable PR: 203200 Submitted by: amdmi3 [1] Approved by: danny@dannywarren.com (maintainer) Modified: head/mail/dspam/Makefile head/mail/dspam/pkg-plist Modified: head/mail/dspam/Makefile ============================================================================== --- head/mail/dspam/Makefile Mon Sep 21 07:34:40 2015 (r397480) +++ head/mail/dspam/Makefile Mon Sep 21 09:47:26 2015 (r397481) @@ -7,6 +7,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -109,6 +110,7 @@ DSPAM_HOME?= ${_VAR_DIR}/db/dspam DSPAM_HOME_OWNER?= ${DSPAM_OWNER} DSPAM_HOME_GROUP?= ${DSPAM_GROUP} DSPAM_HOME_MODE?= 0770 +DSPAM_SAMPLE_MODE?= 0640 PLIST_SUB+= DSPAM_HOME=${DSPAM_HOME} \ DSPAM_OWNER=${DSPAM_OWNER} \ @@ -116,7 +118,8 @@ PLIST_SUB+= DSPAM_HOME=${DSPAM_HOME} \ DSPAM_MODE=${DSPAM_MODE} \ DSPAM_HOME_OWNER=${DSPAM_HOME_OWNER} \ DSPAM_HOME_GROUP=${DSPAM_HOME_GROUP} \ - DSPAM_HOME_MODE=${DSPAM_HOME_MODE} + DSPAM_HOME_MODE=${DSPAM_HOME_MODE} \ + DSPAM_SAMPLE_MODE=${DSPAM_SAMPLE_MODE} CONFIGURE_ARGS+= --sysconfdir=${DSPAM_ETC} CONFIGURE_ARGS+= --with-logdir=${LOG_DIR} Modified: head/mail/dspam/pkg-plist ============================================================================== --- head/mail/dspam/pkg-plist Mon Sep 21 07:34:40 2015 (r397480) +++ head/mail/dspam/pkg-plist Mon Sep 21 09:47:26 2015 (r397481) @@ -2,15 +2,7 @@ %%HASH%%bin/csscompress %%HASH%%bin/cssconvert %%HASH%%bin/cssstat -@owner %%DSPAM_OWNER%% -@group %%DSPAM_GROUP%% -@mode %%DSPAM_MODE%% -bin/dspam -@exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F -@exec chmod %%DSPAM_MODE%% %D/%F -@mode -@group wheel -@owner root +@(%%DSPAM_OWNER%%,%%DSPAM_GROUP%%,%%DSPAM_MODE%%) bin/dspam bin/dspamc bin/dspam_2sql bin/dspam_admin @@ -23,15 +15,7 @@ bin/dspam_notify %%PGSQL%%bin/dspam_pg2int8 bin/dspam_stats bin/dspam_train -@mode 0640 -@owner %%DSPAM_OWNER%% -@group %%DSPAM_GROUP%% -@sample etc/dspam.conf.sample -@exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F -@exec chmod 0640 %D/%F -@group wheel -@owner root -@mode +@sample(%%DSPAM_OWNER%%,%%DSPAM_GROUP%%,%%DSPAM_SAMPLE_MODE%%) etc/dspam.conf.sample include/dspam/buffer.h include/dspam/config.h include/dspam/config_shared.h @@ -222,17 +206,8 @@ libdata/pkgconfig/dspam.pc %%WebUI%%%%WWWDIR%%/templates/ro/nav_preferences.html %%WebUI%%%%WWWDIR%%/templates/ro/nav_quarantine.html %%WebUI%%%%WWWDIR%%/templates/ro/nav_viewmessage.html -@cwd %%DSPAM_HOME%% -firstrun.txt.sample -firstspam.txt.sample -quarantinefull.txt.sample -@cwd / -@owner %%DSPAM_HOME_OWNER%% -@group %%DSPAM_HOME_GROUP%% -@mode %%DSPAM_HOME_MODE%% -@mode -@exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%DSPAM_HOME%% -@exec chmod %%DSPAM_HOME_MODE%% %%DSPAM_HOME%% -@exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%LOG_DIR%% -@group wheel -@owner root +%%DSPAM_HOME%%/firstrun.txt.sample +%%DSPAM_HOME%%/firstspam.txt.sample +%%DSPAM_HOME%%/quarantinefull.txt.sample +@dir(%%DSPAM_HOME_OWNER%%,%%DSPAM_HOME_GROUP%%,%%DSPAM_HOME_MODE%%) %%DSPAM_HOME%% +@dir(%%DSPAM_HOME_OWNER%%,%%DSPAM_HOME_GROUP%%) %%LOG_DIR%% From owner-svn-ports-head@freebsd.org Mon Sep 21 10:16:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F0DCA06A6C; Mon, 21 Sep 2015 10:16:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 831751D19; Mon, 21 Sep 2015 10:16:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LAG69D048301; Mon, 21 Sep 2015 10:16:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LAG6dD048299; Mon, 21 Sep 2015 10:16:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509211016.t8LAG6dD048299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 21 Sep 2015 10:16:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397482 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 10:16:06 -0000 Author: olgeni Date: Mon Sep 21 10:16:05 2015 New Revision: 397482 URL: https://svnweb.freebsd.org/changeset/ports/397482 Log: Upgrade devel/relx to version 3.6.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Mon Sep 21 09:47:26 2015 (r397481) +++ head/devel/relx/Makefile Mon Sep 21 10:16:05 2015 (r397482) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-8.tar.gz:deps + relx-cache-9.tar.gz:deps EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-8.tar.gz + relx-cache-9.tar.gz MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang @@ -29,7 +29,7 @@ USE_GITHUB= yes GH_ACCOUNT= erlware REBAR_DEPS= bbmustache-1.0.3 \ - erlware_commons-0.15.0 \ + erlware_commons-0.16.0 \ getopt-0.8.2 \ providers-1.4.1 @@ -49,6 +49,10 @@ post-extract: ${TAR} xfz - -C ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} .endfor +post-patch: + @${REINPLACE_CMD} -i '' -e 's/{ *vsn,.*}/{vsn, "${PORTVERSION}"}/' \ + ${WRKSRC}/src/${PORTNAME}.app.src + do-build: @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 compile Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Mon Sep 21 09:47:26 2015 (r397481) +++ head/devel/relx/distinfo Mon Sep 21 10:16:05 2015 (r397482) @@ -1,11 +1,11 @@ -SHA256 (erlware-relx-v3.5.0_GH0.tar.gz) = 60d7252369325c4a1146bc443383df2692afa885ffe10c6def20e5aefcb142ff -SIZE (erlware-relx-v3.5.0_GH0.tar.gz) = 600301 -SHA256 (relx-cache-8.tar.gz) = 17b3634e647b7c48eca09bc09b20b183fcab9ccc333579abb7bd1337b464880f -SIZE (relx-cache-8.tar.gz) = 298974 +SHA256 (erlware-relx-v3.6.0_GH0.tar.gz) = 7edceaedf59c5b66dbbefee7c18032f68c6f837f8139e7470b44b04ce318c069 +SIZE (erlware-relx-v3.6.0_GH0.tar.gz) = 600239 +SHA256 (relx-cache-9.tar.gz) = ea56903c06af52d0e93e53076d239dea742e75b3a1145533b88b53931b6e94d1 +SIZE (relx-cache-9.tar.gz) = 321044 SHA256 (bbmustache-1.0.3.tar) = d79d9f3f90d14e20bda0c801063801ce9b72b71f5831d70b8d36065fb1a52208 SIZE (bbmustache-1.0.3.tar) = 20480 -SHA256 (erlware_commons-0.15.0.tar) = 5f38cb1df90148a7b21d48b221f399244ce86256584e6ea7986f2de732dee3c6 -SIZE (erlware_commons-0.15.0.tar) = 61440 +SHA256 (erlware_commons-0.16.0.tar) = bde72986610a92b74b182f10f9e4763a6f7290eaa021d11d076904004023024e +SIZE (erlware_commons-0.16.0.tar) = 61440 SHA256 (getopt-0.8.2.tar) = 736e6db3679fbbad46373efb96b69509f8e420281635e9d92989af9f0a0483f7 SIZE (getopt-0.8.2.tar) = 20480 SHA256 (providers-1.4.1.tar) = dfd88305670a3d942c08a2d852eeb4c20ec40ee2ba589339a48083ac74f14e36 From owner-svn-ports-head@freebsd.org Mon Sep 21 10:20:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB96BA06CA4; Mon, 21 Sep 2015 10:20:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC44A1EF0; Mon, 21 Sep 2015 10:20:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LAKEte048923; Mon, 21 Sep 2015 10:20:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LAKEp6048921; Mon, 21 Sep 2015 10:20:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509211020.t8LAKEp6048921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 21 Sep 2015 10:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397483 - head/devel/erlang-rebar3_hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 10:20:14 -0000 Author: olgeni Date: Mon Sep 21 10:20:13 2015 New Revision: 397483 URL: https://svnweb.freebsd.org/changeset/ports/397483 Log: Upgrade devel/erlang-rebar3_hex to version 1.6.3. Modified: head/devel/erlang-rebar3_hex/Makefile head/devel/erlang-rebar3_hex/distinfo Modified: head/devel/erlang-rebar3_hex/Makefile ============================================================================== --- head/devel/erlang-rebar3_hex/Makefile Mon Sep 21 10:16:05 2015 (r397482) +++ head/devel/erlang-rebar3_hex/Makefile Mon Sep 21 10:20:13 2015 (r397483) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rebar3_hex -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-rebar3_hex/distinfo ============================================================================== --- head/devel/erlang-rebar3_hex/distinfo Mon Sep 21 10:16:05 2015 (r397482) +++ head/devel/erlang-rebar3_hex/distinfo Mon Sep 21 10:20:13 2015 (r397483) @@ -1,2 +1,2 @@ -SHA256 (hexpm-rebar3_hex-v1.5.0_GH0.tar.gz) = 04c57fb731d41ac77dfd3d0eb8328878bb9418192aa5a8b12a91cf18bd2a617f -SIZE (hexpm-rebar3_hex-v1.5.0_GH0.tar.gz) = 10528 +SHA256 (hexpm-rebar3_hex-v1.6.3_GH0.tar.gz) = 1512e59f51a89a164f4664efd1fe16809f111ea947a7b8fe9205c1690261dc78 +SIZE (hexpm-rebar3_hex-v1.6.3_GH0.tar.gz) = 11127 From owner-svn-ports-head@freebsd.org Mon Sep 21 10:21:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4484A06E0C; Mon, 21 Sep 2015 10:21:33 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C436B1197; Mon, 21 Sep 2015 10:21:33 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LALXLL050850; Mon, 21 Sep 2015 10:21:33 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LALXhm050849; Mon, 21 Sep 2015 10:21:33 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201509211021.t8LALXhm050849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Mon, 21 Sep 2015 10:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397484 - head/net-im/mcabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 10:21:33 -0000 Author: romain Date: Mon Sep 21 10:21:32 2015 New Revision: 397484 URL: https://svnweb.freebsd.org/changeset/ports/397484 Log: Unbreak window resizing. PR: 189676 Submitted by: sg2342@googlemail.com Modified: head/net-im/mcabber/Makefile Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Mon Sep 21 10:20:13 2015 (r397483) +++ head/net-im/mcabber/Makefile Mon Sep 21 10:21:32 2015 (r397484) @@ -3,6 +3,7 @@ PORTNAME= mcabber PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ @@ -17,7 +18,7 @@ LIB_DEPENDS= libloudmouth-1.so:${PORTSDI USES= gettext iconv libtool ncurses pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-hgcset --enable-sigwinch +CONFIGURE_ARGS= --disable-hgcset INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@freebsd.org Mon Sep 21 11:02:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17DE6A0627D; Mon, 21 Sep 2015 11:02:23 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40B7181A; Mon, 21 Sep 2015 11:02:22 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LB2M59072526; Mon, 21 Sep 2015 11:02:22 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LB2McU072522; Mon, 21 Sep 2015 11:02:22 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201509211102.t8LB2McU072522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 21 Sep 2015 11:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397485 - in head/security/strongswan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 11:02:23 -0000 Author: garga Date: Mon Sep 21 11:02:21 2015 New Revision: 397485 URL: https://svnweb.freebsd.org/changeset/ports/397485 Log: Update security/strongswan to 5.3.3 PR: 203178 Approved by: strongswan@Nanoteq.com (maintainer) Sponsored by: Rubicon Communications (Netgate) Deleted: head/security/strongswan/files/patch-src_starter_starterstroke.c head/security/strongswan/files/patch-src_stroke_stroke.c Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Mon Sep 21 10:21:32 2015 (r397484) +++ head/security/strongswan/Makefile Mon Sep 21 11:02:21 2015 (r397485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -12,7 +12,7 @@ COMMENT= Open Source IKEv2 IPsec-based V LICENSE= GPLv2 -USES= cpe execinfo libtool:keepla tar:bzip2 pkgconfig +USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 USE_OPENSSL= yes USE_RC_SUBR= strongswan GNU_CONFIGURE= yes Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Mon Sep 21 10:21:32 2015 (r397484) +++ head/security/strongswan/distinfo Mon Sep 21 11:02:21 2015 (r397485) @@ -1,2 +1,2 @@ -SHA256 (strongswan-5.3.2.tar.bz2) = a4a9bc8c4e42bdc4366a87a05a02bf9f425169a7ab0c6f4482d347e44acbf225 -SIZE (strongswan-5.3.2.tar.bz2) = 4320601 +SHA256 (strongswan-5.3.3.tar.bz2) = 39d2e8f572a57a77dda8dd8bdaf2ee47ad3cefeb86bbb840d594aa75f00f33e2 +SIZE (strongswan-5.3.3.tar.bz2) = 4423437 Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Mon Sep 21 10:21:32 2015 (r397484) +++ head/security/strongswan/pkg-plist Mon Sep 21 11:02:21 2015 (r397485) @@ -315,6 +315,7 @@ man/man8/charon-cmd.8.gz %%TESTVECTOR%%@sample %%ETCDIR%%.d/charon/test-vectors.conf.sample %%PKI%%bin/pki %%PKI%%man/man1/pki---acert.1.gz +%%PKI%%man/man1/pki---dn.1.gz %%PKI%%man/man1/pki---gen.1.gz %%PKI%%man/man1/pki---issue.1.gz %%PKI%%man/man1/pki---keyid.1.gz From owner-svn-ports-head@freebsd.org Mon Sep 21 11:28:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA4D6A06E6C; Mon, 21 Sep 2015 11:28:46 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAFC913E3; Mon, 21 Sep 2015 11:28:46 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LBSkkL081603; Mon, 21 Sep 2015 11:28:46 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LBSko7081602; Mon, 21 Sep 2015 11:28:46 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201509211128.t8LBSko7081602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 21 Sep 2015 11:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397487 - head/security/strongswan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 11:28:46 -0000 Author: garga Date: Mon Sep 21 11:28:45 2015 New Revision: 397487 URL: https://svnweb.freebsd.org/changeset/ports/397487 Log: Fix pkg-descr, Strongswan supports IKEv1 since version 5.0.0 Spotted by: Jim Thompson Approved by: strongswan@Nanoteq.com (maintainer) Sponsored by: Rubicon Communications (Netgate) Modified: head/security/strongswan/pkg-descr Modified: head/security/strongswan/pkg-descr ============================================================================== --- head/security/strongswan/pkg-descr Mon Sep 21 11:08:22 2015 (r397486) +++ head/security/strongswan/pkg-descr Mon Sep 21 11:28:45 2015 (r397487) @@ -1,4 +1,5 @@ Strongswan is an open source IPsec-based VPN solution. -Strongswan for FreeBSD supports IKEv2 but NOT IKEv1. +Strongswan for FreeBSD implements both the IKEv1 and IKEv2 (RFC 5996) key +exchange protocols. WWW: http://www.strongswan.org From owner-svn-ports-head@freebsd.org Mon Sep 21 11:46:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FFCCA056E4; Mon, 21 Sep 2015 11:46:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1EC81C1E; Mon, 21 Sep 2015 11:46:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LBk0vG089846; Mon, 21 Sep 2015 11:46:00 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LBk0Yf089841; Mon, 21 Sep 2015 11:46:00 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201509211146.t8LBk0Yf089841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 21 Sep 2015 11:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397488 - head/devel/p5-Devel-CheckLib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 11:46:01 -0000 Author: culot Date: Mon Sep 21 11:45:59 2015 New Revision: 397488 URL: https://svnweb.freebsd.org/changeset/ports/397488 Log: - Update to 1.05 Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES Modified: head/devel/p5-Devel-CheckLib/Makefile head/devel/p5-Devel-CheckLib/distinfo head/devel/p5-Devel-CheckLib/pkg-plist Modified: head/devel/p5-Devel-CheckLib/Makefile ============================================================================== --- head/devel/p5-Devel-CheckLib/Makefile Mon Sep 21 11:28:45 2015 (r397487) +++ head/devel/p5-Devel-CheckLib/Makefile Mon Sep 21 11:45:59 2015 (r397488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-CheckLib -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-CheckLib/distinfo ============================================================================== --- head/devel/p5-Devel-CheckLib/distinfo Mon Sep 21 11:28:45 2015 (r397487) +++ head/devel/p5-Devel-CheckLib/distinfo Mon Sep 21 11:45:59 2015 (r397488) @@ -1,2 +1,2 @@ -SHA256 (Devel-CheckLib-1.03.tar.gz) = 0ba56171311c038304afc3776867d56b01b08e0185d52b002d7cba7bb24fc57c -SIZE (Devel-CheckLib-1.03.tar.gz) = 13328 +SHA256 (Devel-CheckLib-1.05.tar.gz) = 6a7047a80c0225334a74e5fec80c61fa97a31bcba865a6f7cd222be724624763 +SIZE (Devel-CheckLib-1.05.tar.gz) = 14126 Modified: head/devel/p5-Devel-CheckLib/pkg-plist ============================================================================== --- head/devel/p5-Devel-CheckLib/pkg-plist Mon Sep 21 11:28:45 2015 (r397487) +++ head/devel/p5-Devel-CheckLib/pkg-plist Mon Sep 21 11:45:59 2015 (r397488) @@ -1,4 +1,4 @@ bin/use-devel-checklib +man/man1/use-devel-checklib.1.gz %%SITE_PERL%%/Devel/CheckLib.pm %%PERL5_MAN3%%/Devel::CheckLib.3.gz -%%PERL5_MAN1%%/use-devel-checklib.1.gz From owner-svn-ports-head@freebsd.org Mon Sep 21 11:54:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0E7AA05BBB; Mon, 21 Sep 2015 11:54:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8C01012; Mon, 21 Sep 2015 11:54:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LBska2093878; Mon, 21 Sep 2015 11:54:46 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LBskYt093877; Mon, 21 Sep 2015 11:54:46 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201509211154.t8LBskYt093877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 21 Sep 2015 11:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397489 - head/devel/pig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 11:54:46 -0000 Author: demon Date: Mon Sep 21 11:54:45 2015 New Revision: 397489 URL: https://svnweb.freebsd.org/changeset/ports/397489 Log: Clarify things. Modified: head/devel/pig/Makefile Modified: head/devel/pig/Makefile ============================================================================== --- head/devel/pig/Makefile Mon Sep 21 11:45:59 2015 (r397488) +++ head/devel/pig/Makefile Mon Sep 21 11:54:45 2015 (r397489) @@ -17,7 +17,7 @@ COMMENT= Engine for executing data flows LICENSE= APACHE20 -BROKEN= tries to fetch distfiles during build phase +BROKEN= tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ From owner-svn-ports-head@freebsd.org Mon Sep 21 12:04:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23AF2A06604; Mon, 21 Sep 2015 12:04:36 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB4A91946; Mon, 21 Sep 2015 12:04:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicfx3 with SMTP id fx3so142263449wic.1; Mon, 21 Sep 2015 05:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KUIcVkPuicKNhkxEjRhqO2sfkeIi/TXpPGXAiEltlck=; b=T23h6iIp0WkZU+XfDYosySlNHFuEdaa63fUV5wFtKhyRuEytG3Qoz0m/rVibNCkdl0 ga8A62kPYe2EmOqLtWmrxf6HmWdkFalneZwfj51De1+XY6jHJObSQmZvhVIRybgTp5iw +BA763YQG79QKaewqyS11QON9rxUhQ7KcOCmoYdqKoEWdZ5oJbZNKfL3MErsaLcuP1Ka Nopn+WCsj4B+zAawVwjKvPHyOAn556+Z9hno5rCgVC8inkS0IPEjvgtAQ+zooc70j03o BPIg/91SxrjukwbIlGX81f5jvFutKh/ajbbegaWA6asS9pZETTmfpolpvDP0mKfflwUI jCcg== X-Received: by 10.194.114.104 with SMTP id jf8mr11274323wjb.155.1442837073953; Mon, 21 Sep 2015 05:04:33 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id ex8sm13164074wib.14.2015.09.21.05.04.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 05:04:33 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 21 Sep 2015 14:04:31 +0200 From: Baptiste Daroussin To: Dmitry Sivachenko Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397489 - head/devel/pig Message-ID: <20150921120431.GE38467@ivaldir.etoilebsd.net> References: <201509211154.t8LBskYt093877@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5" Content-Disposition: inline In-Reply-To: <201509211154.t8LBskYt093877@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:04:36 -0000 --/2994txjAzEdQwm5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 21, 2015 at 11:54:46AM +0000, Dmitry Sivachenko wrote: > Author: demon > Date: Mon Sep 21 11:54:45 2015 > New Revision: 397489 > URL: https://svnweb.freebsd.org/changeset/ports/397489 >=20 > Log: > Clarify things. >=20 > Modified: > head/devel/pig/Makefile >=20 > Modified: head/devel/pig/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/devel/pig/Makefile Mon Sep 21 11:45:59 2015 (r397488) > +++ head/devel/pig/Makefile Mon Sep 21 11:54:45 2015 (r397489) > @@ -17,7 +17,7 @@ COMMENT=3D Engine for executing data flows > =20 > LICENSE=3D APACHE20 > =20 > -BROKEN=3D tries to fetch distfiles during build phase > +BROKEN=3D tries to make outbound http connection during build phase bre= aking tinderbox. Software itself does not have known issues, remove this B= ROKEN line and build your own package > =20 Hum why specifying tinderbox? first it has the same issue within poudriere, second a port should not make any network access outside of the fetch phase! Best regards, Bapt --/2994txjAzEdQwm5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlX/8k8ACgkQ8kTtMUmk6EznngCgpVBc/bwUH22sq5JnMYTpiO5S g7YAn36TTRVyHFV1oQp8r8gA3VnwHJH1 =Tb7z -----END PGP SIGNATURE----- --/2994txjAzEdQwm5-- From owner-svn-ports-head@freebsd.org Mon Sep 21 12:26:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E24B4A06FF4; Mon, 21 Sep 2015 12:26:44 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D331E12B7; Mon, 21 Sep 2015 12:26:44 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LCQiUA006410; Mon, 21 Sep 2015 12:26:44 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LCQiM3006408; Mon, 21 Sep 2015 12:26:44 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201509211226.t8LCQiM3006408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 21 Sep 2015 12:26:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397490 - head/devel/pmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:26:45 -0000 Author: danilo Date: Mon Sep 21 12:26:43 2015 New Revision: 397490 URL: https://svnweb.freebsd.org/changeset/ports/397490 Log: - Update to 5.3.4 Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Mon Sep 21 11:54:45 2015 (r397489) +++ head/devel/pmd/Makefile Mon Sep 21 12:26:43 2015 (r397490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Mon Sep 21 11:54:45 2015 (r397489) +++ head/devel/pmd/distinfo Mon Sep 21 12:26:43 2015 (r397490) @@ -1,2 +1,2 @@ -SHA256 (pmd-bin-5.3.3.zip) = 6862789eba75d2479be1adcc495028979db4269ed6c8ee81b7c30cb8181387ce -SIZE (pmd-bin-5.3.3.zip) = 28109505 +SHA256 (pmd-bin-5.3.4.zip) = 89098ae93a08690725ab77e01411aa6ebca3c27337871ff4a59cb1bd565168ab +SIZE (pmd-bin-5.3.4.zip) = 28110915 From owner-svn-ports-head@freebsd.org Mon Sep 21 12:29:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 157D69D0113; Mon, 21 Sep 2015 12:29:38 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED99813D5; Mon, 21 Sep 2015 12:29:37 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LCTbUZ006641; Mon, 21 Sep 2015 12:29:37 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LCTbxA006638; Mon, 21 Sep 2015 12:29:37 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509211229.t8LCTbxA006638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 21 Sep 2015 12:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397491 - in head/deskutils/owncloudclient: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:29:38 -0000 Author: junovitch Date: Mon Sep 21 12:29:36 2015 New Revision: 397491 URL: https://svnweb.freebsd.org/changeset/ports/397491 Log: deskutils/owncloudclient: update 1.8.4 -> 2.0.1 - Pass maintainer from ports@ to PR submitter - Regenerate a patch for 2.0.1 PR: 203167 Submitted by: Yonas Yanfa Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Mon Sep 21 12:26:43 2015 (r397490) +++ head/deskutils/owncloudclient/Makefile Mon Sep 21 12:29:36 2015 (r397491) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 1.8.4 +PORTVERSION= 2.0.1 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yonas@fizk.net COMMENT= OwnCloud Desktop Syncing Client LICENSE= GPLv2 Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Mon Sep 21 12:26:43 2015 (r397490) +++ head/deskutils/owncloudclient/distinfo Mon Sep 21 12:29:36 2015 (r397491) @@ -1,2 +1,2 @@ -SHA256 (owncloudclient-1.8.4.tar.xz) = ebe5ec7e33de6f2072bcadcd2b316a09b9d583d7d41eb1caf467a48896d81cdb -SIZE (owncloudclient-1.8.4.tar.xz) = 11371640 +SHA256 (owncloudclient-2.0.1.tar.xz) = 97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287 +SIZE (owncloudclient-2.0.1.tar.xz) = 11737332 Modified: head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Mon Sep 21 12:26:43 2015 (r397490) +++ head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Mon Sep 21 12:29:36 2015 (r397491) @@ -1,14 +1,14 @@ ---- src/gui/generalsettings.cpp.orig 2015-03-16 14:28:58 UTC +--- src/gui/generalsettings.cpp.orig 2015-09-01 13:50:21 UTC +++ src/gui/generalsettings.cpp -@@ -85,6 +85,7 @@ void GeneralSettings::loadMiscSettings() +@@ -105,6 +105,7 @@ void GeneralSettings::loadMiscSettings() void GeneralSettings::slotUpdateInfo() { +#if 0 - if (OCUpdater *updater = dynamic_cast(Updater::instance())) - { + if (OCUpdater *updater = dynamic_cast(Updater::instance())) { connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection); -@@ -93,9 +94,12 @@ void GeneralSettings::slotUpdateInfo() + connect(_ui->restartButton, SIGNAL(clicked()), updater, SLOT(slotStartInstaller()), Qt::UniqueConnection); +@@ -112,9 +113,12 @@ void GeneralSettings::slotUpdateInfo() _ui->updateStateLabel->setText(updater->statusString()); _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete); } else { From owner-svn-ports-head@freebsd.org Mon Sep 21 12:32:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 320B69D02E9; Mon, 21 Sep 2015 12:32:24 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A946618A3; Mon, 21 Sep 2015 12:32:23 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lagj9 with SMTP id j9so67148767lag.2; Mon, 21 Sep 2015 05:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tT+qnwiULWTRCXR6WZ7Vimm51lAtvZgr3YuA+Wm2CT4=; b=gaAu914+uBGrZhrJribSDC8MnQ/JjhiS0+Zb+5RgF01EhKSMgdDosM5HK7loiBDOGW ztACoB8m/EiRKZqb91wLVVEFcm0eUziQGsG13ANb1iw3vY9S6ujZLX+zdjwAlXuEc+3Q N+qp9Rn2xoCSvDfhw+Xv58sy4M5OjoPH1HyI2qNvOQ+PKrnfhYBg49y24E7NrqEDC62m q7qgMEWhjGzBMPjcoqNTrZxV7LpL4SdOkDOpH87oNpDP6d61cSO+ZmjHOjWcRzscJ7kS ar9NUcowPXAJqeVi6KmAK1DV61azfdhp8WXn5skLOMi6K6pxa03NdUfHlHblH4kcriBs B8Qw== X-Received: by 10.25.17.149 with SMTP id 21mr1362231lfr.38.1442838741749; Mon, 21 Sep 2015 05:32:21 -0700 (PDT) Received: from 95.108.172.23-red.dhcp.yndx.net (95.108.172.23-red.dhcp.yndx.net. [95.108.172.23]) by smtp.gmail.com with ESMTPSA id vz2sm3544094lbb.35.2015.09.21.05.32.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Sep 2015 05:32:20 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r397489 - head/devel/pig From: Dmitry Sivachenko In-Reply-To: <20150921120431.GE38467@ivaldir.etoilebsd.net> Date: Mon, 21 Sep 2015 15:32:19 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201509211154.t8LBskYt093877@repo.freebsd.org> <20150921120431.GE38467@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:32:24 -0000 > On 21 =D1=81=D0=B5=D0=BD=D1=82. 2015 =D0=B3., at 15:04, Baptiste = Daroussin wrote: >=20 > On Mon, Sep 21, 2015 at 11:54:46AM +0000, Dmitry Sivachenko wrote: >> Author: demon >> Date: Mon Sep 21 11:54:45 2015 >> New Revision: 397489 >> URL: https://svnweb.freebsd.org/changeset/ports/397489 >>=20 >> Log: >> Clarify things. >>=20 >> Modified: >> head/devel/pig/Makefile >>=20 >> Modified: head/devel/pig/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/devel/pig/Makefile Mon Sep 21 11:45:59 2015 = (r397488) >> +++ head/devel/pig/Makefile Mon Sep 21 11:54:45 2015 = (r397489) >> @@ -17,7 +17,7 @@ COMMENT=3D Engine for executing data flows >>=20 >> LICENSE=3D APACHE20 >>=20 >> -BROKEN=3D tries to fetch distfiles during build phase >> +BROKEN=3D tries to make outbound http connection during = build phase breaking tinderbox. Software itself does not have known = issues, remove this BROKEN line and build your own package >>=20 > Hum why specifying tinderbox? first it has the same issue within = poudriere, > second a port should not make any network access outside of the fetch = phase! I know it shouldn't, but I can't figure out how to fix that (I asked on = ML even). I just want to reword this so end-user does not have an impression that = functionality is broken. It works without known issues. It does not fetch anything, it makes outbound connection and does not = fetch files.= From owner-svn-ports-head@freebsd.org Mon Sep 21 12:36:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 895B29D0474; Mon, 21 Sep 2015 12:36:58 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 793D61B7D; Mon, 21 Sep 2015 12:36:58 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LCawQ1010848; Mon, 21 Sep 2015 12:36:58 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LCauqL010837; Mon, 21 Sep 2015 12:36:56 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201509211236.t8LCauqL010837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Mon, 21 Sep 2015 12:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397492 - in head/games/xrobots: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:36:58 -0000 Author: naddy Date: Mon Sep 21 12:36:55 2015 New Revision: 397492 URL: https://svnweb.freebsd.org/changeset/ports/397492 Log: Properly fix the LP64 issue in the application resource handling rather than praying that globals end up in the lower 32-bit address space. Add a number of missing includes, etc. Approved by: edwin Added: head/games/xrobots/files/patch-game.c (contents, props changed) head/games/xrobots/files/patch-graphics.c (contents, props changed) Modified: head/games/xrobots/Makefile head/games/xrobots/files/patch-actions.c head/games/xrobots/files/patch-main.c head/games/xrobots/files/patch-score.c head/games/xrobots/files/patch-xrobots.h head/games/xrobots/files/patch-xrobots.man Modified: head/games/xrobots/Makefile ============================================================================== --- head/games/xrobots/Makefile Mon Sep 21 12:29:36 2015 (r397491) +++ head/games/xrobots/Makefile Mon Sep 21 12:36:55 2015 (r397492) @@ -3,7 +3,7 @@ PORTNAME= xrobots PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER post-install: ${CP} ${FILESDIR}/xrobotscores ${STAGEDIR}${PREFIX}/lib/X11 -post-patch: +pre-build: ${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \ ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile Modified: head/games/xrobots/files/patch-actions.c ============================================================================== --- head/games/xrobots/files/patch-actions.c Mon Sep 21 12:29:36 2015 (r397491) +++ head/games/xrobots/files/patch-actions.c Mon Sep 21 12:36:55 2015 (r397492) @@ -1,6 +1,14 @@ ---- actions.c.orig 2013-10-13 01:20:18.000000000 +1100 -+++ actions.c 2013-10-13 01:26:21.000000000 +1100 -@@ -66,6 +66,7 @@ +--- actions.c.orig 1989-11-17 22:37:37 UTC ++++ actions.c +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + #include "xrobots.h" + + extern Widget sonic_command; +@@ -66,6 +67,7 @@ do_nothing_action(w,event,params,num_par Cardinal *num_params; { /* do nothing */ @@ -8,7 +16,7 @@ } -@@ -169,11 +170,11 @@ +@@ -169,11 +171,11 @@ move_action(w,event,params,num_params) int diff_x, diff_y; int num_wasted; @@ -22,7 +30,7 @@ last_human_x = human_x; last_human_y = human_y; -@@ -210,14 +211,14 @@ +@@ -210,14 +212,14 @@ jump_action(w,event,params,num_params) int diff_x, diff_y; int num_wasted; @@ -40,7 +48,25 @@ while( can_go(human_x+diff_x,human_y+diff_y) ) { last_human_x = human_x; -@@ -261,7 +262,7 @@ +@@ -225,7 +227,7 @@ jump_action(w,event,params,num_params) + human_x += diff_x; + human_y += diff_y; + num_wasted = chase(0); +- if(showjumps) ++ if(app_data.showjumps) + show_movement(); + add_score(num_wasted); + if(!num_robots) +@@ -235,7 +237,7 @@ jump_action(w,event,params,num_params) + if(!num_robots) + new_level(); + else +- if(!showjumps) ++ if(!app_data.showjumps) + display_level(); + display_possible_moves(); + auto_teleport(); +@@ -261,7 +263,7 @@ go_here_action(w,event,params,num_params int tmp_human_x, tmp_human_y; int num_wasted; @@ -49,3 +75,26 @@ while(direction = determine_direction(event->x,event->y)) { if(direction == STILL) break; +@@ -280,19 +282,19 @@ go_here_action(w,event,params,num_params + human_x = tmp_human_x; + human_y = tmp_human_y; + num_wasted = chase(0); +- if(showjumps) ++ if(app_data.showjumps) + show_movement(); + add_score(num_wasted); + if(!num_robots) + break; +- if(spiffy) ++ if(app_data.spiffy) + pointer_moved((Widget)0,(caddr_t)0,event); + XFlush(display); + } + if(!num_robots) + new_level(); + else +- if(!showjumps) ++ if(!app_data.showjumps) + display_level(); + display_possible_moves(); + auto_teleport(); Added: head/games/xrobots/files/patch-game.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xrobots/files/patch-game.c Mon Sep 21 12:36:55 2015 (r397492) @@ -0,0 +1,40 @@ +--- game.c.orig 1995-03-27 12:14:34 UTC ++++ game.c +@@ -34,10 +34,8 @@ + * HP-UX :- following two defines + */ + +-#define srandom srand +-#define random rand +- + #include ++#include + #include "xrobots.h" + + /* some of these are global */ +@@ -281,7 +279,7 @@ wait_for_em() + /* backout of latest chase() and break loop */ + undo_chase(); + +- if(diewaiting) { /* for those risk takers out there */ ++ if(app_data.diewaiting) { /* for those risk takers out there */ + display_level(); + do_death(); + check_score(score); +@@ -294,14 +292,14 @@ wait_for_em() + add_score(num_wasted); + if(!num_robots) + break; +- if(showjumps) ++ if(app_data.showjumps) + show_movement(); + XFlush(display); + } + if(!num_robots) + new_level(); + else +- if(!showjumps) ++ if(!app_data.showjumps) + display_level(); + display_possible_moves(); + auto_teleport(); Added: head/games/xrobots/files/patch-graphics.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xrobots/files/patch-graphics.c Mon Sep 21 12:36:55 2015 (r397492) @@ -0,0 +1,69 @@ +--- graphics.c.orig 1989-11-17 22:37:38 UTC ++++ graphics.c +@@ -79,8 +79,8 @@ init_pixmaps(top_shell) + + /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ + +- fgcolor.pixel = fg; +- bgcolor.pixel = bg; ++ fgcolor.pixel = app_data.fg; ++ bgcolor.pixel = app_data.bg; + fgcolor.flags = DoRed | DoGreen | DoBlue; + bgcolor.flags = DoRed | DoGreen | DoBlue; + XQueryColor(display,DefaultColormapOfScreen(XtScreen(playfield_widget)), &fgcolor); +@@ -156,11 +156,11 @@ auto_teleport() + { + if(!cant_move) + return; +- if(autoteleport && sonic_used) { ++ if(app_data.autoteleport && sonic_used) { + teleport(); + return; + } +- if(autoteleportalways) ++ if(app_data.autoteleportalways) + teleport(); + } + +@@ -171,12 +171,12 @@ display_ok_move(x,y) + + if(can_go(x,y)) { + cant_move = 0; +- if(!spiffy) return; ++ if(!app_data.spiffy) return; + /* show the icon for a good move */ + XDrawPoint(display, playfield, gc, + pos_to_coord(x)+CELLSIZE/2,pos_to_coord(y)+CELLSIZE/2); + } else { +- if(!spiffy) return; ++ if(!app_data.spiffy) return; + /* or erase any previous dross */ + if( INXRANGE(x) && INYRANGE(y) && (robot_array[x][y] == EMPTY)) + XClearArea(display, playfield, +@@ -370,7 +370,7 @@ void free_pixmaps() + XFreeCursor(display,stayC); + XFreeCursor(display,thumbsC); + XFreeCursor(display,cant_goC); +- for(i=0;i++;i0;i-=10) { + XDrawArc(display,playfield,gc, +@@ -430,7 +430,7 @@ int center_x = pos_to_coord(human_x)+(CE + center_y = pos_to_coord(human_y)+(CELLSIZE/2)-2; + int i; + +- if(!spiffy) return; ++ if(!app_data.spiffy) return; + + for(i=pos_to_coord(human_x-1);i ++#include ++#include + #include "xrobots.h" + +-#define srandom srand +-#define random rand +- + /*----------------------------------------------------------------------*/ + + Widget top_shell, top_widget, playfield_widget, score_command, sonic_command; +@@ -153,13 +153,7 @@ static XtActionsRec actions[] = { + {"do_nothing",(XtActionProc)do_nothing_action}, }; --static XtResource application_resources[] = { -+XtResource application_resources[] = { +-Pixel fg, bg; +-Boolean spiffy, /* limited graphics */ +- autoteleport, /* teleport when sonic used, and no moves */ +- autoteleportalways, /* teleport when no available moves */ +- showjumps, /* show no intermediate moves */ +- diewaiting; /* die if you use wait unsafely */ +-XtTranslations translations; ++AppData app_data; + + static XrmOptionDescRec options[] = { + {"-spiffy", "spiffy", XrmoptionSepArg, NULL }, +@@ -172,29 +166,30 @@ static XrmOptionDescRec options[] = { + + static XtResource application_resources[] = { {"foreground", "Foreground", XtRPixel, sizeof(Pixel), - (Cardinal)&fg, XtRString, (caddr_t) "Black"}, -+ NULL, XtRString, (caddr_t) "Black"}, ++ XtOffsetOf(AppData, fg), XtRString, (caddr_t) "Black"}, {"background", "Background", XtRPixel, sizeof(Pixel), - (Cardinal)&bg, XtRString, (caddr_t) "White"}, -+ NULL, XtRString, (caddr_t) "White"}, ++ XtOffsetOf(AppData, bg), XtRString, (caddr_t) "White"}, {"spiffy", "Spiffy", XtRBoolean, sizeof(Boolean), - (Cardinal)&spiffy, XtRString, (caddr_t) "True"}, -+ NULL, XtRString, (caddr_t) "True"}, ++ XtOffsetOf(AppData, spiffy), XtRString, (caddr_t) "True"}, {"autoteleport", "Autoteleport", XtRBoolean, sizeof(Boolean), - (Cardinal)&autoteleport, XtRString, (caddr_t) "False"}, -+ NULL, XtRString, (caddr_t) "False"}, ++ XtOffsetOf(AppData, autoteleport), XtRString, (caddr_t) "False"}, {"autoteleportalways", "Autoteleportalways", XtRBoolean, sizeof(Boolean), - (Cardinal)&autoteleportalways, XtRString, (caddr_t) "False"}, -+ NULL, XtRString, (caddr_t) "False"}, ++ XtOffsetOf(AppData, autoteleportalways), XtRString, (caddr_t) "False"}, {"showmovement", "Showmovement", XtRBoolean, sizeof(Boolean), - (Cardinal)&showjumps, XtRString, (caddr_t) "True"}, -+ NULL, XtRString, (caddr_t) "True"}, ++ XtOffsetOf(AppData, showjumps), XtRString, (caddr_t) "True"}, {"diewaiting", "Diewaiting", XtRBoolean, sizeof(Boolean), - (Cardinal)&diewaiting, XtRString, (caddr_t) "False"}, -+ NULL, XtRString, (caddr_t) "False"}, ++ XtOffsetOf(AppData, diewaiting), XtRString, (caddr_t) "False"}, {"translations","Translations", XtRTranslationTable, sizeof(XtTranslations), - (Cardinal)&translations, XtRString, (caddr_t)translations_str}, -+ NULL, XtRString, (caddr_t)translations_str}, ++ XtOffsetOf(AppData, translations), XtRString, (caddr_t)translations_str}, {"scorefile","Scorefile", XtRString, sizeof(String), - (Cardinal)&score_filename, XtRString, (caddr_t)SCORE_FILE}, -+ NULL, XtRString, (caddr_t)SCORE_FILE}, ++ XtOffsetOf(AppData, score_filename), XtRString, (caddr_t)SCORE_FILE}, }; /*----------------------------------------------------------------------*/ ++int main(argc, argv) - unsigned int argc; + int argc; char **argv; { Arg args[1]; -@@ -206,6 +206,16 @@ +@@ -212,7 +207,7 @@ main(argc, argv) + + XtAddActions(actions,XtNumber(actions)); + +- XtGetApplicationResources(top_shell, 0, application_resources, ++ XtGetApplicationResources(top_shell, &app_data, application_resources, + XtNumber(application_resources), NULL, 0 ); + + top_widget = XtCreateManagedWidget( +@@ -228,7 +223,7 @@ main(argc, argv) + arglistplayfield, + XtNumber(arglistplayfield)); + +- XtAugmentTranslations(playfield_widget,translations); ++ XtAugmentTranslations(playfield_widget,app_data.translations); + + teleport_command = XtCreateManagedWidget( + "teleport_button", +@@ -292,12 +287,12 @@ main(argc, argv) - srandom(getpid()); + display = XtDisplay(playfield_widget); + playfield = XtWindow(playfield_widget); +- gcv.foreground = fg; +- gcv.background = bg; ++ gcv.foreground = app_data.fg; ++ gcv.background = app_data.bg; + gcv.function = GXcopy; + gc = XCreateGC(display, playfield, + GCForeground | GCBackground | GCFunction, &gcv); +- gcv.foreground = bg; ++ gcv.foreground = app_data.bg; + cleargc = XCreateGC(display, playfield, + GCForeground | GCBackground | GCFunction, &gcv); -+ application_resources[0].resource_offset=(Cardinal)&fg; -+ application_resources[1].resource_offset=(Cardinal)&bg; -+ application_resources[2].resource_offset=(Cardinal)&spiffy; -+ application_resources[3].resource_offset=(Cardinal)&autoteleport; -+ application_resources[4].resource_offset=(Cardinal)&autoteleportalways; -+ application_resources[5].resource_offset=(Cardinal)&showjumps; -+ application_resources[6].resource_offset=(Cardinal)&diewaiting; -+ application_resources[7].resource_offset=(Cardinal)&translations; -+ application_resources[8].resource_offset=(Cardinal)&score_filename; -+ - top_shell = XtInitialize(argv[0], "xrobots", options, XtNumber(options), - (int *)&argc, argv); - XtSetValues(top_shell, arglisttop_shell, XtNumber(arglisttop_shell)); Modified: head/games/xrobots/files/patch-score.c ============================================================================== --- head/games/xrobots/files/patch-score.c Mon Sep 21 12:29:36 2015 (r397491) +++ head/games/xrobots/files/patch-score.c Mon Sep 21 12:36:55 2015 (r397492) @@ -1,91 +1,73 @@ -*** score.c.orig Thu Jan 22 09:58:52 1998 ---- score.c Sun Apr 12 14:00:32 1998 -*************** -*** 56,61 **** ---- 56,62 ---- - - #include /* brings in */ - #include -+ #include - #include "xrobots.h" - - /*----------------------------------------------------------------------*/ -*************** -*** 67,73 **** - - static SCORE scores[MAXSCORES]; - -! void show_scores(), - write_out_scores(); - - static void new_high_score(), ---- 68,74 ---- - - static SCORE scores[MAXSCORES]; - -! static void show_scores(), - write_out_scores(); - - static void new_high_score(), -*************** -*** 110,121 **** - #ifndef SYSV - flock(scorefile->_file, LOCK_EX); - #endif -! while( fgets(scores[i].score,6,scorefile) /* get score */ -! && fgets(scores[i].name,26,scorefile) /* get name */ -! && fgetc(scorefile)) /* and newline */ -! { -! i++; -! if( i > MAXSCORES ) break; - } - } - ---- 111,123 ---- - #ifndef SYSV - flock(scorefile->_file, LOCK_EX); - #endif -! for(i = 0; i < MAXSCORES; i++) { -! if(!fgets(scores[i].score, 6, scorefile)) /* get score */ -! break; -! if(!fgets(scores[i].name, 26, scorefile)) /* get name */ -! break; -! if(!fgetc(scorefile)) /* and newline */ -! break; - } - } - -*************** -*** 194,200 **** - - - /*ARGSUSED*/ -! static XtCallbackProc - popdown_callback(w, closure, call_data) - Widget w; - caddr_t closure; ---- 196,202 ---- - - - /*ARGSUSED*/ -! static void - popdown_callback(w, closure, call_data) - Widget w; - caddr_t closure; -*************** -*** 253,259 **** - show_scores() - { - int i; -! char tmp_str[31]; - Arg tmp_arg; - - for(i = 0;i /* brings in */ + #include ++#include + #include "xrobots.h" + + /*----------------------------------------------------------------------*/ +@@ -67,14 +68,13 @@ typedef struct { + + static SCORE scores[MAXSCORES]; + +-void show_scores(), ++static void show_scores(), + write_out_scores(); + + static void new_high_score(), + load_scores(); + + static FILE *scorefile = 0; +-char *score_filename; + + /*----------------------------------------------------------------------*/ + +@@ -103,19 +103,20 @@ static void load_scores() + { + int i = 0; + +- if( !(scorefile = fopen(score_filename,"r+")) ) { +- scorefile = fopen(score_filename, "w"); ++ if( !(scorefile = fopen(app_data.score_filename,"r+")) ) { ++ scorefile = fopen(app_data.score_filename, "w"); + return; + } + #ifndef SYSV + flock(scorefile->_file, LOCK_EX); + #endif +- while( fgets(scores[i].score,6,scorefile) /* get score */ +- && fgets(scores[i].name,26,scorefile) /* get name */ +- && fgetc(scorefile)) /* and newline */ +- { +- i++; +- if( i > MAXSCORES ) break; ++ for(i = 0; i < MAXSCORES; i++) { ++ if(!fgets(scores[i].score, 6, scorefile)) /* get score */ ++ break; ++ if(!fgets(scores[i].name, 26, scorefile)) /* get name */ ++ break; ++ if(!fgetc(scorefile)) /* and newline */ ++ break; + } + } + +@@ -194,7 +195,7 @@ static Arg arglist_popdown[] = { + + + /*ARGSUSED*/ +-static XtCallbackProc ++static void + popdown_callback(w, closure, call_data) + Widget w; + caddr_t closure; +@@ -253,7 +254,7 @@ void + show_scores() + { + int i; +- char tmp_str[31]; ++ char tmp_str[64]; + Arg tmp_arg; + + for(i = 0;ib)?a:b) -- - #define INXRANGE( _x_ ) (((_x_) >=0) && ((_x_)=0) && ((_y_)b)?a:b) +- + #define INXRANGE( _x_ ) (((_x_) >=0) && ((_x_)=0) && ((_y_) Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF778A05B6B; Mon, 21 Sep 2015 13:24:26 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93C3E115D; Mon, 21 Sep 2015 13:24:26 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LDOQ5u032042; Mon, 21 Sep 2015 13:24:26 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LDOPSe032037; Mon, 21 Sep 2015 13:24:25 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201509211324.t8LDOPSe032037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 21 Sep 2015 13:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397493 - in head: . mail/rspamd mail/rspamd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 13:24:26 -0000 Author: vsevolod Date: Mon Sep 21 13:24:24 2015 New Revision: 397493 URL: https://svnweb.freebsd.org/changeset/ports/397493 Log: - Update mail/rspamd to 1.0.0 Submitted by: az via private email Relnotes: https://rspamd.com/announce/2015/09/17/rspamd-1.0.html Added: head/mail/rspamd/files/patch-CMakeLists.txt (contents, props changed) Modified: head/UPDATING head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Sep 21 12:36:55 2015 (r397492) +++ head/UPDATING Mon Sep 21 13:24:24 2015 (r397493) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150921: + AFFECTS: users of mail/rspamd + AUTHOR: vsevolod@FreeBSD.org + + rspamd has been updated to the version 1.0. + For migration from the previous releases, please read the following document: + https://rspamd.com/doc/migration.html + 20150919: AFFECTS: users of multimedia/ffmpeg AUTHOR: riggs@FreeBSD.org Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Sep 21 12:36:55 2015 (r397492) +++ head/mail/rspamd/Makefile Mon Sep 21 13:24:24 2015 (r397493) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 0.9.10 +PORTVERSION= 1.0.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -52,7 +52,7 @@ USE_SQLITE= yes .endif .if ${PORT_OPTIONS:MREDIRECTOR} - USES+= perl5 + USE_PERL5+= run CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON PLIST_SUB+= REDIRECTOR="" USE_RC_SUBR+= rspamd_redirector @@ -77,5 +77,9 @@ post-stage: ${STAGEDIR}/var/log/rspamd \ ${STAGEDIR}/var/db/rspamd \ ${STAGEDIR}/var/run/rspamd + # Linux specific + ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.systemd.conf + # No need, since rspamd.conf.sample is a same + ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.sysvinit.conf .include Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Mon Sep 21 12:36:55 2015 (r397492) +++ head/mail/rspamd/distinfo Mon Sep 21 13:24:24 2015 (r397493) @@ -1,2 +1,2 @@ -SHA256 (rspamd-0.9.10.tar.xz) = 5ff557610cc5b7000abe2df727d6b9bfec7e3fe019ce3fdcc386d16262b45652 -SIZE (rspamd-0.9.10.tar.xz) = 808764 +SHA256 (rspamd-1.0.0.tar.xz) = 63b23ab1c35db6291150e1b11b3cdee33155252bd1ec57382c9b0f8f76d69a39 +SIZE (rspamd-1.0.0.tar.xz) = 1045208 Added: head/mail/rspamd/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rspamd/files/patch-CMakeLists.txt Mon Sep 21 13:24:24 2015 (r397493) @@ -0,0 +1,29 @@ +--- ./CMakeLists.txt.orig 2015-09-01 16:28:36.000000000 +0300 ++++ ./CMakeLists.txt 2015-09-21 14:10:42.046330451 +0300 +@@ -1042,6 +1042,19 @@ + ENDIF(WANT_SYSTEMD_UNITS MATCHES "ON") + IF(BUILD_PORT) + INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/common.conf" ${CONFDIR} "common.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/logging.inc" ${CONFDIR} "logging.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/options.inc" ${CONFDIR} "options.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/worker-controller.inc" ${CONFDIR} "worker-controller.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/worker-normal.inc" ${CONFDIR} "worker-normal.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/2tld.inc" ${CONFDIR} "2tld.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/composites.conf" ${CONFDIR} "composites.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/metrics.conf" ${CONFDIR} "metrics.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/modules.conf" ${CONFDIR} "modules.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/statistic.conf" ${CONFDIR} "statistic.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/surbl-whitelist.inc" ${CONFDIR} "surbl-whitelist.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/dmarc_whitelist.inc" ${CONFDIR} "dmarc_whitelist.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/spf_dkim_whitelist.inc" ${CONFDIR} "spf_dkim_whitelist.inc" ".sample") + ELSE(BUILD_PORT) + INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" "") + ENDIF(BUILD_PORT) +@@ -1109,4 +1122,4 @@ + IF(NOT DEBIAN_BUILD) + ADD_CUSTOM_TARGET(check DEPENDS rspamd-test) + ADD_CUSTOM_TARGET(run-test DEPENDS check COMMAND test/rspamd-test) +-ENDIF(NOT DEBIAN_BUILD) +\ No newline at end of file ++ENDIF(NOT DEBIAN_BUILD) Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Mon Sep 21 12:36:55 2015 (r397492) +++ head/mail/rspamd/pkg-plist Mon Sep 21 13:24:24 2015 (r397493) @@ -3,17 +3,44 @@ bin/rspamd bin/rspamc-%%RSPAMDVERSION%% bin/rspamc %%REDIRECTOR%%bin/rspamd-redirector -%%ETCDIR%%/lua/regexp/drugs.lua -%%ETCDIR%%/lua/regexp/fraud.lua -%%ETCDIR%%/lua/regexp/headers.lua -%%ETCDIR%%/lua/regexp/lotto.lua -%%ETCDIR%%/lua/rspamd.classifiers.lua -%%ETCDIR%%/lua/rspamd.lua -%%ETCDIR%%/lua/hfilter.lua +@sample %%ETCDIR%%/2tld.inc.sample +@sample %%ETCDIR%%/common.conf.sample +@sample %%ETCDIR%%/composites.conf.sample +@sample %%ETCDIR%%/dmarc_whitelist.inc.sample +@sample %%ETCDIR%%/logging.inc.sample +@sample %%ETCDIR%%/metrics.conf.sample +@sample %%ETCDIR%%/modules.conf.sample +%%ETCDIR%%/modules.d/chartable.conf +%%ETCDIR%%/modules.d/dkim.conf +%%ETCDIR%%/modules.d/dmarc.conf +%%ETCDIR%%/modules.d/emails.conf +%%ETCDIR%%/modules.d/forged_recipients.conf +%%ETCDIR%%/modules.d/fuzzy_check.conf +%%ETCDIR%%/modules.d/hfilter.conf +%%ETCDIR%%/modules.d/ip_score.conf +%%ETCDIR%%/modules.d/maillist.conf +%%ETCDIR%%/modules.d/multimap.conf +%%ETCDIR%%/modules.d/once_received.conf +%%ETCDIR%%/modules.d/phishing.conf +%%ETCDIR%%/modules.d/ratelimit.conf +%%ETCDIR%%/modules.d/regexp.conf +%%ETCDIR%%/modules.d/spf.conf +%%ETCDIR%%/modules.d/surbl.conf +%%ETCDIR%%/modules.d/whitelist.conf +@sample %%ETCDIR%%/options.inc.sample +@sample %%ETCDIR%%/rspamd.conf.sample +@sample %%ETCDIR%%/spf_dkim_whitelist.inc.sample +@sample %%ETCDIR%%/statistic.conf.sample +@sample %%ETCDIR%%/surbl-whitelist.inc.sample +@sample %%ETCDIR%%/worker-controller.inc.sample +@sample %%ETCDIR%%/worker-normal.inc.sample +lib/rspamd/librspamd-actrie.so +%%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/emails.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua +%%DATADIR%%/lua/hfilter.lua %%DATADIR%%/lua/ip_score.lua %%DATADIR%%/lua/maillist.lua %%DATADIR%%/lua/multimap.lua @@ -24,30 +51,32 @@ bin/rspamc %%DATADIR%%/lua/settings.lua %%DATADIR%%/lua/spamassassin.lua %%DATADIR%%/lua/trie.lua -%%DATADIR%%/effective_tld_names.dat -%%DATADIR%%/www/index.html -%%DATADIR%%/www/plugins.txt -%%DATADIR%%/www/img/spinner.gif -%%DATADIR%%/www/img/desc.png +%%DATADIR%%/lua/whitelist.lua +%%DATADIR%%/rules/html.lua +%%DATADIR%%/rules/misc.lua +%%DATADIR%%/rules/regexp/drugs.lua +%%DATADIR%%/rules/regexp/fraud.lua +%%DATADIR%%/rules/regexp/headers.lua +%%DATADIR%%/rules/regexp/lotto.lua +%%DATADIR%%/rules/rspamd.classifiers.lua +%%DATADIR%%/rules/rspamd.lua +%%DATADIR%%/www/README.md +%%DATADIR%%/www/css/rspamd.css %%DATADIR%%/www/img/asc.png +%%DATADIR%%/www/img/desc.png +%%DATADIR%%/www/img/spinner.gif %%DATADIR%%/www/img/spinner.png -%%DATADIR%%/www/README.md -%%DATADIR%%/www/js/rspamd.js +%%DATADIR%%/www/index.html %%DATADIR%%/www/js/jquery.paginatetable.js -%%DATADIR%%/www/css/rspamd.css -lib/rspamd/librspamd-actrie.so -@sample %%ETCDIR%%/common.conf.sample -@sample %%ETCDIR%%/logging.inc.sample -@sample %%ETCDIR%%/options.inc.sample -@sample %%ETCDIR%%/worker-controller.inc.sample -@sample %%ETCDIR%%/worker-normal.inc.sample -@sample %%ETCDIR%%/rspamd.conf.sample -@sample %%ETCDIR%%/2tld.inc.sample -@sample %%ETCDIR%%/composites.conf.sample -@sample %%ETCDIR%%/metrics.conf.sample -@sample %%ETCDIR%%/modules.conf.sample -@sample %%ETCDIR%%/statistic.conf.sample -@sample %%ETCDIR%%/surbl-whitelist.inc.sample +%%DATADIR%%/www/js/rspamd.js +%%DATADIR%%/www/plugins.txt +%%DATADIR%%/www/react-index.html +%%DATADIR%%/www/src/Gruntfile.js +%%DATADIR%%/www/src/common.js +%%DATADIR%%/www/src/components/app.jsx +%%DATADIR%%/www/src/components/dashboard.jsx +%%DATADIR%%/www/src/components/login.jsx +%%DATADIR%%/www/src/package.json man/man1/rspamc.1.gz man/man8/rspamd.8.gz @dir %%EXAMPLESDIR%% From owner-svn-ports-head@freebsd.org Mon Sep 21 14:39:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E734A05CAF; Mon, 21 Sep 2015 14:39:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3228711CB; Mon, 21 Sep 2015 14:39:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LEdNN6061399; Mon, 21 Sep 2015 14:39:23 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LEdJS1061383; Mon, 21 Sep 2015 14:39:19 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509211439.t8LEdJS1061383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 21 Sep 2015 14:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397494 - in head: . japanese japanese/font-mplus japanese/font-mplus-bitmap japanese/font-mplus-bitmap/files japanese/font-mplus-outline japanese/font-mplus-outline/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 14:39:23 -0000 Author: hrs Date: Mon Sep 21 14:39:18 2015 New Revision: 397494 URL: https://svnweb.freebsd.org/changeset/ports/397494 Log: - Split japanese/font-mplus into font-mplus-outline and font-mplus-bitmap. Currently mplus-bitmap and mplus-outline use share/fonts/misc and mplus-outline as the installation directory, respectively. - Convert them to use Uses=fonts. Added: head/japanese/font-mplus-bitmap/ - copied from r396872, head/japanese/font-mplus/ head/japanese/font-mplus-outline/ - copied from r396872, head/japanese/font-mplus/ Deleted: head/japanese/font-mplus/ head/japanese/font-mplus-bitmap/files/20-unhint-mplus.conf head/japanese/font-mplus-bitmap/files/62-fonts-mplus.conf head/japanese/font-mplus-outline/files/patch-install_mplus_fonts Modified: head/MOVED head/japanese/Makefile head/japanese/font-mplus-bitmap/Makefile head/japanese/font-mplus-bitmap/distinfo head/japanese/font-mplus-bitmap/files/patch-install_mplus_fonts head/japanese/font-mplus-bitmap/files/pkg-install.in head/japanese/font-mplus-bitmap/pkg-descr head/japanese/font-mplus-bitmap/pkg-plist head/japanese/font-mplus-outline/Makefile head/japanese/font-mplus-outline/distinfo head/japanese/font-mplus-outline/files/pkg-install.in head/japanese/font-mplus-outline/pkg-descr head/japanese/font-mplus-outline/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Mon Sep 21 13:24:24 2015 (r397493) +++ head/MOVED Mon Sep 21 14:39:18 2015 (r397494) @@ -7873,3 +7873,4 @@ textproc/py-xml||2015-09-16|Remove: this x11-toolkits/wxgtk28-unicode|x11-toolkits/wxgtk28|2015-09-16|Make wxGTK now only unicode x11-toolkits/wxgtk28-unicode-contrib|x11-toolkits/wxgtk28-contrib|2015-09-16|Make wxGTK now only unicode x11-toolkits/py-wxPython28-unicode|x11-toolkits/py-wxPython28|2015-09-16|Make wxGTK now only unicode +japanese/font-mplus|japanese/font-mplus-outline|2015-09-21|Renamed Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Mon Sep 21 13:24:24 2015 (r397493) +++ head/japanese/Makefile Mon Sep 21 14:39:18 2015 (r397494) @@ -73,8 +73,9 @@ SUBDIR += font-migu SUBDIR += font-mona-ipa SUBDIR += font-motoya-al - SUBDIR += font-mplus + SUBDIR += font-mplus-bitmap SUBDIR += font-mplus-ipa + SUBDIR += font-mplus-outline SUBDIR += font-ricty SUBDIR += font-ricty-discord SUBDIR += font-sazanami Modified: head/japanese/font-mplus-bitmap/Makefile ============================================================================== --- head/japanese/font-mplus/Makefile Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/Makefile Mon Sep 21 14:39:18 2015 (r397494) @@ -2,93 +2,50 @@ # $FreeBSD$ PORTNAME= mplus -PORTVERSION= 2.2.4.055 -PORTREVISION= 2 +PORTVERSION= 2.2.4 CATEGORIES= japanese x11-fonts -MASTER_SITES= SFJP/${PORTNAME}-fonts/5030:bitmap \ - SFJP/${PORTNAME}-fonts/6650:outline +MASTER_SITES= SFJP/${PORTNAME}-fonts/5030/ PKGNAMEPREFIX= ja-font- -DISTFILES= ${PORTNAME}_bitmap_fonts-2.2.4.tar.gz:bitmap \ - ${PORTNAME}-TESTFLIGHT-055.tar.xz:outline +PKGNAMESUFFIX= -bitmap +DISTNAME= ${PORTNAME}_bitmap_fonts-2.2.4 MAINTAINER= hrs@FreeBSD.org -COMMENT= M+ Bitmap and Outline Fonts +COMMENT= M+ Bitmap fonts BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USES= tar:xz +USES= fonts +FONTNAME= misc NO_BUILD= yes NO_ARCH= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-install -SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTSDIR} \ - FONTSALIAS=${DATADIR}/bitmap/fonts.alias -PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \ - LOCAL_FONTSDIR=${LOCAL_FONTSDIR} -PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 -DATADIR= ${PREFIX}/share/font-${PORTNAME} -PORTDOCS= INSTALL_E.bitmap LICENSE_E.bitmap README_E.bitmap \ - INSTALL_J.bitmap LICENSE_J.bitmap README_J.bitmap \ - LICENSE_E.outline README_E.outline \ - LICENSE_J.outline README_J.outline - -LOCAL_FONTSDIR= share/fonts -X_FONTSDIR= lib/X11/fonts +SUB_LIST= FONTSALIAS="${DATADIR}/fonts.alias" +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= INSTALL_E LICENSE_E README_E \ + INSTALL_J LICENSE_J README_J OPTIONS_DEFINE= DOCS post-extract: - cd ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 && \ + cd ${WRKSRC} && \ ${CAT} fonts_e/fonts.alias fonts_e/euro/fonts.alias \ fonts_j/fonts.alias | ${SORT} -r > ${WRKDIR}/fonts.alias -pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/TTF ${STAGEDIR}${DATADIR}/bitmap - -do-install: do-install-bitmap do-install-outline - -do-install-bitmap: - cd ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 && \ - ${SETENV} DESTDIR="${STAGEDIR}${DATADIR}/bitmap" \ - ${SH} ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4/install_mplus_fonts - ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${STAGEDIR}${DATADIR}/bitmap - ${MKDIR} ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/${PORTNAME} - cd ${STAGEDIR}/${PREFIX}/${LOCAL_FONTSDIR}/${PORTNAME} && \ - ${LN} -s -f ../${LOCAL_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/bitmap/*.pcf.gz . - ${MKDIR} ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/misc - cd ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/misc && \ - ${LN} -s -f ../${X_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/bitmap/*.pcf.gz . - -do-install-outline: - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-TESTFLIGHT-055/*.ttf \ - ${STAGEDIR}${DATADIR}/TTF - ${MKDIR} ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/TTF - cd ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/TTF && ${LN} -s -f \ - ../${LOCAL_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/TTF/*.ttf . - ${MKDIR} ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/TTF - cd ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/TTF && ${LN} -s -f \ - ../${X_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/TTF/*.ttf . - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ - ${STAGEDIR}${PREFIX}/etc/fonts/conf.d - ${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \ - ${FILESDIR}/62-fonts-${PORTNAME}.conf \ - ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail - ${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \ - ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf - ${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \ - ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && \ + ${SETENV} DESTDIR="${STAGEDIR}${DATADIR}" \ + ${SH} ${WRKSRC}/install_mplus_fonts + ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s -f ../../../${DATADIR_REL}/*.pcf.gz . post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - for F in ${PORTDOCS:M*.bitmap:S,.bitmap$,,}; do \ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4/$${F} ${STAGEDIR}${DOCSDIR}/$${F}.bitmap; \ - done - for F in ${PORTDOCS:M*.outline:S,.outline$,,}; do \ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-TESTFLIGHT-055/$${F} ${STAGEDIR}${DOCSDIR}/$${F}.outline; \ - done + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/japanese/font-mplus-bitmap/distinfo ============================================================================== --- head/japanese/font-mplus/distinfo Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/distinfo Mon Sep 21 14:39:18 2015 (r397494) @@ -1,4 +1,2 @@ SHA256 (mplus_bitmap_fonts-2.2.4.tar.gz) = b16cf416b7fcf89f56a82feb43259aea9b979c3a660579f5a8e906c93414f1e2 SIZE (mplus_bitmap_fonts-2.2.4.tar.gz) = 382574 -SHA256 (mplus-TESTFLIGHT-055.tar.xz) = 19b2139d69c7bf4397920767affa01d2bad200610147abbcd1e2d91b10017f4d -SIZE (mplus-TESTFLIGHT-055.tar.xz) = 8853404 Modified: head/japanese/font-mplus-bitmap/files/patch-install_mplus_fonts ============================================================================== --- head/japanese/font-mplus/files/patch-install_mplus_fonts Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/files/patch-install_mplus_fonts Mon Sep 21 14:39:18 2015 (r397494) @@ -1,6 +1,6 @@ ---- install_mplus_fonts.orig 2005-03-19 23:45:12.000000000 +0900 -+++ install_mplus_fonts 2009-05-14 11:07:01.000000000 +0900 -@@ -29,18 +29,6 @@ +--- install_mplus_fonts.orig 2005-03-19 14:45:12 UTC ++++ install_mplus_fonts +@@ -29,18 +29,6 @@ CURPTH=/usr/X11R6/lib/X11/fonts/misc @@ -19,7 +19,7 @@ # Install M+ BITMAP FONTS E echo -e "\nInstall M+ BITMAP FONTS E (iso8859-1)..." cd fonts_e -@@ -54,8 +42,6 @@ +@@ -54,8 +42,6 @@ do echo "create: $b.pcf.gz" bdftopcf $f | gzip > $PREFIX/$b.pcf.gz done @@ -28,7 +28,7 @@ cd - # Install M+ BITMAP FONTS EURO -@@ -79,8 +65,6 @@ +@@ -79,8 +65,6 @@ if [ "$EURO15" != "NO" ]; then | gzip > $PREFIX/mplus_h12rw-euro.pcf.gz # rm $b-euro.bdf @@ -37,7 +37,7 @@ cd - fi -@@ -145,8 +129,6 @@ +@@ -145,8 +129,6 @@ if [ "$MPLUSJ" != "NO" ]; then done # rm mplus_j1*b.bdf @@ -46,7 +46,7 @@ cd - fi -@@ -166,12 +148,3 @@ +@@ -166,12 +148,3 @@ if [ "$CURSOR" != "NO" ]; then echo "ERROR: No such file !" fi fi Modified: head/japanese/font-mplus-bitmap/files/pkg-install.in ============================================================================== --- head/japanese/font-mplus/files/pkg-install.in Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/files/pkg-install.in Mon Sep 21 14:39:18 2015 (r397494) @@ -1,112 +1,16 @@ #!/bin/sh # $FreeBSD$ -X_FONTSDIR=%%X_FONTSDIR%% - -catfontsdir () -{ - while read _IN - do - case "${_IN}" in - *-mplus-*|[0-9]*|"") ;; - *) echo ${_IN} ;; - esac - done -} - -ROMA="" -ITAL="ai=0.15" -OBLI="ai=0.15" -RITA="ai=0.08" -ROBL="ai=0.08" - -make_xlfd() -{ - _enc=$1 - _file=$2 - _vendor=$3 - _weight=$4 - _fname=$5 - _poc=$6 - - case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="bw=0.5" ;; - c:jisx0201.1976-*) PFIX="bw=0.5" ;; - p:*) PFIX="" ;; - c:*) PFIX="" ;; - esac - - set -- "${ROMA}" r \ - ${ITAL} i \ - ${OBLI} o \ - ${RITA} ri \ - ${ROBL} ro; - while [ $# != 0 ]; do - _prefix="${PFIX}:$1"; shift - _variant=$1; shift - printf "%s:%s -%s-%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \ - $_prefix $_file $_vendor $_fname $_weight $_variant $_poc $_enc - done | sed -e 's,::,:,g' -e 's,^:,,' -} - -addentries () -{ - for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 - do - for W in black bold heavy light medium regular thin - do - make_xlfd $ENC mplus-1c-${W}.ttf mplus $W 1c p - make_xlfd $ENC mplus-2c-${W}.ttf mplus $W 2c p - make_xlfd $ENC mplus-1p-${W}.ttf mplus $W 1p p - make_xlfd $ENC mplus-2p-${W}.ttf mplus $W 2p p - make_xlfd $ENC mplus-1m-${W}.ttf mplus $W 1m c - make_xlfd $ENC mplus-1mn-${W}.ttf mplus $W 1mn c - make_xlfd $ENC mplus-2m-${W}.ttf mplus $W 2m c - done - done -} - -nfonts () -{ - _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} -} - case "$2" in POST-INSTALL) - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/TTF ${X_FONTSDIR}/misc - - cd ${X_FONTSDIR}/TTF - touch fonts.dir - (catfontsdir < fonts.dir; addentries) > fonts.dir.tmp - nfonts < fonts.dir.tmp > fonts.dir - cat fonts.dir.tmp >> fonts.dir - rm -f fonts.dir.tmp - - cd ${X_FONTSDIR}/misc - %%LOCALBASE%%/bin/mkfontdir ${X_FONTSDIR}/misc + cd %%FONTSDIR%% touch fonts.alias grep -v -- "mplus[_-]" fonts.alias > fonts.alias.tmp cat fonts.alias.tmp %%FONTSALIAS%% > fonts.alias rm -f fonts.alias.tmp - ;; -POST-DEINSTALL) - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/TTF ${X_FONTSDIR}/misc - rm -f ${X_FONTSDIR}/TTF/fonts.cache-1 ${X_FONTSDIR}/misc/fonts.cache-1 - - cd ${X_FONTSDIR}/TTF - catfontsdir < fonts.dir > fonts.dir.tmp - nfonts < fonts.dir.tmp > fonts.dir - cat fonts.dir.tmp >> fonts.dir - rm -f fonts.dir.tmp - if [ -r fonts.dir -a `wc -l < fonts.dir` = 1 ]; then - rm -f fonts.dir - fi - - cd ${X_FONTSDIR}/misc - %%LOCALBASE%%/bin/mkfontdir ${X_FONTSDIR}/misc - if [ -r ${X_FONTSDIR}/misc/fonts.dir -a `/usr/bin/wc -l < ${X_FONTSDIR}/misc/fonts.dir` = 1 ]; then - rm -f ${X_FONTSDIR}/misc/fonts.dir - fi +;; +DEINSTALL) + cd %%FONTSDIR%% touch fonts.alias grep -v -- "mplus[_-]" fonts.alias > fonts.alias.tmp if [ -s fonts.alias.tmp ]; then @@ -114,13 +18,5 @@ POST-DEINSTALL) else rm -f fonts.alias.tmp fonts.alias fi - - for D in TTF misc - do - rmdir ${X_FONTSDIR}/${D} > /dev/null 2>&1 || true - if [ -d ${X_FONTSDIR}/${D} ]; then - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/${D} || true - fi - done - ;; +;; esac Modified: head/japanese/font-mplus-bitmap/pkg-descr ============================================================================== --- head/japanese/font-mplus/pkg-descr Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/pkg-descr Mon Sep 21 14:39:18 2015 (r397494) @@ -1,4 +1,4 @@ M+ bitmap fonts is a bitmap font set aimed for simple and readable design. This font set includes Japanese and Latin fonts, and they're 10 and 12 dots. -WWW: http://mplus-fonts.sourceforge.jp/ +WWW: http://mplus-fonts.osdn.jp/mplus-bitmap-fonts/index.html Modified: head/japanese/font-mplus-bitmap/pkg-plist ============================================================================== --- head/japanese/font-mplus/pkg-plist Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-bitmap/pkg-plist Mon Sep 21 14:39:18 2015 (r397494) @@ -1,248 +1,77 @@ -%%DATADIR%%/bitmap/mplus_f10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f10b.pcf.gz -%%DATADIR%%/bitmap/mplus_f10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f10r.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r.pcf.gz -%%DATADIR%%/bitmap/mplus_h12rw-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12rw.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b-iso.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r-iso.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r.pcf.gz -%%DATADIR%%/bitmap/mplus_j12b.pcf.gz -%%DATADIR%%/bitmap/mplus_j12r.pcf.gz -%%DATADIR%%/bitmap/mplus_q06r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_q06r.pcf.gz -%%DATADIR%%/bitmap/mplus_s10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_s10b.pcf.gz -%%DATADIR%%/bitmap/mplus_s10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_s10r.pcf.gz -%%DATADIR%%/bitmap/fonts.alias -%%DATADIR%%/TTF/mplus-1c-black.ttf -%%DATADIR%%/TTF/mplus-1c-bold.ttf -%%DATADIR%%/TTF/mplus-1c-heavy.ttf -%%DATADIR%%/TTF/mplus-1c-light.ttf -%%DATADIR%%/TTF/mplus-1c-medium.ttf -%%DATADIR%%/TTF/mplus-1c-regular.ttf -%%DATADIR%%/TTF/mplus-1c-thin.ttf -%%DATADIR%%/TTF/mplus-1m-bold.ttf -%%DATADIR%%/TTF/mplus-1m-light.ttf -%%DATADIR%%/TTF/mplus-1m-medium.ttf -%%DATADIR%%/TTF/mplus-1m-regular.ttf -%%DATADIR%%/TTF/mplus-1m-thin.ttf -%%DATADIR%%/TTF/mplus-1mn-bold.ttf -%%DATADIR%%/TTF/mplus-1mn-light.ttf -%%DATADIR%%/TTF/mplus-1mn-medium.ttf -%%DATADIR%%/TTF/mplus-1mn-regular.ttf -%%DATADIR%%/TTF/mplus-1mn-thin.ttf -%%DATADIR%%/TTF/mplus-1p-black.ttf -%%DATADIR%%/TTF/mplus-1p-bold.ttf -%%DATADIR%%/TTF/mplus-1p-heavy.ttf -%%DATADIR%%/TTF/mplus-1p-light.ttf -%%DATADIR%%/TTF/mplus-1p-medium.ttf -%%DATADIR%%/TTF/mplus-1p-regular.ttf -%%DATADIR%%/TTF/mplus-1p-thin.ttf -%%DATADIR%%/TTF/mplus-2c-black.ttf -%%DATADIR%%/TTF/mplus-2c-bold.ttf -%%DATADIR%%/TTF/mplus-2c-heavy.ttf -%%DATADIR%%/TTF/mplus-2c-light.ttf -%%DATADIR%%/TTF/mplus-2c-medium.ttf -%%DATADIR%%/TTF/mplus-2c-regular.ttf -%%DATADIR%%/TTF/mplus-2c-thin.ttf -%%DATADIR%%/TTF/mplus-2m-bold.ttf -%%DATADIR%%/TTF/mplus-2m-light.ttf -%%DATADIR%%/TTF/mplus-2m-medium.ttf -%%DATADIR%%/TTF/mplus-2m-regular.ttf -%%DATADIR%%/TTF/mplus-2m-thin.ttf -%%DATADIR%%/TTF/mplus-2p-black.ttf -%%DATADIR%%/TTF/mplus-2p-bold.ttf -%%DATADIR%%/TTF/mplus-2p-heavy.ttf -%%DATADIR%%/TTF/mplus-2p-light.ttf -%%DATADIR%%/TTF/mplus-2p-medium.ttf -%%DATADIR%%/TTF/mplus-2p-regular.ttf -%%DATADIR%%/TTF/mplus-2p-thin.ttf -%%LOCAL_FONTSDIR%%/mplus/mplus_f10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12rw-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12rw.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b-iso.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r-iso.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_q06r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_q06r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10r.pcf.gz -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-black.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-heavy.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1mn-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1mn-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1mn-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1mn-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1mn-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-black.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-heavy.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1p-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-black.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-heavy.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2c-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2m-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2m-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2m-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2m-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2m-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-black.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-heavy.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-2p-thin.ttf -etc/fonts/conf.avail/20-unhint-mplus.conf -etc/fonts/conf.avail/62-fonts-mplus.conf -etc/fonts/conf.d/20-unhint-mplus.conf -etc/fonts/conf.d/62-fonts-mplus.conf -%%X_FONTSDIR%%/misc/mplus_f10b-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f10b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f10r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f10r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12b-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12b-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12r-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_f12r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10b-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10b-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10r-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h10r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12b-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12b-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12r-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12rw-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_h12rw.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10b-iso.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10b-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10r-iso.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10r-jisx0201.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j10r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j12b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_j12r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_q06r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_q06r.pcf.gz -%%X_FONTSDIR%%/misc/mplus_s10b-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_s10b.pcf.gz -%%X_FONTSDIR%%/misc/mplus_s10r-euro.pcf.gz -%%X_FONTSDIR%%/misc/mplus_s10r.pcf.gz -%%X_FONTSDIR%%/TTF/mplus-1c-black.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-heavy.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-light.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-1c-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-1m-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-1m-light.ttf -%%X_FONTSDIR%%/TTF/mplus-1m-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-1m-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-1m-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-1mn-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-1mn-light.ttf -%%X_FONTSDIR%%/TTF/mplus-1mn-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-1mn-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-1mn-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-black.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-heavy.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-light.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-1p-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-black.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-heavy.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-light.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-2c-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-2m-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-2m-light.ttf -%%X_FONTSDIR%%/TTF/mplus-2m-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-2m-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-2m-thin.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-black.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-bold.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-heavy.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-light.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-medium.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-regular.ttf -%%X_FONTSDIR%%/TTF/mplus-2p-thin.ttf +%%DATADIR%%/mplus_f10b-euro.pcf.gz +%%DATADIR%%/mplus_f10b.pcf.gz +%%DATADIR%%/mplus_f10r-euro.pcf.gz +%%DATADIR%%/mplus_f10r.pcf.gz +%%DATADIR%%/mplus_f12b-euro.pcf.gz +%%DATADIR%%/mplus_f12b-jisx0201.pcf.gz +%%DATADIR%%/mplus_f12b.pcf.gz +%%DATADIR%%/mplus_f12r-euro.pcf.gz +%%DATADIR%%/mplus_f12r-jisx0201.pcf.gz +%%DATADIR%%/mplus_f12r.pcf.gz +%%DATADIR%%/mplus_h10b-euro.pcf.gz +%%DATADIR%%/mplus_h10b-jisx0201.pcf.gz +%%DATADIR%%/mplus_h10b.pcf.gz +%%DATADIR%%/mplus_h10r-euro.pcf.gz +%%DATADIR%%/mplus_h10r-jisx0201.pcf.gz +%%DATADIR%%/mplus_h10r.pcf.gz +%%DATADIR%%/mplus_h12b-euro.pcf.gz +%%DATADIR%%/mplus_h12b-jisx0201.pcf.gz +%%DATADIR%%/mplus_h12b.pcf.gz +%%DATADIR%%/mplus_h12r-euro.pcf.gz +%%DATADIR%%/mplus_h12r-jisx0201.pcf.gz +%%DATADIR%%/mplus_h12r.pcf.gz +%%DATADIR%%/mplus_h12rw-euro.pcf.gz +%%DATADIR%%/mplus_h12rw.pcf.gz +%%DATADIR%%/mplus_j10b-iso.pcf.gz +%%DATADIR%%/mplus_j10b-jisx0201.pcf.gz +%%DATADIR%%/mplus_j10b.pcf.gz +%%DATADIR%%/mplus_j10r-iso.pcf.gz +%%DATADIR%%/mplus_j10r-jisx0201.pcf.gz +%%DATADIR%%/mplus_j10r.pcf.gz +%%DATADIR%%/mplus_j12b.pcf.gz +%%DATADIR%%/mplus_j12r.pcf.gz +%%DATADIR%%/mplus_q06r-euro.pcf.gz +%%DATADIR%%/mplus_q06r.pcf.gz +%%DATADIR%%/mplus_s10b-euro.pcf.gz +%%DATADIR%%/mplus_s10b.pcf.gz +%%DATADIR%%/mplus_s10r-euro.pcf.gz +%%DATADIR%%/mplus_s10r.pcf.gz +%%DATADIR%%/fonts.alias +%%FONTSDIR%%/mplus_f10b-euro.pcf.gz +%%FONTSDIR%%/mplus_f10b.pcf.gz +%%FONTSDIR%%/mplus_f10r-euro.pcf.gz +%%FONTSDIR%%/mplus_f10r.pcf.gz +%%FONTSDIR%%/mplus_f12b-euro.pcf.gz +%%FONTSDIR%%/mplus_f12b-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_f12b.pcf.gz +%%FONTSDIR%%/mplus_f12r-euro.pcf.gz +%%FONTSDIR%%/mplus_f12r-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_f12r.pcf.gz +%%FONTSDIR%%/mplus_h10b-euro.pcf.gz +%%FONTSDIR%%/mplus_h10b-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_h10b.pcf.gz +%%FONTSDIR%%/mplus_h10r-euro.pcf.gz +%%FONTSDIR%%/mplus_h10r-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_h10r.pcf.gz +%%FONTSDIR%%/mplus_h12b-euro.pcf.gz +%%FONTSDIR%%/mplus_h12b-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_h12b.pcf.gz +%%FONTSDIR%%/mplus_h12r-euro.pcf.gz +%%FONTSDIR%%/mplus_h12r-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_h12r.pcf.gz +%%FONTSDIR%%/mplus_h12rw-euro.pcf.gz +%%FONTSDIR%%/mplus_h12rw.pcf.gz +%%FONTSDIR%%/mplus_j10b-iso.pcf.gz +%%FONTSDIR%%/mplus_j10b-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_j10b.pcf.gz +%%FONTSDIR%%/mplus_j10r-iso.pcf.gz +%%FONTSDIR%%/mplus_j10r-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_j10r.pcf.gz +%%FONTSDIR%%/mplus_j12b.pcf.gz +%%FONTSDIR%%/mplus_j12r.pcf.gz +%%FONTSDIR%%/mplus_q06r-euro.pcf.gz +%%FONTSDIR%%/mplus_q06r.pcf.gz +%%FONTSDIR%%/mplus_s10b-euro.pcf.gz +%%FONTSDIR%%/mplus_s10b.pcf.gz +%%FONTSDIR%%/mplus_s10r-euro.pcf.gz +%%FONTSDIR%%/mplus_s10r.pcf.gz Modified: head/japanese/font-mplus-outline/Makefile ============================================================================== --- head/japanese/font-mplus/Makefile Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-outline/Makefile Mon Sep 21 14:39:18 2015 (r397494) @@ -2,76 +2,37 @@ # $FreeBSD$ PORTNAME= mplus -PORTVERSION= 2.2.4.055 -PORTREVISION= 2 +PORTVERSION= 0.6.0 CATEGORIES= japanese x11-fonts -MASTER_SITES= SFJP/${PORTNAME}-fonts/5030:bitmap \ - SFJP/${PORTNAME}-fonts/6650:outline +MASTER_SITES= SFJP/${PORTNAME}-fonts/62344/ PKGNAMEPREFIX= ja-font- -DISTFILES= ${PORTNAME}_bitmap_fonts-2.2.4.tar.gz:bitmap \ - ${PORTNAME}-TESTFLIGHT-055.tar.xz:outline +PKGNAMESUFFIX= -outline +DISTNAME= ${PORTNAME}-TESTFLIGHT-060 MAINTAINER= hrs@FreeBSD.org -COMMENT= M+ Bitmap and Outline Fonts +COMMENT= M+ Outline Fonts -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - fc-cache:${PORTSDIR}/x11-fonts/fontconfig + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USES= tar:xz +USES= fonts:fc tar:xz NO_BUILD= yes NO_ARCH= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-install -SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTSDIR} \ - FONTSALIAS=${DATADIR}/bitmap/fonts.alias -PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \ - LOCAL_FONTSDIR=${LOCAL_FONTSDIR} -PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 -DATADIR= ${PREFIX}/share/font-${PORTNAME} -PORTDOCS= INSTALL_E.bitmap LICENSE_E.bitmap README_E.bitmap \ - INSTALL_J.bitmap LICENSE_J.bitmap README_J.bitmap \ - LICENSE_E.outline README_E.outline \ - LICENSE_J.outline README_J.outline - -LOCAL_FONTSDIR= share/fonts -X_FONTSDIR= lib/X11/fonts +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= LICENSE_E README_E LICENSE_J README_J OPTIONS_DEFINE= DOCS -post-extract: - cd ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 && \ - ${CAT} fonts_e/fonts.alias fonts_e/euro/fonts.alias \ - fonts_j/fonts.alias | ${SORT} -r > ${WRKDIR}/fonts.alias - -pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/TTF ${STAGEDIR}${DATADIR}/bitmap - -do-install: do-install-bitmap do-install-outline - -do-install-bitmap: - cd ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4 && \ - ${SETENV} DESTDIR="${STAGEDIR}${DATADIR}/bitmap" \ - ${SH} ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4/install_mplus_fonts - ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${STAGEDIR}${DATADIR}/bitmap - ${MKDIR} ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/${PORTNAME} - cd ${STAGEDIR}/${PREFIX}/${LOCAL_FONTSDIR}/${PORTNAME} && \ - ${LN} -s -f ../${LOCAL_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/bitmap/*.pcf.gz . - ${MKDIR} ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/misc - cd ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/misc && \ - ${LN} -s -f ../${X_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/bitmap/*.pcf.gz . - -do-install-outline: - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-TESTFLIGHT-055/*.ttf \ - ${STAGEDIR}${DATADIR}/TTF - ${MKDIR} ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/TTF - cd ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/TTF && ${LN} -s -f \ - ../${LOCAL_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/TTF/*.ttf . - ${MKDIR} ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/TTF - cd ${STAGEDIR}${PREFIX}/${X_FONTSDIR}/TTF && ${LN} -s -f \ - ../${X_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/TTF/*.ttf . +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${STAGEDIR}${FONTSDIR} && ${LN} -s -f \ + ../../../${DATADIR_REL}/*.ttf . ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d ${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \ @@ -83,12 +44,7 @@ do-install-outline: ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - for F in ${PORTDOCS:M*.bitmap:S,.bitmap$,,}; do \ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4/$${F} ${STAGEDIR}${DOCSDIR}/$${F}.bitmap; \ - done - for F in ${PORTDOCS:M*.outline:S,.outline$,,}; do \ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-TESTFLIGHT-055/$${F} ${STAGEDIR}${DOCSDIR}/$${F}.outline; \ - done + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/japanese/font-mplus-outline/distinfo ============================================================================== --- head/japanese/font-mplus/distinfo Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-outline/distinfo Mon Sep 21 14:39:18 2015 (r397494) @@ -1,4 +1,2 @@ -SHA256 (mplus_bitmap_fonts-2.2.4.tar.gz) = b16cf416b7fcf89f56a82feb43259aea9b979c3a660579f5a8e906c93414f1e2 -SIZE (mplus_bitmap_fonts-2.2.4.tar.gz) = 382574 -SHA256 (mplus-TESTFLIGHT-055.tar.xz) = 19b2139d69c7bf4397920767affa01d2bad200610147abbcd1e2d91b10017f4d -SIZE (mplus-TESTFLIGHT-055.tar.xz) = 8853404 +SHA256 (mplus-TESTFLIGHT-060.tar.xz) = b6914650caa86b9a8cfd682ae643bfb174690513a5aa01b3d75830a6761ae753 +SIZE (mplus-TESTFLIGHT-060.tar.xz) = 9795300 Modified: head/japanese/font-mplus-outline/files/pkg-install.in ============================================================================== --- head/japanese/font-mplus/files/pkg-install.in Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-outline/files/pkg-install.in Mon Sep 21 14:39:18 2015 (r397494) @@ -1,8 +1,6 @@ #!/bin/sh # $FreeBSD$ -X_FONTSDIR=%%X_FONTSDIR%% - catfontsdir () { while read _IN @@ -73,27 +71,15 @@ nfonts () case "$2" in POST-INSTALL) - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/TTF ${X_FONTSDIR}/misc - - cd ${X_FONTSDIR}/TTF + cd %%FONTSDIR%% touch fonts.dir (catfontsdir < fonts.dir; addentries) > fonts.dir.tmp nfonts < fonts.dir.tmp > fonts.dir cat fonts.dir.tmp >> fonts.dir rm -f fonts.dir.tmp - - cd ${X_FONTSDIR}/misc - %%LOCALBASE%%/bin/mkfontdir ${X_FONTSDIR}/misc - touch fonts.alias - grep -v -- "mplus[_-]" fonts.alias > fonts.alias.tmp - cat fonts.alias.tmp %%FONTSALIAS%% > fonts.alias - rm -f fonts.alias.tmp - ;; -POST-DEINSTALL) - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/TTF ${X_FONTSDIR}/misc - rm -f ${X_FONTSDIR}/TTF/fonts.cache-1 ${X_FONTSDIR}/misc/fonts.cache-1 - - cd ${X_FONTSDIR}/TTF +;; +DEINSTALL) + cd %%FONTSDIR%% catfontsdir < fonts.dir > fonts.dir.tmp nfonts < fonts.dir.tmp > fonts.dir cat fonts.dir.tmp >> fonts.dir @@ -101,26 +87,5 @@ POST-DEINSTALL) if [ -r fonts.dir -a `wc -l < fonts.dir` = 1 ]; then rm -f fonts.dir fi - - cd ${X_FONTSDIR}/misc - %%LOCALBASE%%/bin/mkfontdir ${X_FONTSDIR}/misc - if [ -r ${X_FONTSDIR}/misc/fonts.dir -a `/usr/bin/wc -l < ${X_FONTSDIR}/misc/fonts.dir` = 1 ]; then - rm -f ${X_FONTSDIR}/misc/fonts.dir - fi - touch fonts.alias - grep -v -- "mplus[_-]" fonts.alias > fonts.alias.tmp - if [ -s fonts.alias.tmp ]; then - mv fonts.alias.tmp fonts.alias - else - rm -f fonts.alias.tmp fonts.alias - fi - - for D in TTF misc - do - rmdir ${X_FONTSDIR}/${D} > /dev/null 2>&1 || true - if [ -d ${X_FONTSDIR}/${D} ]; then - %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/${D} || true - fi - done - ;; +;; esac Modified: head/japanese/font-mplus-outline/pkg-descr ============================================================================== --- head/japanese/font-mplus/pkg-descr Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-outline/pkg-descr Mon Sep 21 14:39:18 2015 (r397494) @@ -1,4 +1,5 @@ -M+ bitmap fonts is a bitmap font set aimed for simple and readable design. -This font set includes Japanese and Latin fonts, and they're 10 and 12 dots. +M+ Outline fonts include proportional Latin (4 variations), +fixed-halfwidth Latin (3 variations) and fixed-fullwidth Japanese +(2 Kana variations) character set. -WWW: http://mplus-fonts.sourceforge.jp/ +WWW: http://mplus-fonts.osdn.jp/mplus-outline-fonts/index-en.html Modified: head/japanese/font-mplus-outline/pkg-plist ============================================================================== --- head/japanese/font-mplus/pkg-plist Sun Sep 13 23:30:21 2015 (r396872) +++ head/japanese/font-mplus-outline/pkg-plist Mon Sep 21 14:39:18 2015 (r397494) @@ -1,248 +1,90 @@ -%%DATADIR%%/bitmap/mplus_f10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f10b.pcf.gz -%%DATADIR%%/bitmap/mplus_f10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f10r.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_f12b.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_f12r.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h10b.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h10r.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h12b.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_h12r.pcf.gz -%%DATADIR%%/bitmap/mplus_h12rw-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_h12rw.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b-iso.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_j10b.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r-iso.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r-jisx0201.pcf.gz -%%DATADIR%%/bitmap/mplus_j10r.pcf.gz -%%DATADIR%%/bitmap/mplus_j12b.pcf.gz -%%DATADIR%%/bitmap/mplus_j12r.pcf.gz -%%DATADIR%%/bitmap/mplus_q06r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_q06r.pcf.gz -%%DATADIR%%/bitmap/mplus_s10b-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_s10b.pcf.gz -%%DATADIR%%/bitmap/mplus_s10r-euro.pcf.gz -%%DATADIR%%/bitmap/mplus_s10r.pcf.gz -%%DATADIR%%/bitmap/fonts.alias -%%DATADIR%%/TTF/mplus-1c-black.ttf -%%DATADIR%%/TTF/mplus-1c-bold.ttf -%%DATADIR%%/TTF/mplus-1c-heavy.ttf -%%DATADIR%%/TTF/mplus-1c-light.ttf -%%DATADIR%%/TTF/mplus-1c-medium.ttf -%%DATADIR%%/TTF/mplus-1c-regular.ttf -%%DATADIR%%/TTF/mplus-1c-thin.ttf -%%DATADIR%%/TTF/mplus-1m-bold.ttf -%%DATADIR%%/TTF/mplus-1m-light.ttf -%%DATADIR%%/TTF/mplus-1m-medium.ttf -%%DATADIR%%/TTF/mplus-1m-regular.ttf -%%DATADIR%%/TTF/mplus-1m-thin.ttf -%%DATADIR%%/TTF/mplus-1mn-bold.ttf -%%DATADIR%%/TTF/mplus-1mn-light.ttf -%%DATADIR%%/TTF/mplus-1mn-medium.ttf -%%DATADIR%%/TTF/mplus-1mn-regular.ttf -%%DATADIR%%/TTF/mplus-1mn-thin.ttf -%%DATADIR%%/TTF/mplus-1p-black.ttf -%%DATADIR%%/TTF/mplus-1p-bold.ttf -%%DATADIR%%/TTF/mplus-1p-heavy.ttf -%%DATADIR%%/TTF/mplus-1p-light.ttf -%%DATADIR%%/TTF/mplus-1p-medium.ttf -%%DATADIR%%/TTF/mplus-1p-regular.ttf -%%DATADIR%%/TTF/mplus-1p-thin.ttf -%%DATADIR%%/TTF/mplus-2c-black.ttf -%%DATADIR%%/TTF/mplus-2c-bold.ttf -%%DATADIR%%/TTF/mplus-2c-heavy.ttf -%%DATADIR%%/TTF/mplus-2c-light.ttf -%%DATADIR%%/TTF/mplus-2c-medium.ttf -%%DATADIR%%/TTF/mplus-2c-regular.ttf -%%DATADIR%%/TTF/mplus-2c-thin.ttf -%%DATADIR%%/TTF/mplus-2m-bold.ttf -%%DATADIR%%/TTF/mplus-2m-light.ttf -%%DATADIR%%/TTF/mplus-2m-medium.ttf -%%DATADIR%%/TTF/mplus-2m-regular.ttf -%%DATADIR%%/TTF/mplus-2m-thin.ttf -%%DATADIR%%/TTF/mplus-2p-black.ttf -%%DATADIR%%/TTF/mplus-2p-bold.ttf -%%DATADIR%%/TTF/mplus-2p-heavy.ttf -%%DATADIR%%/TTF/mplus-2p-light.ttf -%%DATADIR%%/TTF/mplus-2p-medium.ttf -%%DATADIR%%/TTF/mplus-2p-regular.ttf -%%DATADIR%%/TTF/mplus-2p-thin.ttf -%%LOCAL_FONTSDIR%%/mplus/mplus_f10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_f12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12rw-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_h12rw.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b-iso.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r-iso.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r-jisx0201.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j10r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j12b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_j12r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_q06r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_q06r.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10b-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10b.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10r-euro.pcf.gz -%%LOCAL_FONTSDIR%%/mplus/mplus_s10r.pcf.gz -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-black.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-heavy.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-regular.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1c-thin.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-bold.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-light.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-medium.ttf -%%LOCAL_FONTSDIR%%/TTF/mplus-1m-regular.ttf *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Sep 21 15:01:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92961A067A4; Mon, 21 Sep 2015 15:01:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6972D1D4F; Mon, 21 Sep 2015 15:01:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LF194n072252; Mon, 21 Sep 2015 15:01:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LF18wf072249; Mon, 21 Sep 2015 15:01:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509211501.t8LF18wf072249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 21 Sep 2015 15:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397495 - head/www/elixir-maru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:01:09 -0000 Author: olgeni Date: Mon Sep 21 15:01:07 2015 New Revision: 397495 URL: https://svnweb.freebsd.org/changeset/ports/397495 Log: Upgrade www/elixir-maru to version 0.8.1. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo head/www/elixir-maru/pkg-plist Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Mon Sep 21 14:39:18 2015 (r397494) +++ head/www/elixir-maru/Makefile Mon Sep 21 15:01:07 2015 (r397495) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Mon Sep 21 14:39:18 2015 (r397494) +++ head/www/elixir-maru/distinfo Mon Sep 21 15:01:07 2015 (r397495) @@ -1,2 +1,2 @@ -SHA256 (falood-maru-v0.8.0_GH0.tar.gz) = 02b1a8acc1c67e797ead52fa7da08458db7fb1064060462cfa06dd7ee25f6468 -SIZE (falood-maru-v0.8.0_GH0.tar.gz) = 17555 +SHA256 (falood-maru-v0.8.1_GH0.tar.gz) = 2bb608ac7a6d8a3797573e0afef8bfd46a00cc4fbd66316711697177d34ae921 +SIZE (falood-maru-v0.8.1_GH0.tar.gz) = 18028 Modified: head/www/elixir-maru/pkg-plist ============================================================================== --- head/www/elixir-maru/pkg-plist Mon Sep 21 14:39:18 2015 (r397494) +++ head/www/elixir-maru/pkg-plist Mon Sep 21 15:01:07 2015 (r397495) @@ -3,6 +3,7 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Bui lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Methods.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Namespaces.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Params.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Routers.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Config.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormatter.beam @@ -60,6 +61,7 @@ lib/elixir/lib/maru/lib/maru/builder/exc lib/elixir/lib/maru/lib/maru/builder/methods.ex lib/elixir/lib/maru/lib/maru/builder/namespaces.ex lib/elixir/lib/maru/lib/maru/builder/params.ex +lib/elixir/lib/maru/lib/maru/builder/routers.ex lib/elixir/lib/maru/lib/maru/config.ex lib/elixir/lib/maru/lib/maru/exceptions.ex lib/elixir/lib/maru/lib/maru/helper.ex From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A267A05AA2; Mon, 21 Sep 2015 15:42:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AD671F90; Mon, 21 Sep 2015 15:42:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgGLL089518; Mon, 21 Sep 2015 15:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgGoq089517; Mon, 21 Sep 2015 15:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgGoq089517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397496 - head/devel/p5-MouseX-NativeTraits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:16 -0000 Author: sunpoet Date: Mon Sep 21 15:42:15 2015 New Revision: 397496 URL: https://svnweb.freebsd.org/changeset/ports/397496 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-MouseX-NativeTraits/Makefile Modified: head/devel/p5-MouseX-NativeTraits/Makefile ============================================================================== --- head/devel/p5-MouseX-NativeTraits/Makefile Mon Sep 21 15:01:07 2015 (r397495) +++ head/devel/p5-MouseX-NativeTraits/Makefile Mon Sep 21 15:42:15 2015 (r397496) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extend your attribute interfaces for Mouse +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Mouse>=0.82:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB7BEA05AEC; Mon, 21 Sep 2015 15:42:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC8901077; Mon, 21 Sep 2015 15:42:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgP96089738; Mon, 21 Sep 2015 15:42:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgPC9089737; Mon, 21 Sep 2015 15:42:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgPC9089737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397498 - head/devel/rubygem-fog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:25 -0000 Author: sunpoet Date: Mon Sep 21 15:42:24 2015 New Revision: 397498 URL: https://svnweb.freebsd.org/changeset/ports/397498 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-fog/Makefile Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Mon Sep 21 15:42:19 2015 (r397497) +++ head/devel/rubygem-fog/Makefile Mon Sep 21 15:42:24 2015 (r397498) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby cloud services library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-fog-atmos>=0:${PORTSDIR}/net/rubygem-fog-atmos \ rubygem-fog-aws>=0.6.0:${PORTSDIR}/net/rubygem-fog-aws \ From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 689E3A05AE1; Mon, 21 Sep 2015 15:42:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6CD1001; Mon, 21 Sep 2015 15:42:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgKro089635; Mon, 21 Sep 2015 15:42:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgKrM089633; Mon, 21 Sep 2015 15:42:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgKrM089633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397497 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:21 -0000 Author: sunpoet Date: Mon Sep 21 15:42:19 2015 New Revision: 397497 URL: https://svnweb.freebsd.org/changeset/ports/397497 Log: - Update to 1.2.0 - Add LICENSE_FILE Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Mon Sep 21 15:42:15 2015 (r397496) +++ head/net/rubygem-fog-sakuracloud/Makefile Mon Sep 21 15:42:19 2015 (r397497) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for the 'fog' gem to support Sakura no Cloud LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Mon Sep 21 15:42:15 2015 (r397496) +++ head/net/rubygem-fog-sakuracloud/distinfo Mon Sep 21 15:42:19 2015 (r397497) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.1.1.gem) = c9878228d7a8a8084420b92ed18f318e3eb7ef73e2c9bc200a6d2cf47f1ca7fd -SIZE (rubygem/fog-sakuracloud-1.1.1.gem) = 17920 +SHA256 (rubygem/fog-sakuracloud-1.2.0.gem) = e5de13ec593b9d12554206e1b8a4bb36f596d613094258e6e9d00b60da5898a0 +SIZE (rubygem/fog-sakuracloud-1.2.0.gem) = 18944 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C81A05B36; Mon, 21 Sep 2015 15:42:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96CBB1162; Mon, 21 Sep 2015 15:42:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgU5A089852; Mon, 21 Sep 2015 15:42:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgU7l089850; Mon, 21 Sep 2015 15:42:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgU7l089850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397499 - head/sysutils/rubygem-backup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:30 -0000 Author: sunpoet Date: Mon Sep 21 15:42:29 2015 New Revision: 397499 URL: https://svnweb.freebsd.org/changeset/ports/397499 Log: - Update to 4.2.0 Changes: http://backup.github.io/backup/v4/release-notes/ https://github.com/backup/backup/commits/master Modified: head/sysutils/rubygem-backup/Makefile head/sysutils/rubygem-backup/distinfo Modified: head/sysutils/rubygem-backup/Makefile ============================================================================== --- head/sysutils/rubygem-backup/Makefile Mon Sep 21 15:42:24 2015 (r397498) +++ head/sysutils/rubygem-backup/Makefile Mon Sep 21 15:42:29 2015 (r397499) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backup -PORTVERSION= 4.1.12 +PORTVERSION= 4.2.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-backup/distinfo ============================================================================== --- head/sysutils/rubygem-backup/distinfo Mon Sep 21 15:42:24 2015 (r397498) +++ head/sysutils/rubygem-backup/distinfo Mon Sep 21 15:42:29 2015 (r397499) @@ -1,2 +1,2 @@ -SHA256 (rubygem/backup-4.1.12.gem) = d575cb109e4b9df6f4d4ef6bb3102fba1608fb46328cf3ef351a4d10d927b692 -SIZE (rubygem/backup-4.1.12.gem) = 83456 +SHA256 (rubygem/backup-4.2.0.gem) = 6f927531da63c6ae4fcfafcaa4b18a94ea8f50ce3a50e70acdffabeae62336b5 +SIZE (rubygem/backup-4.2.0.gem) = 83456 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9594BA05B69; Mon, 21 Sep 2015 15:42:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85A8A123E; Mon, 21 Sep 2015 15:42:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgZJp089969; Mon, 21 Sep 2015 15:42:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgZYp089967; Mon, 21 Sep 2015 15:42:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgZYp089967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397500 - head/converters/p5-Convert-IBM390 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:35 -0000 Author: sunpoet Date: Mon Sep 21 15:42:34 2015 New Revision: 397500 URL: https://svnweb.freebsd.org/changeset/ports/397500 Log: - Update to 0.28 - Strip shared library Changes: http://search.cpan.org/dist/Convert-IBM390/Changes Modified: head/converters/p5-Convert-IBM390/Makefile head/converters/p5-Convert-IBM390/distinfo Modified: head/converters/p5-Convert-IBM390/Makefile ============================================================================== --- head/converters/p5-Convert-IBM390/Makefile Mon Sep 21 15:42:29 2015 (r397499) +++ head/converters/p5-Convert-IBM390/Makefile Mon Sep 21 15:42:34 2015 (r397500) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Convert-IBM390 -PORTVERSION= 0.27 -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,4 +13,7 @@ COMMENT= Functions for manipulating main USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/IBM390/IBM390.so + .include Modified: head/converters/p5-Convert-IBM390/distinfo ============================================================================== --- head/converters/p5-Convert-IBM390/distinfo Mon Sep 21 15:42:29 2015 (r397499) +++ head/converters/p5-Convert-IBM390/distinfo Mon Sep 21 15:42:34 2015 (r397500) @@ -1,2 +1,2 @@ -SHA256 (Convert-IBM390-0.27.tar.gz) = 4d897a5dc5f0cacc597cdfcc2bb4b294ce5e9c5456670bda2b9d64bfba214506 -SIZE (Convert-IBM390-0.27.tar.gz) = 30183 +SHA256 (Convert-IBM390-0.28.tar.gz) = a153016bc37ad468ef2c16029673ee80393578960af5d584e14c9a98538f7d56 +SIZE (Convert-IBM390-0.28.tar.gz) = 30973 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D79DA05BA5; Mon, 21 Sep 2015 15:42:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E71C1336; Mon, 21 Sep 2015 15:42:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFge8I090086; Mon, 21 Sep 2015 15:42:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgeuZ090084; Mon, 21 Sep 2015 15:42:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgeuZ090084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397501 - head/www/rubygem-httparty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:40 -0000 Author: sunpoet Date: Mon Sep 21 15:42:39 2015 New Revision: 397501 URL: https://svnweb.freebsd.org/changeset/ports/397501 Log: - Update to 0.13.6 - Add LICENSE_FILE Changes: https://github.com/jnunemaker/httparty/blob/master/History Modified: head/www/rubygem-httparty/Makefile head/www/rubygem-httparty/distinfo Modified: head/www/rubygem-httparty/Makefile ============================================================================== --- head/www/rubygem-httparty/Makefile Mon Sep 21 15:42:34 2015 (r397500) +++ head/www/rubygem-httparty/Makefile Mon Sep 21 15:42:39 2015 (r397501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httparty -PORTVERSION= 0.13.5 +PORTVERSION= 0.13.6 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,12 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Library that Makes HTTP Fun Again LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \ rubygem-multi_xml>=0.5.2:${PORTSDIR}/textproc/rubygem-multi_xml NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-httparty/distinfo ============================================================================== --- head/www/rubygem-httparty/distinfo Mon Sep 21 15:42:34 2015 (r397500) +++ head/www/rubygem-httparty/distinfo Mon Sep 21 15:42:39 2015 (r397501) @@ -1,2 +1,2 @@ -SHA256 (rubygem/httparty-0.13.5.gem) = c9b9a31d80af2e5bc5e2a7c37efc5d8aad4c8d9c58b82f18e4ff37cfef7223d5 -SIZE (rubygem/httparty-0.13.5.gem) = 78848 +SHA256 (rubygem/httparty-0.13.6.gem) = 3a4be6d49854520b7fda2b7ff9b37f276f3fc01892d4a14accf8119399f03a48 +SIZE (rubygem/httparty-0.13.6.gem) = 81920 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C444A05BE1; Mon, 21 Sep 2015 15:42:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D28C1438; Mon, 21 Sep 2015 15:42:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgjE8090189; Mon, 21 Sep 2015 15:42:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgjvc090188; Mon, 21 Sep 2015 15:42:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgjvc090188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397502 - head/devel/rubygem-jquery-ui-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:45 -0000 Author: sunpoet Date: Mon Sep 21 15:42:44 2015 New Revision: 397502 URL: https://svnweb.freebsd.org/changeset/ports/397502 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-jquery-ui-themes/Makefile Modified: head/devel/rubygem-jquery-ui-themes/Makefile ============================================================================== --- head/devel/rubygem-jquery-ui-themes/Makefile Mon Sep 21 15:42:39 2015 (r397501) +++ head/devel/rubygem-jquery-ui-themes/Makefile Mon Sep 21 15:42:44 2015 (r397502) @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Allows inclusion of pre-built jquery themes without editing LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7ED3A05C1B; Mon, 21 Sep 2015 15:42:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C90711564; Mon, 21 Sep 2015 15:42:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgnX0090279; Mon, 21 Sep 2015 15:42:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgnpZ090278; Mon, 21 Sep 2015 15:42:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgnpZ090278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397503 - head/devel/rubygem-rodzilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:49 -0000 Author: sunpoet Date: Mon Sep 21 15:42:48 2015 New Revision: 397503 URL: https://svnweb.freebsd.org/changeset/ports/397503 Log: - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/devel/rubygem-rodzilla/Makefile Modified: head/devel/rubygem-rodzilla/Makefile ============================================================================== --- head/devel/rubygem-rodzilla/Makefile Mon Sep 21 15:42:44 2015 (r397502) +++ head/devel/rubygem-rodzilla/Makefile Mon Sep 21 15:42:48 2015 (r397503) @@ -10,11 +10,11 @@ MAINTAINER= linpct@gmail.com COMMENT= Bugzilla API Client LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-httparty>=0.12.0:${PORTSDIR}/www/rubygem-httparty NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16782A05C51; Mon, 21 Sep 2015 15:42:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078C0162E; Mon, 21 Sep 2015 15:42:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgrBJ090379; Mon, 21 Sep 2015 15:42:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgrQn090378; Mon, 21 Sep 2015 15:42:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgrQn090378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397504 - head/net-im/rubygem-hipchat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:54 -0000 Author: sunpoet Date: Mon Sep 21 15:42:53 2015 New Revision: 397504 URL: https://svnweb.freebsd.org/changeset/ports/397504 Log: - Add LICENSE_FILE Modified: head/net-im/rubygem-hipchat/Makefile Modified: head/net-im/rubygem-hipchat/Makefile ============================================================================== --- head/net-im/rubygem-hipchat/Makefile Mon Sep 21 15:42:48 2015 (r397503) +++ head/net-im/rubygem-hipchat/Makefile Mon Sep 21 15:42:53 2015 (r397504) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library to interact with HipChat LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty \ rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic From owner-svn-ports-head@freebsd.org Mon Sep 21 15:42:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F36EA05C85; Mon, 21 Sep 2015 15:42:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7043B182B; Mon, 21 Sep 2015 15:42:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFgwtR090482; Mon, 21 Sep 2015 15:42:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFgwvF090481; Mon, 21 Sep 2015 15:42:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211542.t8LFgwvF090481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397505 - head/www/rubygem-flowdock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:42:58 -0000 Author: sunpoet Date: Mon Sep 21 15:42:57 2015 New Revision: 397505 URL: https://svnweb.freebsd.org/changeset/ports/397505 Log: - Add LICENSE_FILE Modified: head/www/rubygem-flowdock/Makefile Modified: head/www/rubygem-flowdock/Makefile ============================================================================== --- head/www/rubygem-flowdock/Makefile Mon Sep 21 15:42:53 2015 (r397504) +++ head/www/rubygem-flowdock/Makefile Mon Sep 21 15:42:57 2015 (r397505) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Gem for Flowdock API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-httparty>=0.7:${PORTSDIR}/www/rubygem-httparty \ rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json From owner-svn-ports-head@freebsd.org Mon Sep 21 15:43:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F49BA05CB8; Mon, 21 Sep 2015 15:43:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 301DD1918; Mon, 21 Sep 2015 15:43:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFh3nN090603; Mon, 21 Sep 2015 15:43:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFh2Uu090601; Mon, 21 Sep 2015 15:43:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211543.t8LFh2Uu090601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397506 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:43:03 -0000 Author: sunpoet Date: Mon Sep 21 15:43:02 2015 New Revision: 397506 URL: https://svnweb.freebsd.org/changeset/ports/397506 Log: - Update to 2015.09.20 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Sep 21 15:42:57 2015 (r397505) +++ head/german/mythes/Makefile Mon Sep 21 15:43:02 2015 (r397506) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.09.13 +PORTVERSION= 2015.09.20 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Sep 21 15:42:57 2015 (r397505) +++ head/german/mythes/distinfo Mon Sep 21 15:43:02 2015 (r397506) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20150913.oxt) = 21d08bd0481b509828496ec7e36edd44ccadd486a30a8dc41054c23a61be6b4c -SIZE (mythes/Deutscher-Thesaurus-20150913.oxt) = 7114347 +SHA256 (mythes/Deutscher-Thesaurus-20150920.oxt) = dd04d753aac17c0872ade1f973802627c860b283589e243ef9b076fe8280a1f6 +SIZE (mythes/Deutscher-Thesaurus-20150920.oxt) = 7129356 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:43:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12451A05CF5; Mon, 21 Sep 2015 15:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 034AC19EE; Mon, 21 Sep 2015 15:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFh737090720; Mon, 21 Sep 2015 15:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFh7No090716; Mon, 21 Sep 2015 15:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211543.t8LFh7No090716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397507 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:43:08 -0000 Author: sunpoet Date: Mon Sep 21 15:43:06 2015 New Revision: 397507 URL: https://svnweb.freebsd.org/changeset/ports/397507 Log: - Update to 2015.09.20 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Mon Sep 21 15:43:02 2015 (r397506) +++ head/textproc/nl-mythes/Makefile Mon Sep 21 15:43:06 2015 (r397507) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.09.13 +PORTVERSION= 2015.09.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Mon Sep 21 15:43:02 2015 (r397506) +++ head/textproc/nl-mythes/distinfo Mon Sep 21 15:43:06 2015 (r397507) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20150913.oxt) = 64089dccddb89cc56d6a8729df641cf1e861f22c59323140158f2bb483907305 -SIZE (mythes/thes_nl-20150913.oxt) = 1956069 +SHA256 (mythes/thes_nl-20150920.oxt) = c30f7cbafd059ffdcf9baed56cde1da783fa4f0740f7ff921c9bb4f98edb1749 +SIZE (mythes/thes_nl-20150920.oxt) = 1956069 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:43:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCF9DA05D49; Mon, 21 Sep 2015 15:43:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7C71AE2; Mon, 21 Sep 2015 15:43:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFhCOM090834; Mon, 21 Sep 2015 15:43:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFhCN3090832; Mon, 21 Sep 2015 15:43:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211543.t8LFhCN3090832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397508 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:43:13 -0000 Author: sunpoet Date: Mon Sep 21 15:43:11 2015 New Revision: 397508 URL: https://svnweb.freebsd.org/changeset/ports/397508 Log: - Update to 2015.09.20 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Sep 21 15:43:06 2015 (r397507) +++ head/textproc/sk-mythes/Makefile Mon Sep 21 15:43:11 2015 (r397508) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.09.13 +PORTVERSION= 2015.09.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Sep 21 15:43:06 2015 (r397507) +++ head/textproc/sk-mythes/distinfo Mon Sep 21 15:43:11 2015 (r397508) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150913.zip) = 8927c9f6198633539ca135976ef42ed0473995db96277b21604fe3537b8badd2 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20150913.zip) = 239160 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150920.zip) = a8f82ed65d8f9690535c83b08e0d14b95d810b321f881e5b17aa0901f52bfc0d +SIZE (mythes/OOo-Thesaurus2-sk_SK-20150920.zip) = 239160 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:43:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109E0A05D7D; Mon, 21 Sep 2015 15:43:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B24381BE3; Mon, 21 Sep 2015 15:43:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFhHWM090951; Mon, 21 Sep 2015 15:43:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFhHP9090949; Mon, 21 Sep 2015 15:43:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509211543.t8LFhHP9090949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2015 15:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397509 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:43:18 -0000 Author: sunpoet Date: Mon Sep 21 15:43:16 2015 New Revision: 397509 URL: https://svnweb.freebsd.org/changeset/ports/397509 Log: - Update to 2015.09.20 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Sep 21 15:43:11 2015 (r397508) +++ head/textproc/sl-mythes/Makefile Mon Sep 21 15:43:16 2015 (r397509) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.09.13 +PORTVERSION= 2015.09.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Sep 21 15:43:11 2015 (r397508) +++ head/textproc/sl-mythes/distinfo Mon Sep 21 15:43:16 2015 (r397509) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20150913.zip) = 0fcbf82663b40b2864f6944e24a9c9481a104706eba389e9f0885f833480fe03 -SIZE (mythes/thes_sl_SI_v2-20150913.zip) = 374667 +SHA256 (mythes/thes_sl_SI_v2-20150920.zip) = 0659b21c3bdb884aa5a79abd9a690058a8de77d0258aff8a7f89f6da33dae5e8 +SIZE (mythes/thes_sl_SI_v2-20150920.zip) = 374667 From owner-svn-ports-head@freebsd.org Mon Sep 21 15:48:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2072A05FDC; Mon, 21 Sep 2015 15:48:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A30251E36; Mon, 21 Sep 2015 15:48:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LFmLmn091259; Mon, 21 Sep 2015 15:48:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LFmLIB091258; Mon, 21 Sep 2015 15:48:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509211548.t8LFmLIB091258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Sep 2015 15:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397510 - head/devel/clanlib1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 15:48:21 -0000 Author: marino Date: Mon Sep 21 15:48:20 2015 New Revision: 397510 URL: https://svnweb.freebsd.org/changeset/ports/397510 Log: devel/clanlib1: Add USES=alias and pet portlint Modified: head/devel/clanlib1/Makefile Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Mon Sep 21 15:43:16 2015 (r397509) +++ head/devel/clanlib1/Makefile Mon Sep 21 15:48:20 2015 (r397510) @@ -6,8 +6,8 @@ PORTVERSION= 1.0.0 PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-1.0/ -DISTNAME= ClanLib-${PORTVERSION} PKGNAMESUFFIX= 1 +DISTNAME= ClanLib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libmikmod.so:${PORTSDIR}/audio/libmikmod \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= alias gmake jpeg libtool pathfix pkgconfig tar:tgz USE_XORG= x11 xi USE_LDCONFIG= yes USE_SDL= gfx From owner-svn-ports-head@freebsd.org Mon Sep 21 16:03:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24FE3A06781; Mon, 21 Sep 2015 16:03:56 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F008E184C; Mon, 21 Sep 2015 16:03:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LG3tiN099223; Mon, 21 Sep 2015 16:03:55 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LG3tiU099221; Mon, 21 Sep 2015 16:03:55 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201509211603.t8LG3tiU099221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Mon, 21 Sep 2015 16:03:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397511 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 16:03:56 -0000 Author: erwin Date: Mon Sep 21 16:03:54 2015 New Revision: 397511 URL: https://svnweb.freebsd.org/changeset/ports/397511 Log: Upgrade from 4.1.3 to version to 4.1.5 (includes up 4.1.4) FEATURES: - RFC7553 RR Type URI support. - removed hardcoded interface limit, --with-max-ips removed. - Admitted axfrs are logged at verbosity 1. Refused at verbosity 2. Major BUG FIXES: - Fix NSID response for short edns sizes. - Fix that for expired zones NSD performs an AXFR and accepts newer and older serial numbers. PR: 203231 Submitted by: Jaap Akkerhuis (maintainer) Sponsored by: DK Hostmaster A/S Modified: head/dns/nsd/Makefile head/dns/nsd/distinfo Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Mon Sep 21 15:48:20 2015 (r397510) +++ head/dns/nsd/Makefile Mon Sep 21 16:03:54 2015 (r397511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -51,7 +51,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD- differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ - MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL ZONE_STATS MUNIN_PLUGIN + MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL OPTIONS_SUB= yes @@ -62,7 +62,6 @@ CHECKING_DESC= Internal run-time checks NSEC3_DESC= NSEC3 support MINRESPSIZE_DESC= Minimial response sizing MMAP_DESC= Use mmap instead of malloc (experimental) -MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} RRL_DESC= Response Rate Limiting ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) @@ -77,7 +76,6 @@ CHECKING_CONFIGURE_ENABLE= checking NSEC3_CONFIGURE_ENABLE= nsec3 MINRESPSIZE_CONFIGURE_ENABLE= minimal-responses MMAP_CONFIGURE_ENABLE= mmap -MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} RRL_CONFIGURE_ENABLE= ratelimit ZONE_STATS_CONFIGURE_ENABLE= zone-stats Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Mon Sep 21 15:48:20 2015 (r397510) +++ head/dns/nsd/distinfo Mon Sep 21 16:03:54 2015 (r397511) @@ -1,2 +1,2 @@ -SHA256 (nsd-4.1.3.tar.gz) = 097cb295cdd3e8a73a8afac343caf0fca11b72b2214b022689ddc423312d17e5 -SIZE (nsd-4.1.3.tar.gz) = 1068672 +SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa +SIZE (nsd-4.1.5.tar.gz) = 1070873 From owner-svn-ports-head@freebsd.org Mon Sep 21 16:29:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CE52A05258; Mon, 21 Sep 2015 16:29:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DC0D12FC; Mon, 21 Sep 2015 16:29:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LGTuFo007906; Mon, 21 Sep 2015 16:29:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LGTum4007905; Mon, 21 Sep 2015 16:29:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509211629.t8LGTum4007905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Sep 2015 16:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397512 - head/benchmarks/iorate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 16:29:57 -0000 Author: marino Date: Mon Sep 21 16:29:56 2015 New Revision: 397512 URL: https://svnweb.freebsd.org/changeset/ports/397512 Log: benchmarks/iorate: USES+=alias to fix build on DragonFly Modified: head/benchmarks/iorate/Makefile Modified: head/benchmarks/iorate/Makefile ============================================================================== --- head/benchmarks/iorate/Makefile Mon Sep 21 16:03:54 2015 (r397511) +++ head/benchmarks/iorate/Makefile Mon Sep 21 16:29:56 2015 (r397512) @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar MAINTAINER= blttll@gmail.com COMMENT= General purpose storage I/O benchmarking tool -USES= bison +USES= alias bison MAKEFILE= makefile MAKE_ARGS= CC="${CC}" NO_WRKSUBDIR= yes From owner-svn-ports-head@freebsd.org Mon Sep 21 17:55:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CF86A062C5 for ; Mon, 21 Sep 2015 17:55:48 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) (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 CFDE61E22 for ; Mon, 21 Sep 2015 17:55:47 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by igbni9 with SMTP id ni9so63486835igb.0 for ; Mon, 21 Sep 2015 10:55:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=U3K1ERb1A51GAF1BlTr3y3mgv2CSKl9Ivj38r38Q/M0=; b=cPgpg5b11qLR7ucVyW4aVAZVnft3p/ZFI1iYv82KEmJrCrdyz3zvkP1rpwBOA1K32z bK49e5K4QAFqw30Gm73TYliwBEQJQMD94tfpnwN1dQKOeXVXM5J5TED3NDhkSFf8rO3P GntAh7gjgANO7HKcafZmjCxqdJYlHj5Ew7+QcOEopdSiX3BGFi31TaiOhsa1l1nZN4Uh zzUs6noLTsV/lTI+jkSWf5zIz5VGW8zcHo1FBff3WQSNm1W6ekrlNtp2ckdaHazqGotg iaqfBa6b0i5IsOQATHzPO5gOgnv0ZuCkEko9LQ1ciSF1sxp91xM6yft1WoUPxNu8uhu2 Z3kQ== X-Gm-Message-State: ALoCoQlkKLEgX/t8LG6g0lF2cZ9rPU/HSIhqRKMR2RaTd5prWvbUqwf/nqR3w6gsLfRmenfcQC0K X-Received: by 10.50.77.15 with SMTP id o15mr13111195igw.5.1442858141388; Mon, 21 Sep 2015 10:55:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.132.103 with HTTP; Mon, 21 Sep 2015 10:55:01 -0700 (PDT) X-Originating-IP: [96.255.75.208] In-Reply-To: <201509202130.t8KLUe7W015210@repo.freebsd.org> References: <201509202130.t8KLUe7W015210@repo.freebsd.org> From: "Philip M. Gollucci" Date: Mon, 21 Sep 2015 13:55:01 -0400 Message-ID: Subject: Re: svn commit: r397464 - in head/lang: ruby20/files ruby21/files To: Michael Moll Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 17:55:48 -0000 Nice! On Sun, Sep 20, 2015 at 5:30 PM, Michael Moll wrote: > Author: mmoll > Date: Sun Sep 20 21:30:40 2015 > New Revision: 397464 > URL: https://svnweb.freebsd.org/changeset/ports/397464 > > Log: > fix Ruby 2.0 and 2.1 header for clang 3.7 > > 2.2 already had this change in upstream > > PR: 202660 > Submitted by: dim (different version) > Obtained from: Ruby SVN repository (r47996) > > Added: > head/lang/ruby20/files/patch-include_ruby_ruby.h (contents, props > changed) > head/lang/ruby21/files/patch-include_ruby_ruby.h (contents, props > changed) > > Added: head/lang/ruby20/files/patch-include_ruby_ruby.h > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/ruby20/files/patch-include_ruby_ruby.h Sun Sep 20 > 21:30:40 2015 (r397464) > @@ -0,0 +1,11 @@ > +--- include/ruby/ruby.h.orig 2015-09-20 20:42:37 UTC > ++++ include/ruby/ruby.h > +@@ -238,7 +238,7 @@ typedef char ruby_check_sizeof_voidp[SIZ > + #define FIXNUM_MAX (LONG_MAX>>1) > + #define FIXNUM_MIN RSHIFT((long)LONG_MIN,1) > + > +-#define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG)) > ++#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG) > + #define LONG2FIX(i) INT2FIX(i) > + #define rb_fix_new(v) INT2FIX(v) > + VALUE rb_int2inum(SIGNED_VALUE); > > Added: head/lang/ruby21/files/patch-include_ruby_ruby.h > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/ruby21/files/patch-include_ruby_ruby.h Sun Sep 20 > 21:30:40 2015 (r397464) > @@ -0,0 +1,11 @@ > +--- include/ruby/ruby.h.orig 2015-09-20 20:49:26 UTC > ++++ include/ruby/ruby.h > +@@ -228,7 +228,7 @@ typedef char ruby_check_sizeof_voidp[SIZ > + #define FIXNUM_MAX (LONG_MAX>>1) > + #define FIXNUM_MIN RSHIFT((long)LONG_MIN,1) > + > +-#define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG)) > ++#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG) > + #define LONG2FIX(i) INT2FIX(i) > + #define rb_fix_new(v) INT2FIX(v) > + VALUE rb_int2inum(SIGNED_VALUE); > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-head@freebsd.org Mon Sep 21 18:01:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B99B5A065BC; Mon, 21 Sep 2015 18:01:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF1D1313; Mon, 21 Sep 2015 18:01:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LI1oWu048382; Mon, 21 Sep 2015 18:01:50 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LI1o2D048380; Mon, 21 Sep 2015 18:01:50 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509211801.t8LI1o2D048380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 21 Sep 2015 18:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397513 - in head/sysutils/rubygem-hammer_cli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 18:01:50 -0000 Author: mmoll Date: Mon Sep 21 18:01:49 2015 New Revision: 397513 URL: https://svnweb.freebsd.org/changeset/ports/397513 Log: sysutils/rubygem-hammer_cli: update to 0.4.0 Deleted: head/sysutils/rubygem-hammer_cli/files/ Modified: head/sysutils/rubygem-hammer_cli/Makefile head/sysutils/rubygem-hammer_cli/distinfo Modified: head/sysutils/rubygem-hammer_cli/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli/Makefile Mon Sep 21 16:29:56 2015 (r397512) +++ head/sysutils/rubygem-hammer_cli/Makefile Mon Sep 21 18:01:49 2015 (r397513) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Provides CLI interfaces for Rub LICENSE= GPLv3 -RUN_DEPENDS= rubygem-apipie-bindings>=0.0.10:${PORTSDIR}/devel/rubygem-apipie-bindings \ +RUN_DEPENDS= rubygem-apipie-bindings>=0.0.14:${PORTSDIR}/devel/rubygem-apipie-bindings \ rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \ rubygem-clamp>=1.0.0:${PORTSDIR}/devel/rubygem-clamp \ rubygem-fast_gettext>=0.8.1:${PORTSDIR}/devel/rubygem-fast_gettext \ @@ -19,8 +19,6 @@ RUN_DEPENDS= rubygem-apipie-bindings>=0. rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \ rubygem-locale>=2.0.6:${PORTSDIR}/devel/rubygem-locale \ rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \ - rubygem-mime-types>=1.0:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client \ rubygem-table_print>=1.5.1:${PORTSDIR}/devel/rubygem-table_print NO_ARCH= yes Modified: head/sysutils/rubygem-hammer_cli/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli/distinfo Mon Sep 21 16:29:56 2015 (r397512) +++ head/sysutils/rubygem-hammer_cli/distinfo Mon Sep 21 18:01:49 2015 (r397513) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hammer_cli-0.3.0.gem) = 8b1839afd3fe7c86a7e1ddd022aa0ed2edec4d7da44de881d01fa88a59282166 -SIZE (rubygem/hammer_cli-0.3.0.gem) = 147968 +SHA256 (rubygem/hammer_cli-0.4.0.gem) = 2742651f149af3bb972cfdf74b5860caa3a3e411eca4bf2af0ed399260a938cb +SIZE (rubygem/hammer_cli-0.4.0.gem) = 152064 From owner-svn-ports-head@freebsd.org Mon Sep 21 18:02:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA3CA065FB; Mon, 21 Sep 2015 18:02:12 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA2D41454; Mon, 21 Sep 2015 18:02:11 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LI2BuR048522; Mon, 21 Sep 2015 18:02:11 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LI2BNe048520; Mon, 21 Sep 2015 18:02:11 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509211802.t8LI2BNe048520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 21 Sep 2015 18:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397514 - in head/sysutils/rubygem-hammer_cli_foreman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 18:02:12 -0000 Author: mmoll Date: Mon Sep 21 18:02:10 2015 New Revision: 397514 URL: https://svnweb.freebsd.org/changeset/ports/397514 Log: sysutils/rubygem-hammer_cli_foreman: update to 0.4.0 Deleted: head/sysutils/rubygem-hammer_cli_foreman/files/ Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile head/sysutils/rubygem-hammer_cli_foreman/distinfo Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/Makefile Mon Sep 21 18:01:49 2015 (r397513) +++ head/sysutils/rubygem-hammer_cli_foreman/Makefile Mon Sep 21 18:02:10 2015 (r397514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli_foreman -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,9 +11,7 @@ COMMENT= Foreman commands for Hammer CLI LICENSE= GPLv3 -RUN_DEPENDS= rubygem-apipie-bindings>=0.0.11:${PORTSDIR}/devel/rubygem-apipie-bindings \ - rubygem-hammer_cli>=0.3.0:${PORTSDIR}/sysutils/rubygem-hammer_cli \ - rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client +RUN_DEPENDS= rubygem-hammer_cli>=0.3.0:${PORTSDIR}/sysutils/rubygem-hammer_cli NO_ARCH= yes Modified: head/sysutils/rubygem-hammer_cli_foreman/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/distinfo Mon Sep 21 18:01:49 2015 (r397513) +++ head/sysutils/rubygem-hammer_cli_foreman/distinfo Mon Sep 21 18:02:10 2015 (r397514) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hammer_cli_foreman-0.3.0.gem) = e79a5304c7a025cc1365fe6cb266078a749dcde5abb6a39f506670b5d358b0e6 -SIZE (rubygem/hammer_cli_foreman-0.3.0.gem) = 528896 +SHA256 (rubygem/hammer_cli_foreman-0.4.0.gem) = fd202529269b43da52892dfd271911665430b224e7d7535500e68a7f574d54fe +SIZE (rubygem/hammer_cli_foreman-0.4.0.gem) = 534528 From owner-svn-ports-head@freebsd.org Mon Sep 21 18:11:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4E77A06A84; Mon, 21 Sep 2015 18:11:07 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA3B81B11; Mon, 21 Sep 2015 18:11:07 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LIB7mn050260; Mon, 21 Sep 2015 18:11:07 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LIB6AR050256; Mon, 21 Sep 2015 18:11:06 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509211811.t8LIB6AR050256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 21 Sep 2015 18:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397515 - in head/textproc: . rubygem-scss_lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 18:11:08 -0000 Author: mmoll Date: Mon Sep 21 18:11:06 2015 New Revision: 397515 URL: https://svnweb.freebsd.org/changeset/ports/397515 Log: new port: textproc/rubygem-scss_lint scss-lint is a tool to help keep your SCSS files clean and readable. You can run it manually from the command line, or integrate it into your SCM hooks. WWW: https://github.com/brigade/scss-lint Added: head/textproc/rubygem-scss_lint/ head/textproc/rubygem-scss_lint/Makefile (contents, props changed) head/textproc/rubygem-scss_lint/distinfo (contents, props changed) head/textproc/rubygem-scss_lint/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Sep 21 18:02:10 2015 (r397514) +++ head/textproc/Makefile Mon Sep 21 18:11:06 2015 (r397515) @@ -1438,6 +1438,7 @@ SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine + SUBDIR += rubygem-scss_lint SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp Added: head/textproc/rubygem-scss_lint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-scss_lint/Makefile Mon Sep 21 18:11:06 2015 (r397515) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= scss_lint +PORTVERSION= 0.41.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= mmoll@FreeBSD.org +COMMENT= SCSS linter + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rainbow>=2.0:${PORTSDIR}/devel/rubygem-rainbow \ + rubygem-sass>=3.4.15:${PORTSDIR}/textproc/rubygem-sass + +NO_ARCH= yes + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/scss-lint + +.include Added: head/textproc/rubygem-scss_lint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-scss_lint/distinfo Mon Sep 21 18:11:06 2015 (r397515) @@ -0,0 +1,2 @@ +SHA256 (rubygem/scss_lint-0.41.0.gem) = b36069088b4ac8b3432995adc8706ef780a9ef3e286b8c233d9d0ad712d212a1 +SIZE (rubygem/scss_lint-0.41.0.gem) = 90624 Added: head/textproc/rubygem-scss_lint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-scss_lint/pkg-descr Mon Sep 21 18:11:06 2015 (r397515) @@ -0,0 +1,4 @@ +scss-lint is a tool to help keep your SCSS files clean and readable. You can +run it manually from the command line, or integrate it into your SCM hooks. + +WWW: https://github.com/brigade/scss-lint From owner-svn-ports-head@freebsd.org Mon Sep 21 19:03:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3CEBA06C64; Mon, 21 Sep 2015 19:03:14 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA9E21CD0; Mon, 21 Sep 2015 19:03:14 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LJ3EdW073440; Mon, 21 Sep 2015 19:03:14 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LJ3ERP073439; Mon, 21 Sep 2015 19:03:14 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509211903.t8LJ3ERP073439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 21 Sep 2015 19:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397516 - head/security/pecl-scrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 19:03:15 -0000 Author: robak Date: Mon Sep 21 19:03:13 2015 New Revision: 397516 URL: https://svnweb.freebsd.org/changeset/ports/397516 Log: security/pecl-scrypt: various fixes and improvements - Bump PORTREVISION - Replace STRIP_CMD with INSTALL_TARGET=install-strip - Remove STACKPROTECTOR and STACKPROTECTORALL from options - Add EXAMPLES and TEST to options PR: 200698 Submitted by: Horia Racoviceanu (maintainer) Modified: head/security/pecl-scrypt/Makefile Modified: head/security/pecl-scrypt/Makefile ============================================================================== --- head/security/pecl-scrypt/Makefile Mon Sep 21 18:11:06 2015 (r397515) +++ head/security/pecl-scrypt/Makefile Mon Sep 21 19:03:13 2015 (r397516) @@ -3,7 +3,7 @@ PORTNAME= scrypt PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,33 +17,43 @@ USES= compiler tar:tgz USE_PHP= hash USE_PHPEXT= yes USE_PHP_BUILD= yes +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.md -OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=STACKPROTECTOR +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +PORTEXAMPLES= scrypt.php -OPTIONS_RADIO= BUFFER_OVERFLOW_PROTECTION -OPTIONS_RADIO_BUFFER_OVERFLOW_PROTECTION= STACKPROTECTOR STACKPROTECTORALL +TESTDIR= ${PREFIX}/tests/${PKGNAMEPREFIX}${PORTNAME} +PORTTEST= run-tests.php tests/params.phpt tests/vectors.phpt -STACKPROTECTOR_DESC= Protect functions with vulnerable objects -STACKPROTECTORALL_DESC= Protect all functions +OPTIONS_DEFINE= DOCS EXAMPLES TEST -STACKPROTECTOR_CFLAGS= -fstack-protector -STACKPROTECTORALL_CFLAGS= -fstack-protector-all +TEST_PLIST_FILES= ${PORTTEST:S|^|${TESTDIR:S|${PREFIX}/||:S|$|/|}|} .include +.if ${ARCH} == i386 && ${OSVERSION} < 1000036 +CFLAGS+= -fstack-protector +.endif + .if ${ARCH} != amd64 && ${COMPILER_TYPE} == gcc post-patch: ${REINPLACE_CMD} '/emmintrin.h/d' ${WRKSRC}/config.m4 .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PORTNAME}.so - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} + +.if ${PORT_OPTIONS:MTEST} + @${MKDIR} ${STAGEDIR}${TESTDIR} + ${INSTALL_DATA} ${PORTTEST:M*.php:S|^|${WRKSRC}/|} ${STAGEDIR}${TESTDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} tests ${STAGEDIR}${TESTDIR}) +.endif + .include From owner-svn-ports-head@freebsd.org Mon Sep 21 19:09:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D947A06F8C; Mon, 21 Sep 2015 19:09:03 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B37D1028; Mon, 21 Sep 2015 19:09:03 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LJ92OR073897; Mon, 21 Sep 2015 19:09:02 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LJ92ge073893; Mon, 21 Sep 2015 19:09:02 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509211909.t8LJ92ge073893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 21 Sep 2015 19:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397517 - in head/emulators: catapult openmsx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 19:09:03 -0000 Author: johans Date: Mon Sep 21 19:09:01 2015 New Revision: 397517 URL: https://svnweb.freebsd.org/changeset/ports/397517 Log: Update OpenMSX and Catapult to 0.12.0 https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_12_0/doc/release-notes.txt Modified: head/emulators/catapult/Makefile head/emulators/catapult/distinfo head/emulators/openmsx/Makefile head/emulators/openmsx/distinfo Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Mon Sep 21 19:03:13 2015 (r397516) +++ head/emulators/catapult/Makefile Mon Sep 21 19:09:01 2015 (r397517) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= catapult -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.12.0 CATEGORIES= emulators -MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} +MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org @@ -23,7 +22,6 @@ USE_GCC= yes USE_CXXSTD= gnu++0x USE_GNOME= gtk20 libxml2 USE_WX= 2.8 -WX_UNICODE= yes MAKEFILE= GNUmakefile MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ INSTALL_SHARE_DIR="${DATADIR}" \ @@ -75,10 +73,10 @@ post-patch: >> ${WRKSRC}/build/flavour-portbld.mk post-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/resources/icons - @${INSTALL_DATA} ${WRKSRC}/src/catapult.xpm \ + ${MKDIR} ${STAGEDIR}${DATADIR}/resources/icons + ${INSTALL_DATA} ${WRKSRC}/src/catapult.xpm \ ${STAGEDIR}${DATADIR}/resources/icons - @cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \ + cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \ ${STAGEDIR}${DESKTOPDIR} .include Modified: head/emulators/catapult/distinfo ============================================================================== --- head/emulators/catapult/distinfo Mon Sep 21 19:03:13 2015 (r397516) +++ head/emulators/catapult/distinfo Mon Sep 21 19:09:01 2015 (r397517) @@ -1,2 +1,2 @@ -SHA256 (openmsx-catapult-0.11.0.tar.gz) = a76d9ab9e2000679d8cbc69622232c3d6647493d402bffc19f469749ead15ad2 -SIZE (openmsx-catapult-0.11.0.tar.gz) = 1404388 +SHA256 (openmsx-catapult-0.12.0.tar.gz) = 2dff844016e62e46e395b8094b1e985d4acf4b86c2670c102f77e5a86eb389c2 +SIZE (openmsx-catapult-0.12.0.tar.gz) = 1394993 Modified: head/emulators/openmsx/Makefile ============================================================================== --- head/emulators/openmsx/Makefile Mon Sep 21 19:03:13 2015 (r397516) +++ head/emulators/openmsx/Makefile Mon Sep 21 19:09:01 2015 (r397517) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= openmsx -PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTVERSION= 0.12.0 CATEGORIES= emulators -MASTER_SITES= SF +MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ MAINTAINER= johans@FreeBSD.org COMMENT= Open source MSX emulator Modified: head/emulators/openmsx/distinfo ============================================================================== --- head/emulators/openmsx/distinfo Mon Sep 21 19:03:13 2015 (r397516) +++ head/emulators/openmsx/distinfo Mon Sep 21 19:09:01 2015 (r397517) @@ -1,2 +1,2 @@ -SHA256 (openmsx-0.11.0.tar.gz) = 93611a12b3860f31ef081d625e9e7f68a48c81c564d629801def868a87b75a77 -SIZE (openmsx-0.11.0.tar.gz) = 3249448 +SHA256 (openmsx-0.12.0.tar.gz) = 1d96a466badd625e7b6860a65afb10a7b5283a15721faa4186546693fec06a92 +SIZE (openmsx-0.12.0.tar.gz) = 3277303 From owner-svn-ports-head@freebsd.org Mon Sep 21 20:24:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B07A0566D; Mon, 21 Sep 2015 20:24:32 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1DCD1FCF; Mon, 21 Sep 2015 20:24:31 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LKOVns011015; Mon, 21 Sep 2015 20:24:31 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LKOUBA011008; Mon, 21 Sep 2015 20:24:30 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509212024.t8LKOUBA011008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 21 Sep 2015 20:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397518 - in head/news/inn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 20:24:32 -0000 Author: johans Date: Mon Sep 21 20:24:30 2015 New Revision: 397518 URL: https://svnweb.freebsd.org/changeset/ports/397518 Log: Update to INN 2.6.0 http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1 Deleted: head/news/inn/files/patch-configure Modified: head/news/inn/Makefile head/news/inn/distinfo head/news/inn/files/patch-lib_innconf.c head/news/inn/files/patch-storage_buffindexed_shmem.c head/news/inn/pkg-plist Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Mon Sep 21 19:09:01 2015 (r397517) +++ head/news/inn/Makefile Mon Sep 21 20:24:30 2015 (r397518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= inn -PORTVERSION= 2.5.5 +PORTVERSION= 2.6.0 CATEGORIES= news ipv6 MASTER_SITES= ISC/${PORTNAME} @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_RC_SUBR= innd SUB_FILES= pkg-install -USES= cpe gmake perl5 uidfix +USES= cpe gmake libtool perl5 uidfix CPE_VENDOR= isc CONFLICTS?= inn-stable-[0-9]* inn-current-[0-9]* @@ -52,28 +52,31 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/m --with-run-dir=${INN_RUNDIR} \ --with-db-dir=${INN_DBDIR} \ --datarootdir=${INN_SHAREDIR} \ - --enable-ipv6 --with-perl + --with-perl + +LIBVER_LONG= 3.0.0 +PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} .include .if ${PORT_OPTIONS:MBERKELEYDB} USE_BDB= 44+ -CONFIGURE_ENV+= DB_VER=db${BDB_VER} -CONFIGURE_ENV+= DB_LIB=${BDB_LIB_NAME} -CONFIGURE_ARGS+= --with-berkeleydb=${LOCALBASE} +CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} \ + --with-bdb-lib=${LOCALBASE}/lib \ + --with-bdb-include=${BDB_INCLUDE_DIR} .endif .if ${PORT_OPTIONS:MKERBEROS} . if exists(${LOCALBASE}/bin/krb5-config) LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5 -CONFIGURE_ARGS+= --with-kerberos=${LOCALBASE} +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} . else -CONFIGURE_ARGS+= --with-kerberos=/usr +CONFIGURE_ARGS+= --with-krb5=/usr . endif CONFIGURE_ENV+= ac_cv_search_krb5_parse_name="-lcrypt -lcrypto -lkrb5 -lasn1 -lroken -lhx509" CONFIGURE_ENV+= ac_cv_func_krb5_init_ets=yes .else -CONFIGURE_ARGS+= --without-kerberos +CONFIGURE_ARGS+= --without-krb5 .endif .if ${PORT_OPTIONS:MLARGE_FILES} @@ -118,28 +121,27 @@ RUN_DEPENDS+= gpg:${PORTSDIR}/security/ PORTDOCS= CONTRIBUTORS HACKING INSTALL LICENSE MANIFEST NEWS README TODO -TO_BE_STRIPPED= bin/auth/resolv/domain bin/actsync bin/archive \ - bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/auth/resolv/ident \ - bin/batcher bin/buffchan bin/buffindexed_d bin/convdate bin/ctlinnd \ - bin/cvtbatch bin/expire bin/expireover bin/fastrm bin/filechan \ - bin/getlist bin/grephistory bin/imapfeed bin/inews bin/innbind \ - bin/innconfval bin/innd bin/inndf bin/innfeed bin/innxbatch \ - bin/innxmit bin/makedbz bin/makehistory bin/ninpaths bin/nnrpd \ - bin/nntpget bin/ovdb_init bin/ovdb_monitor bin/ovdb_server \ +TO_BE_STRIPPED= bin/actsync bin/archive bin/auth/passwd/auth_krb5 \ + bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/auth/resolv/domain \ + bin/auth/resolv/ident bin/batcher bin/buffchan bin/buffindexed_d \ + bin/convdate bin/ctlinnd bin/cvtbatch bin/expire bin/expireover \ + bin/fastrm bin/filechan bin/getlist bin/grephistory bin/imapfeed \ + bin/inews bin/innbind bin/innconfval bin/innd bin/inndf bin/innfeed \ + bin/innxbatch bin/innxmit bin/makedbz bin/makehistory bin/ninpaths \ + bin/nnrpd bin/nntpget bin/ovdb_init bin/ovdb_monitor bin/ovdb_server \ bin/ovdb_stat bin/overchan bin/prunehistory bin/rnews \ bin/rnews.libexec/decode bin/rnews.libexec/encode bin/shlock \ - bin/shrinkfile bin/sm bin/tdx-util bin/tinyleaf + bin/shrinkfile bin/sm bin/tdx-util bin/tinyleaf \ + lib/libinn.so.${LIBVER_LONG} lib/libinnhist.so.${LIBVER_LONG} \ + lib/libstorage.so.${LIBVER_LONG} CONFIG_FILES= actsync.cfg actsync.ign buffindexed.conf control.ctl \ - control.ctl.local cycbuff.conf \ - distrib.pats distributions \ - expire.ctl localgroups incoming.conf inn.conf innfeed.conf \ - innreport.conf innshellvars.local innshellvars.pl.local \ - innshellvars.tcl.local innwatch.ctl moderators news2mail.cf \ - newsfeeds nocem.ctl \ - nnrpd.track nntpsend.ctl ovdb.conf \ - passwd.nntp readers.conf send-uucp.cf \ - storage.conf subscriptions + control.ctl.local cycbuff.conf distrib.pats distributions expire.ctl \ + localgroups incoming.conf inn.conf innfeed.conf innreport.conf \ + innshellvars.local innshellvars.pl.local innshellvars.tcl.local \ + innwatch.ctl moderators news2mail.cf newsfeeds nocem.ctl nnrpd.track \ + nntpsend.ctl ovdb.conf passwd.nntp readers.conf send-uucp.cf \ + storage.conf subscriptions SUB_LIST+= EGDIR="${EXAMPLESDIR:C,^${PREFIX},\\$\\${PREFIX},}" PLIST_SUB+= ETCFILES="${CONFIG_FILES}" @@ -155,7 +157,10 @@ post-patch: ${WRKSRC}/site/Makefile @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g' \ -e 's!-lk5crypto!!g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c +.if ${PORT_OPTIONS:MBERKELEYDB} + @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure +.endif @${ECHO_CMD} '/^$$D$$(PATH_HISTORY)' > ${WRKDIR}/ex.script @${ECHO_CMD} '+' >> ${WRKDIR}/ex.script @${ECHO_CMD} 'mark t' >> ${WRKDIR}/ex.script @@ -180,7 +185,8 @@ post-build: post-install: .for FILE in ${TO_BE_STRIPPED} - ${STRIP_CMD} ${STAGEDIR}${INN_NEWSBASE}/${FILE} + -${TEST} -f ${STAGEDIR}${INN_NEWSBASE}/${FILE} && \ + ${STRIP_CMD} ${STAGEDIR}${INN_NEWSBASE}/${FILE} .endfor ${MKDIR} ${STAGEDIR}${INN_NEWSSPOOL} ${MKDIR} ${STAGEDIR}${INN_CONFDIR} Modified: head/news/inn/distinfo ============================================================================== --- head/news/inn/distinfo Mon Sep 21 19:09:01 2015 (r397517) +++ head/news/inn/distinfo Mon Sep 21 20:24:30 2015 (r397518) @@ -1,2 +1,2 @@ -SHA256 (inn-2.5.5.tar.gz) = 4245602c2c30fd3fe38513e9403c8d0ea4eb76256961591f97da630c341053bf -SIZE (inn-2.5.5.tar.gz) = 2419841 +SHA256 (inn-2.6.0.tar.gz) = ba96be8e87c2b56bf896c9f96492ed7706beb68e082794f8fabc7058a1804da7 +SIZE (inn-2.6.0.tar.gz) = 2597729 Modified: head/news/inn/files/patch-lib_innconf.c ============================================================================== --- head/news/inn/files/patch-lib_innconf.c Mon Sep 21 19:09:01 2015 (r397517) +++ head/news/inn/files/patch-lib_innconf.c Mon Sep 21 20:24:30 2015 (r397518) @@ -1,6 +1,6 @@ ---- lib/innconf.c.orig Mon Mar 20 04:14:57 2006 -+++ lib/innconf.c Sat Aug 26 00:22:04 2006 -@@ -395,7 +395,7 @@ +--- lib/innconf.c.orig 2015-09-12 15:25:22.000000000 +0200 ++++ lib/innconf.c 2015-09-21 21:15:18.446435000 +0200 +@@ -473,7 +473,7 @@ innconf_validate(struct config_group *gr if (GetFQDN(innconf->domain) == NULL) { warn("hostname does not resolve or domain not set in inn.conf"); Modified: head/news/inn/files/patch-storage_buffindexed_shmem.c ============================================================================== --- head/news/inn/files/patch-storage_buffindexed_shmem.c Mon Sep 21 19:09:01 2015 (r397517) +++ head/news/inn/files/patch-storage_buffindexed_shmem.c Mon Sep 21 20:24:30 2015 (r397518) @@ -26,8 +26,8 @@ Note that the documentation for linux se Patch attached with submission follows: ---- storage/buffindexed/shmem.c.orig 2012-08-27 23:39:42.000000000 -0700 -+++ storage/buffindexed/shmem.c 2012-08-27 23:37:50.000000000 -0700 +--- storage/buffindexed/shmem.c.orig 2015-09-12 15:25:22.000000000 +0200 ++++ storage/buffindexed/shmem.c 2015-09-21 21:15:18.448425000 +0200 @@ -26,7 +26,9 @@ static int smcGetSemaphore(const char *name) { @@ -39,7 +39,7 @@ Patch attached with submission follows: if (id < 0) { syswarn("semget failed to get semaphore for %s", name); -@@ -37,15 +39,17 @@ +@@ -37,15 +39,17 @@ static int smcGetSemaphore(const char *n static int smcCreateSemaphore(const char *name) { key_t kt = ftok( (char *)name, 0 ); @@ -60,7 +60,7 @@ Patch attached with submission follows: return id; } /* try to remove it */ -@@ -65,7 +69,7 @@ +@@ -65,7 +69,7 @@ static int smcCreateSemaphore(const char } #endif /* and retry creating it */ @@ -69,5 +69,3 @@ Patch attached with submission follows: } } if (id < 0) - - Modified: head/news/inn/pkg-plist ============================================================================== --- head/news/inn/pkg-plist Mon Sep 21 19:09:01 2015 (r397517) +++ head/news/inn/pkg-plist Mon Sep 21 20:24:30 2015 (r397518) @@ -137,15 +137,18 @@ include/inn/confparse.h include/inn/dbz.h include/inn/defines.h include/inn/dispatch.h +include/inn/fdflag.h include/inn/hashtab.h include/inn/history.h include/inn/innconf.h include/inn/inndcomm.h include/inn/libinn.h include/inn/list.h +include/inn/macros.h include/inn/md5.h include/inn/messages.h include/inn/mmap.h +include/inn/network-innbind.h include/inn/network.h include/inn/newsuser.h include/inn/nntp.h @@ -153,6 +156,11 @@ include/inn/options.h include/inn/ov.h include/inn/overview.h include/inn/paths.h +include/inn/portable-getaddrinfo.h +include/inn/portable-getnameinfo.h +include/inn/portable-macros.h +include/inn/portable-socket.h +include/inn/portable-stdbool.h include/inn/qio.h include/inn/sequence.h include/inn/storage.h @@ -163,15 +171,26 @@ include/inn/utility.h include/inn/vector.h include/inn/version.h include/inn/wire.h +include/inn/xmalloc.h +include/inn/xwrite.h +lib/perl/INN/Config.pm +lib/perl/INN/Utils/Shlock.pm lib/innreport_inn.pm lib/innshellvars lib/innshellvars.pl lib/innshellvars.tcl lib/libinn.a +lib/libinn.so +lib/libinn.so.%%LIBVER%% +lib/libinn.so.%%LIBVER_LONG%% lib/libinnhist.a +lib/libinnhist.so +lib/libinnhist.so.%%LIBVER%% +lib/libinnhist.so.%%LIBVER_LONG%% lib/libstorage.a -lib/perl/INN/Config.pm -lib/perl/INN/Utils/Shlock.pm +lib/libstorage.so +lib/libstorage.so.%%LIBVER%% +lib/libstorage.so.%%LIBVER_LONG%% @comment -------------------------------------------------------------- @cwd man/man1/convdate.1.gz @@ -235,6 +254,7 @@ man/man5/subscriptions.5.gz man/man8/actsync.8.gz man/man8/actsyncd.8.gz man/man8/archive.8.gz +%%KERBEROS%%man/man8/auth_krb5.8.gz man/man8/batcher.8.gz man/man8/buffchan.8.gz man/man8/ckpasswd.8.gz From owner-svn-ports-head@freebsd.org Mon Sep 21 20:36:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 767B1A05CB8; Mon, 21 Sep 2015 20:36:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6769114A0; Mon, 21 Sep 2015 20:36:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LKa80I016130; Mon, 21 Sep 2015 20:36:08 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LKa8Vo016129; Mon, 21 Sep 2015 20:36:08 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509212036.t8LKa8Vo016129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 21 Sep 2015 20:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397519 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 20:36:08 -0000 Author: bdrewery Date: Mon Sep 21 20:36:07 2015 New Revision: 397519 URL: https://svnweb.freebsd.org/changeset/ports/397519 Log: Allow slave ports to have a Makefile.local. With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Sep 21 20:24:30 2015 (r397518) +++ head/Mk/bsd.port.mk Mon Sep 21 20:36:07 2015 (r397519) @@ -1224,6 +1224,9 @@ USE_SUBMAKE= yes .if exists(${MASTERDIR}/Makefile.local) .include "${MASTERDIR}/Makefile.local" USE_SUBMAKE= yes +.elif ${MASTERDIR} != ${.CURDIR} && exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +USE_SUBMAKE= yes .endif .for _CATEGORY in ${CATEGORIES} From owner-svn-ports-head@freebsd.org Mon Sep 21 21:08:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45551A06D80; Mon, 21 Sep 2015 21:08:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3635C1508; Mon, 21 Sep 2015 21:08:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LL8eac031236; Mon, 21 Sep 2015 21:08:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LL8d92031233; Mon, 21 Sep 2015 21:08:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509212108.t8LL8d92031233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 21 Sep 2015 21:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397520 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 21:08:40 -0000 Author: bapt Date: Mon Sep 21 21:08:39 2015 New Revision: 397520 URL: https://svnweb.freebsd.org/changeset/ports/397520 Log: Update to pkg 1.5.99.13 aka 1.6.0 rc3 Changes: - Important fixes in the solver (fixes the jpeg->jpeg-turbo issue) - +DISPLAY can now be a ucl file (contextual messages) - pkg info -D now understand ucl format - keywords can now define messages to be printed (depending on the context) - PKG_ROOTDIR is now always set in scripts (default to /) - pkg version now accept -n to check a given package version against remote repository or ports tree or INDEX file - Improve Linux support: testuite now passes entirely on linux - pkg register only tries to load +DESC if it exists Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon Sep 21 20:36:07 2015 (r397519) +++ head/ports-mgmt/pkg-devel/Makefile Mon Sep 21 21:08:39 2015 (r397520) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.99.12 +DISTVERSION= 1.5.99.13 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Sep 21 20:36:07 2015 (r397519) +++ head/ports-mgmt/pkg-devel/distinfo Mon Sep 21 21:08:39 2015 (r397520) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.99.12.tar.xz) = 3e5428409427ca8cc58c3c5e7f54763b19691657ea16cdec67c2107d30eea9da -SIZE (pkg-1.5.99.12.tar.xz) = 1923292 +SHA256 (pkg-1.5.99.13.tar.xz) = db72058fb26203b41007d8b109363df4e9c4b821f67666f59f67d2240557395b +SIZE (pkg-1.5.99.13.tar.xz) = 1900516 From owner-svn-ports-head@freebsd.org Mon Sep 21 21:26:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83B30A0562C; Mon, 21 Sep 2015 21:26:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB691F94; Mon, 21 Sep 2015 21:26:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LLQcBJ040778; Mon, 21 Sep 2015 21:26:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LLQbiW040776; Mon, 21 Sep 2015 21:26:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509212126.t8LLQbiW040776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Sep 2015 21:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397521 - head/x11-themes/openbox-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 21:26:38 -0000 Author: amdmi3 Date: Mon Sep 21 21:26:37 2015 New Revision: 397521 URL: https://svnweb.freebsd.org/changeset/ports/397521 Log: - Add LICENSE - Don't install useless debian subdirectory (which also has stage-qa problems) - Add NO_ARCH - Fix WRKSRC misuse - Simplify installation PR: 203234 Submitted by: amdmi3 Approved by: novel (maintainer) Modified: head/x11-themes/openbox-themes/Makefile head/x11-themes/openbox-themes/pkg-plist Modified: head/x11-themes/openbox-themes/Makefile ============================================================================== --- head/x11-themes/openbox-themes/Makefile Mon Sep 21 21:08:39 2015 (r397520) +++ head/x11-themes/openbox-themes/Makefile Mon Sep 21 21:26:37 2015 (r397521) @@ -11,15 +11,19 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= Themes for Openbox +LICENSE= GPLv2 + RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox NO_BUILD= yes -WRKSRC= ${PORTNAME}-${PORTVERSION} +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +post-extract: + @${RM} -rf ${WRKSRC}/debian do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes - @for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \ - ${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${STAGEDIR}${PREFIX}/share/themes/; \ - done + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes .include Modified: head/x11-themes/openbox-themes/pkg-plist ============================================================================== --- head/x11-themes/openbox-themes/pkg-plist Mon Sep 21 21:08:39 2015 (r397520) +++ head/x11-themes/openbox-themes/pkg-plist Mon Sep 21 21:26:37 2015 (r397521) @@ -466,12 +466,6 @@ share/themes/day/openbox-3/desk.xbm share/themes/day/openbox-3/iconify.xbm share/themes/day/openbox-3/max.xbm share/themes/day/openbox-3/themerc -share/themes/debian/changelog -share/themes/debian/compat -share/themes/debian/control -share/themes/debian/copyright -share/themes/debian/dirs -share/themes/debian/rules share/themes/ebox/openbox-3/bullet.xbm share/themes/ebox/openbox-3/close.xbm share/themes/ebox/openbox-3/desk.xbm From owner-svn-ports-head@freebsd.org Mon Sep 21 21:34:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AE2AA05B72; Mon, 21 Sep 2015 21:34:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C951891; Mon, 21 Sep 2015 21:34:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LLYUAM045493; Mon, 21 Sep 2015 21:34:30 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LLYTHM045487; Mon, 21 Sep 2015 21:34:29 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201509212134.t8LLYTHM045487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Sep 2015 21:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397522 - in head/x11/xfce4-whiskermenu-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 21:34:30 -0000 Author: olivierd Date: Mon Sep 21 21:34:28 2015 New Revision: 397522 URL: https://svnweb.freebsd.org/changeset/ports/397522 Log: - Update to 1.5.1 - Sort USES - Add patch, which disables Mugshot (utility to edit user profile), and MenuLibre (menu editor), they are not yet present in ports tree Added: head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp (contents, props changed) Modified: head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/distinfo Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Mon Sep 21 21:26:37 2015 (r397521) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Mon Sep 21 21:34:28 2015 (r397522) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= pkgconfig cmake gettext xfce tar:bzip2 +USES= cmake gettext pkgconfig tar:bzip2 xfce USE_GNOME= gtk20 USE_XFCE= panel INSTALLS_ICONS= yes Modified: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo Mon Sep 21 21:26:37 2015 (r397521) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Mon Sep 21 21:34:28 2015 (r397522) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851 -SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = 145549 +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a +SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 148050 Added: head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp Mon Sep 21 21:34:28 2015 (r397522) @@ -0,0 +1,11 @@ +--- panel-plugin/settings.cpp.orig 2015-03-08 09:15:22 UTC ++++ panel-plugin/settings.cpp +@@ -148,6 +148,8 @@ void Settings::load(char* file) + { + if (!file) + { ++ command[CommandProfile]->set_shown(false); ++ command[CommandMenuEditor]->set_shown(false); + return; + } + From owner-svn-ports-head@freebsd.org Mon Sep 21 22:09:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58005A06AEA; Mon, 21 Sep 2015 22:09:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4E3163B; Mon, 21 Sep 2015 22:09:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LM9Bpx060804; Mon, 21 Sep 2015 22:09:11 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LM99fc060795; Mon, 21 Sep 2015 22:09:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509212209.t8LM99fc060795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 21 Sep 2015 22:09:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397523 - in head/news: husky husky-areafix husky-fidoconf husky-hpt husky-htick husky-huskylib husky-smapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 22:09:11 -0000 Author: bdrewery Date: Mon Sep 21 22:09:08 2015 New Revision: 397523 URL: https://svnweb.freebsd.org/changeset/ports/397523 Log: Rework husky ports to use a more conventional MASTER/SLAVE port pattern. - Remove Makefile.local as it is intended to be a user file that should not be committed. Its documentation is poor (r12873) but users are relying on it. - Remove CONFLICTS as for every port it just conflicted with itself. With hat: portmgr Deleted: head/news/husky/Makefile.local Modified: head/news/husky-areafix/Makefile head/news/husky-fidoconf/Makefile head/news/husky-hpt/Makefile head/news/husky-htick/Makefile head/news/husky-huskylib/Makefile head/news/husky-smapi/Makefile head/news/husky/Makefile Modified: head/news/husky-areafix/Makefile ============================================================================== --- head/news/husky-areafix/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-areafix/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-areafix -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN areafix library LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf @@ -13,4 +11,4 @@ USE_LDCONFIG= yes MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= areafix -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky-fidoconf/Makefile ============================================================================== --- head/news/husky-fidoconf/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-fidoconf/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-fidoconf -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN configuration library LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi @@ -39,4 +37,4 @@ post-install: ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2tornado.1 ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fecfg2fconf.1 -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-hpt/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-hpt -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN tosser LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \ @@ -25,4 +23,4 @@ post-patch: ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/txt2pkt.1 -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky-htick/Makefile ============================================================================== --- head/news/husky-htick/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-htick/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-htick -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN file ticker LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \ @@ -29,4 +27,4 @@ post-patch: ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky-huskylib/Makefile ============================================================================== --- head/news/husky-huskylib/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-huskylib/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-huskylib -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky generic FTN library INSTALL_TARGET= install install-man @@ -12,4 +10,4 @@ USE_LDCONFIG= yes MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= huskylib -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky-smapi/Makefile ============================================================================== --- head/news/husky-smapi/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky-smapi/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= husky-smapi -CATEGORIES= news mail +PORTEPOCH= 1 -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN MSGAPI library LIB_DEPENDS= libhusky.so:${PORTSDIR}/news/husky-huskylib @@ -13,4 +12,4 @@ USE_LDCONFIG= yes MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= smapi -.include +.include "${MASTERDIR}/Makefile" Modified: head/news/husky/Makefile ============================================================================== --- head/news/husky/Makefile Mon Sep 21 21:34:28 2015 (r397522) +++ head/news/husky/Makefile Mon Sep 21 22:09:08 2015 (r397523) @@ -1,15 +1,38 @@ # $FreeBSD$ -PORTNAME= husky +PORTNAME?= husky +PORTVERSION= 1.9.20140519 +PORTREVISION?= 2 +PORTEPOCH?= 0 +CATEGORIES?= news mail +MASTER_SITES= SF/husky/husky/1.9-current/2014.05.19 -COMMENT= Husky full featured highly portable FTN Tosser +MAINTAINER?= osharoiko@gmail.com +COMMENT?= Husky full featured highly portable FTN Tosser +DISTNAME= husky-all-1.9-source-20140519 + +.if ${PORTNAME} == "husky" RUN_DEPENDS= hpt:${PORTSDIR}/news/husky-hpt \ htick:${PORTSDIR}/news/husky-htick -MASTERDIR= ${.CURDIR} - NO_BUILD= yes NO_INSTALL= yes +.endif + +USES+= alias gmake tar:tgz + +HUSKY_ROOTDIR= ${WRKDIR}/husky +PATCH_WRKSRC= ${HUSKY_ROOTDIR} +WRKSRC= ${HUSKY_ROOTDIR}/${COMPONENT_SUBDIR} +PKGDIR= ${.CURDIR} + +USERS= fido +GROUPS= fido + +pre-build: + ${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR} + @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \ + ${HUSKY_ROOTDIR}/huskymak.cfg .include From owner-svn-ports-head@freebsd.org Mon Sep 21 23:48:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2F7AA05BF6; Mon, 21 Sep 2015 23:48:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BAAE15FF; Mon, 21 Sep 2015 23:48:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8LNmwTH010544; Mon, 21 Sep 2015 23:48:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8LNmvPw010539; Mon, 21 Sep 2015 23:48:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509212348.t8LNmvPw010539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 21 Sep 2015 23:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397526 - head/www/phpsysinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 23:48:58 -0000 Author: wen Date: Mon Sep 21 23:48:57 2015 New Revision: 397526 URL: https://svnweb.freebsd.org/changeset/ports/397526 Log: - Update to 3.2.3 PR: 203090 Submitted by: pkubaj@riseup.net Approved by: walt@relnor.com(maintainer) Modified: head/www/phpsysinfo/Makefile head/www/phpsysinfo/distinfo head/www/phpsysinfo/pkg-plist Modified: head/www/phpsysinfo/Makefile ============================================================================== --- head/www/phpsysinfo/Makefile Mon Sep 21 22:18:13 2015 (r397525) +++ head/www/phpsysinfo/Makefile Mon Sep 21 23:48:57 2015 (r397526) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpsysinfo -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/phpsysinfo/distinfo ============================================================================== --- head/www/phpsysinfo/distinfo Mon Sep 21 22:18:13 2015 (r397525) +++ head/www/phpsysinfo/distinfo Mon Sep 21 23:48:57 2015 (r397526) @@ -1,2 +1,2 @@ -SHA256 (phpsysinfo-phpsysinfo-v3.2.2_GH0.tar.gz) = d25ee38c29f022869be6d592155bc04c955e7fcf73738df139fa6d5cb222f51d -SIZE (phpsysinfo-phpsysinfo-v3.2.2_GH0.tar.gz) = 899974 +SHA256 (phpsysinfo-phpsysinfo-v3.2.3_GH0.tar.gz) = 25490f7e0a99731b66717407d4e025f029873fb7a1d089df295b472d86c767dc +SIZE (phpsysinfo-phpsysinfo-v3.2.3_GH0.tar.gz) = 909045 Modified: head/www/phpsysinfo/pkg-plist ============================================================================== --- head/www/phpsysinfo/pkg-plist Mon Sep 21 22:18:13 2015 (r397525) +++ head/www/phpsysinfo/pkg-plist Mon Sep 21 23:48:57 2015 (r397526) @@ -640,6 +640,11 @@ %%WWWDIR%%/sample/ups/powersoftplus1.txt %%WWWDIR%%/templates/aqua.css %%WWWDIR%%/templates/aqua/aq_background.gif +%%WWWDIR%%/templates/blue.css +%%WWWDIR%%/templates/blue/bar.png +%%WWWDIR%%/templates/blue/barwarn.png +%%WWWDIR%%/templates/blue/bg.png +%%WWWDIR%%/templates/blue/title.png %%WWWDIR%%/templates/clean.css %%WWWDIR%%/templates/cleansyn.css %%WWWDIR%%/templates/cream.css From owner-svn-ports-head@freebsd.org Tue Sep 22 03:46:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FDDFA0287E; Tue, 22 Sep 2015 03:46:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5083C1E67; Tue, 22 Sep 2015 03:46:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M3kCl3009685; Tue, 22 Sep 2015 03:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M3kCr8009684; Tue, 22 Sep 2015 03:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509220346.t8M3kCr8009684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 03:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397527 - head/x11-themes/gtk-equinox-engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 03:46:12 -0000 Author: amdmi3 Date: Tue Sep 22 03:46:11 2015 New Revision: 397527 URL: https://svnweb.freebsd.org/changeset/ports/397527 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/x11-themes/gtk-equinox-engine/Makefile Modified: head/x11-themes/gtk-equinox-engine/Makefile ============================================================================== --- head/x11-themes/gtk-equinox-engine/Makefile Mon Sep 21 23:48:57 2015 (r397526) +++ head/x11-themes/gtk-equinox-engine/Makefile Tue Sep 22 03:46:11 2015 (r397527) @@ -38,8 +38,6 @@ OPTIONS_DEFAULT= ANIMATION ANIMATION_DESC= Enable animation support ANIMATION_CONFIGURE_ENABLE= animation -.include - post-patch: @${FIND} ${WRKDIR} -name 'gtkrc' -exec \ ${REINPLACE_CMD} -e 's!^include "apps/nautilus\.rc"!#&!' {} + @@ -54,15 +52,15 @@ post-install: .endfor ${FIND} ${STAGEDIR}${DATADIR} -type d -exec ${CHMOD} 755 {} + ${FIND} ${STAGEDIR}${DATADIR} -type f -exec ${CHMOD} ${SHAREMODE} {} + -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${EXAMPLES} ${INSTALL_DATA} ${WRKDIR}/$i ${STAGEDIR}${EXAMPLESDIR} .endfor -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Tue Sep 22 03:46:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1434A028A8; Tue, 22 Sep 2015 03:46:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B031B1E6F; Tue, 22 Sep 2015 03:46:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M3kFxR009716; Tue, 22 Sep 2015 03:46:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M3kCqR009705; Tue, 22 Sep 2015 03:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509220346.t8M3kCqR009705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 03:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397528 - in head/misc/orville-write: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 03:46:15 -0000 Author: amdmi3 Date: Tue Sep 22 03:46:11 2015 New Revision: 397528 URL: https://svnweb.freebsd.org/changeset/ports/397528 Log: - Drop 8.x support Approved by: portmgr blanket Added: head/misc/orville-write/files/patch-amin.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-amin.c head/misc/orville-write/files/patch-getutent.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-getutent.c head/misc/orville-write/files/patch-getutent.h - copied unchanged from r390640, head/misc/orville-write/files/utmpx-getutent.h head/misc/orville-write/files/patch-helpers.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-helpers.c head/misc/orville-write/files/patch-huh.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-huh.c head/misc/orville-write/files/patch-lib_common.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-lib_common.c head/misc/orville-write/files/patch-lib_common.h - copied unchanged from r390640, head/misc/orville-write/files/utmpx-lib_common.h head/misc/orville-write/files/patch-mesg.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-mesg.c head/misc/orville-write/files/patch-wrt_him.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-wrt_him.c head/misc/orville-write/files/patch-wrt_me.c - copied unchanged from r390640, head/misc/orville-write/files/utmpx-wrt_me.c head/misc/orville-write/files/patch-wrttmp.h - copied unchanged from r390640, head/misc/orville-write/files/utmpx-wrttmp.h Deleted: head/misc/orville-write/files/utmpx-amin.c head/misc/orville-write/files/utmpx-getutent.c head/misc/orville-write/files/utmpx-getutent.h head/misc/orville-write/files/utmpx-helpers.c head/misc/orville-write/files/utmpx-huh.c head/misc/orville-write/files/utmpx-lib_common.c head/misc/orville-write/files/utmpx-lib_common.h head/misc/orville-write/files/utmpx-mesg.c head/misc/orville-write/files/utmpx-wrt_him.c head/misc/orville-write/files/utmpx-wrt_me.c head/misc/orville-write/files/utmpx-wrttmp.h Modified: head/misc/orville-write/Makefile Modified: head/misc/orville-write/Makefile ============================================================================== --- head/misc/orville-write/Makefile Tue Sep 22 03:46:11 2015 (r397527) +++ head/misc/orville-write/Makefile Tue Sep 22 03:46:11 2015 (r397528) @@ -20,22 +20,6 @@ PLIST_FILES= "@(,,4711) bin/amin" "@(,,4 MAKE_JOBS_UNSAFE=yes -.include - -.if ${OSVERSION} > 900006 -EXTRA_PATCHES= ${PATCHDIR}/utmpx-wrttmp.h \ - ${PATCHDIR}/utmpx-wrt_him.c \ - ${PATCHDIR}/utmpx-wrt_me.c \ - ${PATCHDIR}/utmpx-lib_common.c \ - ${PATCHDIR}/utmpx-lib_common.h \ - ${PATCHDIR}/utmpx-getutent.h \ - ${PATCHDIR}/utmpx-getutent.c \ - ${PATCHDIR}/utmpx-mesg.c \ - ${PATCHDIR}/utmpx-amin.c \ - ${PATCHDIR}/utmpx-huh.c \ - ${PATCHDIR}/utmpx-helpers.c -.endif - do-install: .for i in amin helpers huh mesg ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin @@ -56,4 +40,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor -.include +.include Copied: head/misc/orville-write/files/patch-amin.c (from r390640, head/misc/orville-write/files/utmpx-amin.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-amin.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-amin.c) @@ -0,0 +1,40 @@ +--- amin.c.orig 2010-02-02 23:04:35.773467035 -0800 ++++ amin.c 2010-02-02 23:06:45.674814831 -0800 +@@ -194,16 +194,16 @@ + + void locate_wrttmp(char *tty, struct wrttmp *wbuf, long *pos) + { +-struct utmp *ut; ++struct utmpx *ut; + + /* Find utmp entry */ +- if ((ut= find_utmp(tty)) == NULL || ut->ut_name[0] == '\0') ++ if ((ut= find_utmp(tty)) == NULL || ut->ut_user[0] == '\0') + { + printf("%s: Can't find your tty (%s) in utmp\n",progname,tty); + exit(1); + } + +- find_wrttmp(tty, ut->ut_time, wbuf, pos); ++ find_wrttmp(tty, ut->ut_tv.tv_sec, wbuf, pos); + } + + +@@ -230,7 +230,7 @@ + } + + /* Close utmp file */ +- endutent(); ++ endutxent(); + + /* Figure out name of program being exec'ed */ + if ((shortcmd= strrchr(fullcmd,'/')) == NULL) +@@ -241,7 +241,7 @@ + /* Fix my entry in wrttmp */ + newwrt= mywrt; + newwrt.wrt_what[0]= '!'; +- strncpy(newwrt.wrt_what+1, shortcmd, UT_NAMESIZE-1); ++ strncpy(newwrt.wrt_what+1, shortcmd, sizeof(((struct utmpx *)0)->ut_user)-2); + #ifndef TTYPERMS + if (tmp_mesg != 's') newwrt.wrt_mesg= tmp_mesg; + #endif Copied: head/misc/orville-write/files/patch-getutent.c (from r390640, head/misc/orville-write/files/utmpx-getutent.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-getutent.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-getutent.c) @@ -0,0 +1,106 @@ +--- getutent.c.orig 2000-01-31 22:02:45.000000000 -0800 ++++ getutent.c 2010-02-02 22:53:30.347068707 -0800 +@@ -20,18 +20,8 @@ + { + if (utmp.state == 0) + { +- if ((utmp.fd= open(utmp.fname ? utmp.fname : _PATH_UTMP, +- O_RDONLY)) < 0) +- { +- utmp.state= -1; +- return -1; +- } +- else +- { + utmp.state= 1; +- fcntl(utmp.fd, F_SETFD, 1); /* Close over execs */ + return 0; +- } + } + } + +@@ -42,8 +32,7 @@ + void endutent() + { + if (utmp.state == 1) +- close(utmp.fd); +- utmp.state= 0; ++ utmp.state= 0; + } + + +@@ -52,8 +41,7 @@ + + void setutent() + { +- if (utmp.state == 1) +- lseek(utmp.fd, 0L, 0); ++ ; + } + + +@@ -75,9 +63,9 @@ + /* GETUTENT - Read the next entry from the utmp file into static storage. + */ + +-struct utmp *getutent() ++struct utmpx *getutent() + { +-static struct utmp ut; ++static struct utmpx *ut; + + switch (utmp.state) + { +@@ -85,11 +73,11 @@ + openut(); + /* Drop through */ + case 1: +- if (read(utmp.fd, &ut, sizeof(struct utmp)) == sizeof(struct utmp)) +- return &ut; ++ if ((ut = getutxent()) != NULL) ++ return ut; + /* Drop through */ + default: +- return (struct utmp *)NULL; ++ return (struct utmpx *)NULL; + } + } + +@@ -100,9 +88,9 @@ + * we conform with Linux and Solaris. + */ + +-struct utmp *getutline(const struct utmp *in) ++struct utmpx *getutline(const struct utmpx *in) + { +-static struct utmp ut; ++static struct utmpx *ut; + + switch (utmp.state) + { +@@ -110,20 +98,20 @@ + openut(); + /* Drop through */ + case 1: +- while (read(utmp.fd, &ut, sizeof(struct utmp)) == sizeof(struct utmp)) ++ while ((ut = getutxent()) != NULL) + { + if ( + #if defined(USER_PROCESS) && defined(LOGIN_PROCESS) +- (ut.ut_type == USER_PROCESS || ut.ut_type == LOGIN_PROCESS) && ++ (ut->ut_type == USER_PROCESS || ut->ut_type == LOGIN_PROCESS) && + #endif +- !strncmp(ut.ut_line, in->ut_line, UT_LINESIZE)) ++ !strncmp(ut->ut_line, in->ut_line, sizeof(ut->ut_line))) + { +- return &ut; ++ return ut; + } + } + /* Drop through */ + default: +- return (struct utmp *)NULL; ++ return (struct utmpx *)NULL; + } + } + Copied: head/misc/orville-write/files/patch-getutent.h (from r390640, head/misc/orville-write/files/utmpx-getutent.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-getutent.h Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-getutent.h) @@ -0,0 +1,13 @@ +--- getutent.h.orig 2000-01-31 22:01:13.000000000 -0800 ++++ getutent.h 2010-02-02 22:49:58.043092643 -0800 +@@ -14,8 +14,8 @@ + int utmpname(const char *file); + void endutent(void); + void setutent(void); +-struct utmp *getutent(void); +-struct utmp *getutline(const struct utmp *ut); ++struct utmpx *getutent(void); ++struct utmpx *getutline(const struct utmpx *ut); + #endif /*HAVE_GETUTENT*/ + + #endif /* GETUTENT_H */ Copied: head/misc/orville-write/files/patch-helpers.c (from r390640, head/misc/orville-write/files/utmpx-helpers.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-helpers.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-helpers.c) @@ -0,0 +1,84 @@ +--- helpers.c.orig 2000-02-20 09:28:08.000000000 -0800 ++++ helpers.c 2010-02-02 23:20:25.434811144 -0800 +@@ -11,7 +11,7 @@ + + struct hlp { + time_t time; /* login time from wrttmp file */ +- char line[UT_LINESIZE]; /* ttyline occupied by a helper */ ++ char line[sizeof(((struct utmpx *)0)->ut_line) -1]; /* ttyline occupied by a helper */ + int busy; /* is he busy? */ + struct hlp *next; /* next helper */ + } *list= NULL; +@@ -27,7 +27,7 @@ + + for (curr= list, prev= NULL; curr != NULL; prev= curr,curr= prev->next) + { +- if (!strncmp(tty, curr->line, UT_LINESIZE)) ++ if (!strncmp(tty, curr->line, ((struct utmpx *)0)->ut_line -1)) + { + if (prev == NULL) + list= curr->next; +@@ -47,7 +47,7 @@ + int perms_on(struct wrttmp *w) + { + struct stat st; +-char devname[UT_LINESIZE+7]; ++char devname[sizeof(((struct utmpx *)0)->ut_line) +6]; + + #ifdef TTYPERMS + #define MASK 022 +@@ -59,7 +59,7 @@ + + /* Is his tty physically writable? */ + +- sprintf(devname,"/dev/%.*s",UT_LINESIZE,w->wrt_line); ++ sprintf(devname,"/dev/%.*s",((struct utmpx *)0)->ut_line -1,w->wrt_line); + if (stat(devname,&st)) + return(0); + +@@ -72,7 +72,7 @@ + FILE *fp; + struct wrttmp w; + struct wrthdr wt_head; +-struct utmp *u; ++struct utmpx *u; + struct hlp *tmp; + int i, j; + int slot= 0; +@@ -146,7 +146,7 @@ + if (list != NULL) + { + /* Do the scan */ +- while ((u= getutent()) != NULL) ++ while ((u= getutxent()) != NULL) + { + #ifdef USER_PROCESS + if (u->ut_type != USER_PROCESS) +@@ -155,15 +155,15 @@ + if ((tmp= findlist(u->ut_line)) != NULL) + { + /* If the time stamps don't match, this isn't a real helper */ +- if (u->ut_time == tmp->time) ++ if (u->ut_tv.tv_sec == tmp->time) + { + /* Found a real helper -- count and print */ + count++; + + if (listthem) + printf("%-*.*s %-*.*s%s\n", +- UT_NAMESIZE, UT_NAMESIZE, u->ut_name, +- UT_LINESIZE, UT_LINESIZE, u->ut_line, ++ sizeof(u->ut_user)-1, sizeof(u->ut_user)-1, u->ut_user, ++ sizeof(u->ut_line)-1, sizeof(u->ut_user)-1, u->ut_line, + tmp->busy ? " [busy]" : ""); + + } +@@ -172,7 +172,7 @@ + } + } + +- endutent(); ++ endutxent(); + } + + if (!listthem) Copied: head/misc/orville-write/files/patch-huh.c (from r390640, head/misc/orville-write/files/utmpx-huh.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-huh.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-huh.c) @@ -0,0 +1,35 @@ +--- huh.c.orig 2010-02-02 23:11:01.823876514 -0800 ++++ huh.c 2010-02-02 23:11:54.475034412 -0800 +@@ -34,13 +34,13 @@ + + int record_on() + { +-struct utmp *ut; ++struct utmpx *ut; + struct wrttmp wt; + char *tty; + long pos; + + /* Open the utmp file */ +- setutent(); ++ setutxent(); + + /* Open the wrttmp file */ + if (init_wstream(O_RDONLY)) return 1; +@@ -50,13 +50,13 @@ + tty= mydevname+5; + + /* Find our entry in the utmp file */ +- if ((ut= find_utmp(tty)) == NULL || ut->ut_name[0] == '\0') return 1; ++ if ((ut= find_utmp(tty)) == NULL || ut->ut_user[0] == '\0') return 1; + + /* Find the entry in the wrttmp file */ +- find_wrttmp(tty, ut->ut_time, &wt, &pos); ++ find_wrttmp(tty, ut->ut_tv.tv_sec, &wt, &pos); + + /* Close utmp file */ +- endutent(); ++ endutxent(); + + return (wt.wrt_record != 'n'); + } Copied: head/misc/orville-write/files/patch-lib_common.c (from r390640, head/misc/orville-write/files/utmpx-lib_common.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-lib_common.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-lib_common.c) @@ -0,0 +1,19 @@ +--- lib_common.c.orig 2010-02-02 22:34:36.829638978 -0800 ++++ lib_common.c 2010-02-02 22:36:28.170798539 -0800 +@@ -141,13 +141,13 @@ + * fail. The tty name need not be null terminated. + */ + +-struct utmp *find_utmp(char *tty) ++struct utmpx *find_utmp(char *tty) + { +-struct utmp tmputmp; ++struct utmpx tmputmp; + + strncpy(tmputmp.ut_line, tty, UT_LINESIZE); + setutent(); /* open and/or rewind */ +- return getutline(&tmputmp); ++ return getutxline(&tmputmp); + } + + Copied: head/misc/orville-write/files/patch-lib_common.h (from r390640, head/misc/orville-write/files/utmpx-lib_common.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-lib_common.h Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-lib_common.h) @@ -0,0 +1,11 @@ +--- lib_common.h.orig 2010-02-02 22:40:13.646402561 -0800 ++++ lib_common.h 2010-02-02 22:40:30.475105092 -0800 +@@ -6,7 +6,7 @@ + #include "getutent.h" + + int init_wstream(int mode); +-struct utmp *find_utmp(char *tty); ++struct utmpx *find_utmp(char *tty); + void find_wrttmp(char *tty, time_t time,struct wrttmp *wbuf, long *pos); + void dflt_wrttmp(struct wrttmp *wbuf, char *tty, time_t time); + char *leafname(char *fullpath); Copied: head/misc/orville-write/files/patch-mesg.c (from r390640, head/misc/orville-write/files/utmpx-mesg.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-mesg.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-mesg.c) @@ -0,0 +1,159 @@ +--- mesg.c.orig 2010-02-02 22:54:21.613120678 -0800 ++++ mesg.c 2010-02-02 23:01:31.739763589 -0800 +@@ -19,7 +19,7 @@ + char *mytty; /* my tty name in tty?? format */ + long mypos; /* offset of my entry in wrttmp file */ + struct wrttmp mywrt; /* my wrttmp entry */ +-struct utmp myutmp; /* A tmp buffer for reading utmp entries */ ++struct utmpx myutmp; /* A tmp buffer for reading utmp entries */ + + char silent= FALSE; /* generates no output if true */ + int verbose= FALSE; /* generate whole table of output if true */ +@@ -335,7 +335,7 @@ + } + + /* Close the utmp file */ +- endutent(); ++ endutxent(); + + if (f_wrthist != NULL && + !wassilent && (new[SMESG] == 'n' || new[SEXCP] == 'y')) +@@ -549,12 +549,12 @@ + + void do_disconnect() + { +-struct utmp *ut; /* A tmp buffer for reading utmp entries */ ++struct utmpx *ut; /* A tmp buffer for reading utmp entries */ + struct wrttmp hiswrt; /* Someone's wrttmp entry */ + int slot= 0; + + /* Rewind utmp file */ +- setutent(); ++ setutxent(); + + /* For each user who is writing me */ + for (;;) +@@ -564,16 +564,16 @@ + sizeof(struct wrttmp)) + break; + +- if (!strncmp(hiswrt.wrt_what, myutmp.ut_name, UT_NAMESIZE)) ++ if (!strncmp(hiswrt.wrt_what, myutmp.ut_user, sizeof(myutmp.ut_user))) + { + setutent(); + /* Check apparant writer against utmp file */ +- while ((ut= getutent()) != NULL) ++ while ((ut= getutxent()) != NULL) + if ( + #ifdef USER_PROCESS + ut->ut_type == USER_PROCESS && + #endif +- !strncmp(hiswrt.wrt_line, ut->ut_line, UT_LINESIZE)) ++ !strncmp(hiswrt.wrt_line, ut->ut_line, sizeof(ut->ut_line))) + { + /* Writer is for real: bonk him one */ + kill(hiswrt.wrt_pid, SIGTERM); +@@ -590,10 +590,10 @@ + + int find_me() + { +-struct utmp *ut; ++struct utmpx *ut; + + /* Find our entry in the Utmp file */ +- if ((ut= find_utmp(mytty)) == NULL || ut->ut_name[0] == '\0') ++ if ((ut= find_utmp(mytty)) == NULL || ut->ut_user[0] == '\0') + { + printf("%s: Unable to find your tty (%s) in utmp file\n", + progname,mytty); +@@ -602,7 +602,7 @@ + myutmp= *ut; + + /* Find the entry in the wrttmp file */ +- find_wrttmp(mytty,myutmp.ut_time,&mywrt,&mypos); ++ find_wrttmp(mytty,myutmp.ut_tv.tv_sec,&mywrt,&mypos); + } + + +@@ -616,13 +616,13 @@ + #define BUFSZ 80 + FILE *hfp; + char buf[BUFSZ+1]; +-char myname[UT_NAMESIZE+2]; ++char myname[sizeof(myutmp.ut_user)+1]; + + if (f_helperlist == NULL || (hfp= fopen(f_helperlist,"r")) == NULL) + return TRUE; + +- strncpy(myname,myutmp.ut_name,UT_NAMESIZE); +- myname[UT_NAMESIZE]= '\0'; ++ strncpy(myname,myutmp.ut_user,sizeof(myutmp.ut_user) -1); ++ myname[sizeof(myutmp.ut_user)]= '\0'; + strcat(myname,"\n"); + + while (fgets(buf,BUFSZ,hfp) != NULL) +@@ -645,7 +645,7 @@ + { + struct wrthist *hist; + struct wrttmp w; +-struct utmp *u; ++struct utmpx *u; + long writer, writee; + time_t now; + int n, foundsome= 0; +@@ -669,7 +669,7 @@ + + for (writee= 0; writee < n; writee++) + { +- if (hist[writee].tm > myutmp.ut_time && ++ if (hist[writee].tm > myutmp.ut_tv.tv_sec && + now - hist[writee].tm <= f_answertel) + { + /* Fetch "his" wrttmp entry - it may actually belong to a previous +@@ -688,12 +688,12 @@ + /* Fetch his utmp entry, and confirm that the current user was + * already logged in there when we sent our last telegram there. + */ +- if ((u= find_utmp(w.wrt_line)) == NULL || u->ut_name[0] == '\0' || +- hist[writee].tm < u->ut_time) ++ if ((u= find_utmp(w.wrt_line)) == NULL || u->ut_user[0] == '\0' || ++ hist[writee].tm < u->ut_tv.tv_sec) + continue; + + /* Check if due to exceptions he may write us anyway */ +- if (f_exceptions && newmode > 1 && maywriteme(u->ut_name, newmode)) ++ if (f_exceptions && newmode > 1 && maywriteme(u->ut_user, newmode)) + continue; + + if (!foundsome) +@@ -703,8 +703,8 @@ + foundsome= 1; + } + printf(" %-*.*s %-*.*s %4.1f more minutes\n", +- UT_NAMESIZE, UT_NAMESIZE, u->ut_name, +- UT_LINESIZE, UT_LINESIZE, u->ut_line, ++ sizeof(u->ut_user) -1, sizeof(u->ut_user) -1, u->ut_user, ++ sizeof(u->ut_line) -1, sizeof(u->ut_line) -1, u->ut_line, + (float)(f_answertel - now + hist[writee].tm)/60.0); + } + } +@@ -717,7 +717,7 @@ + + char *myhomedir() + { +-char myname[UT_NAMESIZE+2]; ++char myname[sizeof(myutmp.ut_user)+1]; + struct passwd *pw; + char *dir, *getenv(); + +@@ -726,8 +726,8 @@ + return dir; + + /* If that don't work, try passwd file */ +- strncpy(myname,myutmp.ut_name,UT_NAMESIZE); +- myname[UT_NAMESIZE]= '\0'; ++ strncpy(myname,myutmp.ut_user,sizeof(myutmp.ut_user) -1); ++ myname[sizeof(myutmp.ut_user)]= '\0'; + if ((pw= getpwnam(myname)) != NULL) + return pw->pw_dir; + Copied: head/misc/orville-write/files/patch-wrt_him.c (from r390640, head/misc/orville-write/files/utmpx-wrt_him.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-wrt_him.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-wrt_him.c) @@ -0,0 +1,150 @@ +--- wrt_him.c.orig 2004-09-28 20:32:13.000000000 -0700 ++++ wrt_him.c 2010-02-02 22:31:08.634155195 -0800 +@@ -116,7 +116,7 @@ + extern struct wrttmp mywrt; + + /* Open utmp file */ +- setutent(); ++ setutxent(); + + /* Look me up */ + find_me(); +@@ -204,7 +204,7 @@ + int perm, hisperm= 0; + time_t hisatime= 0; + time_t atime; +-struct utmp *ut; ++struct utmpx *ut; + struct wrttmp tmpwrt; + long tmppos; + +@@ -213,16 +213,14 @@ + { + /* Check if this is the target user, ignoring X-window lines */ + if (ut->ut_line[0] != ':' && +-#ifdef USER_PROCESS + ut->ut_type == USER_PROCESS && +-#endif +- !strncmp(hisname, ut->ut_name, UT_NAMESIZE)) ++ !strncmp(hisname, ut->ut_user, UT_NAMESIZE)) + { + /* Count matches */ + cnt++; + + /* Find wrttmp entry */ +- find_wrttmp(ut->ut_line, ut->ut_time, &tmpwrt, &tmppos); ++ find_wrttmp(ut->ut_line, ut->ut_tv.tv_sec, &tmpwrt, &tmppos); + + /* Is this guy writing me? */ + write_me= !strncmp(tmpwrt.wrt_what,myname,UT_NAMESIZE); +@@ -283,7 +281,7 @@ + + int find_tty() + { +-struct utmp *ut; ++struct utmpx *ut; + + if ((ut= find_utmp(histty)) == NULL) + return(1); +@@ -291,23 +289,23 @@ + if (*hisname != '\0') + { + /* Does the name not match? */ +- if (strncmp(hisname, ut->ut_name, UT_NAMESIZE)) ++ if (strncmp(hisname, ut->ut_user, UT_NAMESIZE)) + return(2); + } + else + { + /* Is anyone on that line? */ +- if (*ut->ut_name == '\0') ++ if (*ut->ut_user == '\0') + { + printf("No one logged onto %s\n",histty); + wrtlog("FAIL: empty tty"); + done(1); + } +- strncpy(hisname, ut->ut_name, UT_NAMESIZE); ++ strncpy(hisname, ut->ut_user, UT_NAMESIZE); + } + printf("%s to %s on %s...",what[telegram],hisname,histty); + if (!telegram) putchar('\n'); +- find_wrttmp(histty,ut->ut_time,&hiswrt,&hispos); ++ find_wrttmp(histty,ut->ut_tv.tv_sec,&hiswrt,&hispos); + return(0); + } + +@@ -321,7 +319,7 @@ + + void find_answer() + { +-struct utmp *ut; ++struct utmpx *ut; + int slot; + + lseek(wstream,hispos= wrttmp_offset(slot= 0),0); +@@ -332,9 +330,9 @@ + { + /* Found someone writing me - get his name from utmp */ + strncpy(histty,hiswrt.wrt_line,UT_LINESIZE); +- if ((ut= find_utmp(histty)) != NULL && ut->ut_name[0] != '\0') ++ if ((ut= find_utmp(histty)) != NULL && ut->ut_user[0] != '\0') + { +- strncpy(hisname,ut->ut_name,UT_NAMESIZE); ++ strncpy(hisname,ut->ut_user,UT_NAMESIZE); + printf("Replying to %s on %s...",hisname,histty); + if (!telegram) putchar('\n'); + return; +@@ -363,7 +361,7 @@ + int ahelpers= 0; /* Number of helpers available */ + int previous; + int slot= 0; +-struct utmp *ut; ++struct utmpx *ut; + struct wrttmp tmpwrt; + long tmppos; + +@@ -387,7 +385,7 @@ + + /* Find the helper candidate in utmp - if he's not there skip out */ + if ((ut= find_utmp(tmpwrt.wrt_line)) == NULL || +- ut->ut_name[0] == '\0' || ut->ut_time != tmpwrt.wrt_time) ++ ut->ut_user[0] == '\0' || ut->ut_tv.tv_sec != tmpwrt.wrt_time) + continue; + + /* Reject helpers with their message permissions off */ +@@ -397,14 +395,14 @@ + { + /* Perms off - but am I in .yeswrite file? */ + if (!f_exceptions || tmpwrt.wrt_except != 'y' || +- !isuexception(ut->ut_name, 1, myname)) ++ !isuexception(ut->ut_user, 1, myname)) + continue; + } + else + { + /* Perms on - but am I in .nowrite file? */ + if (f_exceptions && tmpwrt.wrt_except == 'y' && +- isuexception(ut->ut_name, 0, myname)) ++ isuexception(ut->ut_user, 0, myname)) + continue; + } + } +@@ -422,7 +420,7 @@ + ahelpers++; + + /* Has he helped us before? */ +- previous= !strncmp(ut->ut_name, mywrt.wrt_last, UT_NAMESIZE); ++ previous= !strncmp(ut->ut_user, mywrt.wrt_last, UT_NAMESIZE); + + /* So roll the dice to see if we will choose him */ + if (!previous && (unsigned)RAND() > (unsigned)RAND_MAX / ahelpers) +@@ -430,7 +428,7 @@ + + /* We chose him, so make him our helper candidate so far */ + strncpy(histty, tmpwrt.wrt_line, UT_LINESIZE); +- strncpy(hisname, ut->ut_name, UT_NAMESIZE); ++ strncpy(hisname, ut->ut_user, UT_NAMESIZE); + hiswrt= tmpwrt; + hispos= tmppos; + Copied: head/misc/orville-write/files/patch-wrt_me.c (from r390640, head/misc/orville-write/files/utmpx-wrt_me.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-wrt_me.c Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-wrt_me.c) @@ -0,0 +1,34 @@ +--- wrt_me.c.orig 2010-02-02 22:31:42.972816673 -0800 ++++ wrt_me.c 2010-02-02 22:33:09.915329757 -0800 +@@ -14,19 +14,19 @@ + + void find_me() + { +-struct utmp *ut; ++struct utmpx *ut; + struct passwd *pw; + int myuid; + + /* Search utmp for myself */ + +- if ((ut= find_utmp(mytty)) == NULL || ut->ut_name[0] == '\0') ++ if ((ut= find_utmp(mytty)) == NULL || ut->ut_user[0] == '\0') + { + printf("%s: Panic - Unable to find your tty (%s) in "_PATH_UTMP"\n", + progname, mytty); + done(1); + } +- strncpy(myname, ut->ut_name, UT_NAMESIZE); ++ strncpy(myname, ut->ut_user, UT_NAMESIZE); + + /* Check if this is our real identity */ + #ifndef SLOWPASSWD +@@ -48,7 +48,7 @@ + + /* Find my wrt_tmp entry */ + +- find_wrttmp(mytty, ut->ut_time, &mywrt, &mypos); ++ find_wrttmp(mytty, ut->ut_tv.tv_sec, &mywrt, &mypos); + } + + Copied: head/misc/orville-write/files/patch-wrttmp.h (from r390640, head/misc/orville-write/files/utmpx-wrttmp.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orville-write/files/patch-wrttmp.h Tue Sep 22 03:46:11 2015 (r397528, copy of r390640, head/misc/orville-write/files/utmpx-wrttmp.h) @@ -0,0 +1,37 @@ +--- wrttmp.h.orig 2010-02-02 22:10:42.237520427 -0800 ++++ wrttmp.h 2010-02-02 22:18:11.802300308 -0800 +@@ -30,7 +30,7 @@ + #define WRTTMP_H + + #include +-#include ++#include + + /* BSDI is only Unix I know of that threatens to change namesize from 8 to + * anything else. Most don't even have a define for it. Here we default +@@ -38,10 +38,10 @@ + * for us. + */ + #ifndef UT_NAMESIZE +-#define UT_NAMESIZE 8 ++#define UT_NAMESIZE (sizeof(((struct utmpx *)0)->ut_user) -1) + #endif + #ifndef UT_LINESIZE +-#define UT_LINESIZE 8 ++#define UT_LINESIZE (sizeof(((struct utmpx *)0)->ut_line) -1) + #endif + + #if defined(TTY_GROUP) || defined(TTY_OTHERS) +@@ -65,9 +65,9 @@ + }; + + struct wrttmp { +- char wrt_line[UT_LINESIZE]; /* a tty line */ +- char wrt_what[UT_NAMESIZE]; /* what this user is doing? */ +- char wrt_last[UT_NAMESIZE]; /* Who did he last write to? */ ++ char wrt_line[sizeof(((struct utmpx *)0)->ut_line) -1]; /* a tty line */ ++ char wrt_what[sizeof(((struct utmpx *)0)->ut_user) -1]; /* what this user is doing? */ ++ char wrt_last[sizeof(((struct utmpx *)0)->ut_user) -1]; /* Who did he last write to? */ + #ifndef TTYPERMS + char wrt_mesg; /* user's write perms (y or n) */ + #endif /*TTYPERMS*/ From owner-svn-ports-head@freebsd.org Tue Sep 22 05:28:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5014A0372C; Tue, 22 Sep 2015 05:28:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2E03158C; Tue, 22 Sep 2015 05:28:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M5SJSi050104; Tue, 22 Sep 2015 05:28:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M5SJRv050103; Tue, 22 Sep 2015 05:28:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509220528.t8M5SJRv050103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Sep 2015 05:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397529 - head/devel/py-pytest-runner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 05:28:19 -0000 Author: pi Date: Tue Sep 22 05:28:18 2015 New Revision: 397529 URL: https://svnweb.freebsd.org/changeset/ports/397529 Log: devel/py-pytest-runner: In USES, any python will do, not only 2 PR: 203248 Submitted by: Loic BLOT Approved by: wg Modified: head/devel/py-pytest-runner/Makefile Modified: head/devel/py-pytest-runner/Makefile ============================================================================== --- head/devel/py-pytest-runner/Makefile Tue Sep 22 03:46:11 2015 (r397528) +++ head/devel/py-pytest-runner/Makefile Tue Sep 22 05:28:18 2015 (r397529) @@ -12,7 +12,7 @@ COMMENT= Test support for pytest runner BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools -USES= python:2 zip +USES= python zip USE_PYTHON= distutils autoplist .include From owner-svn-ports-head@freebsd.org Tue Sep 22 07:01:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D67EA052FD; Tue, 22 Sep 2015 07:01:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8B11A85; Tue, 22 Sep 2015 07:01:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M71H0I088462; Tue, 22 Sep 2015 07:01:17 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M71H11088459; Tue, 22 Sep 2015 07:01:17 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509220701.t8M71H11088459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 22 Sep 2015 07:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397530 - in head/net-p2p/deluge: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 07:01:18 -0000 Author: rm Date: Tue Sep 22 07:01:16 2015 New Revision: 397530 URL: https://svnweb.freebsd.org/changeset/ports/397530 Log: net-p2p/deluge: update to 1.3.12 - update to 1.3.12 - remove patch, included upstream - add NO_ARCH, sort USES changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1213September2015 Deleted: head/net-p2p/deluge/files/patch-deluge_httpdownloader.py Modified: head/net-p2p/deluge/Makefile head/net-p2p/deluge/distinfo head/net-p2p/deluge/files/patch-setup.py Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Tue Sep 22 05:28:18 2015 (r397529) +++ head/net-p2p/deluge/Makefile Tue Sep 22 07:01:16 2015 (r397530) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= deluge -PORTVERSION= 1.3.11 -PORTREVISION= 2 +PORTVERSION= 1.3.12 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ @@ -22,10 +21,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg> USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -USES= gettext tar:lzma python:2 twisted:run,web +NO_ARCH= yes +USES= gettext python:2 tar:lzma twisted:run,web USE_PYTHON= autoplist distutils USE_OPENSSL= yes -WANT_GNOME= yes OPTIONS_DEFINE= GTK2 OPTIONS_DEFAULT=GTK2 Modified: head/net-p2p/deluge/distinfo ============================================================================== --- head/net-p2p/deluge/distinfo Tue Sep 22 05:28:18 2015 (r397529) +++ head/net-p2p/deluge/distinfo Tue Sep 22 07:01:16 2015 (r397530) @@ -1,2 +1,2 @@ -SHA256 (deluge-1.3.11.tar.lzma) = 1079e07e33b836bec5e93823a0c08b90ad75e640a4414b097091e9580742d7cb -SIZE (deluge-1.3.11.tar.lzma) = 1441344 +SHA256 (deluge-1.3.12.tar.lzma) = eb875724a8f52ac36c3890bdcee9f77c648ef03b6375387af5c26d5229fdc65e +SIZE (deluge-1.3.12.tar.lzma) = 1449148 Modified: head/net-p2p/deluge/files/patch-setup.py ============================================================================== --- head/net-p2p/deluge/files/patch-setup.py Tue Sep 22 05:28:18 2015 (r397529) +++ head/net-p2p/deluge/files/patch-setup.py Tue Sep 22 07:01:16 2015 (r397530) @@ -1,14 +1,6 @@ ---- setup.py.orig 2014-07-09 19:08:22 UTC +--- setup.py.orig 2015-09-13 20:32:11 UTC +++ setup.py -@@ -208,7 +208,6 @@ - _ext_modules = [] - - # Check for a system libtorrent and if found, then do not build the libtorrent extension --build_libtorrent = True - try: - from deluge._libtorrent import lt - except ImportError: -@@ -216,6 +215,8 @@ +@@ -216,6 +216,8 @@ except ImportError: else: build_libtorrent = False @@ -17,36 +9,36 @@ if build_libtorrent: got_libtorrent = False if not os.path.exists("libtorrent"): -@@ -488,31 +489,7 @@ - } - - # Data files to be installed to the system --_data_files = [ -- ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), -- ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), -- ('share/icons/hicolor/16x16/apps', ['deluge/data/icons/hicolor/16x16/apps/deluge.png']), -- ('share/icons/hicolor/192x192/apps', ['deluge/data/icons/hicolor/192x192/apps/deluge.png']), -- ('share/icons/hicolor/22x22/apps', ['deluge/data/icons/hicolor/22x22/apps/deluge.png']), -- ('share/icons/hicolor/24x24/apps', ['deluge/data/icons/hicolor/24x24/apps/deluge.png']), -- ('share/icons/hicolor/256x256/apps', ['deluge/data/icons/hicolor/256x256/apps/deluge.png']), -- ('share/icons/hicolor/32x32/apps', ['deluge/data/icons/hicolor/32x32/apps/deluge.png']), -- ('share/icons/hicolor/36x36/apps', ['deluge/data/icons/hicolor/36x36/apps/deluge.png']), -- ('share/icons/hicolor/48x48/apps', ['deluge/data/icons/hicolor/48x48/apps/deluge.png']), -- ('share/icons/hicolor/64x64/apps', ['deluge/data/icons/hicolor/64x64/apps/deluge.png']), -- ('share/icons/hicolor/72x72/apps', ['deluge/data/icons/hicolor/72x72/apps/deluge.png']), -- ('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']), -- ('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']), -- ('share/man/man1', [ -- 'docs/man/deluge.1', -- 'docs/man/deluged.1', -- 'docs/man/deluge-gtk.1', -- 'docs/man/deluge-web.1', -- 'docs/man/deluge-console.1']) --] +@@ -490,31 +492,7 @@ cmdclass = { + # Data files to be installed to the system. + _data_files = [] + if not windows_check(): +- _data_files = [ +- ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), +- ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), +- ('share/icons/hicolor/16x16/apps', ['deluge/data/icons/hicolor/16x16/apps/deluge.png']), +- ('share/icons/hicolor/192x192/apps', ['deluge/data/icons/hicolor/192x192/apps/deluge.png']), +- ('share/icons/hicolor/22x22/apps', ['deluge/data/icons/hicolor/22x22/apps/deluge.png']), +- ('share/icons/hicolor/24x24/apps', ['deluge/data/icons/hicolor/24x24/apps/deluge.png']), +- ('share/icons/hicolor/256x256/apps', ['deluge/data/icons/hicolor/256x256/apps/deluge.png']), +- ('share/icons/hicolor/32x32/apps', ['deluge/data/icons/hicolor/32x32/apps/deluge.png']), +- ('share/icons/hicolor/36x36/apps', ['deluge/data/icons/hicolor/36x36/apps/deluge.png']), +- ('share/icons/hicolor/48x48/apps', ['deluge/data/icons/hicolor/48x48/apps/deluge.png']), +- ('share/icons/hicolor/64x64/apps', ['deluge/data/icons/hicolor/64x64/apps/deluge.png']), +- ('share/icons/hicolor/72x72/apps', ['deluge/data/icons/hicolor/72x72/apps/deluge.png']), +- ('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']), +- ('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']), +- ('share/man/man1', [ +- 'docs/man/deluge.1', +- 'docs/man/deluged.1', +- 'docs/man/deluge-gtk.1', +- 'docs/man/deluge-web.1', +- 'docs/man/deluge-console.1']) +- ] - --if not windows_check() and os.path.exists(desktop_data): -- _data_files.append(('share/applications', [desktop_data])) -+_data_files = [] +- if os.path.exists(desktop_data): +- _data_files.append(('share/applications', [desktop_data])) ++ _data_files = [] entry_points = { "console_scripts": [ From owner-svn-ports-head@freebsd.org Tue Sep 22 09:52:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 286D2A06CE2; Tue, 22 Sep 2015 09:52:37 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1876E1D64; Tue, 22 Sep 2015 09:52:37 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M9qaCK059195; Tue, 22 Sep 2015 09:52:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M9qa2m059191; Tue, 22 Sep 2015 09:52:36 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509220952.t8M9qa2m059191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 09:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397531 - in head/sysutils: . p5-Log-Syslog-Constants X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 09:52:37 -0000 Author: matthew Date: Tue Sep 22 09:52:35 2015 New Revision: 397531 URL: https://svnweb.freebsd.org/changeset/ports/397531 Log: Syslog messages--as standardized in RFC3164--embed a priority number (the PRI part) which is composed of a severity and a facility value. The constants which encode these values are specified in section 4.1.1, and are made available by this module. For instance, the exportable LOG_FTP constant has a value of 11, the value for the FTP facility. WWW: http://search.cpan.org/dist/Log-Syslog-Constants/ Added: head/sysutils/p5-Log-Syslog-Constants/ head/sysutils/p5-Log-Syslog-Constants/Makefile (contents, props changed) head/sysutils/p5-Log-Syslog-Constants/distinfo (contents, props changed) head/sysutils/p5-Log-Syslog-Constants/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 22 07:01:16 2015 (r397530) +++ head/sysutils/Makefile Tue Sep 22 09:52:35 2015 (r397531) @@ -626,6 +626,7 @@ SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown SUBDIR += p5-Linux-Cpuinfo + SUBDIR += p5-Log-Syslog-Constants SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server Added: head/sysutils/p5-Log-Syslog-Constants/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Constants/Makefile Tue Sep 22 09:52:35 2015 (r397531) @@ -0,0 +1,21 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Log-Syslog-Constants +PORTVERSION= 1.02 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Syslog priority constants as defined in RFC3164 + +NO_ARCH= yes + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%SITE_PERL%%/Log/Syslog/Constants.pm \ + %%PERL5_MAN3%%/Log::Syslog::Constants.3.gz + +.include Added: head/sysutils/p5-Log-Syslog-Constants/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Constants/distinfo Tue Sep 22 09:52:35 2015 (r397531) @@ -0,0 +1,2 @@ +SHA256 (Log-Syslog-Constants-1.02.tar.gz) = 40170daad7c31c19c3c13b062c2d97c5165a3a75ab69ed89e8455f1db8b8f973 +SIZE (Log-Syslog-Constants-1.02.tar.gz) = 5488 Added: head/sysutils/p5-Log-Syslog-Constants/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Constants/pkg-descr Tue Sep 22 09:52:35 2015 (r397531) @@ -0,0 +1,8 @@ +Syslog messages--as standardized in RFC3164--embed a priority number +(the PRI part) which is composed of a severity and a facility +value. The constants which encode these values are specified in +section 4.1.1, and are made available by this module. For instance, +the exportable LOG_FTP constant has a value of 11, the value for the +FTP facility. + +WWW: http://search.cpan.org/dist/Log-Syslog-Constants/ From owner-svn-ports-head@freebsd.org Tue Sep 22 09:54:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEB27A06E45; Tue, 22 Sep 2015 09:54:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC3A11FC0; Tue, 22 Sep 2015 09:54:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8M9sdNT059506; Tue, 22 Sep 2015 09:54:39 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8M9sc7X059500; Tue, 22 Sep 2015 09:54:38 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509220954.t8M9sc7X059500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 09:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397532 - in head/sysutils: . p5-Log-Syslog-Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 09:54:39 -0000 Author: matthew Date: Tue Sep 22 09:54:37 2015 New Revision: 397532 URL: https://svnweb.freebsd.org/changeset/ports/397532 Log: This module sends syslog messages over a network socket. It works like Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without the significant CPU overhead of that module when used for high-volume logging. Use of this specialized module is only recommended if 1) you must use network syslog as a messaging transport but 2) need to minimize the time spent in the logger. WWW: http://search.cpan.org/dist/Log-Syslog-Fast/ Added: head/sysutils/p5-Log-Syslog-Fast/ head/sysutils/p5-Log-Syslog-Fast/Makefile (contents, props changed) head/sysutils/p5-Log-Syslog-Fast/distinfo (contents, props changed) head/sysutils/p5-Log-Syslog-Fast/pkg-descr (contents, props changed) head/sysutils/p5-Log-Syslog-Fast/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 22 09:52:35 2015 (r397531) +++ head/sysutils/Makefile Tue Sep 22 09:54:37 2015 (r397532) @@ -627,6 +627,7 @@ SUBDIR += p5-Lchown SUBDIR += p5-Linux-Cpuinfo SUBDIR += p5-Log-Syslog-Constants + SUBDIR += p5-Log-Syslog-Fast SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server Added: head/sysutils/p5-Log-Syslog-Fast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Fast/Makefile Tue Sep 22 09:54:37 2015 (r397532) @@ -0,0 +1,30 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Log-Syslog-Fast +PORTVERSION= 0.65 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Send syslog messages over TCP, UDP, or UNIX sockets + +RUN_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \ + p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants +BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \ + p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Log/Syslog/Fast/Fast.so + +# Note: the regression tests for this module depend on receiving an +# ICMP 'port unreachable' message for several of the UDP transmission +# tests. These won't return the expected output if you have sysctl +# net.inet.udp.blackhole set to 1, and they'll quite likely be +# confused by a some common firewall configurations. + +.include Added: head/sysutils/p5-Log-Syslog-Fast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Fast/distinfo Tue Sep 22 09:54:37 2015 (r397532) @@ -0,0 +1,2 @@ +SHA256 (Log-Syslog-Fast-0.65.tar.gz) = 3a8a5c64a0314ae90278fb86afcfc1121b89a80e1444ad6f7bf4acb34929363a +SIZE (Log-Syslog-Fast-0.65.tar.gz) = 33137 Added: head/sysutils/p5-Log-Syslog-Fast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Fast/pkg-descr Tue Sep 22 09:54:37 2015 (r397532) @@ -0,0 +1,8 @@ +This module sends syslog messages over a network socket. It works like +Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without +the significant CPU overhead of that module when used for high-volume +logging. Use of this specialized module is only recommended if 1) you +must use network syslog as a messaging transport but 2) need to +minimize the time spent in the logger. + +WWW: http://search.cpan.org/dist/Log-Syslog-Fast/ Added: head/sysutils/p5-Log-Syslog-Fast/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Log-Syslog-Fast/pkg-plist Tue Sep 22 09:54:37 2015 (r397532) @@ -0,0 +1,8 @@ +%%SITE_ARCH%%/Log/Syslog/Fast.pm +%%SITE_ARCH%%/Log/Syslog/Fast/Constants.pm +%%SITE_ARCH%%/Log/Syslog/Fast/PP.pm +%%SITE_ARCH%%/Log/Syslog/Fast/Simple.pm +%%SITE_ARCH%%/auto/Log/Syslog/Fast/Fast.so +%%PERL5_MAN3%%/Log::Syslog::Fast.3.gz +%%PERL5_MAN3%%/Log::Syslog::Fast::PP.3.gz +%%PERL5_MAN3%%/Log::Syslog::Fast::Simple.3.gz From owner-svn-ports-head@freebsd.org Tue Sep 22 10:32:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD6CA06338; Tue, 22 Sep 2015 10:32:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C254158D; Tue, 22 Sep 2015 10:32:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MAWGx9077392; Tue, 22 Sep 2015 10:32:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MAW9bl077357; Tue, 22 Sep 2015 10:32:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509221032.t8MAW9bl077357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Sep 2015 10:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397533 - in head/devel: . sope sope/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 10:32:17 -0000 Author: pi Date: Tue Sep 22 10:32:08 2015 New Revision: 397533 URL: https://svnweb.freebsd.org/changeset/ports/397533 Log: New port: devel/sope SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. WWW: http://sogo.nu/ PR: 200749 Submitted by: Euan Thoms Added: head/devel/sope/ head/devel/sope/Makefile (contents, props changed) head/devel/sope/distinfo (contents, props changed) head/devel/sope/files/ head/devel/sope/files/patch-configure (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentContent.m (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentReference.m (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_decommon.h (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_NSObject+WO.m (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_WOSession.m (contents, props changed) head/devel/sope/files/patch-sope-appserver_NGObjWeb_common.h (contents, props changed) head/devel/sope/files/patch-sope-core_EOControl_EOKeyValueCoding.m (contents, props changed) head/devel/sope/files/patch-sope-core_EOControl_EOSortOrdering.m (contents, props changed) head/devel/sope/files/patch-sope-core_EOControl_EOValidation.m (contents, props changed) head/devel/sope/files/patch-sope-core_EOControl_common.h (contents, props changed) head/devel/sope/files/patch-sope-core_NGExtensions_EOExt.subproj_EOQualifier+CtxEval.m (contents, props changed) head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NGBundleManager.h (contents, props changed) head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NSException+misc.h (contents, props changed) head/devel/sope/files/patch-sope-core_NGStreams_NGActiveSocket.m (contents, props changed) head/devel/sope/files/patch-sope-core_NGStreams_NGStreamCoder.m (contents, props changed) head/devel/sope/files/patch-sope-gdl1_GDLAccess_common.h (contents, props changed) head/devel/sope/files/patch-sope-ldap_NGLdap_EOQualifier+LDAP.m (contents, props changed) head/devel/sope/files/patch-sope-mime_NGImap4_imCommon.h (contents, props changed) head/devel/sope/files/patch-sope-mime_NGMime_common.h (contents, props changed) head/devel/sope/pkg-descr (contents, props changed) head/devel/sope/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 22 09:54:37 2015 (r397532) +++ head/devel/Makefile Tue Sep 22 10:32:08 2015 (r397533) @@ -5044,6 +5044,7 @@ SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui + SUBDIR += sope SUBDIR += sourcenav SUBDIR += sparc64-binutils SUBDIR += sparc64-gcc Added: head/devel/sope/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/Makefile Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,70 @@ +# Created by: Euan Thoms +# $FreeBSD$ + +PORTNAME= sope +PORTVERSION= 2.3.2 +CATEGORIES= devel gnustep +MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ +DISTNAME= SOPE-${PORTVERSION} + +MAINTAINER= euan@potensol.com +COMMENT= Extensive set of GNUstep web application frameworks + +LICENSE= LGPL20 + +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libmemcached.so:${PORTSDIR}/databases/libmemcached + +WRKSRC= ${WRKDIR}/SOPE + +OPTIONS_DEFINE= LDAP MYSQL PGSQL MEMCACHED +OPTIONS_DEFAULT= LDAP PGSQL MEMCACHED +OPTIONS_SUB= yes + +LDAP_DESC= Build with LDAP support +MYSQL_DESC= Build with MySQL support +PGSQL_DESC= Build with PostgreSQL support +MEMCACHED_DESC= Install memcached + +USES= gmake gnustep +USE_GNUSTEP= base build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} + +SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ + GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} + +CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip + +.include + +.if ${PORT_OPTIONS:MLDAP} +USE_OPENLDAP= client +.endif + +.if ${PORT_OPTIONS:MPGSQL} +USES+= pgsql +.endif + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= client +.endif + +.if ${PORT_OPTIONS:MMEMCACHED} +RUN_DEPENDS+= ${LOCALBASE}/bin/memcached:${PORTSDIR}/databases/memcached +.endif + +post-patch: +.if ! ${PORT_OPTIONS:MLDAP} + @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure +.endif +.if ! ${PORT_OPTIONS:MPGSQL} + @${REINPLACE_CMD} -e '/checkLinking "pq"/d' ${WRKSRC}/configure +.endif +.if ! ${PORT_OPTIONS:MMYSQL} + @${REINPLACE_CMD} -e '/checkLinking "mysqlclient"/d' ${WRKSRC}/configure +.endif + +do-configure: + cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} + +.include Added: head/devel/sope/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/distinfo Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,2 @@ +SHA256 (SOPE-2.3.2.tar.gz) = 9d2072c6ee2b864d57d30f43079ff7c0921f8a94de066f32753337aef74e85d8 +SIZE (SOPE-2.3.2.tar.gz) = 2269903 Added: head/devel/sope/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-configure Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,25 @@ +--- configure.orig 2015-09-16 18:26:48 UTC ++++ configure +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # + # Note: When adding make options to this script, ensure that the source still +@@ -41,7 +41,7 @@ else + fi + + # TODO: add pg_config, mysql_config etc! +-LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L/usr/local/lib/postgresql -L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib" + + # ******************** usage ******************** + +@@ -396,6 +396,7 @@ genConfigMake() { + cfgwrite "debug:=no" + fi + cfgwrite "" ++ cfgwrite "NEEDS_GUI=no" + + if test $ARG_WITH_STRIP = 1; then + cfgwrite "# configured to produce stripped code"; Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentContent.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentContent.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,14 @@ +--- sope-appserver/NGObjWeb/DynamicElements/WOComponentContent.m.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/DynamicElements/WOComponentContent.m +@@ -75,11 +75,7 @@ static Class NSDateClass = Nil; + printf(" "); + printf("content: [%s %s]: %0.3fs\n", + [[component name] cString], +-#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) +- sel_getName(_cmd), +-#else + sel_get_name(_cmd), +-#endif + diff); + } + Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentReference.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentReference.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,11 @@ +--- sope-appserver/NGObjWeb/DynamicElements/WOComponentReference.m.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/DynamicElements/WOComponentReference.m +@@ -172,7 +172,7 @@ _updateComponent(WOComponentReference *s + printf(" "); + printf("[%s %s]: %0.3fs\n", + [[child name] cString], +-#if APPLE_RUNTIME || NeXT_RUNTIME || (__GNU_LIBOBJC__ >= 20100911) ++#if APPLE_RUNTIME || NeXT_RUNTIME || (__GNU_LIBOBJC__ >= 20100911) || defined(__GNUSTEP_RUNTIME__) + sel_getName(_cmd), + #else + sel_get_name(_cmd), Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_decommon.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_DynamicElements_decommon.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,13 @@ +--- sope-appserver/NGObjWeb/DynamicElements/decommon.h.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/DynamicElements/decommon.h +@@ -35,6 +35,10 @@ + @end + #endif + ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) ++# define sel_get_name(__XXX__) sel_getName(__XXX__) ++#endif ++ + #include + #include "WOResponse+private.h" + #include Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_NSObject+WO.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_NSObject+WO.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,22 @@ +--- sope-appserver/NGObjWeb/NSObject+WO.m.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/NSObject+WO.m +@@ -259,7 +259,7 @@ IMP WOGetKVCGetMethod(id object, NSStrin + if (object == nil) return NULL; + if (_key == nil) return NULL; + +-#if GNU_RUNTIME && !(defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) ++#if GNU_RUNTIME && !(defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) && !defined(__GNUSTEP_RUNTIME__) + { + unsigned keyLen; + char *buf; +@@ -317,7 +317,9 @@ id WOGetKVCValueUsingMethod(id object, N + return nil; + free(buf); buf = NULL; + } +-#if GNUSTEP_BASE_LIBRARY ++// This appears to be a work around for an old version of GNUstep-base not ++// correctly handling the case where there is no method. ++#if GNUSTEP_BASE_LIBRARY && !defined(__GNUSTEP_RUNTIME__) + if (!__objc_responds_to(object, getSel)) + return nil; + #endif Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_WOSession.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_WOSession.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,13 @@ +--- sope-appserver/NGObjWeb/WOSession.m.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/WOSession.m +@@ -33,10 +33,6 @@ + #include "common.h" + #include + +-#if !defined(sel_get_name) && ((defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__)) +-# define sel_get_name sel_getName +-#endif +- + #if APPLE_FOUNDATION_LIBRARY || NeXT_Foundation_LIBRARY + @interface NSObject(Miss) + - (id)notImplemented:(SEL)cmd; Added: head/devel/sope/files/patch-sope-appserver_NGObjWeb_common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-appserver_NGObjWeb_common.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,21 @@ +--- sope-appserver/NGObjWeb/common.h.orig 2015-09-16 18:26:49 UTC ++++ sope-appserver/NGObjWeb/common.h +@@ -51,13 +51,17 @@ + #include + #include + +-#if NeXT_RUNTIME || APPLE_RUNTIME || (__GNU_LIBOBJC__ >= 20100911) ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) + # ifndef sel_get_name + # define sel_get_name(__XXX__) sel_getName(__XXX__) + # define sel_get_any_uid(__XXX__) sel_getUid(__XXX__) + # endif + #endif + ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) ++# define sel_get_uid(__XXX__) sel_getUid(__XXX__); ++#endif ++ + #define IS_DEPRECATED \ + [self warnWithFormat:@"used deprecated method: %s:%i.", \ + __PRETTY_FUNCTION__, __LINE__]; Added: head/devel/sope/files/patch-sope-core_EOControl_EOKeyValueCoding.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_EOControl_EOKeyValueCoding.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,10 @@ +--- sope-core/EOControl/EOKeyValueCoding.m.orig 2015-09-16 18:26:49 UTC ++++ sope-core/EOControl/EOKeyValueCoding.m +@@ -26,7 +26,6 @@ + #if GNU_RUNTIME + + #if __GNU_LIBOBJC__ >= 20100911 +-# define sel_get_any_uid sel_getUid + # include + #else + # include Added: head/devel/sope/files/patch-sope-core_EOControl_EOSortOrdering.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_EOControl_EOSortOrdering.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,26 @@ +--- sope-core/EOControl/EOSortOrdering.m.orig 2015-09-16 18:26:49 UTC ++++ sope-core/EOControl/EOSortOrdering.m +@@ -28,14 +28,6 @@ + # include + #endif + +-#ifndef SEL_EQ +-# if GNU_RUNTIME +-# define SEL_EQ(sel1,sel2) sel_eq(sel1,sel2) +-# else +-# define SEL_EQ(sel1,sel2) (sel1 == sel2) +-# endif +-#endif +- + @implementation EOSortOrdering + /*" + This class specifies a sort-ordering as used with +@@ -83,7 +75,7 @@ + /* equality */ + + - (BOOL)isEqualToSortOrdering:(EOSortOrdering *)_sortOrdering { +- if (!SEL_EQ([_sortOrdering selector], [self selector])) ++ if (!sel_eq([_sortOrdering selector], [self selector])) + return NO; + if (![[_sortOrdering key] isEqualToString:[self key]]) + return NO; Added: head/devel/sope/files/patch-sope-core_EOControl_EOValidation.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_EOControl_EOValidation.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,13 @@ +--- sope-core/EOControl/EOValidation.m.orig 2015-09-16 18:26:49 UTC ++++ sope-core/EOControl/EOValidation.m +@@ -24,10 +24,6 @@ + #include "EONull.h" + #include "common.h" + +-#if __GNU_LIBOBJC__ >= 20100911 +-# define sel_get_any_uid sel_getUid +-#endif +- + #if !LIB_FOUNDATION_LIBRARY + + @interface NSException(UsedSetUI) /* does Jaguar allow -setUserInfo: ? */ Added: head/devel/sope/files/patch-sope-core_EOControl_common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_EOControl_common.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,15 @@ +--- sope-core/EOControl/common.h.orig 2015-09-16 18:26:49 UTC ++++ sope-core/EOControl/common.h +@@ -40,10 +40,11 @@ + # endif + #endif + +-#if __GNU_LIBOBJC__ >= 20100911 ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) + # ifndef sel_eq + # define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__) + # endif ++# define sel_get_any_uid(__XXX__) sel_getUid(__XXX__) + #endif + + #ifndef ASSIGN Added: head/devel/sope/files/patch-sope-core_NGExtensions_EOExt.subproj_EOQualifier+CtxEval.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_NGExtensions_EOExt.subproj_EOQualifier+CtxEval.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,11 @@ +--- sope-core/NGExtensions/EOExt.subproj/EOQualifier+CtxEval.m.orig 2015-09-16 18:26:49 UTC ++++ sope-core/NGExtensions/EOExt.subproj/EOQualifier+CtxEval.m +@@ -29,7 +29,7 @@ + # import + # import + #elif GNUSTEP_BASE_LIBRARY +-#if __GNU_LIBOBJC__ >= 20100911 ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(__GNUSTEP_RUNTIME__) + # define sel_get_name sel_getName + # import + #else Added: head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NGBundleManager.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NGBundleManager.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,10 @@ +--- sope-core/NGExtensions/NGExtensions/NGBundleManager.h.orig 2015-09-16 18:26:49 UTC ++++ sope-core/NGExtensions/NGExtensions/NGBundleManager.h +@@ -23,6 +23,7 @@ + #define __NGExtensions_NGBundleManager_H__ + + #import ++#define EXPOSE_NSBundle_IVARS + #import + #import + #include Added: head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NSException+misc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_NGExtensions_NGExtensions_NSException+misc.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,10 @@ +--- sope-core/NGExtensions/NGExtensions/NSException+misc.h.orig 2015-09-16 18:26:50 UTC ++++ sope-core/NGExtensions/NGExtensions/NSException+misc.h +@@ -22,6 +22,7 @@ + #ifndef __NGExtensions_NSException_misc_H__ + #define __NGExtensions_NSException_misc_H__ + ++#define EXPOSE_NSException_IVARS + #import + #import + Added: head/devel/sope/files/patch-sope-core_NGStreams_NGActiveSocket.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_NGStreams_NGActiveSocket.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,10 @@ +--- sope-core/NGStreams/NGActiveSocket.m.orig 2015-09-16 18:26:50 UTC ++++ sope-core/NGStreams/NGActiveSocket.m +@@ -19,6 +19,7 @@ + 02111-1307, USA. + */ + ++#include + #include + #include + Added: head/devel/sope/files/patch-sope-core_NGStreams_NGStreamCoder.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-core_NGStreams_NGStreamCoder.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,13 @@ +--- sope-core/NGStreams/NGStreamCoder.m.orig 2015-09-16 18:26:50 UTC ++++ sope-core/NGStreams/NGStreamCoder.m +@@ -28,6 +28,10 @@ + # include + #endif + ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) ++# define sel_get_name(__XXX__) sel_getName(__XXX__) ++#endif ++ + #define FINAL static inline + + extern id nil_method(id, SEL, ...); Added: head/devel/sope/files/patch-sope-gdl1_GDLAccess_common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-gdl1_GDLAccess_common.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,11 @@ +--- sope-gdl1/GDLAccess/common.h.orig 2015-09-16 18:26:50 UTC ++++ sope-gdl1/GDLAccess/common.h +@@ -55,7 +55,7 @@ + # endif + #endif + +-#if __GNU_LIBOBJC__ >= 20100911 ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(__GNUSTEP_RUNTIME__) + # define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__) + # ifndef SEL_EQ + # define SEL_EQ(__A__,__B__) sel_isEqual(__A__,__B__) Added: head/devel/sope/files/patch-sope-ldap_NGLdap_EOQualifier+LDAP.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-ldap_NGLdap_EOQualifier+LDAP.m Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,11 @@ +--- sope-ldap/NGLdap/EOQualifier+LDAP.m.orig 2015-09-16 18:26:50 UTC ++++ sope-ldap/NGLdap/EOQualifier+LDAP.m +@@ -26,7 +26,7 @@ + #define sel_eq(sel1, sel2) ((sel1)) == ((sel2)) + #endif + +-#if __GNU_LIBOBJC__ >= 20100911 ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) + # define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__) + #endif + Added: head/devel/sope/files/patch-sope-mime_NGImap4_imCommon.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-mime_NGImap4_imCommon.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,18 @@ +--- sope-mime/NGImap4/imCommon.h.orig 2015-09-16 18:26:50 UTC ++++ sope-mime/NGImap4/imCommon.h +@@ -37,13 +37,13 @@ + #include + #include + +-#if NeXT_RUNTIME || APPLE_RUNTIME ++#if NeXT_RUNTIME + # ifndef sel_eq + # define sel_eq(__A__,__B__) (__A__==__B__) + # endif + #endif + +-#if __GNU_LIBOBJC__ >= 20100911 ++#if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) + # ifndef sel_eq + # define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__) + # endif Added: head/devel/sope/files/patch-sope-mime_NGMime_common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/files/patch-sope-mime_NGMime_common.h Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,13 @@ +--- sope-mime/NGMime/common.h.orig 2015-09-16 18:26:50 UTC ++++ sope-mime/NGMime/common.h +@@ -37,7 +37,9 @@ + #include "NGMimeType.h" + + #if !GNU_RUNTIME +-# ifndef sel_eq ++# if (defined(__GNU_LIBOBJC__) && (__GNU_LIBOBJC__ >= 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__) ++# define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__) ++# else ifndef sel_eq + # define sel_eq(__A__, __B__) (__A__==__B__) + # endif + #endif Added: head/devel/sope/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/pkg-descr Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,8 @@ +SOPE is an extensive set of frameworks which form a complete Web +application server environment. Besides the Apple WebObjects +compatible appserver extended with Zope concepts, it contains a large +set of reusable classes: XML processing (SAX, DOM, XML-RPC), +MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and +iCalendar parsing. + +WWW: http://sogo.nu/ Added: head/devel/sope/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sope/pkg-plist Tue Sep 22 10:32:08 2015 (r397533) @@ -0,0 +1,472 @@ +%%MYSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL +%%MYSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist +%%MYSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Version +%%MYSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/stamp.make +%%PGSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/PostgreSQL +%%PGSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/Resources/Info-gnustep.plist +%%PGSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/Resources/Version +%%PGSQL%%GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/stamp.make +GNUstep/Local/Library/Headers/DOM/DOM.h +GNUstep/Local/Library/Headers/DOM/DOMAttribute.h +GNUstep/Local/Library/Headers/DOM/DOMBuilder.h +GNUstep/Local/Library/Headers/DOM/DOMBuilderFactory.h +GNUstep/Local/Library/Headers/DOM/DOMCDATASection.h +GNUstep/Local/Library/Headers/DOM/DOMCharacterData.h +GNUstep/Local/Library/Headers/DOM/DOMComment.h +GNUstep/Local/Library/Headers/DOM/DOMDocument.h +GNUstep/Local/Library/Headers/DOM/DOMDocumentFragment.h +GNUstep/Local/Library/Headers/DOM/DOMDocumentType.h +GNUstep/Local/Library/Headers/DOM/DOMElement.h +GNUstep/Local/Library/Headers/DOM/DOMEntity.h +GNUstep/Local/Library/Headers/DOM/DOMEntityReference.h +GNUstep/Local/Library/Headers/DOM/DOMImplementation.h +GNUstep/Local/Library/Headers/DOM/DOMNamedNodeMap.h +GNUstep/Local/Library/Headers/DOM/DOMNode+Enum.h +GNUstep/Local/Library/Headers/DOM/DOMNode+QueryPath.h +GNUstep/Local/Library/Headers/DOM/DOMNode.h +GNUstep/Local/Library/Headers/DOM/DOMNodeWalker.h +GNUstep/Local/Library/Headers/DOM/DOMNotation.h +GNUstep/Local/Library/Headers/DOM/DOMPYXOutputter.h +GNUstep/Local/Library/Headers/DOM/DOMProcessingInstruction.h +GNUstep/Local/Library/Headers/DOM/DOMProtocols.h +GNUstep/Local/Library/Headers/DOM/DOMQueryPathExpression.h +GNUstep/Local/Library/Headers/DOM/DOMSaxBuilder.h +GNUstep/Local/Library/Headers/DOM/DOMSaxHandler.h +GNUstep/Local/Library/Headers/DOM/DOMText.h +GNUstep/Local/Library/Headers/DOM/DOMXMLOutputter.h +GNUstep/Local/Library/Headers/DOM/EDOM.h +GNUstep/Local/Library/Headers/EOControl/EOArrayDataSource.h +GNUstep/Local/Library/Headers/EOControl/EOClassDescription.h +GNUstep/Local/Library/Headers/EOControl/EOControl.h +GNUstep/Local/Library/Headers/EOControl/EOControlDecls.h +GNUstep/Local/Library/Headers/EOControl/EODataSource.h +GNUstep/Local/Library/Headers/EOControl/EODetailDataSource.h +GNUstep/Local/Library/Headers/EOControl/EOFetchSpecification.h +GNUstep/Local/Library/Headers/EOControl/EOGenericRecord.h +GNUstep/Local/Library/Headers/EOControl/EOGlobalID.h +GNUstep/Local/Library/Headers/EOControl/EOKeyGlobalID.h +GNUstep/Local/Library/Headers/EOControl/EOKeyValueArchiver.h +GNUstep/Local/Library/Headers/EOControl/EOKeyValueCoding.h +GNUstep/Local/Library/Headers/EOControl/EONull.h +GNUstep/Local/Library/Headers/EOControl/EOObserver.h +GNUstep/Local/Library/Headers/EOControl/EOQualifier.h +GNUstep/Local/Library/Headers/EOControl/EOSQLParser.h +GNUstep/Local/Library/Headers/EOControl/EOSortOrdering.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptor.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorChannel+Attributes.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorChannel.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorContext.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorDataSource.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorGlobalID.h +GNUstep/Local/Library/Headers/GDLAccess/EOAdaptorOperation.h +GNUstep/Local/Library/Headers/GDLAccess/EOArrayProxy.h +GNUstep/Local/Library/Headers/GDLAccess/EOAttribute.h +GNUstep/Local/Library/Headers/GDLAccess/EOAttributeOrdering.h +GNUstep/Local/Library/Headers/GDLAccess/EOCustomValues.h +GNUstep/Local/Library/Headers/GDLAccess/EODatabase.h +GNUstep/Local/Library/Headers/GDLAccess/EODatabaseChannel.h +GNUstep/Local/Library/Headers/GDLAccess/EODatabaseContext.h +GNUstep/Local/Library/Headers/GDLAccess/EODatabaseFault.h +GNUstep/Local/Library/Headers/GDLAccess/EODatabaseFaultResolver.h +GNUstep/Local/Library/Headers/GDLAccess/EODelegateResponse.h +GNUstep/Local/Library/Headers/GDLAccess/EOEntity+Factory.h +GNUstep/Local/Library/Headers/GDLAccess/EOEntity.h +GNUstep/Local/Library/Headers/GDLAccess/EOExpressionArray.h +GNUstep/Local/Library/Headers/GDLAccess/EOFExceptions.h +GNUstep/Local/Library/Headers/GDLAccess/EOFault.h +GNUstep/Local/Library/Headers/GDLAccess/EOFaultHandler.h +GNUstep/Local/Library/Headers/GDLAccess/EOGenericRecord.h +GNUstep/Local/Library/Headers/GDLAccess/EOJoinTypes.h +GNUstep/Local/Library/Headers/GDLAccess/EOKeySortOrdering.h +GNUstep/Local/Library/Headers/GDLAccess/EOModel.h +GNUstep/Local/Library/Headers/GDLAccess/EOModelGroup.h +GNUstep/Local/Library/Headers/GDLAccess/EONull.h +GNUstep/Local/Library/Headers/GDLAccess/EOObjectUniquer.h +GNUstep/Local/Library/Headers/GDLAccess/EOPrimaryKeyDictionary.h +GNUstep/Local/Library/Headers/GDLAccess/EOQuotedExpression.h +GNUstep/Local/Library/Headers/GDLAccess/EORecordDictionary.h +GNUstep/Local/Library/Headers/GDLAccess/EORelationship.h +GNUstep/Local/Library/Headers/GDLAccess/EOSQLExpression.h +GNUstep/Local/Library/Headers/GDLAccess/EOSQLQualifier.h +GNUstep/Local/Library/Headers/GDLAccess/GDLAccess.h +GNUstep/Local/Library/Headers/GDLAccess/NSObject+EONullInit.h +GNUstep/Local/Library/Headers/NGExtensions/AutoDefines.h +GNUstep/Local/Library/Headers/NGExtensions/DOMNode+EOQualifier.h +GNUstep/Local/Library/Headers/NGExtensions/EOCacheDataSource.h +GNUstep/Local/Library/Headers/NGExtensions/EOCompoundDataSource.h +GNUstep/Local/Library/Headers/NGExtensions/EODataSource+NGExtensions.h +GNUstep/Local/Library/Headers/NGExtensions/EOFetchSpecification+plist.h +GNUstep/Local/Library/Headers/NGExtensions/EOFilterDataSource.h +GNUstep/Local/Library/Headers/NGExtensions/EOGrouping.h +GNUstep/Local/Library/Headers/NGExtensions/EOGroupingSet.h +GNUstep/Local/Library/Headers/NGExtensions/EOKeyGrouping.h +GNUstep/Local/Library/Headers/NGExtensions/EOKeyMapDataSource.h +GNUstep/Local/Library/Headers/NGExtensions/EOQualifier+CtxEval.h +GNUstep/Local/Library/Headers/NGExtensions/EOQualifier+plist.h +GNUstep/Local/Library/Headers/NGExtensions/EOQualifierGrouping.h +GNUstep/Local/Library/Headers/NGExtensions/EOSortOrdering+plist.h +GNUstep/Local/Library/Headers/NGExtensions/EOTrueQualifier.h +GNUstep/Local/Library/Headers/NGExtensions/IndexFunc.h +GNUstep/Local/Library/Headers/NGExtensions/NGBase64Coding.h +GNUstep/Local/Library/Headers/NGExtensions/NGBaseTypes.h +GNUstep/Local/Library/Headers/NGExtensions/NGBitSet.h +GNUstep/Local/Library/Headers/NGExtensions/NGBundleManager.h +GNUstep/Local/Library/Headers/NGExtensions/NGCalendarDateRange.h +GNUstep/Local/Library/Headers/NGExtensions/NGCharBuffers.h +GNUstep/Local/Library/Headers/NGExtensions/NGCustomFileManager.h +GNUstep/Local/Library/Headers/NGExtensions/NGDirectoryEnumerator.h +GNUstep/Local/Library/Headers/NGExtensions/NGExtensions.h +GNUstep/Local/Library/Headers/NGExtensions/NGExtensionsDecls.h +GNUstep/Local/Library/Headers/NGExtensions/NGFileFolderInfoDataSource.h +GNUstep/Local/Library/Headers/NGExtensions/NGFileManager.h +GNUstep/Local/Library/Headers/NGExtensions/NGFileManagerURL.h +GNUstep/Local/Library/Headers/NGExtensions/NGHashMap.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogAppender.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogEvent.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogEventFormatter.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogFileHandleAppender.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogLevel.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogSyslogAppender.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogger.h +GNUstep/Local/Library/Headers/NGExtensions/NGLoggerManager.h +GNUstep/Local/Library/Headers/NGExtensions/NGLogging.h +GNUstep/Local/Library/Headers/NGExtensions/NGMemoryAllocation.h +GNUstep/Local/Library/Headers/NGExtensions/NGMerging.h +GNUstep/Local/Library/Headers/NGExtensions/NGObjectMacros.h +GNUstep/Local/Library/Headers/NGExtensions/NGPropertyListParser.h +GNUstep/Local/Library/Headers/NGExtensions/NGQuotedPrintableCoding.h +GNUstep/Local/Library/Headers/NGExtensions/NGResourceLocator.h +GNUstep/Local/Library/Headers/NGExtensions/NGRule.h +GNUstep/Local/Library/Headers/NGExtensions/NGRuleAssignment.h +GNUstep/Local/Library/Headers/NGExtensions/NGRuleContext.h +GNUstep/Local/Library/Headers/NGExtensions/NGRuleEngine.h +GNUstep/Local/Library/Headers/NGExtensions/NGRuleModel.h +GNUstep/Local/Library/Headers/NGExtensions/NGStack.h +GNUstep/Local/Library/Headers/NGExtensions/NSArray+enumerator.h +GNUstep/Local/Library/Headers/NGExtensions/NSAutoreleasePool+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSBundle+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSCalendarDate+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSData+gzip.h +GNUstep/Local/Library/Headers/NGExtensions/NSData+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSDictionary+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSEnumerator+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSException+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSFileManager+Extensions.h +GNUstep/Local/Library/Headers/NGExtensions/NSNull+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSObject+Logs.h +GNUstep/Local/Library/Headers/NGExtensions/NSObject+Values.h +GNUstep/Local/Library/Headers/NGExtensions/NSProcessInfo+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSRunLoop+FileObjects.h +GNUstep/Local/Library/Headers/NGExtensions/NSSet+enumerator.h +GNUstep/Local/Library/Headers/NGExtensions/NSString+Encoding.h +GNUstep/Local/Library/Headers/NGExtensions/NSString+Escaping.h +GNUstep/Local/Library/Headers/NGExtensions/NSString+Ext.h +GNUstep/Local/Library/Headers/NGExtensions/NSString+Formatting.h +GNUstep/Local/Library/Headers/NGExtensions/NSString+misc.h +GNUstep/Local/Library/Headers/NGExtensions/NSURL+misc.h +GNUstep/Local/Library/Headers/NGHttp/NGHttp.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpBodyParser.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpCookie.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpDecls.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpHeaderFieldParser.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpHeaderFields.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpMessage.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpMessageParser.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpRequest.h +GNUstep/Local/Library/Headers/NGHttp/NGHttpResponse.h +GNUstep/Local/Library/Headers/NGHttp/NGUrlFormCoder.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Client.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Connection.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4ConnectionManager.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Context.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4DataSource.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Envelope.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4EnvelopeAddress.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4FileManager.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Folder.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4MailboxInfo.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Message.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4ResponseParser.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4ServerRoot.h +GNUstep/Local/Library/Headers/NGImap4/NGImap4Support.h +GNUstep/Local/Library/Headers/NGImap4/NGSieveClient.h +GNUstep/Local/Library/Headers/NGImap4/NSString+Imap4.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/EOQualifier+LDAP.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdap.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapAttribute.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapConnection.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapDataSource.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapEntry.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapFileManager.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapGlobalID.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapModification.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapSearchResultEnumerator.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NGLdapURL.h +%%LDAP%%GNUstep/Local/Library/Headers/NGLdap/NSString+DN.h +GNUstep/Local/Library/Headers/NGMail/NGMBoxReader.h +GNUstep/Local/Library/Headers/NGMail/NGMail.h +GNUstep/Local/Library/Headers/NGMail/NGMailAddress.h +GNUstep/Local/Library/Headers/NGMail/NGMailAddressList.h +GNUstep/Local/Library/Headers/NGMail/NGMailAddressParser.h +GNUstep/Local/Library/Headers/NGMail/NGMailDecls.h +GNUstep/Local/Library/Headers/NGMail/NGMimeMessage.h +GNUstep/Local/Library/Headers/NGMail/NGMimeMessageGenerator.h +GNUstep/Local/Library/Headers/NGMail/NGMimeMessageParser.h +GNUstep/Local/Library/Headers/NGMail/NGPop3Client.h +GNUstep/Local/Library/Headers/NGMail/NGPop3Support.h +GNUstep/Local/Library/Headers/NGMail/NGSendMail.h +GNUstep/Local/Library/Headers/NGMail/NGSmtpClient.h +GNUstep/Local/Library/Headers/NGMail/NGSmtpSupport.h +GNUstep/Local/Library/Headers/NGMime/NGConcreteMimeType.h +GNUstep/Local/Library/Headers/NGMime/NGMime.h +GNUstep/Local/Library/Headers/NGMime/NGMimeBodyGenerator.h +GNUstep/Local/Library/Headers/NGMime/NGMimeBodyParser.h +GNUstep/Local/Library/Headers/NGMime/NGMimeBodyPart.h +GNUstep/Local/Library/Headers/NGMime/NGMimeBodyPartParser.h +GNUstep/Local/Library/Headers/NGMime/NGMimeDecls.h +GNUstep/Local/Library/Headers/NGMime/NGMimeExceptions.h +GNUstep/Local/Library/Headers/NGMime/NGMimeFileData.h +GNUstep/Local/Library/Headers/NGMime/NGMimeGeneratorProtocols.h +GNUstep/Local/Library/Headers/NGMime/NGMimeHeaderFieldGenerator.h +GNUstep/Local/Library/Headers/NGMime/NGMimeHeaderFieldParser.h +GNUstep/Local/Library/Headers/NGMime/NGMimeHeaderFields.h +GNUstep/Local/Library/Headers/NGMime/NGMimeJoinedData.h +GNUstep/Local/Library/Headers/NGMime/NGMimeMultipartBody.h +GNUstep/Local/Library/Headers/NGMime/NGMimePartGenerator.h +GNUstep/Local/Library/Headers/NGMime/NGMimePartParser.h +GNUstep/Local/Library/Headers/NGMime/NGMimeType.h +GNUstep/Local/Library/Headers/NGMime/NGMimeUtilities.h +GNUstep/Local/Library/Headers/NGMime/NGPart.h +GNUstep/Local/Library/Headers/NGMime/NSData+RFC822.h +GNUstep/Local/Library/Headers/NGObjWeb/EOFetchSpecification+SoDAV.h +GNUstep/Local/Library/Headers/NGObjWeb/NGObjWeb.h +GNUstep/Local/Library/Headers/NGObjWeb/NGObjWebDecls.h +GNUstep/Local/Library/Headers/NGObjWeb/NSException+HTTP.h +GNUstep/Local/Library/Headers/NGObjWeb/NSString+JavaScriptEscaping.h +GNUstep/Local/Library/Headers/NGObjWeb/OWResourceManager.h +GNUstep/Local/Library/Headers/NGObjWeb/OWResponder.h +GNUstep/Local/Library/Headers/NGObjWeb/OWViewRequestHandler.h +GNUstep/Local/Library/Headers/NGObjWeb/SaxDAVHandler.h +GNUstep/Local/Library/Headers/NGObjWeb/SoActionInvocation.h +GNUstep/Local/Library/Headers/NGObjWeb/SoApplication.h +GNUstep/Local/Library/Headers/NGObjWeb/SoClass.h +GNUstep/Local/Library/Headers/NGObjWeb/SoClassRegistry.h +GNUstep/Local/Library/Headers/NGObjWeb/SoClassSecurityInfo.h +GNUstep/Local/Library/Headers/NGObjWeb/SoComponent.h +GNUstep/Local/Library/Headers/NGObjWeb/SoControlPanel.h +GNUstep/Local/Library/Headers/NGObjWeb/SoCookieAuthenticator.h +GNUstep/Local/Library/Headers/NGObjWeb/SoDAV.h +GNUstep/Local/Library/Headers/NGObjWeb/SoDAVLockManager.h +GNUstep/Local/Library/Headers/NGObjWeb/SoDAVSQLParser.h +GNUstep/Local/Library/Headers/NGObjWeb/SoDefaultRenderer.h +GNUstep/Local/Library/Headers/NGObjWeb/SoHTTPAuthenticator.h +GNUstep/Local/Library/Headers/NGObjWeb/SoLookupAssociation.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjCClass.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObject+SoDAV.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObject.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjectDataSource.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjectMethodDispatcher.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjectRequestHandler.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjectResultEntry.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjectWebDAVDispatcher.h +GNUstep/Local/Library/Headers/NGObjWeb/SoObjects.h +GNUstep/Local/Library/Headers/NGObjWeb/SoPageInvocation.h +GNUstep/Local/Library/Headers/NGObjWeb/SoPermissions.h +GNUstep/Local/Library/Headers/NGObjWeb/SoProduct.h +GNUstep/Local/Library/Headers/NGObjWeb/SoProductClassInfo.h +GNUstep/Local/Library/Headers/NGObjWeb/SoProductLoader.h +GNUstep/Local/Library/Headers/NGObjWeb/SoProductRegistry.h +GNUstep/Local/Library/Headers/NGObjWeb/SoProductResourceManager.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSecurityException.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSecurityManager.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSelectorInvocation.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSubContext.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSubscription.h +GNUstep/Local/Library/Headers/NGObjWeb/SoSubscriptionManager.h +GNUstep/Local/Library/Headers/NGObjWeb/SoTemplateRenderer.h +GNUstep/Local/Library/Headers/NGObjWeb/SoUser.h +GNUstep/Local/Library/Headers/NGObjWeb/SoWebDAVRenderer.h +GNUstep/Local/Library/Headers/NGObjWeb/SoWebDAVValue.h +GNUstep/Local/Library/Headers/NGObjWeb/WEClientCapabilities.h +GNUstep/Local/Library/Headers/NGObjWeb/WOActionResults.h +GNUstep/Local/Library/Headers/NGObjWeb/WOActionURL.h +GNUstep/Local/Library/Headers/NGObjWeb/WOAdaptor.h +GNUstep/Local/Library/Headers/NGObjWeb/WOApplication.h +GNUstep/Local/Library/Headers/NGObjWeb/WOAssociation.h +GNUstep/Local/Library/Headers/NGObjWeb/WOComponent.h +GNUstep/Local/Library/Headers/NGObjWeb/WOComponentDefinition.h +GNUstep/Local/Library/Headers/NGObjWeb/WOComponentScript.h +GNUstep/Local/Library/Headers/NGObjWeb/WOContext+SoObjects.h +GNUstep/Local/Library/Headers/NGObjWeb/WOContext.h +GNUstep/Local/Library/Headers/NGObjWeb/WOCookie.h +GNUstep/Local/Library/Headers/NGObjWeb/WOCoreApplication.h +GNUstep/Local/Library/Headers/NGObjWeb/WODirectAction.h +GNUstep/Local/Library/Headers/NGObjWeb/WODisplayGroup.h +GNUstep/Local/Library/Headers/NGObjWeb/WODynamicElement.h +GNUstep/Local/Library/Headers/NGObjWeb/WOElement.h +GNUstep/Local/Library/Headers/NGObjWeb/WOElementTrackingContext.h +GNUstep/Local/Library/Headers/NGObjWeb/WOHTMLDynamicElement.h +GNUstep/Local/Library/Headers/NGObjWeb/WOHTTPConnection.h +GNUstep/Local/Library/Headers/NGObjWeb/WOMailDelivery.h +GNUstep/Local/Library/Headers/NGObjWeb/WOMessage.h +GNUstep/Local/Library/Headers/NGObjWeb/WOPageGenerationContext.h +GNUstep/Local/Library/Headers/NGObjWeb/WOProxyRequestHandler.h +GNUstep/Local/Library/Headers/NGObjWeb/WORequest+So.h +GNUstep/Local/Library/Headers/NGObjWeb/WORequest.h +GNUstep/Local/Library/Headers/NGObjWeb/WORequestHandler.h +GNUstep/Local/Library/Headers/NGObjWeb/WOResourceManager.h +GNUstep/Local/Library/Headers/NGObjWeb/WOResponse.h +GNUstep/Local/Library/Headers/NGObjWeb/WOSession.h +GNUstep/Local/Library/Headers/NGObjWeb/WOSessionStore.h +GNUstep/Local/Library/Headers/NGObjWeb/WOStatisticsStore.h +GNUstep/Local/Library/Headers/NGObjWeb/WOTemplate.h +GNUstep/Local/Library/Headers/NGObjWeb/WOTemplateBuilder.h +GNUstep/Local/Library/Headers/NGObjWeb/WOxElemBuilder.h +GNUstep/Local/Library/Headers/NGStreams/NGActiveSocket.h +GNUstep/Local/Library/Headers/NGStreams/NGBase64Stream.h +GNUstep/Local/Library/Headers/NGStreams/NGBufferedStream.h +GNUstep/Local/Library/Headers/NGStreams/NGByteBuffer.h +GNUstep/Local/Library/Headers/NGStreams/NGByteCountStream.h +GNUstep/Local/Library/Headers/NGStreams/NGCTextStream.h +GNUstep/Local/Library/Headers/NGStreams/NGCharBuffer.h +GNUstep/Local/Library/Headers/NGStreams/NGConcreteStreamFileHandle.h +GNUstep/Local/Library/Headers/NGStreams/NGDataStream.h +GNUstep/Local/Library/Headers/NGStreams/NGDatagramPacket.h +GNUstep/Local/Library/Headers/NGStreams/NGDatagramSocket.h +GNUstep/Local/Library/Headers/NGStreams/NGDescriptorFunctions.h +GNUstep/Local/Library/Headers/NGStreams/NGFileStream.h +GNUstep/Local/Library/Headers/NGStreams/NGFilterStream.h +GNUstep/Local/Library/Headers/NGStreams/NGFilterTextStream.h +GNUstep/Local/Library/Headers/NGStreams/NGGZipStream.h +GNUstep/Local/Library/Headers/NGStreams/NGInternetSocketAddress.h +GNUstep/Local/Library/Headers/NGStreams/NGInternetSocketDomain.h +GNUstep/Local/Library/Headers/NGStreams/NGLocalSocketAddress.h +GNUstep/Local/Library/Headers/NGStreams/NGLocalSocketDomain.h +GNUstep/Local/Library/Headers/NGStreams/NGLockingStream.h +GNUstep/Local/Library/Headers/NGStreams/NGNet.h +GNUstep/Local/Library/Headers/NGStreams/NGNetDecls.h +GNUstep/Local/Library/Headers/NGStreams/NGNetUtilities.h +GNUstep/Local/Library/Headers/NGStreams/NGPassiveSocket.h +GNUstep/Local/Library/Headers/NGStreams/NGSocket.h +GNUstep/Local/Library/Headers/NGStreams/NGSocketExceptions.h +GNUstep/Local/Library/Headers/NGStreams/NGSocketProtocols.h +GNUstep/Local/Library/Headers/NGStreams/NGStream.h +GNUstep/Local/Library/Headers/NGStreams/NGStreamExceptions.h +GNUstep/Local/Library/Headers/NGStreams/NGStreamPipe.h +GNUstep/Local/Library/Headers/NGStreams/NGStreamProtocols.h +GNUstep/Local/Library/Headers/NGStreams/NGStreams.h +GNUstep/Local/Library/Headers/NGStreams/NGStreamsDecls.h +GNUstep/Local/Library/Headers/NGStreams/NGStringTextStream.h +GNUstep/Local/Library/Headers/NGStreams/NGTerminalSupport.h +GNUstep/Local/Library/Headers/NGStreams/NGTextStream.h +GNUstep/Local/Library/Headers/NGStreams/NGTextStreamProtocols.h +GNUstep/Local/Library/Headers/SBJson/NSObject+SBJSON.h +GNUstep/Local/Library/Headers/SBJson/NSString+SBJSON.h +GNUstep/Local/Library/Headers/SBJson/SBJson.h +GNUstep/Local/Library/Headers/SBJson/SBJsonBase.h +GNUstep/Local/Library/Headers/SBJson/SBJsonParser.h +GNUstep/Local/Library/Headers/SBJson/SBJsonWriter.h +GNUstep/Local/Library/Headers/SaxObjC/SaxAttributeList.h +GNUstep/Local/Library/Headers/SaxObjC/SaxAttributes.h +GNUstep/Local/Library/Headers/SaxObjC/SaxContentHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxDTDHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxDeclHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxDefaultHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxDocumentHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxEntityResolver.h +GNUstep/Local/Library/Headers/SaxObjC/SaxErrorHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxException.h +GNUstep/Local/Library/Headers/SaxObjC/SaxHandlerBase.h +GNUstep/Local/Library/Headers/SaxObjC/SaxLexicalHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxLocator.h +GNUstep/Local/Library/Headers/SaxObjC/SaxMethodCallHandler.h +GNUstep/Local/Library/Headers/SaxObjC/SaxNamespaceSupport.h +GNUstep/Local/Library/Headers/SaxObjC/SaxObjC.h +GNUstep/Local/Library/Headers/SaxObjC/SaxObjectDecoder.h +GNUstep/Local/Library/Headers/SaxObjC/SaxObjectModel.h +GNUstep/Local/Library/Headers/SaxObjC/SaxXMLFilter.h +GNUstep/Local/Library/Headers/SaxObjC/SaxXMLReader.h +GNUstep/Local/Library/Headers/SaxObjC/SaxXMLReaderFactory.h +GNUstep/Local/Library/Headers/SaxObjC/XMLNamespaces.h +GNUstep/Local/Library/Headers/WEExtensions/WEContextConditional.h +GNUstep/Local/Library/Headers/WEExtensions/WEResourceManager.h +GNUstep/Local/Library/Headers/WOExtensions/WOExtensions.h +GNUstep/Local/Library/Headers/WOExtensions/WORedirect.h +GNUstep/Local/Library/Headers/XmlRpc/NSObject+XmlRpc.h +GNUstep/Local/Library/Headers/XmlRpc/XmlRpc.h +GNUstep/Local/Library/Headers/XmlRpc/XmlRpcCoder.h +GNUstep/Local/Library/Headers/XmlRpc/XmlRpcMethodCall.h +GNUstep/Local/Library/Headers/XmlRpc/XmlRpcMethodResponse.h +GNUstep/Local/Library/Libraries/Resources/NGObjWeb/DAVPropMap.plist +GNUstep/Local/Library/Libraries/Resources/NGObjWeb/Defaults.plist +GNUstep/Local/Library/Libraries/Resources/NGObjWeb/Languages.plist +GNUstep/Local/Library/Libraries/libDOM.so +GNUstep/Local/Library/Libraries/libDOM.so.4.9 +GNUstep/Local/Library/Libraries/libDOM.so.4.9.24 +GNUstep/Local/Library/Libraries/libEOControl.so +GNUstep/Local/Library/Libraries/libEOControl.so.4.9 +GNUstep/Local/Library/Libraries/libEOControl.so.4.9.74 +GNUstep/Local/Library/Libraries/libGDLAccess.so +GNUstep/Local/Library/Libraries/libGDLAccess.so.4.9 +GNUstep/Local/Library/Libraries/libGDLAccess.so.4.9.63 +GNUstep/Local/Library/Libraries/libNGExtensions.so +GNUstep/Local/Library/Libraries/libNGExtensions.so.4.9 +GNUstep/Local/Library/Libraries/libNGExtensions.so.4.9.203 +%%LDAP%%GNUstep/Local/Library/Libraries/libNGLdap.so +%%LDAP%%GNUstep/Local/Library/Libraries/libNGLdap.so.4.9 +%%LDAP%%GNUstep/Local/Library/Libraries/libNGLdap.so.4.9.35 +GNUstep/Local/Library/Libraries/libNGMime.so +GNUstep/Local/Library/Libraries/libNGMime.so.4.9 +GNUstep/Local/Library/Libraries/libNGMime.so.4.9.3 +GNUstep/Local/Library/Libraries/libNGObjWeb.so +GNUstep/Local/Library/Libraries/libNGObjWeb.so.4.9 +GNUstep/Local/Library/Libraries/libNGObjWeb.so.4.9.37 +GNUstep/Local/Library/Libraries/libNGStreams.so +GNUstep/Local/Library/Libraries/libNGStreams.so.4.9 +GNUstep/Local/Library/Libraries/libNGStreams.so.4.9.57 +GNUstep/Local/Library/Libraries/libSBJson.so +GNUstep/Local/Library/Libraries/libSBJson.so.2 +GNUstep/Local/Library/Libraries/libSBJson.so.2.3.1 +GNUstep/Local/Library/Libraries/libSaxObjC.so +GNUstep/Local/Library/Libraries/libSaxObjC.so.4.9 +GNUstep/Local/Library/Libraries/libSaxObjC.so.4.9.66 +GNUstep/Local/Library/Libraries/libWEExtensions.so +GNUstep/Local/Library/Libraries/libWEExtensions.so.4.9 +GNUstep/Local/Library/Libraries/libWEExtensions.so.4.9.94 +GNUstep/Local/Library/Libraries/libWOExtensions.so +GNUstep/Local/Library/Libraries/libWOExtensions.so.4.9 +GNUstep/Local/Library/Libraries/libWOExtensions.so.4.9.31 +GNUstep/Local/Library/Libraries/libXmlRpc.so +GNUstep/Local/Library/Libraries/libXmlRpc.so.4.9 +GNUstep/Local/Library/Libraries/libXmlRpc.so.4.9.31 +GNUstep/Local/Library/SaxDrivers-4.9/STXSaxDriver.sax/Resources/Info-gnustep.plist +GNUstep/Local/Library/SaxDrivers-4.9/STXSaxDriver.sax/Resources/Version +GNUstep/Local/Library/SaxDrivers-4.9/STXSaxDriver.sax/STXSaxDriver +GNUstep/Local/Library/SaxDrivers-4.9/STXSaxDriver.sax/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/STXSaxDriver.sax/stamp.make +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/Info-gnustep.plist +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/Version +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver +GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax/stamp.make +GNUstep/Local/Library/SoProducts-4.9/SoCore.sxp/Resources/Info-gnustep.plist +GNUstep/Local/Library/SoProducts-4.9/SoCore.sxp/Resources/Version +GNUstep/Local/Library/SoProducts-4.9/SoCore.sxp/Resources/product.plist +GNUstep/Local/Library/SoProducts-4.9/SoCore.sxp/SoCore +GNUstep/Local/Library/SoProducts-4.9/SoCore.sxp/stamp.make +GNUstep/Local/Library/WOxElemBuilders-4.9/WEExtensions.wox/Resources/Info-gnustep.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions +GNUstep/Local/Library/WOxElemBuilders-4.9/WEExtensions.wox/bundle-info.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/WEExtensions.wox/stamp.make +GNUstep/Local/Library/WOxElemBuilders-4.9/WOExtensions.wox/Resources/Info-gnustep.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions +GNUstep/Local/Library/WOxElemBuilders-4.9/WOExtensions.wox/bundle-info.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/WOExtensions.wox/stamp.make +GNUstep/Local/Tools/connect-EOAdaptor +GNUstep/Local/Tools/load-EOAdaptor +GNUstep/Local/Tools/wod +GNUstep/System/Library/Makefiles/Additional/ngobjweb.make +GNUstep/System/Library/Makefiles/woapp.make +GNUstep/System/Library/Makefiles/wobundle.make From owner-svn-ports-head@freebsd.org Tue Sep 22 10:49:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B42DA06B29; Tue, 22 Sep 2015 10:49:18 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B9C81EF7; Tue, 22 Sep 2015 10:49:18 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MAnHiP082234; Tue, 22 Sep 2015 10:49:17 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MAnHt6082232; Tue, 22 Sep 2015 10:49:17 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509221049.t8MAnHt6082232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 22 Sep 2015 10:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397534 - head/devel/rubygem-apipie-bindings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 10:49:18 -0000 Author: mmoll Date: Tue Sep 22 10:49:16 2015 New Revision: 397534 URL: https://svnweb.freebsd.org/changeset/ports/397534 Log: devel/rubygem-apipie-bindings: update to 0.0.15 Modified: head/devel/rubygem-apipie-bindings/Makefile head/devel/rubygem-apipie-bindings/distinfo Modified: head/devel/rubygem-apipie-bindings/Makefile ============================================================================== --- head/devel/rubygem-apipie-bindings/Makefile Tue Sep 22 10:32:08 2015 (r397533) +++ head/devel/rubygem-apipie-bindings/Makefile Tue Sep 22 10:49:16 2015 (r397534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apipie-bindings -PORTVERSION= 0.0.14 +PORTVERSION= 0.0.15 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,7 @@ COMMENT= Ruby bindings for API calls tha LICENSE= MIT -RUN_DEPENDS= rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \ - rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \ +RUN_DEPENDS= rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \ rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \ rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client Modified: head/devel/rubygem-apipie-bindings/distinfo ============================================================================== --- head/devel/rubygem-apipie-bindings/distinfo Tue Sep 22 10:32:08 2015 (r397533) +++ head/devel/rubygem-apipie-bindings/distinfo Tue Sep 22 10:49:16 2015 (r397534) @@ -1,2 +1,2 @@ -SHA256 (rubygem/apipie-bindings-0.0.14.gem) = 1b620ed76987182fba4db5fb5f8d2c11578943312dee0776d1c0a5e15a92efe5 -SIZE (rubygem/apipie-bindings-0.0.14.gem) = 25088 +SHA256 (rubygem/apipie-bindings-0.0.15.gem) = 8ef7ea7774bb8ad7f5c9b7c92d2e440af572d2a10a35b233cf07cf33a6dbbf4b +SIZE (rubygem/apipie-bindings-0.0.15.gem) = 25600 From owner-svn-ports-head@freebsd.org Tue Sep 22 10:52:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0C8AA06D22; Tue, 22 Sep 2015 10:52:03 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 914311301; Tue, 22 Sep 2015 10:52:03 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MAq30Q086048; Tue, 22 Sep 2015 10:52:03 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MAq3vJ086047; Tue, 22 Sep 2015 10:52:03 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509221052.t8MAq3vJ086047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 10:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397535 - head/sysutils/p5-Log-Syslog-Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 10:52:03 -0000 Author: matthew Date: Tue Sep 22 10:52:02 2015 New Revision: 397535 URL: https://svnweb.freebsd.org/changeset/ports/397535 Log: Fix the INDEX Seems that the ports is mostly happy with omitting ${PORTSDIR} from dependency lines, but the INDEX builder isn't. Modified: head/sysutils/p5-Log-Syslog-Fast/Makefile Modified: head/sysutils/p5-Log-Syslog-Fast/Makefile ============================================================================== --- head/sysutils/p5-Log-Syslog-Fast/Makefile Tue Sep 22 10:49:16 2015 (r397534) +++ head/sysutils/p5-Log-Syslog-Fast/Makefile Tue Sep 22 10:52:02 2015 (r397535) @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Send syslog messages over TCP, UDP, or UNIX sockets -RUN_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \ - p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants -BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \ - p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants +RUN_DEPENDS= p5-IO-Socket-IP>=0.19:${PORTSDIR}/net/p5-IO-Socket-IP \ + p5-Log-Syslog-Constants>-1.01:${PORTSDIR}/sysutils/p5-Log-Syslog-Constants +BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:${PORTSDIR}/net/p5-IO-Socket-IP \ + p5-Log-Syslog-Constants>-1.01:${PORTSDIR}/sysutils/p5-Log-Syslog-Constants USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Tue Sep 22 11:24:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB08A07B3A; Tue, 22 Sep 2015 11:24:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD201156; Tue, 22 Sep 2015 11:24:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MBOZmu098363; Tue, 22 Sep 2015 11:24:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MBOYjR098361; Tue, 22 Sep 2015 11:24:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509221124.t8MBOYjR098361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 22 Sep 2015 11:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397536 - in head/devel/lua-luarocks: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 11:24:35 -0000 Author: jbeich Date: Tue Sep 22 11:24:34 2015 New Revision: 397536 URL: https://svnweb.freebsd.org/changeset/ports/397536 Log: devel/lua-luarocks: - Respect CC/CFLAGS/LDFLAGS - Call gmake instead of make on DragonFly - Properly specify LUAJIT dependency Added: head/devel/lua-luarocks/files/ head/devel/lua-luarocks/files/patch-src_luarocks_cfg.lua (contents, props changed) Modified: head/devel/lua-luarocks/Makefile (contents, props changed) Modified: head/devel/lua-luarocks/Makefile ============================================================================== --- head/devel/lua-luarocks/Makefile Tue Sep 22 10:52:02 2015 (r397535) +++ head/devel/lua-luarocks/Makefile Tue Sep 22 11:24:34 2015 (r397536) @@ -3,6 +3,7 @@ PORTNAME= luarocks PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -50,7 +51,8 @@ SVN_DESC= Subversion support SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion LUAJIT_DESC= Use LuaJIT instead of Lua -LUAJIT_LIB_DEPENDS= libluajit-${LUA_VER}.so:${PORTSDIR}/lang/luajit +LUAJIT_BUILD_DEPENDS= luajit:${PORTSDIR}/lang/luajit +LUAJIT_RUN_DEPENDS= luajit:${PORTSDIR}/lang/luajit LUAJIT_CONFIGURE_ON= --lua-suffix=jit LUAJIT_PLIST_SUB= LUA_VER=${LUA_VER} \ LUA_MODSHAREDIR=share/lua/${LUA_VER} Added: head/devel/lua-luarocks/files/patch-src_luarocks_cfg.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lua-luarocks/files/patch-src_luarocks_cfg.lua Tue Sep 22 11:24:34 2015 (r397536) @@ -0,0 +1,67 @@ +--- src/luarocks/cfg.lua.orig 2015-04-24 18:28:33 UTC ++++ src/luarocks/cfg.lua +@@ -88,7 +88,15 @@ elseif proc:match("Power Macintosh") the + proc = "powerpc" + end + +-if system == "FreeBSD" then ++if system == "Bitrig" then ++ detected.unix = true ++ detected.bitrig = true ++ detected.bsd = true ++elseif system == "DragonFly" then ++ detected.unix = true ++ detected.dragonfly = true ++ detected.bsd = true ++elseif system == "FreeBSD" then + detected.unix = true + detected.freebsd = true + detected.bsd = true +@@ -397,17 +405,19 @@ if detected.unix then + defaults.lib_extension = "so" + defaults.external_lib_extension = "so" + defaults.obj_extension = "o" +- defaults.external_deps_dirs = { "/usr/local", "/usr" } ++ defaults.external_deps_dirs = { site_config.LUAROCKS_PREFIX, "/usr" } + defaults.variables.LUA_BINDIR = site_config.LUA_BINDIR or "/usr/local/bin" + defaults.variables.LUA_INCDIR = site_config.LUA_INCDIR or "/usr/local/include" + defaults.variables.LUA_LIBDIR = site_config.LUA_LIBDIR or "/usr/local/lib" +- defaults.variables.CFLAGS = "-O2" ++ defaults.variables.CFLAGS = os.getenv("CFLAGS") or "-O2" + defaults.cmake_generator = "Unix Makefiles" + defaults.platforms = { "unix" } +- defaults.variables.CC = "gcc" +- defaults.variables.LD = "gcc" ++ defaults.variables.MAKE = os.getenv("MAKE") or defaults.variables.MAKE ++ -- Assume "cc" is a modern GCC-compatible compiler ++ defaults.variables.CC = os.getenv("CC") or defaults.variables.CC ++ defaults.variables.LD = os.getenv("CC") or defaults.variables.CC + defaults.gcc_rpath = true +- defaults.variables.LIBFLAG = "-shared" ++ defaults.variables.LIBFLAG = (os.getenv("LDFLAGS") or "").." -shared" + defaults.external_deps_patterns = { + bin = { "?" }, + lib = { "lib?.a", "lib?.so", "lib?.so.*" }, +@@ -472,12 +482,20 @@ if detected.linux then + defaults.platforms = {"unix", "linux"} + end + ++if detected.bitrig then ++ defaults.arch = "bitrig-"..proc ++ defaults.platforms = {"unix", "bsd", "bitrig"} ++end ++ ++if detected.dragonfly then ++ defaults.arch = "dragonfly-"..proc ++ defaults.platforms = {"unix", "bsd", "dragonfly"} ++end ++ + if detected.freebsd then + defaults.arch = "freebsd-"..proc + defaults.platforms = {"unix", "bsd", "freebsd"} + defaults.gcc_rpath = false +- defaults.variables.CC = "cc" +- defaults.variables.LD = "cc" + end + + if detected.openbsd then From owner-svn-ports-head@freebsd.org Tue Sep 22 13:48:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D2EA03E45; Tue, 22 Sep 2015 13:48:22 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2F861303; Tue, 22 Sep 2015 13:48:21 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MDmL4e055624; Tue, 22 Sep 2015 13:48:21 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MDmK4D055620; Tue, 22 Sep 2015 13:48:20 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201509221348.t8MDmK4D055620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Tue, 22 Sep 2015 13:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397538 - head/devel/libpololu-avr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 13:48:22 -0000 Author: jonathan (src committer) Date: Tue Sep 22 13:48:20 2015 New Revision: 397538 URL: https://svnweb.freebsd.org/changeset/ports/397538 Log: Add new port: devel/libpololu-avr. This is a library used to control Pololu AVR-based robots such as the Pololu 3pi (used for introductory programming education at Memorial University of Newfoundland and, I believe, other places too). Approved by: mat Differential Revision: https://reviews.freebsd.org/D2622 Added: head/devel/libpololu-avr/ head/devel/libpololu-avr/Makefile (contents, props changed) head/devel/libpololu-avr/distinfo (contents, props changed) head/devel/libpololu-avr/pkg-descr (contents, props changed) head/devel/libpololu-avr/pkg-plist (contents, props changed) Added: head/devel/libpololu-avr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpololu-avr/Makefile Tue Sep 22 13:48:20 2015 (r397538) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libpololu-avr +PORTVERSION= 140513 +CATEGORIES= devel +MASTER_SITES= http://www.pololu.com/file/download/ +EXTRACT_SUFX= .zip?file_id=0J757 + +MAINTAINER= jonathan@FreeBSD.org +COMMENT= Support libraries for Pololu robots + +LICENSE= MIT + +BUILD_DEPENDS= avr-gcc:${PORTSDIR}/devel/avr-gcc \ + ${LOCALBASE}/avr/lib/libc.a:${PORTSDIR}/devel/avr-libc + +USES= gmake zip + +PREFIX= ${LOCALBASE}/avr + +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV= LIB=${STAGEDIR}${PREFIX}/lib +ALL_TARGET= library_files + +.include Added: head/devel/libpololu-avr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpololu-avr/distinfo Tue Sep 22 13:48:20 2015 (r397538) @@ -0,0 +1,2 @@ +SHA256 (libpololu-avr-140513.zip?file_id=0J757) = 84d1de356530e2ea118cd1ecda8e64edd5bb965e9ee5fe14d20034f627592c60 +SIZE (libpololu-avr-140513.zip?file_id=0J757) = 3177162 Added: head/devel/libpololu-avr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpololu-avr/pkg-descr Tue Sep 22 13:48:20 2015 (r397538) @@ -0,0 +1,4 @@ +A C/C++ library for controlling Pololu AVR hardware, such as the 3pi robot +and Orangutan family of robot controllers. + +WWW: https://www.pololu.com/docs/0J20 Added: head/devel/libpololu-avr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpololu-avr/pkg-plist Tue Sep 22 13:48:20 2015 (r397538) @@ -0,0 +1,59 @@ +include/pololu/3pi.h +include/pololu/OrangutanAnalog.h +include/pololu/OrangutanAnalog/OrangutanAnalog.h +include/pololu/OrangutanBuzzer.h +include/pololu/OrangutanBuzzer/OrangutanBuzzer.h +include/pololu/OrangutanDigital.h +include/pololu/OrangutanDigital/OrangutanDigital.h +include/pololu/OrangutanLCD.h +include/pololu/OrangutanLCD/OrangutanLCD.h +include/pololu/OrangutanLEDs.h +include/pololu/OrangutanLEDs/OrangutanLEDs.h +include/pololu/OrangutanMotors.h +include/pololu/OrangutanMotors/OrangutanMotors.h +include/pololu/OrangutanPulseIn.h +include/pololu/OrangutanPulseIn/OrangutanPulseIn.h +include/pololu/OrangutanPushbuttons.h +include/pololu/OrangutanPushbuttons/OrangutanPushbuttons.h +include/pololu/OrangutanResources.h +include/pololu/OrangutanResources/OrangutanResources.h +include/pololu/OrangutanResources/include/OrangutanModel.h +include/pololu/OrangutanSPIMaster/OrangutanSPIMaster.h +include/pololu/OrangutanSVP/OrangutanSVP.h +include/pololu/OrangutanSerial.h +include/pololu/OrangutanSerial/OrangutanSerial.h +include/pololu/OrangutanServos.h +include/pololu/OrangutanServos/OrangutanServos.h +include/pololu/OrangutanTime.h +include/pololu/OrangutanTime/OrangutanTime.h +include/pololu/OrangutanX2/OrangutanX2.h +include/pololu/Pololu3pi.h +include/pololu/Pololu3pi/Pololu3pi.h +include/pololu/PololuQTRSensors.h +include/pololu/PololuQTRSensors/PololuQTRSensors.h +include/pololu/PololuWheelEncoders.h +include/pololu/PololuWheelEncoders/PololuWheelEncoders.h +include/pololu/analog.h +include/pololu/buzzer.h +include/pololu/digital.h +include/pololu/encoders.h +include/pololu/lcd.h +include/pololu/leds.h +include/pololu/motors.h +include/pololu/orangutan +include/pololu/orangutan.h +include/pololu/pulsein.h +include/pololu/pushbuttons.h +include/pololu/qtr.h +include/pololu/resources.h +include/pololu/serial.h +include/pololu/servos.h +include/pololu/time.h +include/pololu/workaround.h +lib/libpololu_atmega1284p.a +lib/libpololu_atmega1284p_x2.a +lib/libpololu_atmega168.a +lib/libpololu_atmega324p.a +lib/libpololu_atmega328p.a +lib/libpololu_atmega48.a +lib/libpololu_atmega644p.a From owner-svn-ports-head@freebsd.org Tue Sep 22 14:00:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2C22A06421; Tue, 22 Sep 2015 14:00:04 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 924411986; Tue, 22 Sep 2015 14:00:04 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ME04AA060441; Tue, 22 Sep 2015 14:00:04 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ME03wt060437; Tue, 22 Sep 2015 14:00:03 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201509221400.t8ME03wt060437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Tue, 22 Sep 2015 14:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397539 - head/devel/git-cola X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 14:00:04 -0000 Author: jonathan (src committer) Date: Tue Sep 22 14:00:02 2015 New Revision: 397539 URL: https://svnweb.freebsd.org/changeset/ports/397539 Log: Add new port: devel/git-cola. This is a nice-looking GUI for Git. Approved by: brd Differential Revision: https://reviews.freebsd.org/D3155 Added: head/devel/git-cola/ head/devel/git-cola/Makefile (contents, props changed) head/devel/git-cola/distinfo (contents, props changed) head/devel/git-cola/pkg-descr (contents, props changed) head/devel/git-cola/pkg-plist (contents, props changed) Added: head/devel/git-cola/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-cola/Makefile Tue Sep 22 14:00:02 2015 (r397539) @@ -0,0 +1,21 @@ +# Created by: Jonathan Anderson +# $FreeBSD$ + +PORTNAME= git-cola +PORTVERSION= 2.2.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= jonathan@FreeBSD.org +COMMENT= Sleek and powerful Git GUI + +LICENSE= GPLv2 + +USE_GITHUB= yes + +USES= desktop-file-utils gettext gmake python +INSTALLS_ICONS= YES + +MAKE_FLAGS= "prefix=${PREFIX}" + +.include Added: head/devel/git-cola/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-cola/distinfo Tue Sep 22 14:00:02 2015 (r397539) @@ -0,0 +1,2 @@ +SHA256 (git-cola-git-cola-v2.2.1_GH0.tar.gz) = df0a3e1d3c49629926f2e30f55d635eca3c8da12e96232196b307613fa4b3aec +SIZE (git-cola-git-cola-v2.2.1_GH0.tar.gz) = 996484 Added: head/devel/git-cola/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-cola/pkg-descr Tue Sep 22 14:00:02 2015 (r397539) @@ -0,0 +1,3 @@ +git cola is a sleek and powerful Git GUI. + +WWW: https://git-cola.github.io/ Added: head/devel/git-cola/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-cola/pkg-plist Tue Sep 22 14:00:02 2015 (r397539) @@ -0,0 +1,129 @@ +bin/cola +bin/git-cola +bin/git-dag +share/applications/git-cola-folder-handler.desktop +share/applications/git-cola.desktop +share/applications/git-dag.desktop +%%PORTDOCS%%%%DOCSDIR%%/git-cola.rst +%%PORTDOCS%%%%DOCSDIR%%/git-dag.rst +%%PORTDOCS%%%%DOCSDIR%%/hotkeys.html +%%PORTDOCS%%%%DOCSDIR%%/hotkeys_de.html +%%PORTDOCS%%%%DOCSDIR%%/hotkeys_zh_CN.html +%%PORTDOCS%%%%DOCSDIR%%/hotkeys_zh_TW.html +%%PORTDOCS%%%%DOCSDIR%%/index.rst +%%PORTDOCS%%%%DOCSDIR%%/relnotes.rst +%%PORTDOCS%%%%DOCSDIR%%/thanks.rst +%%DATADIR%%/bin/git-xbase +%%DATADIR%%/bin/ssh-askpass +%%DATADIR%%/bin/ssh-askpass-darwin +%%DATADIR%%/icons/add.svg +%%DATADIR%%/icons/binary.png +%%DATADIR%%/icons/c.png +%%DATADIR%%/icons/dir.png +%%DATADIR%%/icons/edit-clear.svg +%%DATADIR%%/icons/edit-copy.svg +%%DATADIR%%/icons/edit-select-all.svg +%%DATADIR%%/icons/edit-undo.svg +%%DATADIR%%/icons/generic.png +%%DATADIR%%/icons/git-cola.svg +%%DATADIR%%/icons/image.png +%%DATADIR%%/icons/logo-top.png +%%DATADIR%%/icons/modified.png +%%DATADIR%%/icons/open.svg +%%DATADIR%%/icons/options.svg +%%DATADIR%%/icons/partial.png +%%DATADIR%%/icons/plus.png +%%DATADIR%%/icons/remove.svg +%%DATADIR%%/icons/removed.png +%%DATADIR%%/icons/script.png +%%DATADIR%%/icons/staged-item.png +%%DATADIR%%/icons/staged.png +%%DATADIR%%/icons/untracked.png +%%DATADIR%%/icons/upstream.png +%%DATADIR%%/icons/view-filter.png +%%DATADIR%%/icons/view-refresh.svg +%%DATADIR%%/icons/zoom-fit-best.png +%%DATADIR%%/icons/zoom-in.png +%%DATADIR%%/icons/zoom-out.png +%%DATADIR%%/lib/cola/__init__.py +%%DATADIR%%/lib/cola/_version.py +%%DATADIR%%/lib/cola/app.py +%%DATADIR%%/lib/cola/cmds.py +%%DATADIR%%/lib/cola/compat.py +%%DATADIR%%/lib/cola/core.py +%%DATADIR%%/lib/cola/decorators.py +%%DATADIR%%/lib/cola/diffparse.py +%%DATADIR%%/lib/cola/difftool.py +%%DATADIR%%/lib/cola/git.py +%%DATADIR%%/lib/cola/gitcfg.py +%%DATADIR%%/lib/cola/gitcmds.py +%%DATADIR%%/lib/cola/gravatar.py +%%DATADIR%%/lib/cola/guicmds.py +%%DATADIR%%/lib/cola/i18n.py +%%DATADIR%%/lib/cola/inotify.py +%%DATADIR%%/lib/cola/interaction.py +%%DATADIR%%/lib/cola/main.py +%%DATADIR%%/lib/cola/models/__init__.py +%%DATADIR%%/lib/cola/models/browse.py +%%DATADIR%%/lib/cola/models/dag.py +%%DATADIR%%/lib/cola/models/main.py +%%DATADIR%%/lib/cola/models/prefs.py +%%DATADIR%%/lib/cola/models/selection.py +%%DATADIR%%/lib/cola/models/stash.py +%%DATADIR%%/lib/cola/observable.py +%%DATADIR%%/lib/cola/qtcompat.py +%%DATADIR%%/lib/cola/qtutils.py +%%DATADIR%%/lib/cola/resources.py +%%DATADIR%%/lib/cola/settings.py +%%DATADIR%%/lib/cola/textwrap.py +%%DATADIR%%/lib/cola/utils.py +%%DATADIR%%/lib/cola/version.py +%%DATADIR%%/lib/cola/widgets/__init__.py +%%DATADIR%%/lib/cola/widgets/about.py +%%DATADIR%%/lib/cola/widgets/action.py +%%DATADIR%%/lib/cola/widgets/archive.py +%%DATADIR%%/lib/cola/widgets/bookmarks.py +%%DATADIR%%/lib/cola/widgets/browse.py +%%DATADIR%%/lib/cola/widgets/cfgactions.py +%%DATADIR%%/lib/cola/widgets/commitmsg.py +%%DATADIR%%/lib/cola/widgets/compare.py +%%DATADIR%%/lib/cola/widgets/completion.py +%%DATADIR%%/lib/cola/widgets/createbranch.py +%%DATADIR%%/lib/cola/widgets/createtag.py +%%DATADIR%%/lib/cola/widgets/dag.py +%%DATADIR%%/lib/cola/widgets/defs.py +%%DATADIR%%/lib/cola/widgets/diff.py +%%DATADIR%%/lib/cola/widgets/editremotes.py +%%DATADIR%%/lib/cola/widgets/filelist.py +%%DATADIR%%/lib/cola/widgets/filetree.py +%%DATADIR%%/lib/cola/widgets/finder.py +%%DATADIR%%/lib/cola/widgets/grep.py +%%DATADIR%%/lib/cola/widgets/highlighter.py +%%DATADIR%%/lib/cola/widgets/log.py +%%DATADIR%%/lib/cola/widgets/main.py +%%DATADIR%%/lib/cola/widgets/merge.py +%%DATADIR%%/lib/cola/widgets/patch.py +%%DATADIR%%/lib/cola/widgets/prefs.py +%%DATADIR%%/lib/cola/widgets/recent.py +%%DATADIR%%/lib/cola/widgets/remote.py +%%DATADIR%%/lib/cola/widgets/search.py +%%DATADIR%%/lib/cola/widgets/selectcommits.py +%%DATADIR%%/lib/cola/widgets/spellcheck.py +%%DATADIR%%/lib/cola/widgets/standard.py +%%DATADIR%%/lib/cola/widgets/startup.py +%%DATADIR%%/lib/cola/widgets/stash.py +%%DATADIR%%/lib/cola/widgets/status.py +%%DATADIR%%/lib/cola/widgets/text.py +share/icons/hicolor/scalable/apps/git-cola.svg +share/locale/de/LC_MESSAGES/git-cola.mo +share/locale/es/LC_MESSAGES/git-cola.mo +share/locale/fr/LC_MESSAGES/git-cola.mo +share/locale/hu/LC_MESSAGES/git-cola.mo +share/locale/id_ID/LC_MESSAGES/git-cola.mo +share/locale/it/LC_MESSAGES/git-cola.mo +share/locale/ja/LC_MESSAGES/git-cola.mo +share/locale/pt_BR/LC_MESSAGES/git-cola.mo +share/locale/ru/LC_MESSAGES/git-cola.mo +share/locale/sv/LC_MESSAGES/git-cola.mo +share/locale/zh_CN/LC_MESSAGES/git-cola.mo +share/locale/zh_TW/LC_MESSAGES/git-cola.mo From owner-svn-ports-head@freebsd.org Tue Sep 22 14:27:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFFE5A06F7C; Tue, 22 Sep 2015 14:27:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A09801A75; Tue, 22 Sep 2015 14:27:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MERenm071979; Tue, 22 Sep 2015 14:27:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MEReBJ071977; Tue, 22 Sep 2015 14:27:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509221427.t8MEReBJ071977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Sep 2015 14:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397540 - head/textproc/py-elasticsearch-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 14:27:40 -0000 Author: olgeni Date: Tue Sep 22 14:27:39 2015 New Revision: 397540 URL: https://svnweb.freebsd.org/changeset/ports/397540 Log: Upgrade textproc/py-elasticsearch-py to 1.7.0. PR: 203254 Submitted by: olgeni Approved by: maintainer Modified: head/textproc/py-elasticsearch-py/Makefile head/textproc/py-elasticsearch-py/distinfo Modified: head/textproc/py-elasticsearch-py/Makefile ============================================================================== --- head/textproc/py-elasticsearch-py/Makefile Tue Sep 22 14:00:02 2015 (r397539) +++ head/textproc/py-elasticsearch-py/Makefile Tue Sep 22 14:27:39 2015 (r397540) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-py -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-elasticsearch-py/distinfo ============================================================================== --- head/textproc/py-elasticsearch-py/distinfo Tue Sep 22 14:00:02 2015 (r397539) +++ head/textproc/py-elasticsearch-py/distinfo Tue Sep 22 14:27:39 2015 (r397540) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-elasticsearch-py-1.6.0_GH0.tar.gz) = 59dd03284ab7314e5eb50d13ba92df65efb93778ca318906baad5776b152aff7 -SIZE (elasticsearch-elasticsearch-py-1.6.0_GH0.tar.gz) = 77205 +SHA256 (elasticsearch-elasticsearch-py-1.7.0_GH0.tar.gz) = ed5a381d0ac923478e4e4e94cad22b79b01e03e5a27921ddf32eea91f715082a +SIZE (elasticsearch-elasticsearch-py-1.7.0_GH0.tar.gz) = 78107 From owner-svn-ports-head@freebsd.org Tue Sep 22 14:40:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B03F1A075B8; Tue, 22 Sep 2015 14:40:21 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0B251155; Tue, 22 Sep 2015 14:40:21 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MEeL7X076616; Tue, 22 Sep 2015 14:40:21 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MEeLxV076614; Tue, 22 Sep 2015 14:40:21 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201509221440.t8MEeLxV076614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 22 Sep 2015 14:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397541 - head/sysutils/iocage-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 14:40:21 -0000 Author: kmoore Date: Tue Sep 22 14:40:20 2015 New Revision: 397541 URL: https://svnweb.freebsd.org/changeset/ports/397541 Log: - Update to 20150921 snapshot Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Tue Sep 22 14:27:39 2015 (r397540) +++ head/sysutils/iocage-devel/Makefile Tue Sep 22 14:40:20 2015 (r397541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 20150918 +PORTVERSION= 20150921 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= iocage -GH_TAGNAME= 9d2edd8 +GH_TAGNAME= 8c78110 NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Tue Sep 22 14:27:39 2015 (r397540) +++ head/sysutils/iocage-devel/distinfo Tue Sep 22 14:40:20 2015 (r397541) @@ -1,2 +1,2 @@ -SHA256 (iocage-iocage-20150918-9d2edd8_GH0.tar.gz) = 5669a065a391a6ec11618d2716eaa1f5d26dcf957c1d77964b5ffe09daad53bb -SIZE (iocage-iocage-20150918-9d2edd8_GH0.tar.gz) = 301592 +SHA256 (iocage-iocage-20150921-8c78110_GH0.tar.gz) = 91e14e6d664dbfa0d571ac1978b8eb15e1013cd26e7477f27a6dec1db074b80d +SIZE (iocage-iocage-20150921-8c78110_GH0.tar.gz) = 301863 From owner-svn-ports-head@freebsd.org Tue Sep 22 15:03:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 571F0A06028; Tue, 22 Sep 2015 15:03:00 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F9DC120B; Tue, 22 Sep 2015 15:03:00 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MF30DU088937; Tue, 22 Sep 2015 15:03:00 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MF30nL088936; Tue, 22 Sep 2015 15:03:00 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201509221503.t8MF30nL088936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 22 Sep 2015 15:03:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397542 - head/devel/ice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:03:00 -0000 Author: grembo Date: Tue Sep 22 15:02:59 2015 New Revision: 397542 URL: https://svnweb.freebsd.org/changeset/ports/397542 Log: Fix unit test in case hostname is not on a local interface PR: 201743 Approved by: mentors (implicit) Added: head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py (contents, props changed) Added: head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py Tue Sep 22 15:02:59 2015 (r397542) @@ -0,0 +1,38 @@ +--- cpp/test/Glacier2/staticFiltering/run.py.orig 2015-06-23 17:30:20.000000000 +0200 ++++ cpp/test/Glacier2/staticFiltering/run.py 2015-09-22 16:23:30.270288987 +0200 +@@ -8,7 +8,7 @@ + # + # ********************************************************************** + +-import os, sys, time, socket ++import os, sys, time, socket, subprocess + + path = [ ".", "..", "../..", "../../..", "../../../.." ] + head = os.path.dirname(sys.argv[0]) +@@ -99,12 +99,26 @@ + hostname = "127.0.0.1" + fqdn = "" + domainname = "" ++ ++ # Check if IP addresses are configured on a local interface ++ if TestUtil.isFreeBSD(): ++ p = subprocess.Popen("ifconfig", shell=1, stdout=subprocess.PIPE) ++ r = p.communicate()[0] ++ if r.find("inet " + testaddr1) == -1 or r.find("inet " + testaddr2) == 1: ++ print("Warning: Not all host IP addresses are available") ++ limitedTests = True ++ hostname = "127.0.0.1" ++ fqdn = "" ++ domainname = "" + except: + limitedTests = True + hostname = "127.0.0.1" + fqdn = "" + domainname = "" + ++if limitedTests: ++ print("Running limited tests") ++ + testcases = [ + ('testing category filter', + ('', '', '', 'foo "a cat with spaces"', '', ''), From owner-svn-ports-head@freebsd.org Tue Sep 22 15:43:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C413A052E9; Tue, 22 Sep 2015 15:43:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 822881E91; Tue, 22 Sep 2015 15:43:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MFhK5b005511; Tue, 22 Sep 2015 15:43:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MFhIke005505; Tue, 22 Sep 2015 15:43:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509221543.t8MFhIke005505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Sep 2015 15:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397543 - in head/math: . z3 z3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:43:20 -0000 Author: feld Date: Tue Sep 22 15:43:18 2015 New Revision: 397543 URL: https://svnweb.freebsd.org/changeset/ports/397543 Log: Z3 is a high-performance theorem prover developed at Microsoft Research. WWW: https://github.com/Z3Prover/z3 PR: 202136 Submitted by: 6yearold@gmail.com Added: head/math/z3/ head/math/z3/Makefile (contents, props changed) head/math/z3/distinfo (contents, props changed) head/math/z3/files/ head/math/z3/files/patch-scripts_mk__util.py (contents, props changed) head/math/z3/pkg-descr (contents, props changed) head/math/z3/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Sep 22 15:02:59 2015 (r397542) +++ head/math/Makefile Tue Sep 22 15:43:18 2015 (r397543) @@ -688,5 +688,6 @@ SUBDIR += xppaut SUBDIR += xspread SUBDIR += yacas + SUBDIR += z3 .include Added: head/math/z3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/z3/Makefile Tue Sep 22 15:43:18 2015 (r397543) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= z3 +PORTVERSION= 4.4.0 +CATEGORIES= math + +MAINTAINER= 6yearold@gmail.com +COMMENT= Z3 Theorem Prover + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= Z3Prover +GH_TAGNAME= z3-${PORTVERSION} + +OPTIONS_DEFINE= STATIC + +OPTIONS_DEFAULT= STATIC +OPTIONS_SUB= yes + +STATIC_DESC= Build static z3 library +STATIC_CONFIGURE_ON= --staticlib + +GMP_DESC= Use GMP library for AP arithmetic +GMP_CONFIGURE_ON= --gmp +GMP_CXXFLAGS= -I${LOCALBASE}include +GMP_LDFLAGS= -L${LOCALBASE}/lib +GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp + +HAS_CONFIGURE= yes +USE_LDCONFIG= yes +BUILD_WRKSRC= ${WRKSRC}/build +INSTALL_WRKSRC= ${WRKSRC}/build + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --debug +.endif + +USES= python + +pre-build: + ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} + +.include Added: head/math/z3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/z3/distinfo Tue Sep 22 15:43:18 2015 (r397543) @@ -0,0 +1,2 @@ +SHA256 (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) = 65b72f9eb0af50949e504b47080fb3fc95f11c435633041d9a534473f3142cba +SIZE (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) = 3060731 Added: head/math/z3/files/patch-scripts_mk__util.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/z3/files/patch-scripts_mk__util.py Tue Sep 22 15:43:18 2015 (r397543) @@ -0,0 +1,70 @@ +--- scripts/mk_util.py.orig 2015-04-29 14:40:46 UTC ++++ scripts/mk_util.py +@@ -948,7 +948,7 @@ class LibComponent(Component): + + def mk_install(self, out): + for include in self.includes2install: +- out.write('\t@cp %s %s\n' % (os.path.join(self.to_src_dir, include), os.path.join('$(PREFIX)', 'include', include))) ++ out.write('\t@cp %s %s\n' % (os.path.join(self.to_src_dir, include), os.path.join('$(DESTDIR)/$(PREFIX)', 'include', include))) + + def mk_uninstall(self, out): + for include in self.includes2install: +@@ -1034,7 +1034,7 @@ class ExeComponent(Component): + def mk_install(self, out): + if self.install: + exefile = '%s$(EXE_EXT)' % self.exe_name +- out.write('\t@cp %s %s\n' % (exefile, os.path.join('$(PREFIX)', 'bin', exefile))) ++ out.write('\t@cp %s %s\n' % (exefile, os.path.join('$(DESTDIR)/$(PREFIX)', 'bin', exefile))) + + def mk_uninstall(self, out): + exefile = '%s$(EXE_EXT)' % self.exe_name +@@ -1180,11 +1180,11 @@ class DLLComponent(Component): + def mk_install(self, out): + if self.install: + dllfile = '%s$(SO_EXT)' % self.dll_name +- out.write('\t@cp %s %s\n' % (dllfile, os.path.join('$(PREFIX)', 'lib', dllfile))) +- out.write('\t@cp %s %s\n' % (dllfile, os.path.join(PYTHON_PACKAGE_DIR, dllfile))) ++ out.write('\t@cp %s %s\n' % (dllfile, os.path.join('$(DESTDIR)/$(PREFIX)', 'lib', dllfile))) ++ out.write('\t@cp %s %s\n' % (dllfile, os.path.join('$(DESTDIR)' + PYTHON_PACKAGE_DIR, dllfile))) + if self.static: + libfile = '%s$(LIB_EXT)' % self.dll_name +- out.write('\t@cp %s %s\n' % (libfile, os.path.join('$(PREFIX)', 'lib', libfile))) ++ out.write('\t@cp %s %s\n' % (libfile, os.path.join('$(DESTDIR)/$(PREFIX)', 'lib', libfile))) + + + def mk_uninstall(self, out): +@@ -1359,8 +1359,8 @@ class JavaDLLComponent(Component): + def mk_install(self, out): + if is_java_enabled() and self.install: + dllfile = '%s$(SO_EXT)' % self.dll_name +- out.write('\t@cp %s %s\n' % (dllfile, os.path.join('$(PREFIX)', 'lib', dllfile))) +- out.write('\t@cp %s.jar %s.jar\n' % (self.package_name, os.path.join('$(PREFIX)', 'lib', self.package_name))) ++ out.write('\t@cp %s %s\n' % (dllfile, os.path.join('$(DESTDIR)/$(PREFIX)', 'lib', dllfile))) ++ out.write('\t@cp %s.jar %s.jar\n' % (self.package_name, os.path.join('$(DESTDIR)/$(PREFIX)', 'lib', self.package_name))) + + def mk_uninstall(self, out): + if is_java_enabled() and self.install: +@@ -1873,6 +1873,7 @@ def mk_config(): + CPPFLAGS = '%s -D_TRACE' % CPPFLAGS + CXXFLAGS = '%s -msse -msse2' % CXXFLAGS + config.write('PREFIX=%s\n' % PREFIX) ++ config.write('DESTDIR?=\n') + config.write('CC=%s\n' % CC) + config.write('CXX=%s\n' % CXX) + config.write('CXXFLAGS=%s %s\n' % (CPPFLAGS, CXXFLAGS)) +@@ -1926,12 +1927,12 @@ def mk_install(out): + out.write('\t@mkdir -p %s\n' % os.path.join('$(PREFIX)', 'lib')) + for c in get_components(): + c.mk_install(out) +- out.write('\t@cp z3*.py %s\n' % PYTHON_PACKAGE_DIR) ++ out.write('\t@cp z3*.py %s\n' % ('$(DESTDIR)/' + PYTHON_PACKAGE_DIR)) + if sys.version >= "3": + out.write('\t@cp %s*.pyc %s\n' % (os.path.join('__pycache__', 'z3'), +- os.path.join(PYTHON_PACKAGE_DIR, '__pycache__'))) ++ os.path.join('$(DESTDIR)/' + PYTHON_PACKAGE_DIR, '__pycache__'))) + else: +- out.write('\t@cp z3*.pyc %s\n' % PYTHON_PACKAGE_DIR) ++ out.write('\t@cp z3*.pyc %s\n' % ('$(DESTDIR)/' + PYTHON_PACKAGE_DIR)) + out.write('\t@echo Z3 was successfully installed.\n') + if PYTHON_PACKAGE_DIR != distutils.sysconfig.get_python_lib(): + if os.uname()[0] == 'Darwin': Added: head/math/z3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/z3/pkg-descr Tue Sep 22 15:43:18 2015 (r397543) @@ -0,0 +1,4 @@ +Z3 is a high-performance theorem prover developed +at Microsoft Research. + +WWW: https://github.com/Z3Prover/z3 Added: head/math/z3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/z3/pkg-plist Tue Sep 22 15:43:18 2015 (r397543) @@ -0,0 +1,34 @@ +bin/z3 +include/z3++.h +include/z3.h +include/z3_algebraic.h +include/z3_api.h +include/z3_fpa.h +include/z3_interp.h +include/z3_macros.h +include/z3_polynomial.h +include/z3_rcf.h +include/z3_v1.h +%%STATIC%%lib/libz3.a +lib/libz3.so +%%PYTHON_SITELIBDIR%%/libz3.so +%%PYTHON_SITELIBDIR%%/z3.py +%%PYTHON_SITELIBDIR%%/z3.pyc +%%PYTHON_SITELIBDIR%%/z3consts.py +%%PYTHON_SITELIBDIR%%/z3consts.pyc +%%PYTHON_SITELIBDIR%%/z3core.py +%%PYTHON_SITELIBDIR%%/z3core.pyc +%%PYTHON_SITELIBDIR%%/z3num.py +%%PYTHON_SITELIBDIR%%/z3num.pyc +%%PYTHON_SITELIBDIR%%/z3poly.py +%%PYTHON_SITELIBDIR%%/z3poly.pyc +%%PYTHON_SITELIBDIR%%/z3printer.py +%%PYTHON_SITELIBDIR%%/z3printer.pyc +%%PYTHON_SITELIBDIR%%/z3rcf.py +%%PYTHON_SITELIBDIR%%/z3rcf.pyc +%%PYTHON_SITELIBDIR%%/z3test.py +%%PYTHON_SITELIBDIR%%/z3test.pyc +%%PYTHON_SITELIBDIR%%/z3types.py +%%PYTHON_SITELIBDIR%%/z3types.pyc +%%PYTHON_SITELIBDIR%%/z3util.py +%%PYTHON_SITELIBDIR%%/z3util.pyc From owner-svn-ports-head@freebsd.org Tue Sep 22 15:45:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA605A053EB; Tue, 22 Sep 2015 15:45:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBAF21FDD; Tue, 22 Sep 2015 15:45:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MFj09G005712; Tue, 22 Sep 2015 15:45:00 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MFj0SP005711; Tue, 22 Sep 2015 15:45:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509221545.t8MFj0SP005711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 22 Sep 2015 15:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397544 - head/graphics/libGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:45:00 -0000 Author: kwm Date: Tue Sep 22 15:44:59 2015 New Revision: 397544 URL: https://svnweb.freebsd.org/changeset/ports/397544 Log: Python is still needed at build time, don't depend on other software to pull it in. Modified: head/graphics/libGL/Makefile.common Modified: head/graphics/libGL/Makefile.common ============================================================================== --- head/graphics/libGL/Makefile.common Tue Sep 22 15:43:18 2015 (r397543) +++ head/graphics/libGL/Makefile.common Tue Sep 22 15:44:59 2015 (r397544) @@ -32,7 +32,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/d LIB_DEPENDS+= libdevq.so:${PORTSDIR}/devel/libdevq USES+= compiler:c++11-lib gettext-tools gmake libtool \ - pathfix pkgconfig shebangfix tar:xz + pathfix pkgconfig python:2,build shebangfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include From owner-svn-ports-head@freebsd.org Tue Sep 22 15:47:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0E5EA0555E; Tue, 22 Sep 2015 15:47:58 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2046116E; Tue, 22 Sep 2015 15:47:58 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MFlwBo005941; Tue, 22 Sep 2015 15:47:58 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MFlwRG005939; Tue, 22 Sep 2015 15:47:58 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201509221547.t8MFlwRG005939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 22 Sep 2015 15:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397545 - head/security/php-suhosin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:47:58 -0000 Author: ale Date: Tue Sep 22 15:47:57 2015 New Revision: 397545 URL: https://svnweb.freebsd.org/changeset/ports/397545 Log: Update to 0.9.38 release. PR: 203228 Submitted by: Franco Fichtner Modified: head/security/php-suhosin/Makefile head/security/php-suhosin/distinfo Modified: head/security/php-suhosin/Makefile ============================================================================== --- head/security/php-suhosin/Makefile Tue Sep 22 15:44:59 2015 (r397544) +++ head/security/php-suhosin/Makefile Tue Sep 22 15:47:57 2015 (r397545) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suhosin -PORTVERSION= 0.9.37.1 -PORTREVISION= 1 +PORTVERSION= 0.9.38 CATEGORIES= security MASTER_SITES= http://download.suhosin.org/ PKGNAMEPREFIX= php- Modified: head/security/php-suhosin/distinfo ============================================================================== --- head/security/php-suhosin/distinfo Tue Sep 22 15:44:59 2015 (r397544) +++ head/security/php-suhosin/distinfo Tue Sep 22 15:47:57 2015 (r397545) @@ -1,2 +1,2 @@ -SHA256 (suhosin-0.9.37.1.tar.gz) = 322ba104a17196bae63d39404da103fd011b09fde0f02484dc44366511c586ba -SIZE (suhosin-0.9.37.1.tar.gz) = 134207 +SHA256 (suhosin-0.9.38.tar.gz) = c02d76c4e7ce777910a37c18181cb67fd9e90efe0107feab3de3131b5f89bcea +SIZE (suhosin-0.9.38.tar.gz) = 122800 From owner-svn-ports-head@freebsd.org Tue Sep 22 15:50:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F3AA05867; Tue, 22 Sep 2015 15:50:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04E4F1361; Tue, 22 Sep 2015 15:50:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MFoUBs006859; Tue, 22 Sep 2015 15:50:30 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MFoUFm006858; Tue, 22 Sep 2015 15:50:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509221550.t8MFoUFm006858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 15:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397546 - head/mail/p5-Mail-OpenDKIM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:50:31 -0000 Author: matthew Date: Tue Sep 22 15:50:30 2015 New Revision: 397546 URL: https://svnweb.freebsd.org/changeset/ports/397546 Log: Strip the OpenDKIM.so loadable module. Modified: head/mail/p5-Mail-OpenDKIM/Makefile Modified: head/mail/p5-Mail-OpenDKIM/Makefile ============================================================================== --- head/mail/p5-Mail-OpenDKIM/Makefile Tue Sep 22 15:47:57 2015 (r397545) +++ head/mail/p5-Mail-OpenDKIM/Makefile Tue Sep 22 15:50:30 2015 (r397546) @@ -3,6 +3,7 @@ PORTNAME= Mail-OpenDKIM PORTVERSION= 4203 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,4 +34,7 @@ PLIST_FILES= %%SITE_ARCH%%/Mail/OpenDKIM %%PERL5_MAN3%%/Mail::OpenDKIM::Signature.3.gz \ %%PERL5_MAN3%%/Mail::OpenDKIM::Signer.3.gz +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mail/OpenDKIM/OpenDKIM.so + .include From owner-svn-ports-head@freebsd.org Tue Sep 22 15:54:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A7D3A059FC; Tue, 22 Sep 2015 15:54:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56F991839; Tue, 22 Sep 2015 15:54:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MFsLVk010047; Tue, 22 Sep 2015 15:54:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MFsKE0010045; Tue, 22 Sep 2015 15:54:20 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509221554.t8MFsKE0010045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 22 Sep 2015 15:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397547 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 15:54:21 -0000 Author: pawel Date: Tue Sep 22 15:54:20 2015 New Revision: 397547 URL: https://svnweb.freebsd.org/changeset/ports/397547 Log: Update to version 5.14.10 --- 5.14.10 2015/09/16 Prevent huge expansions in CCL s=sl YAZ-859 Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Tue Sep 22 15:50:30 2015 (r397546) +++ head/net/yaz/Makefile Tue Sep 22 15:54:20 2015 (r397547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.14.9 +PORTVERSION= 5.14.10 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Tue Sep 22 15:50:30 2015 (r397546) +++ head/net/yaz/distinfo Tue Sep 22 15:54:20 2015 (r397547) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.14.9.tar.gz) = adef387e35205c35d7ac337a109fb51c9bb15a8bd607592ed967be7ed166a3f3 -SIZE (yaz-5.14.9.tar.gz) = 2552363 +SHA256 (yaz-5.14.10.tar.gz) = 9dd6fcc22eafcd6c7da6aa8134047cb3a805dac1e36a603e47ea6944c0373481 +SIZE (yaz-5.14.10.tar.gz) = 2552709 From owner-svn-ports-head@freebsd.org Tue Sep 22 16:15:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76DA5A0649C; Tue, 22 Sep 2015 16:15:10 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67AB4122D; Tue, 22 Sep 2015 16:15:10 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGFAuW018418; Tue, 22 Sep 2015 16:15:10 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGF9p0018413; Tue, 22 Sep 2015 16:15:09 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201509221615.t8MGF9p0018413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 22 Sep 2015 16:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397548 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:15:10 -0000 Author: vsevolod Date: Tue Sep 22 16:15:08 2015 New Revision: 397548 URL: https://svnweb.freebsd.org/changeset/ports/397548 Log: - Update to 1.0.1 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue Sep 22 15:54:20 2015 (r397547) +++ head/mail/rspamd/Makefile Tue Sep 22 16:15:08 2015 (r397548) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Tue Sep 22 15:54:20 2015 (r397547) +++ head/mail/rspamd/distinfo Tue Sep 22 16:15:08 2015 (r397548) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.0.0.tar.xz) = 63b23ab1c35db6291150e1b11b3cdee33155252bd1ec57382c9b0f8f76d69a39 -SIZE (rspamd-1.0.0.tar.xz) = 1045208 +SHA256 (rspamd-1.0.1.tar.xz) = d6f5dc28c63b520e8814d5554841cfd6f153d2020e1a1d3a6ef523995e55d070 +SIZE (rspamd-1.0.1.tar.xz) = 1049160 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Tue Sep 22 15:54:20 2015 (r397547) +++ head/mail/rspamd/pkg-plist Tue Sep 22 16:15:08 2015 (r397548) @@ -76,6 +76,8 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/src/components/app.jsx %%DATADIR%%/www/src/components/dashboard.jsx %%DATADIR%%/www/src/components/login.jsx +%%DATADIR%%/www/src/components/piechart.jsx +%%DATADIR%%/www/src/components/rrdgraph.jsx %%DATADIR%%/www/src/package.json man/man1/rspamc.1.gz man/man8/rspamd.8.gz From owner-svn-ports-head@freebsd.org Tue Sep 22 16:18:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB0CA0656E; Tue, 22 Sep 2015 16:18:21 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078D9135B; Tue, 22 Sep 2015 16:18:21 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGIK0A018696; Tue, 22 Sep 2015 16:18:20 GMT (envelope-from xride@FreeBSD.org) Received: (from xride@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGIKxJ018695; Tue, 22 Sep 2015 16:18:20 GMT (envelope-from xride@FreeBSD.org) Message-Id: <201509221618.t8MGIKxJ018695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: xride set sender to xride@FreeBSD.org using -f From: Soeren Straarup Date: Tue, 22 Sep 2015 16:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397549 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:18:21 -0000 Author: xride Date: Tue Sep 22 16:18:20 2015 New Revision: 397549 URL: https://svnweb.freebsd.org/changeset/ports/397549 Log: Updating location. Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Tue Sep 22 16:15:08 2015 (r397548) +++ head/astro/xearth/files/freebsd.committers.markers Tue Sep 22 16:18:20 2015 (r397549) @@ -132,7 +132,7 @@ 53.56, 10.02, "cracauer" # Hamburg, Germany 53.64, 9.84, "hm" align=left # Rellingen, Germany 48.336389, 9.836389, "helbig" # Waiblingen, Germany - 35.633, -84.303, "xride" # Oak Ridge, TN, USA + 28.898118, -97.037111, "xride" # Victoria, TX, USA 49.00, 9.5, "schweikh" # Weinstadt, Germany 51.20, 9.20, "dinoex" # Habichtswald, Germany 45.467, 9.200, "piso" # Milano, Italy From owner-svn-ports-head@freebsd.org Tue Sep 22 16:18:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3289BA065A3; Tue, 22 Sep 2015 16:18:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2198A1480; Tue, 22 Sep 2015 16:18:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGIYaf018954; Tue, 22 Sep 2015 16:18:34 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGIVxt018946; Tue, 22 Sep 2015 16:18:31 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509221618.t8MGIVxt018946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 16:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397550 - in head: devel/p5-Date-Extract devel/p5-Role-Basic devel/p5-Set-Tiny devel/p5-Symbol-Global-Name mail/p5-Email-Address-List mail/p5-Test-Email math/p5-Math-Fleximal www/p5-Pla... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:18:34 -0000 Author: matthew Date: Tue Sep 22 16:18:31 2015 New Revision: 397550 URL: https://svnweb.freebsd.org/changeset/ports/397550 Log: Delete the redundant 'regression-test:' target from those of my perl ports that have it. There's a generic regression-test target identical to these provided via 'USES=perl5' Modified: head/devel/p5-Date-Extract/Makefile head/devel/p5-Role-Basic/Makefile head/devel/p5-Set-Tiny/Makefile head/devel/p5-Symbol-Global-Name/Makefile head/mail/p5-Email-Address-List/Makefile head/mail/p5-Test-Email/Makefile head/math/p5-Math-Fleximal/Makefile head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Modified: head/devel/p5-Date-Extract/Makefile ============================================================================== --- head/devel/p5-Date-Extract/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/devel/p5-Date-Extract/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -21,7 +21,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/devel/p5-Role-Basic/Makefile ============================================================================== --- head/devel/p5-Role-Basic/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/devel/p5-Role-Basic/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -18,7 +18,4 @@ PORTSCOUT= limit:^0\.[1-9] USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/devel/p5-Set-Tiny/Makefile ============================================================================== --- head/devel/p5-Set-Tiny/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/devel/p5-Set-Tiny/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -15,7 +15,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/devel/p5-Symbol-Global-Name/Makefile ============================================================================== --- head/devel/p5-Symbol-Global-Name/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/devel/p5-Symbol-Global-Name/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -16,7 +16,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/mail/p5-Email-Address-List/Makefile ============================================================================== --- head/mail/p5-Email-Address-List/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/mail/p5-Email-Address-List/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -20,7 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/mail/p5-Test-Email/Makefile ============================================================================== --- head/mail/p5-Test-Email/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/mail/p5-Test-Email/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -23,7 +23,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/math/p5-Math-Fleximal/Makefile ============================================================================== --- head/math/p5-Math-Fleximal/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/math/p5-Math-Fleximal/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -16,7 +16,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include Modified: head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Tue Sep 22 16:18:20 2015 (r397549) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Tue Sep 22 16:18:31 2015 (r397550) @@ -19,7 +19,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include From owner-svn-ports-head@freebsd.org Tue Sep 22 16:26:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8CE4A0695B; Tue, 22 Sep 2015 16:26:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9BA51993; Tue, 22 Sep 2015 16:26:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGQb7h023010; Tue, 22 Sep 2015 16:26:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGQb0b023008; Tue, 22 Sep 2015 16:26:37 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509221626.t8MGQb0b023008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 22 Sep 2015 16:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397551 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:26:37 -0000 Author: pawel Date: Tue Sep 22 16:26:36 2015 New Revision: 397551 URL: https://svnweb.freebsd.org/changeset/ports/397551 Log: Update to version 5.0.5 Changelog: * bugfix: revert back fix for #1464961 inconsistency in internal xfer Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Tue Sep 22 16:18:31 2015 (r397550) +++ head/finance/homebank/Makefile Tue Sep 22 16:26:36 2015 (r397551) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Tue Sep 22 16:18:31 2015 (r397550) +++ head/finance/homebank/distinfo Tue Sep 22 16:26:36 2015 (r397551) @@ -1,2 +1,2 @@ -SHA256 (homebank-5.0.4.tar.gz) = d78ccbef2ac52bf30e0ded093ca7b5162405f0ada7e5853c63d2b025e098c978 -SIZE (homebank-5.0.4.tar.gz) = 2554916 +SHA256 (homebank-5.0.5.tar.gz) = 67c47709517d325fc8d601bb8552e3c8a1ad3b820a2c0a403ed20f00c795903c +SIZE (homebank-5.0.5.tar.gz) = 2554967 From owner-svn-ports-head@freebsd.org Tue Sep 22 16:42:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0F4CA071EA; Tue, 22 Sep 2015 16:42:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E7B71527; Tue, 22 Sep 2015 16:42:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGgp9a031316; Tue, 22 Sep 2015 16:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGgpkj031315; Tue, 22 Sep 2015 16:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221642.t8MGgpkj031315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 16:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397553 - head/devel/p5-Devel-CheckLib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:42:51 -0000 Author: sunpoet Date: Tue Sep 22 16:42:50 2015 New Revision: 397553 URL: https://svnweb.freebsd.org/changeset/ports/397553 Log: - Fix PLIST: Perl MAN1 path changed in r396892 Approved by: portmgr (blanket) Modified: head/devel/p5-Devel-CheckLib/pkg-plist Modified: head/devel/p5-Devel-CheckLib/pkg-plist ============================================================================== --- head/devel/p5-Devel-CheckLib/pkg-plist Tue Sep 22 16:37:12 2015 (r397552) +++ head/devel/p5-Devel-CheckLib/pkg-plist Tue Sep 22 16:42:50 2015 (r397553) @@ -1,4 +1,4 @@ bin/use-devel-checklib -man/man1/use-devel-checklib.1.gz %%SITE_PERL%%/Devel/CheckLib.pm +%%PERL5_MAN1%%/use-devel-checklib.1.gz %%PERL5_MAN3%%/Devel::CheckLib.3.gz From owner-svn-ports-head@freebsd.org Tue Sep 22 16:46:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CCC1A07360; Tue, 22 Sep 2015 16:46:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D16F18A4; Tue, 22 Sep 2015 16:46:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGkHsc031568; Tue, 22 Sep 2015 16:46:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGkHsl031567; Tue, 22 Sep 2015 16:46:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509221646.t8MGkHsl031567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 22 Sep 2015 16:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397554 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:46:18 -0000 Author: jbeich Date: Tue Sep 22 16:46:17 2015 New Revision: 397554 URL: https://svnweb.freebsd.org/changeset/ports/397554 Log: Summary: Document recent Mozilla vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 22 16:42:50 2015 (r397553) +++ head/security/vuxml/vuln.xml Tue Sep 22 16:46:17 2015 (r397554) @@ -58,6 +58,138 @@ Notes: --> + + mozilla -- multiple vulnerabilities + + + firefox + 41.0,1 + + + linux-firefox + 41.0,1 + + + seamonkey + 2.38 + + + linux-seamonkey + 2.38 + + + firefox-esr + 38.3.0,1 + + + libxul + 38.3.0 + + + thunderbird + 38.3.0 + + + linux-thunderbird + 38.3.0 + + + + +

The Mozilla Project reports:

+
+

MFSA 2015-96 Miscellaneous memory safety hazards (rv:41.0 + / rv:38.3)

+

MFSA 2015-97 Memory leak in mozTCPSocket to servers

+

MFSA 2015-98 Out of bounds read in QCMS library with ICC + V4 profile attributes

+

MFSA 2015-99 Site attribute spoofing on Android by + pasting URL with unknown scheme

+

MFSA 2015-100 Arbitrary file manipulation by local user + through Mozilla updater

+

MFSA 2015-101 Buffer overflow in libvpx while parsing vp9 + format video

+

MFSA 2015-102 Crash when using debugger with SavedStacks + in JavaScript

+

MFSA 2015-103 URL spoofing in reader mode

+

MFSA 2015-104 Use-after-free with shared workers and + IndexedDB

+

MFSA 2015-105 Buffer overflow while decoding WebM + video

+

MFSA 2015-106 Use-after-free while manipulating HTML + media content

+

MFSA 2015-107 Out-of-bounds read during 2D canvas display + on Linux 16-bit color depth systems

+

MFSA 2015-108 Scripted proxies can access inner + window

+

MFSA 2015-109 JavaScript immutable property enforcement + can be bypassed

+

MFSA 2015-110 Dragging and dropping images exposes final + URL after redirects

+

MFSA 2015-111 Errors in the handling of CORS preflight + request headers

+

MFSA 2015-112 Vulnerabilities found through code + inspection

+

MFSA 2015-113 Memory safety errors in libGLES in the + ANGLE graphics library

+

MFSA 2015-114 Information disclosure via the High + Resolution Time API

+
+ +
+ + CVE-2015-4476 + CVE-2015-4500 + CVE-2015-4501 + CVE-2015-4502 + CVE-2015-4503 + CVE-2015-4504 + CVE-2015-4505 + CVE-2015-4506 + CVE-2015-4507 + CVE-2015-4508 + CVE-2015-4509 + CVE-2015-4510 + CVE-2015-4512 + CVE-2015-4516 + CVE-2015-4517 + CVE-2015-4519 + CVE-2015-4520 + CVE-2015-4521 + CVE-2015-4522 + CVE-2015-7174 + CVE-2015-7175 + CVE-2015-7176 + CVE-2015-7177 + CVE-2015-7178 + CVE-2015-7179 + CVE-2015-7180 + https://www.mozilla.org/security/advisories/mfsa2015-96/ + https://www.mozilla.org/security/advisories/mfsa2015-97/ + https://www.mozilla.org/security/advisories/mfsa2015-98/ + https://www.mozilla.org/security/advisories/mfsa2015-99/ + https://www.mozilla.org/security/advisories/mfsa2015-100/ + https://www.mozilla.org/security/advisories/mfsa2015-101/ + https://www.mozilla.org/security/advisories/mfsa2015-102/ + https://www.mozilla.org/security/advisories/mfsa2015-103/ + https://www.mozilla.org/security/advisories/mfsa2015-104/ + https://www.mozilla.org/security/advisories/mfsa2015-105/ + https://www.mozilla.org/security/advisories/mfsa2015-106/ + https://www.mozilla.org/security/advisories/mfsa2015-107/ + https://www.mozilla.org/security/advisories/mfsa2015-108/ + https://www.mozilla.org/security/advisories/mfsa2015-109/ + https://www.mozilla.org/security/advisories/mfsa2015-110/ + https://www.mozilla.org/security/advisories/mfsa2015-111/ + https://www.mozilla.org/security/advisories/mfsa2015-112/ + https://www.mozilla.org/security/advisories/mfsa2015-113/ + https://www.mozilla.org/security/advisories/mfsa2015-114/ + + + 2015-09-22 + 2015-09-22 + +
+ ffmpeg -- multiple vulnerabilities @@ -2766,11 +2898,15 @@ Notes: seamonkey - 2.37 + 2.362.37 + + 2.35 linux-seamonkey - 2.37 + 2.362.37 + + 2.35 firefox-esr @@ -2855,7 +2991,7 @@ Notes: 2015-08-11 2015-08-11 - 2015-08-11 + 2015-08-22 @@ -3921,11 +4057,13 @@ Notes: seamonkey - 2.36 + + 2.35 linux-seamonkey - 2.36 + + 2.35 firefox-esr @@ -4021,6 +4159,7 @@ Notes: 2015-07-02 2015-07-16 + 2015-09-22 From owner-svn-ports-head@freebsd.org Tue Sep 22 16:50:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 594F5A07549; Tue, 22 Sep 2015 16:50:11 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8351CCF; Tue, 22 Sep 2015 16:50:11 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGoBuZ031918; Tue, 22 Sep 2015 16:50:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGoAdd031916; Tue, 22 Sep 2015 16:50:10 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509221650.t8MGoAdd031916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 22 Sep 2015 16:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397555 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:50:11 -0000 Author: pawel Date: Tue Sep 22 16:50:10 2015 New Revision: 397555 URL: https://svnweb.freebsd.org/changeset/ports/397555 Log: Update to version 1.18.3 Modified: head/archivers/dpkg/Makefile head/archivers/dpkg/distinfo Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Tue Sep 22 16:46:17 2015 (r397554) +++ head/archivers/dpkg/Makefile Tue Sep 22 16:50:10 2015 (r397555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dpkg -PORTVERSION= 1.18.2 +PORTVERSION= 1.18.3 CATEGORIES= archivers sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= dpkg_${PORTVERSION} Modified: head/archivers/dpkg/distinfo ============================================================================== --- head/archivers/dpkg/distinfo Tue Sep 22 16:46:17 2015 (r397554) +++ head/archivers/dpkg/distinfo Tue Sep 22 16:50:10 2015 (r397555) @@ -1,2 +1,2 @@ -SHA256 (dpkg_1.18.2.tar.xz) = 11484f2a73d027d696e720a60380db71978bb5c06cd88fe30c291e069ac457a4 -SIZE (dpkg_1.18.2.tar.xz) = 4345224 +SHA256 (dpkg_1.18.3.tar.xz) = a40ffe38d7f36d858a752189a306433cfc52c7d15d7b98f61d9f9dd49e0e4807 +SIZE (dpkg_1.18.3.tar.xz) = 4359884 From owner-svn-ports-head@freebsd.org Tue Sep 22 17:12:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9E6CA07FA5; Tue, 22 Sep 2015 17:12:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAB921EC5; Tue, 22 Sep 2015 17:12:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MHCpht043933; Tue, 22 Sep 2015 17:12:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MHCpd2043932; Tue, 22 Sep 2015 17:12:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509221712.t8MHCpd2043932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 22 Sep 2015 17:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397556 - head/games/frozen-bubble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 17:12:52 -0000 Author: marino Date: Tue Sep 22 17:12:50 2015 New Revision: 397556 URL: https://svnweb.freebsd.org/changeset/ports/397556 Log: games/frozen-bubble: Fix build on modern GCC The -Qunused-arguments flags is unique to clang and the last few releases of GCC will break if they don't recognize the flag. Use compiler features to limit this cflag to clang. Covered by GCC support blanket. Modified: head/games/frozen-bubble/Makefile Modified: head/games/frozen-bubble/Makefile ============================================================================== --- head/games/frozen-bubble/Makefile Tue Sep 22 16:50:10 2015 (r397555) +++ head/games/frozen-bubble/Makefile Tue Sep 22 17:12:50 2015 (r397556) @@ -22,10 +22,15 @@ RUN_DEPENDS= p5-SDL>=2.511:${PORTSDIR}/d p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Alien-SDL>=1.413:${PORTSDIR}/devel/p5-Alien-SDL -USES= perl5 pkgconfig tar:bzip2 +USES= compiler:features perl5 pkgconfig tar:bzip2 USE_PERL5= modbuild USE_SDL= mixer pango sdl ttf + +.include + +.if ${CHOSEN_COMPILER_TYPE:Mclang} CFLAGS+= -Qunused-arguments +.endif DESKTOP_ENTRIES= "Frozen Bubble" "" \ "${PREFIX}/share/pixmaps/frozen-bubble.png" \ @@ -35,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/share/icons/frozen-bubble-icon-64x64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/frozen-bubble.png -.include +.include From owner-svn-ports-head@freebsd.org Tue Sep 22 17:20:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1012AA0626B; Tue, 22 Sep 2015 17:20:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012A91086; Tue, 22 Sep 2015 17:20:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MHK1XC044328; Tue, 22 Sep 2015 17:20:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MHK1Qx044327; Tue, 22 Sep 2015 17:20:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509221720.t8MHK1Qx044327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Sep 2015 17:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397557 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 17:20:02 -0000 Author: feld Date: Tue Sep 22 17:20:01 2015 New Revision: 397557 URL: https://svnweb.freebsd.org/changeset/ports/397557 Log: Document vulnerability in security/libssh2 Security: CVE-2015-1782 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 22 17:12:50 2015 (r397556) +++ head/security/vuxml/vuln.xml Tue Sep 22 17:20:01 2015 (r397557) @@ -58,6 +58,36 @@ Notes: --> + + libssh2 -- denial of service vulnerability + + + libssh2 + 1.5.0 + + + + +

Mariusz Ziulek reports:

+
+

A malicious attacker could man in the middle a real server + and cause libssh2 using clients to crash (denial of service) or + otherwise read and use completely unintended memory areas in this + process.

+
+ +
+ + http://www.libssh2.org/adv_20150311.html + https://trac.libssh2.org/ticket/294 + CVE-2015-1782 + + + 2015-01-25 + 2015-09-22 + +
+ mozilla -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Sep 22 17:26:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 257D7A0659E; Tue, 22 Sep 2015 17:26:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16A57147C; Tue, 22 Sep 2015 17:26:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MHQjtn048291; Tue, 22 Sep 2015 17:26:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MHQjPo048290; Tue, 22 Sep 2015 17:26:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509221726.t8MHQjPo048290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Sep 2015 17:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397558 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 17:26:46 -0000 Author: feld Date: Tue Sep 22 17:26:45 2015 New Revision: 397558 URL: https://svnweb.freebsd.org/changeset/ports/397558 Log: libssh2 version entry range was missing PORTEPOCH Security: 9770d6ac-614d-11e5-b379-14dae9d210b8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 22 17:20:01 2015 (r397557) +++ head/security/vuxml/vuln.xml Tue Sep 22 17:26:45 2015 (r397558) @@ -63,7 +63,7 @@ Notes: libssh2 - 1.5.0 + 1.5.0,2 @@ -85,6 +85,7 @@ Notes: 2015-01-25 2015-09-22 + 2015-09-22 From owner-svn-ports-head@freebsd.org Tue Sep 22 17:35:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2A72A06A0E; Tue, 22 Sep 2015 17:35:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA0611A55; Tue, 22 Sep 2015 17:35:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MHZBBR052433; Tue, 22 Sep 2015 17:35:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MHZBUk052429; Tue, 22 Sep 2015 17:35:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509221735.t8MHZBUk052429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Sep 2015 17:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397559 - head/security/libssh2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 17:35:12 -0000 Author: feld Date: Tue Sep 22 17:35:10 2015 New Revision: 397559 URL: https://svnweb.freebsd.org/changeset/ports/397559 Log: security/libssh2: Update to 1.6.0 This resolves a CVE Approved by: ports-secteam (with hat) MFH: 2015Q3 Security: 9770d6ac-614d-11e5-b379-14dae9d210b8 Security: CVE-2015-1782 Modified: head/security/libssh2/Makefile head/security/libssh2/distinfo head/security/libssh2/pkg-plist Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Tue Sep 22 17:26:45 2015 (r397558) +++ head/security/libssh2/Makefile Tue Sep 22 17:35:10 2015 (r397559) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libssh2 -PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTVERSION= 1.6.0 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ Modified: head/security/libssh2/distinfo ============================================================================== --- head/security/libssh2/distinfo Tue Sep 22 17:26:45 2015 (r397558) +++ head/security/libssh2/distinfo Tue Sep 22 17:35:10 2015 (r397559) @@ -1,2 +1,2 @@ -SHA256 (libssh2-1.4.3.tar.gz) = eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d -SIZE (libssh2-1.4.3.tar.gz) = 685712 +SHA256 (libssh2-1.6.0.tar.gz) = 5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215 +SIZE (libssh2-1.6.0.tar.gz) = 734110 Modified: head/security/libssh2/pkg-plist ============================================================================== --- head/security/libssh2/pkg-plist Tue Sep 22 17:26:45 2015 (r397558) +++ head/security/libssh2/pkg-plist Tue Sep 22 17:35:10 2015 (r397559) @@ -104,6 +104,7 @@ man/man3/libssh2_session_flag.3.gz man/man3/libssh2_session_free.3.gz man/man3/libssh2_session_get_blocking.3.gz man/man3/libssh2_session_get_timeout.3.gz +man/man3/libssh2_session_handshake.3.gz man/man3/libssh2_session_hostkey.3.gz man/man3/libssh2_session_init.3.gz man/man3/libssh2_session_init_ex.3.gz @@ -122,6 +123,7 @@ man/man3/libssh2_sftp_fsetstat.3.gz man/man3/libssh2_sftp_fstat.3.gz man/man3/libssh2_sftp_fstat_ex.3.gz man/man3/libssh2_sftp_fstatvfs.3.gz +man/man3/libssh2_sftp_fsync.3.gz man/man3/libssh2_sftp_get_channel.3.gz man/man3/libssh2_sftp_init.3.gz man/man3/libssh2_sftp_last_error.3.gz @@ -168,5 +170,6 @@ man/man3/libssh2_userauth_password_ex.3. man/man3/libssh2_userauth_publickey.3.gz man/man3/libssh2_userauth_publickey_fromfile.3.gz man/man3/libssh2_userauth_publickey_fromfile_ex.3.gz +man/man3/libssh2_userauth_publickey_frommemory.3.gz man/man3/libssh2_version.3.gz libdata/pkgconfig/libssh2.pc From owner-svn-ports-head@freebsd.org Tue Sep 22 17:59:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42803A073D9; Tue, 22 Sep 2015 17:59:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3337A18F0; Tue, 22 Sep 2015 17:59:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MHxQ1t061016; Tue, 22 Sep 2015 17:59:26 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MHxO8h061009; Tue, 22 Sep 2015 17:59:24 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509221759.t8MHxO8h061009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 22 Sep 2015 17:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397561 - in head/security/ipv6toolkit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 17:59:26 -0000 Author: hrs Date: Tue Sep 22 17:59:24 2015 New Revision: 397561 URL: https://svnweb.freebsd.org/changeset/ports/397561 Log: Update to 2.0. Modified: head/security/ipv6toolkit/Makefile head/security/ipv6toolkit/distinfo head/security/ipv6toolkit/files/BSDMakefile.in head/security/ipv6toolkit/files/patch-tools-scan6.c head/security/ipv6toolkit/pkg-plist Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Tue Sep 22 17:36:17 2015 (r397560) +++ head/security/ipv6toolkit/Makefile Tue Sep 22 17:59:24 2015 (r397561) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= ipv6toolkit -PORTVERSION= 2.0.b +PORTVERSION= 2.0 +DISTVERSIONPREFIX= v CATEGORIES= security ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ -DISTNAME= ipv6toolkit-v2.0beta MAINTAINER= hrs@FreeBSD.org COMMENT= Set of IPv6 security assessment tools @@ -19,7 +19,7 @@ MAKEFILE= BSDMakefile PORTDOCS= README.TXT CHANGES.TXT CREDITS.TXT PROGDIRS= addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 ra6 rd6 rs6 \ - scan6 tcp6 + scan6 tcp6 udp6 LIBDIRS= libipv6 OPTIONS_DEFINE= DOCS Modified: head/security/ipv6toolkit/distinfo ============================================================================== --- head/security/ipv6toolkit/distinfo Tue Sep 22 17:36:17 2015 (r397560) +++ head/security/ipv6toolkit/distinfo Tue Sep 22 17:59:24 2015 (r397561) @@ -1,2 +1,2 @@ -SHA256 (ipv6toolkit-v2.0beta.tar.gz) = f8205623a53878b4273b0ee5fb819d02ff8c1759f891ec242097bcb988b6dc5a -SIZE (ipv6toolkit-v2.0beta.tar.gz) = 1151990 +SHA256 (ipv6toolkit-v2.0.tar.gz) = 16f13d3e7d17940ff53f028ef0090e4aa3a193a224c97728b07ea6e26a19e987 +SIZE (ipv6toolkit-v2.0.tar.gz) = 725628 Modified: head/security/ipv6toolkit/files/BSDMakefile.in ============================================================================== --- head/security/ipv6toolkit/files/BSDMakefile.in Tue Sep 22 17:36:17 2015 (r397560) +++ head/security/ipv6toolkit/files/BSDMakefile.in Tue Sep 22 17:59:24 2015 (r397561) @@ -1,10 +1,11 @@ # $FreeBSD$ SUBDIR= libipv6 addr6 flow6 frag6 icmp6 jumbo6 \ - na6 ni6 ns6 path6 ra6 rd6 rs6 scan6 tcp6 + na6 ni6 ns6 path6 ra6 rd6 rs6 scan6 tcp6 udp6 all: ${SUBDIR} -addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 ra6 rd6 rs6 scan6 tcp6: libipv6 +addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 \ + ra6 rd6 rs6 scan6 tcp6 udp6: libipv6 .PATH: ${.CURDIR}/manuals Modified: head/security/ipv6toolkit/files/patch-tools-scan6.c ============================================================================== --- head/security/ipv6toolkit/files/patch-tools-scan6.c Tue Sep 22 17:36:17 2015 (r397560) +++ head/security/ipv6toolkit/files/patch-tools-scan6.c Tue Sep 22 17:59:24 2015 (r397561) @@ -1,6 +1,6 @@ ---- tools/scan6.c.orig 2013-02-17 06:55:02.000000000 +0900 -+++ tools/scan6.c 2013-02-17 06:56:04.000000000 +0900 -@@ -969,9 +969,11 @@ +--- tools/scan6.c.orig 2015-04-05 14:03:21 UTC ++++ tools/scan6.c +@@ -1504,9 +1504,11 @@ int main(int argc, char **argv){ if(!pps_f && !bps_f) pktinterval= 1000; @@ -13,4 +13,4 @@ + strncpy(configfile, IPV6TOOLKITCONF, MAX_FILENAME_SIZE); } - if(tgt_vendor_f){ + if(tgt_vendor_f || portscan_f){ Modified: head/security/ipv6toolkit/pkg-plist ============================================================================== --- head/security/ipv6toolkit/pkg-plist Tue Sep 22 17:36:17 2015 (r397560) +++ head/security/ipv6toolkit/pkg-plist Tue Sep 22 17:59:24 2015 (r397561) @@ -14,6 +14,7 @@ sbin/rs6 sbin/scan6 sbin/script6 sbin/tcp6 +sbin/udp6 etc/ipv6toolkit.conf man/man1/addr6.1.gz man/man1/blackhole6.1.gz @@ -31,6 +32,7 @@ man/man1/rs6.1.gz man/man1/scan6.1.gz man/man1/script6.1.gz man/man1/tcp6.1.gz +man/man1/udp6.1.gz man/man5/ipv6toolkit.conf.5.gz man/man7/ipv6toolkit.7.gz %%DATADIR%%/oui.txt From owner-svn-ports-head@freebsd.org Tue Sep 22 18:04:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66D63A07606; Tue, 22 Sep 2015 18:04:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8861CBF; Tue, 22 Sep 2015 18:04:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MI4QEx064953; Tue, 22 Sep 2015 18:04:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MI4Q32064952; Tue, 22 Sep 2015 18:04:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509221804.t8MI4Q32064952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Sep 2015 18:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397562 - head/chinese/pyzy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:04:26 -0000 Author: antoine Date: Tue Sep 22 18:04:25 2015 New Revision: 397562 URL: https://svnweb.freebsd.org/changeset/ports/397562 Log: Remove build dependency on the python symlink Modified: head/chinese/pyzy/Makefile Modified: head/chinese/pyzy/Makefile ============================================================================== --- head/chinese/pyzy/Makefile Tue Sep 22 17:59:24 2015 (r397561) +++ head/chinese/pyzy/Makefile Tue Sep 22 18:04:25 2015 (r397562) @@ -14,10 +14,11 @@ COMMENT= The Chinese PinYin and Bopomofo LICENSE= LGPL21 -BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= pkgconfig gmake libtool compiler:c++11-lib +USES= compiler:c++11-lib gmake libtool pkgconfig python:build shebangfix +SHEBANG_FILES= data/db/android/create_db.py +python_OLD_CMD= /usr/bin/env python USE_GNOME= glib20 USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Tue Sep 22 18:09:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69754A077A7; Tue, 22 Sep 2015 18:09:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A8F51F48; Tue, 22 Sep 2015 18:09:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MI9cT0065296; Tue, 22 Sep 2015 18:09:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MI9cwE065295; Tue, 22 Sep 2015 18:09:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509221809.t8MI9cwE065295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Sep 2015 18:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397563 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:09:38 -0000 Author: antoine Date: Tue Sep 22 18:09:37 2015 New Revision: 397563 URL: https://svnweb.freebsd.org/changeset/ports/397563 Log: Hook git-cola and libpololu-avr to the build Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 22 18:04:25 2015 (r397562) +++ head/devel/Makefile Tue Sep 22 18:09:37 2015 (r397563) @@ -632,6 +632,7 @@ SUBDIR += git SUBDIR += git-bzr-ng SUBDIR += git-codereview + SUBDIR += git-cola SUBDIR += git-extras SUBDIR += git-lite SUBDIR += git-merge-changelog @@ -1253,6 +1254,7 @@ SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 + SUBDIR += libpololu-avr SUBDIR += libpru SUBDIR += libpthread-stubs SUBDIR += libqcow From owner-svn-ports-head@freebsd.org Tue Sep 22 18:14:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 334DCA07A5C for ; Tue, 22 Sep 2015 18:14:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D91FE1331 for ; Tue, 22 Sep 2015 18:14:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 12725 invoked by uid 89); 22 Sep 2015 18:14:38 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Sep 2015 18:14:38 -0000 Received: (qmail 12670 invoked by uid 89); 22 Sep 2015 18:14:20 -0000 Received: by simscan 1.3.1 ppid: 12662, pid: 12666, t: 0.0051s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 22 Sep 2015 18:14:20 -0000 Received: (qmail 27014 invoked by uid 89); 22 Sep 2015 18:14:20 -0000 Received: by simscan 1.4.0 ppid: 26986, pid: 27010, t: 1.0461s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 22 Sep 2015 18:14:19 -0000 From: Jan Beich To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397543 - in head/math: . z3 z3/files References: <201509221543.t8MFhIke005505@repo.freebsd.org> Date: Tue, 22 Sep 2015 20:13:56 +0200 In-Reply-To: <201509221543.t8MFhIke005505@repo.freebsd.org> (Mark Felder's message of "Tue, 22 Sep 2015 15:43:18 +0000 (UTC)") Message-ID: <7fni-9va3-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:14:46 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =3D=3D=3D=3D> Running Q/A tests (stage-qa) Warning: 'bin/z3' is not stripped consider trying INSTALL_TARGET=3Dinstall-= strip or using ${STRIP_CMD} Warning: 'lib/libz3.so' is not stripped consider trying INSTALL_TARGET=3Din= stall-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/libz3.so' is not stripped consider tr= ying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} Mark Felder writes: > +PORTNAME=3D z3 > +PORTVERSION=3D 4.4.0 [...] > +GH_TAGNAME=3D z3-${PORTVERSION} Porter's Handbook advises to use DISTVERSION*FIX in such cases which'd deduplicate version from distinfo. > +LICENSE=3D MIT MIT varies just like BSD. If possible specify LICENSE_FILE. https://fedoraproject.org/wiki/Licensing:MIT > +.if defined(WITH_DEBUG) > +CONFIGURE_ARGS+=3D --debug > +.endif WITH_* conditionals are old-style options, from pre-optionsNG era. Why STATIC is advertised while DEBUG is not? > +pre-build: > + ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} %%PYTHON_SITELIBDIR%% !=3D ${PYTHON_SITELIBDIR}. The former refers to PREFIX while the latter to LOCALBASE. Checking with |poudriere testport -P| suggests one more change is necessary. There's no need for path separator after ${STAGEDIR}. Index: math/z3/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 =2D-- math/z3/Makefile (revision 397555) +++ math/z3/Makefile (working copy) @@ -2,6 +2,7 @@ =20 PORTNAME=3D z3 PORTVERSION=3D 4.4.0 +DISTVERSIONPREFIX=3D ${PORTNAME}- CATEGORIES=3D math =20 MAINTAINER=3D 6yearold@gmail.com @@ -8,16 +9,18 @@ MAINTAINER=3D 6yearold@gmail.com COMMENT=3D Z3 Theorem Prover =20 LICENSE=3D MIT +LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt =20 USE_GITHUB=3D yes GH_ACCOUNT=3D Z3Prover =2DGH_TAGNAME=3D z3-${PORTVERSION} =20 =2DOPTIONS_DEFINE=3D STATIC +OPTIONS_DEFINE=3D DEBUG STATIC =20 OPTIONS_DEFAULT=3D STATIC OPTIONS_SUB=3D yes =20 +DEBUG_CONFIGURE_ON=3D --debug + STATIC_DESC=3D Build static z3 library STATIC_CONFIGURE_ON=3D --staticlib =20 @@ -32,13 +35,14 @@ USE_LDCONFIG=3D yes BUILD_WRKSRC=3D ${WRKSRC}/build INSTALL_WRKSRC=3D ${WRKSRC}/build =20 =2D.if defined(WITH_DEBUG) =2DCONFIGURE_ARGS+=3D --debug =2D.endif =2D USES=3D python =20 pre-build: =2D ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} + ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} =20 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/z3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libz3.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libz3.so + .include Index: math/z3/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- math/z3/distinfo (revision 397555) +++ math/z3/distinfo (working copy) @@ -1,2 +1,2 @@ =2DSHA256 (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) =3D 65b72f9eb0af50949e504= b47080fb3fc95f11c435633041d9a534473f3142cba =2DSIZE (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) =3D 3060731 +SHA256 (Z3Prover-z3-z3-4.4.0_GH0.tar.gz) =3D 65b72f9eb0af50949e504b47080fb= 3fc95f11c435633041d9a534473f3142cba +SIZE (Z3Prover-z3-z3-4.4.0_GH0.tar.gz) =3D 3060731 Index: math/z3/files/patch-scripts_mk__util.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- math/z3/files/patch-scripts_mk__util.py (revision 397555) +++ math/z3/files/patch-scripts_mk__util.py (working copy) @@ -1,5 +1,14 @@ --- scripts/mk_util.py.orig 2015-04-29 14:40:46 UTC +++ scripts/mk_util.py +@@ -41,7 +41,7 @@ CXX_COMPILERS=3D['g++', 'clang++'] + C_COMPILERS=3D['gcc', 'clang'] + JAVAC=3DNone + JAR=3DNone +-PYTHON_PACKAGE_DIR=3Ddistutils.sysconfig.get_python_lib() ++PYTHON_PACKAGE_DIR=3Ddistutils.sysconfig.get_python_lib(prefix=3Dgetenv("= PREFIX", None)) + BUILD_DIR=3D'build' + REV_BUILD_DIR=3D'..' + SRC_DIR=3D'src' @@ -948,7 +948,7 @@ class LibComponent(Component): =20=20 def mk_install(self, out): --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWAZplXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bzJIH/1XxhGvPIDPoD+uO5s4jXUx0 xx/4QcGQn11n4LNjOsU5VTd9+xjKZZGBQAPIX5gQBQ85EAHk0CLEpEeE3GrMJZIK JHVUdg1nqwTKMmf9FbqX8uNJvz/s1OhEHz2vYznEnsJj6lhSobXgmxgDup+eIezg hq5XF4gPBfjoeVZ4vyS4s0dojzJh/eYl4+TYYoc0L1oReolfOaao/WJsKhkwd6dh wYlRcalZOrOjH+fUKf5TC3SSYty0XoLNFDiA7yWhUqem84VW3fvFlmsixkEqkVo+ 7JOfr+KUpCKoZ7Sv59SqKzqi7JjoP9X3c8+fFPHyrXGvg7d1KDeXL9WTfuZGBiw= =wgDo -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Tue Sep 22 18:18:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448FEA07C41; Tue, 22 Sep 2015 18:18:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35A831847; Tue, 22 Sep 2015 18:18:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIIEIY069421; Tue, 22 Sep 2015 18:18:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIIEYp069420; Tue, 22 Sep 2015 18:18:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509221818.t8MIIEYp069420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Sep 2015 18:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397564 - head/devel/libnxt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:18:14 -0000 Author: antoine Date: Tue Sep 22 18:18:13 2015 New Revision: 397564 URL: https://svnweb.freebsd.org/changeset/ports/397564 Log: Remove build dependency on the python symlink Modified: head/devel/libnxt/Makefile Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Tue Sep 22 18:09:37 2015 (r397563) +++ head/devel/libnxt/Makefile Tue Sep 22 18:18:13 2015 (r397564) @@ -10,11 +10,13 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= jwbacon@tds.net COMMENT= Lego NXT library -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ - python:${PORTSDIR}/lang/python +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons SUB_FILES= pkg-message +USES= python:build shebangfix USE_LDCONFIG= yes +python_OLD_CMD= /usr/bin/env python +SHEBANG_FILES= make_flash_header.py do-build: (cd ${WRKSRC}; scons) From owner-svn-ports-head@freebsd.org Tue Sep 22 18:22:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE13DA07E4B; Tue, 22 Sep 2015 18:22:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF40E1C95; Tue, 22 Sep 2015 18:22:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIMDB9073318; Tue, 22 Sep 2015 18:22:13 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIMD4f073316; Tue, 22 Sep 2015 18:22:13 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201509221822.t8MIMD4f073316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 22 Sep 2015 18:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397565 - in head/mail/roundcube: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:22:14 -0000 Author: ale Date: Tue Sep 22 18:22:12 2015 New Revision: 397565 URL: https://svnweb.freebsd.org/changeset/ports/397565 Log: Fix session handling when php-suhosin session encryption is not enabled. PR: 203260 Submitted by: Mark.Martinec@ijs.si Modified: head/mail/roundcube/Makefile head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Tue Sep 22 18:18:13 2015 (r397564) +++ head/mail/roundcube/Makefile Tue Sep 22 18:22:12 2015 (r397565) @@ -2,6 +2,7 @@ PORTNAME= roundcube DISTVERSION= 1.1.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu} Modified: head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php ============================================================================== --- head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Tue Sep 22 18:18:13 2015 (r397564) +++ head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Tue Sep 22 18:22:12 2015 (r397565) @@ -1,5 +1,5 @@ ---- program/lib/Roundcube/rcube_session.php.orig 2015-02-08 13:43:28.000000000 +0000 -+++ program/lib/Roundcube/rcube_session.php 2015-02-19 13:43:29.477065794 +0000 +--- program/lib/Roundcube/rcube_session.php.orig 2015-09-22 15:24:26.400132239 +0000 ++++ program/lib/Roundcube/rcube_session.php 2015-09-22 15:24:08.430133455 +0000 @@ -35,7 +35,6 @@ private $time_diff = 0; private $reloaded = false; @@ -8,16 +8,34 @@ private $gc_handlers = array(); private $cookiename = 'roundcube_sessauth'; private $vars; -@@ -184,7 +183,7 @@ +@@ -46,6 +45,7 @@ + private $logging = false; + private $storage; + private $memcache; ++ private $need_base64 = false; + + /** + * Blocks session data from being written to database. +@@ -95,6 +95,9 @@ + else if ($this->storage != 'php') { + ini_set('session.serialize_handler', 'php'); + ++ if (ini_get("suhosin.session.encrypt") !== "1") ++ $this->need_base64 = true; ++ + // set custom functions for PHP session management + session_set_save_handler( + array($this, 'open'), +@@ -192,7 +195,7 @@ $this->time_diff = time() - strtotime($sql_arr['ts']); $this->changed = strtotime($sql_arr['changed']); $this->ip = $sql_arr['ip']; - $this->vars = base64_decode($sql_arr['vars']); -+ $this->vars = $sql_arr['vars']; ++ $this->vars = $this->_decode($sql_arr['vars']); $this->key = $key; return !empty($this->vars) ? (string) $this->vars : ''; -@@ -224,12 +223,12 @@ +@@ -232,12 +235,12 @@ } if ($oldvars !== null) { @@ -28,27 +46,28 @@ $this->db->query("UPDATE {$this->table_name} " . "SET `changed` = $now, `vars` = ? WHERE `sess_id` = ?", - base64_encode($newvars), $key); -+ $newvars, $key); ++ $this->_encode($newvars), $key); } else if ($ts - $this->changed + $this->time_diff > $this->lifetime / 2) { $this->db->query("UPDATE {$this->table_name} SET `changed` = $now" -@@ -240,7 +239,7 @@ +@@ -248,44 +251,30 @@ $this->db->query("INSERT INTO {$this->table_name}" . " (`sess_id`, `vars`, `ip`, `created`, `changed`)" . " VALUES (?, ?, ?, $now, $now)", - $key, base64_encode($vars), (string)$this->ip); -+ $key, $vars, (string)$this->ip); ++ $key, $this->_encode($vars), (string)$this->ip); } return true; -@@ -248,40 +247,6 @@ + } - /** +- /** - * Merge vars with old vars and apply unsets - */ - private function _fixvars($vars, $oldvars) -- { ++ private function _encode($vars) + { - if ($oldvars !== null) { - $a_oldvars = $this->unserialize($oldvars); - if (is_array($a_oldvars)) { @@ -71,18 +90,27 @@ - else { - $newvars = $vars; - } -- } -- ++ if ($this->need_base64) { ++ return base64_encode($vars); ++ } else { ++ return $vars; + } ++ } + - $this->unsets = array(); - return $newvars; -- } -- -- -- /** - * Handler for session_destroy() - * - * @param string Session ID -@@ -342,7 +307,7 @@ ++ ++ private function _decode($vars) ++ { ++ if ($this->need_base64) { ++ return base64_decode($vars); ++ } else { ++ return $vars; ++ } + } + + +@@ -350,7 +339,7 @@ else // else read data again $oldvars = $this->mc_read($key); @@ -91,7 +119,7 @@ if ($newvars !== $oldvars || $ts - $this->changed > $this->lifetime / 3) { return $this->memcache->set($key, serialize(array('changed' => time(), 'ip' => $this->ip, 'vars' => $newvars)), -@@ -480,8 +445,6 @@ +@@ -488,8 +477,6 @@ return $this->destroy(session_id()); } From owner-svn-ports-head@freebsd.org Tue Sep 22 18:23:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A6BEA07EE4; Tue, 22 Sep 2015 18:23:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0D21D9F; Tue, 22 Sep 2015 18:23:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MINb0L073497; Tue, 22 Sep 2015 18:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MINbVa073495; Tue, 22 Sep 2015 18:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221823.t8MINbVa073495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397566 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:23:37 -0000 Author: sunpoet Date: Tue Sep 22 18:23:36 2015 New Revision: 397566 URL: https://svnweb.freebsd.org/changeset/ports/397566 Log: - Update to 1.3.0 Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Tue Sep 22 18:22:12 2015 (r397565) +++ head/net/rubygem-fog-sakuracloud/Makefile Tue Sep 22 18:23:36 2015 (r397566) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Tue Sep 22 18:22:12 2015 (r397565) +++ head/net/rubygem-fog-sakuracloud/distinfo Tue Sep 22 18:23:36 2015 (r397566) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.2.0.gem) = e5de13ec593b9d12554206e1b8a4bb36f596d613094258e6e9d00b60da5898a0 -SIZE (rubygem/fog-sakuracloud-1.2.0.gem) = 18944 +SHA256 (rubygem/fog-sakuracloud-1.3.0.gem) = 25c8634f836a9f014ed2fa92b9ae432cdf76030d47dce93aa4deea9bf2a6d523 +SIZE (rubygem/fog-sakuracloud-1.3.0.gem) = 19968 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:23:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A78A07F0A; Tue, 22 Sep 2015 18:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7187F1E05; Tue, 22 Sep 2015 18:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MINgDa073614; Tue, 22 Sep 2015 18:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MINf9I073612; Tue, 22 Sep 2015 18:23:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221823.t8MINf9I073612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397567 - head/archivers/p5-Archive-Zip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:23:42 -0000 Author: sunpoet Date: Tue Sep 22 18:23:41 2015 New Revision: 397567 URL: https://svnweb.freebsd.org/changeset/ports/397567 Log: - Update to 1.51 Changes: http://search.cpan.org/dist/Archive-Zip/Changes Modified: head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Archive-Zip/distinfo Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Tue Sep 22 18:23:36 2015 (r397566) +++ head/archivers/p5-Archive-Zip/Makefile Tue Sep 22 18:23:41 2015 (r397567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Zip/distinfo ============================================================================== --- head/archivers/p5-Archive-Zip/distinfo Tue Sep 22 18:23:36 2015 (r397566) +++ head/archivers/p5-Archive-Zip/distinfo Tue Sep 22 18:23:41 2015 (r397567) @@ -1,2 +1,2 @@ -SHA256 (Archive-Zip-1.50.tar.gz) = 514020ac15a3442867267f294f155065b4c0b1a09e6106837359d28d1e3e0eeb -SIZE (Archive-Zip-1.50.tar.gz) = 188086 +SHA256 (Archive-Zip-1.51.tar.gz) = 744fadb6cfb7a010a004644d2b90bd3720e1778a4e2615ae137d2d363b8dd287 +SIZE (Archive-Zip-1.51.tar.gz) = 193126 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:23:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEE82A07F30; Tue, 22 Sep 2015 18:23:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B4611E98; Tue, 22 Sep 2015 18:23:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MINlAb073729; Tue, 22 Sep 2015 18:23:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MINlOp073726; Tue, 22 Sep 2015 18:23:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221823.t8MINlOp073726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397568 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:23:47 -0000 Author: sunpoet Date: Tue Sep 22 18:23:46 2015 New Revision: 397568 URL: https://svnweb.freebsd.org/changeset/ports/397568 Log: - Update to 2.38 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Tue Sep 22 18:23:41 2015 (r397567) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Tue Sep 22 18:23:46 2015 (r397568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.36 +PORTVERSION= 2.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Tue Sep 22 18:23:41 2015 (r397567) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Tue Sep 22 18:23:46 2015 (r397568) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.36.tar.gz) = 05293f91fa9c3bd277b56e7bff802e80b38fe19b15cc8de65814e825fac85624 -SIZE (CPAN-Perl-Releases-2.36.tar.gz) = 24217 +SHA256 (CPAN-Perl-Releases-2.38.tar.gz) = b1746a44beabde0de9252fbe253d12da6576aff6e6425164733eef6bb66e97a1 +SIZE (CPAN-Perl-Releases-2.38.tar.gz) = 24264 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:23:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2921A07F5A; Tue, 22 Sep 2015 18:23:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA3A51F9E; Tue, 22 Sep 2015 18:23:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MINqTC073845; Tue, 22 Sep 2015 18:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MINqgG073843; Tue, 22 Sep 2015 18:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221823.t8MINqgG073843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397569 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:23:53 -0000 Author: sunpoet Date: Tue Sep 22 18:23:51 2015 New Revision: 397569 URL: https://svnweb.freebsd.org/changeset/ports/397569 Log: - Update to 5.20150920 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Tue Sep 22 18:23:46 2015 (r397568) +++ head/devel/p5-Module-CoreList/Makefile Tue Sep 22 18:23:51 2015 (r397569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20150912 +PORTVERSION= 5.20150920 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Tue Sep 22 18:23:46 2015 (r397568) +++ head/devel/p5-Module-CoreList/distinfo Tue Sep 22 18:23:51 2015 (r397569) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-5.20150912.tar.gz) = 893b461b1f5043ac010ba085fd9207f006fb070f9f2095a752d6bb9395651395 -SIZE (Module-CoreList-5.20150912.tar.gz) = 84900 +SHA256 (Module-CoreList-5.20150920.tar.gz) = 44b4a1ccda9ffe4007df1acc949ed8c14223e131a21b15d99ae7fe5234a78a86 +SIZE (Module-CoreList-5.20150920.tar.gz) = 85706 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:23:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 748B1A07F93; Tue, 22 Sep 2015 18:23:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487C710AF; Tue, 22 Sep 2015 18:23:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MINwhT073962; Tue, 22 Sep 2015 18:23:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MINvN2073960; Tue, 22 Sep 2015 18:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221823.t8MINvN2073960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397570 - head/devel/p5-ReadLine-Gnu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:23:58 -0000 Author: sunpoet Date: Tue Sep 22 18:23:56 2015 New Revision: 397570 URL: https://svnweb.freebsd.org/changeset/ports/397570 Log: - Update to 1.28 Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes Modified: head/devel/p5-ReadLine-Gnu/Makefile head/devel/p5-ReadLine-Gnu/distinfo Modified: head/devel/p5-ReadLine-Gnu/Makefile ============================================================================== --- head/devel/p5-ReadLine-Gnu/Makefile Tue Sep 22 18:23:51 2015 (r397569) +++ head/devel/p5-ReadLine-Gnu/Makefile Tue Sep 22 18:23:56 2015 (r397570) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ReadLine-Gnu -PORTVERSION= 1.27 -PORTREVISION= 1 +PORTVERSION= 1.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN/Term PKGNAMEPREFIX= p5- Modified: head/devel/p5-ReadLine-Gnu/distinfo ============================================================================== --- head/devel/p5-ReadLine-Gnu/distinfo Tue Sep 22 18:23:51 2015 (r397569) +++ head/devel/p5-ReadLine-Gnu/distinfo Tue Sep 22 18:23:56 2015 (r397570) @@ -1,2 +1,2 @@ -SHA256 (Term-ReadLine-Gnu-1.27.tar.gz) = 05c9332ecea8880244f459b8f37a3c9b3cf76f0aaa23e97532ed152dae01e558 -SIZE (Term-ReadLine-Gnu-1.27.tar.gz) = 76921 +SHA256 (Term-ReadLine-Gnu-1.28.tar.gz) = 0d140df5155579cfdc833fee30f4a70401244333d93ead94ec64022e2d705517 +SIZE (Term-ReadLine-Gnu-1.28.tar.gz) = 77031 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:24:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72E5AA07FC3; Tue, 22 Sep 2015 18:24:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A011178; Tue, 22 Sep 2015 18:24:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIO3wd074083; Tue, 22 Sep 2015 18:24:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIO2gj074081; Tue, 22 Sep 2015 18:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221824.t8MIO2gj074081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397571 - head/security/p5-Net-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:24:03 -0000 Author: sunpoet Date: Tue Sep 22 18:24:01 2015 New Revision: 397571 URL: https://svnweb.freebsd.org/changeset/ports/397571 Log: - Update to 1.72 Changes: http://search.cpan.org/dist/Net-SSLeay/Changes Modified: head/security/p5-Net-SSLeay/Makefile head/security/p5-Net-SSLeay/distinfo Modified: head/security/p5-Net-SSLeay/Makefile ============================================================================== --- head/security/p5-Net-SSLeay/Makefile Tue Sep 22 18:23:56 2015 (r397570) +++ head/security/p5-Net-SSLeay/Makefile Tue Sep 22 18:24:01 2015 (r397571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSLeay -PORTVERSION= 1.71 +PORTVERSION= 1.72 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Net-SSLeay/distinfo ============================================================================== --- head/security/p5-Net-SSLeay/distinfo Tue Sep 22 18:23:56 2015 (r397570) +++ head/security/p5-Net-SSLeay/distinfo Tue Sep 22 18:24:01 2015 (r397571) @@ -1,2 +1,2 @@ -SHA256 (Net-SSLeay-1.71.tar.gz) = 1c5b3f00d0329245a18f3d3487f01ba74494c64221a04142e03631d7f146d819 -SIZE (Net-SSLeay-1.71.tar.gz) = 385967 +SHA256 (Net-SSLeay-1.72.tar.gz) = 1baac39f0f12cee515d8bec633175bb5916ca542e5356e26420437bd6195d2f4 +SIZE (Net-SSLeay-1.72.tar.gz) = 386011 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:24:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E58A07FE7; Tue, 22 Sep 2015 18:24:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B7B61250; Tue, 22 Sep 2015 18:24:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIO73p074200; Tue, 22 Sep 2015 18:24:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIO71i074198; Tue, 22 Sep 2015 18:24:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221824.t8MIO71i074198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397572 - head/www/p5-Toadfarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:24:08 -0000 Author: sunpoet Date: Tue Sep 22 18:24:06 2015 New Revision: 397572 URL: https://svnweb.freebsd.org/changeset/ports/397572 Log: - Update to 0.67 Changes: http://search.cpan.org/dist/Toadfarm/Changes Modified: head/www/p5-Toadfarm/Makefile head/www/p5-Toadfarm/distinfo Modified: head/www/p5-Toadfarm/Makefile ============================================================================== --- head/www/p5-Toadfarm/Makefile Tue Sep 22 18:24:01 2015 (r397571) +++ head/www/p5-Toadfarm/Makefile Tue Sep 22 18:24:06 2015 (r397572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Toadfarm -PORTVERSION= 0.66 +PORTVERSION= 0.67 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHTHORSEN Modified: head/www/p5-Toadfarm/distinfo ============================================================================== --- head/www/p5-Toadfarm/distinfo Tue Sep 22 18:24:01 2015 (r397571) +++ head/www/p5-Toadfarm/distinfo Tue Sep 22 18:24:06 2015 (r397572) @@ -1,2 +1,2 @@ -SHA256 (Toadfarm-0.66.tar.gz) = 20edffa0fb790f8bf90a6ec22a6df6859b0e856726f6046af89b38742685b49e -SIZE (Toadfarm-0.66.tar.gz) = 28007 +SHA256 (Toadfarm-0.67.tar.gz) = 4d1a4d6ec1d253dfdf21c6325f4215376a8c59d4b76be7ca0b8e97886be7c169 +SIZE (Toadfarm-0.67.tar.gz) = 28825 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:24:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7105BA06015; Tue, 22 Sep 2015 18:24:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 622321308; Tue, 22 Sep 2015 18:24:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIOCoh074301; Tue, 22 Sep 2015 18:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIOCgT074300; Tue, 22 Sep 2015 18:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221824.t8MIOCgT074300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397573 - head/sysutils/rubygem-log4r X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:24:12 -0000 Author: sunpoet Date: Tue Sep 22 18:24:11 2015 New Revision: 397573 URL: https://svnweb.freebsd.org/changeset/ports/397573 Log: - Add PORTSCOUT Modified: head/sysutils/rubygem-log4r/Makefile Modified: head/sysutils/rubygem-log4r/Makefile ============================================================================== --- head/sysutils/rubygem-log4r/Makefile Tue Sep 22 18:24:06 2015 (r397572) +++ head/sysutils/rubygem-log4r/Makefile Tue Sep 22 18:24:11 2015 (r397573) @@ -11,8 +11,9 @@ COMMENT= Flexible logging library for us LICENSE= LGPL3 -NO_ARCH= yes +PORTSCOUT= skipv:1.1.11 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Sep 22 18:24:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F209A06050; Tue, 22 Sep 2015 18:24:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FCC913DE; Tue, 22 Sep 2015 18:24:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIOHep074417; Tue, 22 Sep 2015 18:24:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIOGEo074415; Tue, 22 Sep 2015 18:24:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221824.t8MIOGEo074415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397574 - head/www/rubygem-em-socksify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:24:17 -0000 Author: sunpoet Date: Tue Sep 22 18:24:16 2015 New Revision: 397574 URL: https://svnweb.freebsd.org/changeset/ports/397574 Log: - Update to 0.3.1 - Add LICENSE_FILE Changes: https://github.com/igrigorik/em-socksify/commits/master Modified: head/www/rubygem-em-socksify/Makefile head/www/rubygem-em-socksify/distinfo Modified: head/www/rubygem-em-socksify/Makefile ============================================================================== --- head/www/rubygem-em-socksify/Makefile Tue Sep 22 18:24:11 2015 (r397573) +++ head/www/rubygem-em-socksify/Makefile Tue Sep 22 18:24:16 2015 (r397574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= em-socksify -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -9,11 +9,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= EventMachine SOCKSify shim: adds SOCKS support to any protocol LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-em-socksify/distinfo ============================================================================== --- head/www/rubygem-em-socksify/distinfo Tue Sep 22 18:24:11 2015 (r397573) +++ head/www/rubygem-em-socksify/distinfo Tue Sep 22 18:24:16 2015 (r397574) @@ -1,2 +1,2 @@ -SHA256 (rubygem/em-socksify-0.3.0.gem) = 2a9feb13e65efc89434008e99dda9d80e11f9aa1a294dda60a2c400134896b89 -SIZE (rubygem/em-socksify-0.3.0.gem) = 7680 +SHA256 (rubygem/em-socksify-0.3.1.gem) = efb984fdfe392fc7d83eaef0bbde79607361e51ab0ba7edb7d936cbb11796bf1 +SIZE (rubygem/em-socksify-0.3.1.gem) = 9216 From owner-svn-ports-head@freebsd.org Tue Sep 22 18:24:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01F9FA0607B; Tue, 22 Sep 2015 18:24:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6EE31512; Tue, 22 Sep 2015 18:24:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MIOLXc074534; Tue, 22 Sep 2015 18:24:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MIOLrE074532; Tue, 22 Sep 2015 18:24:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509221824.t8MIOLrE074532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Sep 2015 18:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397575 - head/graphics/p5-Image-ExifTool-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 18:24:22 -0000 Author: sunpoet Date: Tue Sep 22 18:24:20 2015 New Revision: 397575 URL: https://svnweb.freebsd.org/changeset/ports/397575 Log: - Update to 10.02 - While I'm here, sort PLIST Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 203225 Submitted by: Daniel Lin (maintainer) Modified: head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool-devel/distinfo Modified: head/graphics/p5-Image-ExifTool-devel/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/Makefile Tue Sep 22 18:24:16 2015 (r397574) +++ head/graphics/p5-Image-ExifTool-devel/Makefile Tue Sep 22 18:24:20 2015 (r397575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 10.01 +PORTVERSION= 10.02 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Image-ExifTool-devel/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/distinfo Tue Sep 22 18:24:16 2015 (r397574) +++ head/graphics/p5-Image-ExifTool-devel/distinfo Tue Sep 22 18:24:20 2015 (r397575) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-10.01.tar.gz) = 46b6418334b2ca4e3b21cd38a6cb88131f5256cd21472160b4d19ac078093ceb -SIZE (Image-ExifTool-10.01.tar.gz) = 4016126 +SHA256 (Image-ExifTool-10.02.tar.gz) = 1070d3b9bb5403db373e0397d09e59d3096f2587d4ee8f2b54cea6740de5ac5b +SIZE (Image-ExifTool-10.02.tar.gz) = 4019219 From owner-svn-ports-head@freebsd.org Tue Sep 22 19:13:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB54A0769A; Tue, 22 Sep 2015 19:13:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BDF41235; Tue, 22 Sep 2015 19:13:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJDeXk095037; Tue, 22 Sep 2015 19:13:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJDeit095036; Tue, 22 Sep 2015 19:13:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221913.t8MJDeit095036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397576 - head/astro/boinc-astropulse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:13:41 -0000 Author: amdmi3 Date: Tue Sep 22 19:13:40 2015 New Revision: 397576 URL: https://svnweb.freebsd.org/changeset/ports/397576 Log: - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa Modified: head/astro/boinc-astropulse/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Tue Sep 22 18:24:20 2015 (r397575) +++ head/astro/boinc-astropulse/Makefile Tue Sep 22 19:13:40 2015 (r397576) @@ -3,7 +3,7 @@ PORTNAME= boinc-astropulse PORTVERSION= 6.01 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory @@ -28,7 +28,7 @@ LIBS+= -L${LOCALBASE}/lib # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile BOINC_CLIENT_USER?= boinc -BOINC_CLIENT_GROUP?= nobody +BOINC_CLIENT_GROUP?= boinc BOINC_CLIENT_HOME?= /var/db/boinc OPTIONS_DEFINE= X11 From owner-svn-ports-head@freebsd.org Tue Sep 22 19:13:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA834A076D5; Tue, 22 Sep 2015 19:13:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1691338; Tue, 22 Sep 2015 19:13:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJDl74095140; Tue, 22 Sep 2015 19:13:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJDltB095139; Tue, 22 Sep 2015 19:13:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221913.t8MJDltB095139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397577 - head/astro/boinc-setiathome-v7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:13:47 -0000 Author: amdmi3 Date: Tue Sep 22 19:13:46 2015 New Revision: 397577 URL: https://svnweb.freebsd.org/changeset/ports/397577 Log: - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa Modified: head/astro/boinc-setiathome-v7/Makefile Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Tue Sep 22 19:13:40 2015 (r397576) +++ head/astro/boinc-setiathome-v7/Makefile Tue Sep 22 19:13:46 2015 (r397577) @@ -3,7 +3,7 @@ PORTNAME= boinc-setiathome-v7 PORTVERSION= 7.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory @@ -30,7 +30,7 @@ CFLAGS+= -march=${CPUTYPE} # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile BOINC_CLIENT_USER?= boinc -BOINC_CLIENT_GROUP?= nobody +BOINC_CLIENT_GROUP?= boinc BOINC_CLIENT_HOME?= /var/db/boinc OPTIONS_DEFINE= X11 From owner-svn-ports-head@freebsd.org Tue Sep 22 19:23:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 767E9A07D2F; Tue, 22 Sep 2015 19:23:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62C931B9A; Tue, 22 Sep 2015 19:23:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJNJt3099261; Tue, 22 Sep 2015 19:23:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJNJLu099260; Tue, 22 Sep 2015 19:23:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221923.t8MJNJLu099260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397578 - head/audio/oss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:23:19 -0000 Author: amdmi3 Date: Tue Sep 22 19:23:18 2015 New Revision: 397578 URL: https://svnweb.freebsd.org/changeset/ports/397578 Log: Don't create ${PREFIX}/lib/oss/logs - it currently doesn't get to the package anyway, and doesn't seem to be needed - the only mention of it in the source references sbin/soundon log, however on FreeBSD sbin/soundon stores log in /var/log. Modified: head/audio/oss/Makefile Modified: head/audio/oss/Makefile ============================================================================== --- head/audio/oss/Makefile Tue Sep 22 19:13:46 2015 (r397577) +++ head/audio/oss/Makefile Tue Sep 22 19:23:18 2015 (r397578) @@ -86,7 +86,6 @@ do-install: -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/include/sys 2>/dev/null ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/include/sys/soundcard.h \ ${STAGEDIR}${PREFIX}/lib/oss/include/sys/ - -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/logs 2>/dev/null ${INSTALL_KLD} ${PROTO_OSSLIBDIR}/modules/*.ko ${STAGEDIR}${KMODDIR} ${INSTALL_MAN} ${PROTO_MANDIR}/man1/*.1.gz \ ${STAGEDIR}${PREFIX}/man/man1/ From owner-svn-ports-head@freebsd.org Tue Sep 22 19:53:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8CEBA06DA2; Tue, 22 Sep 2015 19:53:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5A7B1E97; Tue, 22 Sep 2015 19:53:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJrI8E011530; Tue, 22 Sep 2015 19:53:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJrIGS011529; Tue, 22 Sep 2015 19:53:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509221953.t8MJrIGS011529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Sep 2015 19:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397579 - head/multimedia/plexmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:53:18 -0000 Author: feld Date: Tue Sep 22 19:53:17 2015 New Revision: 397579 URL: https://svnweb.freebsd.org/changeset/ports/397579 Log: Add CPE information PR: 203263 Modified: head/multimedia/plexmediaserver/Makefile Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Tue Sep 22 19:23:18 2015 (r397578) +++ head/multimedia/plexmediaserver/Makefile Tue Sep 22 19:53:17 2015 (r397579) @@ -12,11 +12,15 @@ DISTNAME= PlexMediaServer-${PORTVERSION} MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component -USES= tar:bzip2 +USES= cpe tar:bzip2 PLEX_BUILD?= 8403350 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} +CPE_VENDOR= plex +CPE_PRODUCT= plex_media_server +CPE_VERSION= ${PORTVERSION:R} + USE_RC_SUBR?= ${PORTNAME} SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Tue Sep 22 19:55:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB51BA06E45; Tue, 22 Sep 2015 19:55:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9231C1FAC; Tue, 22 Sep 2015 19:55:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJt7EL011751; Tue, 22 Sep 2015 19:55:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJt6cc011748; Tue, 22 Sep 2015 19:55:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221955.t8MJt6cc011748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397580 - in head/www/suphp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:55:07 -0000 Author: amdmi3 Date: Tue Sep 22 19:55:06 2015 New Revision: 397580 URL: https://svnweb.freebsd.org/changeset/ports/397580 Log: - Switch to options helpers - Unsilence install commands - Fix build from plain user by creating a directory with correct permissions Approved by: portmgr blanket Added: head/www/suphp/files/patch-src_apache2_Makefile.am (contents, props changed) Modified: head/www/suphp/Makefile head/www/suphp/pkg-plist Modified: head/www/suphp/Makefile ============================================================================== --- head/www/suphp/Makefile Tue Sep 22 19:53:17 2015 (r397579) +++ head/www/suphp/Makefile Tue Sep 22 19:55:06 2015 (r397580) @@ -45,16 +45,16 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS+= --with-apr=${LOCALBASE} post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/apache -.for f in ${MYPORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/${f} -.endfor -.endif .if !defined(WITH_DEBUG) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/suphp .endif - @${INSTALL_DATA} ${WRKSRC}/doc/suphp.conf-example \ + ${INSTALL_DATA} ${WRKSRC}/doc/suphp.conf-example \ ${STAGEDIR}${PREFIX}/etc/suphp.conf-example +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/apache +.for f in ${MYPORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/${f} +.endfor + .include Added: head/www/suphp/files/patch-src_apache2_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/suphp/files/patch-src_apache2_Makefile.am Tue Sep 22 19:55:06 2015 (r397580) @@ -0,0 +1,9 @@ +--- src/apache2/Makefile.am.orig 2006-10-18 20:42:07 UTC ++++ src/apache2/Makefile.am +@@ -13,5 +13,5 @@ mod_suphp_la_SOURCES = mod_suphp.c + mod_suphp_la_LDFLAGS = -module -rpath '@APXS_LIBEXECDIR@' + + install-data-local: +- ${INSTALL_SCRIPT} -d ${DESTDIR}'@APXS_LIBEXECDIR@' ++ mkdir ${DESTDIR}'@APXS_LIBEXECDIR@' + ${INSTALL_SCRIPT} -m 0755 .libs/mod_suphp.so ${DESTDIR}'@APXS_LIBEXECDIR@'/mod_suphp.so Modified: head/www/suphp/pkg-plist ============================================================================== --- head/www/suphp/pkg-plist Tue Sep 22 19:53:17 2015 (r397579) +++ head/www/suphp/pkg-plist Tue Sep 22 19:55:06 2015 (r397580) @@ -10,5 +10,3 @@ etc/suphp.conf-example %%PORTDOCS%%%%DOCSDIR%%/apache/CONFIG %%PORTDOCS%%%%DOCSDIR%%/apache/INSTALL %%PORTDOCS%%%%DOCSDIR%%/apache/README -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apache -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@freebsd.org Tue Sep 22 19:59:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51CBC9CE056; Tue, 22 Sep 2015 19:59:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FDD91324; Tue, 22 Sep 2015 19:59:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJxAuY012089; Tue, 22 Sep 2015 19:59:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJxAPI012088; Tue, 22 Sep 2015 19:59:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221959.t8MJxAPI012088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397581 - head/net/nmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:59:10 -0000 Author: amdmi3 Date: Tue Sep 22 19:59:09 2015 New Revision: 397581 URL: https://svnweb.freebsd.org/changeset/ports/397581 Log: - No need for EXAMPLES in OPTIONS_DEFAULT - Fix dependency on docbook-xsl-ns: don't depend on optional documentation file, fixes build if docbook-xsl-ns was built WITHOUT=DOCS Approved by: portmgr blanket Modified: head/net/nmsg/Makefile Modified: head/net/nmsg/Makefile ============================================================================== --- head/net/nmsg/Makefile Tue Sep 22 19:55:06 2015 (r397580) +++ head/net/nmsg/Makefile Tue Sep 22 19:59:09 2015 (r397581) @@ -27,17 +27,16 @@ PORTDOCS= * # The DOXYGEN option is best effort. # If doxygen is installed, it will get used if the option is set to NO. OPTIONS_DEFINE= DOXYGEN EXAMPLES MANPAGES -OPTIONS_DEFAULT= DOXYGEN EXAMPLES MANPAGES +OPTIONS_DEFAULT= DOXYGEN MANPAGES OPTIONS_SUB= yes ALL_TARGET= all DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_ALL_TARGET= html-local DOCBOOK_XML= ${LOCALBASE}/share/xml/docbook/4.2 -DOCBOOK_XSL_NS= ${LOCALBASE}/share/doc/docbook-xsl-ns/html/docbook.css.source.html MANPAGES_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ - ${DOCBOOK_XSL_NS}:${PORTSDIR}/textproc/docbook-xsl-ns + docbook-xsl-ns>0:${PORTSDIR}/textproc/docbook-xsl-ns MANPAGES_CONFIGURE_WITH= xsltproc post-install-DOXYGEN-on: From owner-svn-ports-head@freebsd.org Tue Sep 22 19:59:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801FF9CE09C; Tue, 22 Sep 2015 19:59:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7111D1443; Tue, 22 Sep 2015 19:59:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJxSSN012185; Tue, 22 Sep 2015 19:59:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJxSWs012184; Tue, 22 Sep 2015 19:59:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221959.t8MJxSWs012184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397582 - head/www/piwigo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:59:28 -0000 Author: amdmi3 Date: Tue Sep 22 19:59:27 2015 New Revision: 397582 URL: https://svnweb.freebsd.org/changeset/ports/397582 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/www/piwigo/Makefile Modified: head/www/piwigo/Makefile ============================================================================== --- head/www/piwigo/Makefile Tue Sep 22 19:59:09 2015 (r397581) +++ head/www/piwigo/Makefile Tue Sep 22 19:59:27 2015 (r397582) @@ -39,6 +39,7 @@ PORTDOCS= README_ca.txt README_en.txt RE PLIST_SUB+= WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" \ CHOWN="${CHOWN}" + .include .if ${PORT_OPTIONS:MIMAGICK} @@ -53,15 +54,15 @@ post-extract: @${FIND} -d ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; @${FIND} -d ${WRKSRC} -type f -exec ${CHMOD} ${SHAREMODE} {} \; -do-install: -.if ${PORT_OPTIONS:MDOCS} - @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ +pre-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ + +pre-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ @cd ${WRKSRC}/tools/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ -.endif + +do-install: @cd ${WRKSRC}/doc/ && ${RM} ${PORTDOCS} @${RM} -fr ${WRKSRC}/tools ${WRKSRC}/_data/dummy.txt @${INSTALL} -d ${STAGEDIR}${WWWDIR} From owner-svn-ports-head@freebsd.org Tue Sep 22 19:59:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 122C39CE0DF; Tue, 22 Sep 2015 19:59:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 016121567; Tue, 22 Sep 2015 19:59:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJxg0B012325; Tue, 22 Sep 2015 19:59:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJxgbf012322; Tue, 22 Sep 2015 19:59:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509221959.t8MJxgbf012322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Sep 2015 19:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397583 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:59:43 -0000 Author: pi Date: Tue Sep 22 19:59:41 2015 New Revision: 397583 URL: https://svnweb.freebsd.org/changeset/ports/397583 Log: multimedia/emby-server: 3.0.5675.1 -> 3.0.5724.5 Changelog: https://github.com/MediaBrowser/Emby/releases PR: 202928 Submitted by: Ben Woods (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Tue Sep 22 19:59:27 2015 (r397582) +++ head/multimedia/emby-server/Makefile Tue Sep 22 19:59:41 2015 (r397583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5675.1 +PORTVERSION= 3.0.5724.5 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Tue Sep 22 19:59:27 2015 (r397582) +++ head/multimedia/emby-server/distinfo Tue Sep 22 19:59:41 2015 (r397583) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5675.1_GH0.tar.gz) = afb3755ba9eebd8da5c5cdb3db4f4625dc2eee75de8dc0904ac9cbf8da4d2ad2 -SIZE (MediaBrowser-Emby-3.0.5675.1_GH0.tar.gz) = 56487439 +SHA256 (MediaBrowser-Emby-3.0.5724.5_GH0.tar.gz) = eeb782bf117e1fede5c234d10617d5eec8a3ab6b0cd84f9b1bfc6dd6f6a97b7b +SIZE (MediaBrowser-Emby-3.0.5724.5_GH0.tar.gz) = 56288829 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Tue Sep 22 19:59:27 2015 (r397582) +++ head/multimedia/emby-server/pkg-plist Tue Sep 22 19:59:41 2015 (r397583) @@ -70,7 +70,10 @@ lib/emby-server/dashboard-ui/appservices lib/emby-server/dashboard-ui/autoorganizelog.html lib/emby-server/dashboard-ui/autoorganizetv.html lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js +lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.js +lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.js +lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.min.js lib/emby-server/dashboard-ui/bower_components/requirejs/require.js lib/emby-server/dashboard-ui/bower_components/swipebox/src/css/swipebox.min.css lib/emby-server/dashboard-ui/bower_components/swipebox/src/img/icons.png @@ -86,7 +89,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/channelitems.html lib/emby-server/dashboard-ui/channels.html lib/emby-server/dashboard-ui/channelsettings.html -lib/emby-server/dashboard-ui/channelslatest.html lib/emby-server/dashboard-ui/cinemamodeconfiguration.html lib/emby-server/dashboard-ui/collections.html lib/emby-server/dashboard-ui/connectlogin.html @@ -96,6 +98,7 @@ lib/emby-server/dashboard-ui/cordova/and lib/emby-server/dashboard-ui/cordova/android/filesystem.js lib/emby-server/dashboard-ui/cordova/android/iap.js lib/emby-server/dashboard-ui/cordova/android/localassetmanager.js +lib/emby-server/dashboard-ui/cordova/android/localsync.js lib/emby-server/dashboard-ui/cordova/android/logging.js lib/emby-server/dashboard-ui/cordova/android/mediasession.js lib/emby-server/dashboard-ui/cordova/android/nativedirectorychooser.js @@ -150,7 +153,6 @@ lib/emby-server/dashboard-ui/css/images/ lib/emby-server/dashboard-ui/css/images/clients/android.png lib/emby-server/dashboard-ui/css/images/clients/androidtv-tile.png lib/emby-server/dashboard-ui/css/images/clients/chrome.png -lib/emby-server/dashboard-ui/css/images/clients/chrome_companion.png lib/emby-server/dashboard-ui/css/images/clients/chromecast.png lib/emby-server/dashboard-ui/css/images/clients/dlna.png lib/emby-server/dashboard-ui/css/images/clients/firefox.png @@ -158,9 +160,7 @@ lib/emby-server/dashboard-ui/css/images/ lib/emby-server/dashboard-ui/css/images/clients/ie.png lib/emby-server/dashboard-ui/css/images/clients/ios.png lib/emby-server/dashboard-ui/css/images/clients/kodi.png -lib/emby-server/dashboard-ui/css/images/clients/mb.png lib/emby-server/dashboard-ui/css/images/clients/mbc.png -lib/emby-server/dashboard-ui/css/images/clients/nuvue.png lib/emby-server/dashboard-ui/css/images/clients/playstore.png lib/emby-server/dashboard-ui/css/images/clients/roku.jpg lib/emby-server/dashboard-ui/css/images/clients/safari.png @@ -249,7 +249,6 @@ lib/emby-server/dashboard-ui/css/metadat lib/emby-server/dashboard-ui/css/notifications.css lib/emby-server/dashboard-ui/css/nowplaying.css lib/emby-server/dashboard-ui/css/nowplayingbar.css -lib/emby-server/dashboard-ui/css/pluginupdates.css lib/emby-server/dashboard-ui/css/remotecontrol.css lib/emby-server/dashboard-ui/css/search.css lib/emby-server/dashboard-ui/css/site.css @@ -278,29 +277,23 @@ lib/emby-server/dashboard-ui/gamesrecomm lib/emby-server/dashboard-ui/gamestudios.html lib/emby-server/dashboard-ui/gamesystems.html lib/emby-server/dashboard-ui/index.html -lib/emby-server/dashboard-ui/itembynamedetails.html lib/emby-server/dashboard-ui/itemdetails.html lib/emby-server/dashboard-ui/itemlist.html lib/emby-server/dashboard-ui/kids.html lib/emby-server/dashboard-ui/library.html lib/emby-server/dashboard-ui/librarypathmapping.html lib/emby-server/dashboard-ui/librarysettings.html -lib/emby-server/dashboard-ui/livetvchannel.html -lib/emby-server/dashboard-ui/livetvchannels.html -lib/emby-server/dashboard-ui/livetvguide.html +lib/emby-server/dashboard-ui/livetv.html +lib/emby-server/dashboard-ui/livetvguideprovider.html lib/emby-server/dashboard-ui/livetvitems.html lib/emby-server/dashboard-ui/livetvnewrecording.html -lib/emby-server/dashboard-ui/livetvprogram.html -lib/emby-server/dashboard-ui/livetvrecording.html lib/emby-server/dashboard-ui/livetvrecordinglist.html -lib/emby-server/dashboard-ui/livetvrecordings.html lib/emby-server/dashboard-ui/livetvseriestimer.html -lib/emby-server/dashboard-ui/livetvseriestimers.html lib/emby-server/dashboard-ui/livetvsettings.html lib/emby-server/dashboard-ui/livetvstatus.html -lib/emby-server/dashboard-ui/livetvsuggested.html lib/emby-server/dashboard-ui/livetvtimer.html -lib/emby-server/dashboard-ui/livetvtimers.html +lib/emby-server/dashboard-ui/livetvtunerprovider-hdhomerun.html +lib/emby-server/dashboard-ui/livetvtunerprovider-m3u.html lib/emby-server/dashboard-ui/log.html lib/emby-server/dashboard-ui/login.html lib/emby-server/dashboard-ui/metadata.html @@ -308,12 +301,7 @@ lib/emby-server/dashboard-ui/metadataadv lib/emby-server/dashboard-ui/metadataimages.html lib/emby-server/dashboard-ui/metadatanfo.html lib/emby-server/dashboard-ui/metadatasubtitles.html -lib/emby-server/dashboard-ui/moviegenres.html -lib/emby-server/dashboard-ui/moviepeople.html lib/emby-server/dashboard-ui/movies.html -lib/emby-server/dashboard-ui/moviesrecommended.html -lib/emby-server/dashboard-ui/moviestudios.html -lib/emby-server/dashboard-ui/movietrailers.html lib/emby-server/dashboard-ui/musicalbumartists.html lib/emby-server/dashboard-ui/musicalbums.html lib/emby-server/dashboard-ui/musicartists.html @@ -323,16 +311,17 @@ lib/emby-server/dashboard-ui/musicvideos lib/emby-server/dashboard-ui/mypreferencesdisplay.html lib/emby-server/dashboard-ui/mypreferenceshome.html lib/emby-server/dashboard-ui/mypreferenceslanguages.html +lib/emby-server/dashboard-ui/mypreferencesmenu.html lib/emby-server/dashboard-ui/myprofile.html lib/emby-server/dashboard-ui/mysync.html lib/emby-server/dashboard-ui/mysyncjob.html +lib/emby-server/dashboard-ui/mysyncsettings.html lib/emby-server/dashboard-ui/notificationlist.html lib/emby-server/dashboard-ui/notificationsetting.html lib/emby-server/dashboard-ui/notificationsettings.html lib/emby-server/dashboard-ui/nowplaying.html lib/emby-server/dashboard-ui/photos.html lib/emby-server/dashboard-ui/playbackconfiguration.html -lib/emby-server/dashboard-ui/playlistedit.html lib/emby-server/dashboard-ui/playlists.html lib/emby-server/dashboard-ui/plugincatalog.html lib/emby-server/dashboard-ui/plugins.html @@ -355,6 +344,7 @@ lib/emby-server/dashboard-ui/scripts/cha lib/emby-server/dashboard-ui/scripts/channelslatest.js lib/emby-server/dashboard-ui/scripts/chromecast.js lib/emby-server/dashboard-ui/scripts/cinemamodeconfiguration.js +lib/emby-server/dashboard-ui/scripts/collectioneditor.js lib/emby-server/dashboard-ui/scripts/connectlogin.js lib/emby-server/dashboard-ui/scripts/dashboardgeneral.js lib/emby-server/dashboard-ui/scripts/dashboardhosting.js @@ -384,6 +374,7 @@ lib/emby-server/dashboard-ui/scripts/gam lib/emby-server/dashboard-ui/scripts/gamesrecommendedpage.js lib/emby-server/dashboard-ui/scripts/gamestudiospage.js lib/emby-server/dashboard-ui/scripts/gamesystemspage.js +lib/emby-server/dashboard-ui/scripts/globalize.js lib/emby-server/dashboard-ui/scripts/homenextup.js lib/emby-server/dashboard-ui/scripts/homeupcoming.js lib/emby-server/dashboard-ui/scripts/htmlmediarenderer.js @@ -401,10 +392,9 @@ lib/emby-server/dashboard-ui/scripts/liv lib/emby-server/dashboard-ui/scripts/livetvchannels.js lib/emby-server/dashboard-ui/scripts/livetvcomponents.js lib/emby-server/dashboard-ui/scripts/livetvguide.js +lib/emby-server/dashboard-ui/scripts/livetvguideprovider.js lib/emby-server/dashboard-ui/scripts/livetvitems.js lib/emby-server/dashboard-ui/scripts/livetvnewrecording.js -lib/emby-server/dashboard-ui/scripts/livetvprogram.js -lib/emby-server/dashboard-ui/scripts/livetvrecording.js lib/emby-server/dashboard-ui/scripts/livetvrecordinglist.js lib/emby-server/dashboard-ui/scripts/livetvrecordings.js lib/emby-server/dashboard-ui/scripts/livetvseriestimer.js @@ -414,6 +404,9 @@ lib/emby-server/dashboard-ui/scripts/liv lib/emby-server/dashboard-ui/scripts/livetvsuggested.js lib/emby-server/dashboard-ui/scripts/livetvtimer.js lib/emby-server/dashboard-ui/scripts/livetvtimers.js +lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-hdhomerun.js +lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-m3u.js +lib/emby-server/dashboard-ui/scripts/localsync.js lib/emby-server/dashboard-ui/scripts/loginpage.js lib/emby-server/dashboard-ui/scripts/logpage.js lib/emby-server/dashboard-ui/scripts/mediacontroller.js @@ -443,6 +436,8 @@ lib/emby-server/dashboard-ui/scripts/myp lib/emby-server/dashboard-ui/scripts/mypreferenceshome.js lib/emby-server/dashboard-ui/scripts/mypreferenceslanguages.js lib/emby-server/dashboard-ui/scripts/myprofile.js +lib/emby-server/dashboard-ui/scripts/mysync.js +lib/emby-server/dashboard-ui/scripts/mysyncsettings.js lib/emby-server/dashboard-ui/scripts/notificationlist.js lib/emby-server/dashboard-ui/scripts/notifications.js lib/emby-server/dashboard-ui/scripts/notificationsetting.js @@ -473,6 +468,7 @@ lib/emby-server/dashboard-ui/scripts/sha lib/emby-server/dashboard-ui/scripts/sharingmanager.js lib/emby-server/dashboard-ui/scripts/sharingwidget.js lib/emby-server/dashboard-ui/scripts/site.js +lib/emby-server/dashboard-ui/scripts/slideshow.js lib/emby-server/dashboard-ui/scripts/songs.js lib/emby-server/dashboard-ui/scripts/streamingsettings.js lib/emby-server/dashboard-ui/scripts/supporterkeypage.js @@ -498,6 +494,8 @@ lib/emby-server/dashboard-ui/scripts/use lib/emby-server/dashboard-ui/scripts/userprofilespage.js lib/emby-server/dashboard-ui/scripts/wizardagreement.js lib/emby-server/dashboard-ui/scripts/wizardfinishpage.js +lib/emby-server/dashboard-ui/scripts/wizardlivetvguide.js +lib/emby-server/dashboard-ui/scripts/wizardlivetvtuner.js lib/emby-server/dashboard-ui/scripts/wizardservice.js lib/emby-server/dashboard-ui/scripts/wizardsettings.js lib/emby-server/dashboard-ui/scripts/wizardstartpage.js @@ -508,6 +506,80 @@ lib/emby-server/dashboard-ui/serversecur lib/emby-server/dashboard-ui/shared.html lib/emby-server/dashboard-ui/songs.html lib/emby-server/dashboard-ui/streamingsettings.html +lib/emby-server/dashboard-ui/strings/html/ar.json +lib/emby-server/dashboard-ui/strings/html/bg-BG.json +lib/emby-server/dashboard-ui/strings/html/ca.json +lib/emby-server/dashboard-ui/strings/html/cs.json +lib/emby-server/dashboard-ui/strings/html/da.json +lib/emby-server/dashboard-ui/strings/html/de.json +lib/emby-server/dashboard-ui/strings/html/el.json +lib/emby-server/dashboard-ui/strings/html/en-GB.json +lib/emby-server/dashboard-ui/strings/html/en-US.json +lib/emby-server/dashboard-ui/strings/html/es-AR.json +lib/emby-server/dashboard-ui/strings/html/es-MX.json +lib/emby-server/dashboard-ui/strings/html/es.json +lib/emby-server/dashboard-ui/strings/html/fi.json +lib/emby-server/dashboard-ui/strings/html/fr.json +lib/emby-server/dashboard-ui/strings/html/gsw.json +lib/emby-server/dashboard-ui/strings/html/he.json +lib/emby-server/dashboard-ui/strings/html/hr.json +lib/emby-server/dashboard-ui/strings/html/it.json +lib/emby-server/dashboard-ui/strings/html/kk.json +lib/emby-server/dashboard-ui/strings/html/ko.json +lib/emby-server/dashboard-ui/strings/html/ms.json +lib/emby-server/dashboard-ui/strings/html/nb.json +lib/emby-server/dashboard-ui/strings/html/nl.json +lib/emby-server/dashboard-ui/strings/html/pl.json +lib/emby-server/dashboard-ui/strings/html/pt-BR.json +lib/emby-server/dashboard-ui/strings/html/pt-PT.json +lib/emby-server/dashboard-ui/strings/html/ro.json +lib/emby-server/dashboard-ui/strings/html/ru.json +lib/emby-server/dashboard-ui/strings/html/server.json +lib/emby-server/dashboard-ui/strings/html/sl-SI.json +lib/emby-server/dashboard-ui/strings/html/sv.json +lib/emby-server/dashboard-ui/strings/html/tr.json +lib/emby-server/dashboard-ui/strings/html/uk.json +lib/emby-server/dashboard-ui/strings/html/vi.json +lib/emby-server/dashboard-ui/strings/html/zh-CN.json +lib/emby-server/dashboard-ui/strings/html/zh-TW.json +lib/emby-server/dashboard-ui/strings/javascript/ar.json +lib/emby-server/dashboard-ui/strings/javascript/be-BY.json +lib/emby-server/dashboard-ui/strings/javascript/bg-BG.json +lib/emby-server/dashboard-ui/strings/javascript/ca.json +lib/emby-server/dashboard-ui/strings/javascript/cs.json +lib/emby-server/dashboard-ui/strings/javascript/da.json +lib/emby-server/dashboard-ui/strings/javascript/de.json +lib/emby-server/dashboard-ui/strings/javascript/el.json +lib/emby-server/dashboard-ui/strings/javascript/en-GB.json +lib/emby-server/dashboard-ui/strings/javascript/en-US.json +lib/emby-server/dashboard-ui/strings/javascript/es-AR.json +lib/emby-server/dashboard-ui/strings/javascript/es-MX.json +lib/emby-server/dashboard-ui/strings/javascript/es-VE.json +lib/emby-server/dashboard-ui/strings/javascript/es.json +lib/emby-server/dashboard-ui/strings/javascript/fi.json +lib/emby-server/dashboard-ui/strings/javascript/fr.json +lib/emby-server/dashboard-ui/strings/javascript/gsw.json +lib/emby-server/dashboard-ui/strings/javascript/he.json +lib/emby-server/dashboard-ui/strings/javascript/hr.json +lib/emby-server/dashboard-ui/strings/javascript/hu.json +lib/emby-server/dashboard-ui/strings/javascript/it.json +lib/emby-server/dashboard-ui/strings/javascript/javascript.json +lib/emby-server/dashboard-ui/strings/javascript/kk.json +lib/emby-server/dashboard-ui/strings/javascript/ms.json +lib/emby-server/dashboard-ui/strings/javascript/nb.json +lib/emby-server/dashboard-ui/strings/javascript/nl.json +lib/emby-server/dashboard-ui/strings/javascript/pl.json +lib/emby-server/dashboard-ui/strings/javascript/pt-BR.json +lib/emby-server/dashboard-ui/strings/javascript/pt-PT.json +lib/emby-server/dashboard-ui/strings/javascript/ro.json +lib/emby-server/dashboard-ui/strings/javascript/ru.json +lib/emby-server/dashboard-ui/strings/javascript/sl-SI.json +lib/emby-server/dashboard-ui/strings/javascript/sv.json +lib/emby-server/dashboard-ui/strings/javascript/tr.json +lib/emby-server/dashboard-ui/strings/javascript/uk.json +lib/emby-server/dashboard-ui/strings/javascript/vi.json +lib/emby-server/dashboard-ui/strings/javascript/zh-CN.json +lib/emby-server/dashboard-ui/strings/javascript/zh-TW.json lib/emby-server/dashboard-ui/support.html lib/emby-server/dashboard-ui/supporter.html lib/emby-server/dashboard-ui/supporterkey.html @@ -732,6 +804,12 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-white.svg +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.css +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.js +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.css +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.js +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.css +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.map lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.icons.css @@ -741,12 +819,11 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.min.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.min.css -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/jstree.min.js -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/32px.png -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/40px.png -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.css -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.min.css -lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/throbber.gif +lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/32px.png +lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/40px.png +lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.css +lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.min.css +lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/throbber.gif lib/emby-server/dashboard-ui/thirdparty/paper-button-style.css lib/emby-server/dashboard-ui/thirdparty/paper-ie10.css lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css @@ -757,11 +834,13 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/js/social-share-kit.min.js lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.crypto.js lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.js -lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.msp.js +lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.remuxer.js lib/emby-server/dashboard-ui/thirdparty/viblast/worker.html lib/emby-server/dashboard-ui/tvgenres.html lib/emby-server/dashboard-ui/tvlatest.html lib/emby-server/dashboard-ui/tvpeople.html +lib/emby-server/dashboard-ui/tvproviders/schedulesdirect.js +lib/emby-server/dashboard-ui/tvproviders/schedulesdirect.template.html lib/emby-server/dashboard-ui/tvrecommended.html lib/emby-server/dashboard-ui/tvshows.html lib/emby-server/dashboard-ui/tvstudios.html @@ -779,6 +858,8 @@ lib/emby-server/dashboard-ui/vulcanize-o lib/emby-server/dashboard-ui/wizardagreement.html lib/emby-server/dashboard-ui/wizardfinish.html lib/emby-server/dashboard-ui/wizardlibrary.html +lib/emby-server/dashboard-ui/wizardlivetvguide.html +lib/emby-server/dashboard-ui/wizardlivetvtuner.html lib/emby-server/dashboard-ui/wizardservice.html lib/emby-server/dashboard-ui/wizardsettings.html lib/emby-server/dashboard-ui/wizardstart.html From owner-svn-ports-head@freebsd.org Tue Sep 22 19:59:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9206B9CE13C; Tue, 22 Sep 2015 19:59:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82FCD1720; Tue, 22 Sep 2015 19:59:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MJxtd0012431; Tue, 22 Sep 2015 19:59:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MJxtZf012430; Tue, 22 Sep 2015 19:59:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509221959.t8MJxtZf012430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 19:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397584 - head/net-mgmt/argus3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 19:59:55 -0000 Author: amdmi3 Date: Tue Sep 22 19:59:54 2015 New Revision: 397584 URL: https://svnweb.freebsd.org/changeset/ports/397584 Log: - Drop 8.x support - Switch to options helpers Approved by: portmgr blanket Modified: head/net-mgmt/argus3/Makefile Modified: head/net-mgmt/argus3/Makefile ============================================================================== --- head/net-mgmt/argus3/Makefile Tue Sep 22 19:59:41 2015 (r397583) +++ head/net-mgmt/argus3/Makefile Tue Sep 22 19:59:54 2015 (r397584) @@ -18,23 +18,13 @@ OPTIONS_DEFINE= SASL OPTIONS_DEFAULT=SASL SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} +SASL_VARS= PKGNAMESUFFIX+=-sasl USE_RC_SUBR= argus -.include - USES= bison perl5 GNU_CONFIGURE= yes -.if ${PORT_OPTIONS:MSASL} -PKGNAMESUFFIX+= -sasl -.endif - -.if ${OSVERSION} < 900000 -BUILD_DEPENDS+= ${LOCALBASE}/include/pcap.h:${PORTSDIR}/net/libpcap -CONFIGURE_ARGS+= --with-libpcap=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e 's#/usr/lib/sasl2#${LOCALBASE}/lib/sasl2#' ${WRKSRC}/argus/ArgusOutput.c From owner-svn-ports-head@freebsd.org Tue Sep 22 20:00:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED8909CE1BF; Tue, 22 Sep 2015 20:00:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE942194F; Tue, 22 Sep 2015 20:00:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MK0ITN013155; Tue, 22 Sep 2015 20:00:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MK0I5b013154; Tue, 22 Sep 2015 20:00:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222000.t8MK0I5b013154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 20:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397585 - head/ftp/tnftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:00:19 -0000 Author: amdmi3 Date: Tue Sep 22 20:00:18 2015 New Revision: 397585 URL: https://svnweb.freebsd.org/changeset/ports/397585 Log: - Drop 8.x support - Switch to options helpers Approved by: portmgr blanket Modified: head/ftp/tnftpd/Makefile Modified: head/ftp/tnftpd/Makefile ============================================================================== --- head/ftp/tnftpd/Makefile Tue Sep 22 19:59:54 2015 (r397584) +++ head/ftp/tnftpd/Makefile Tue Sep 22 20:00:18 2015 (r397585) @@ -12,34 +12,32 @@ COMMENT= Enhanced ftp server from NetBSD USES= autoreconf libtool GNU_CONFIGURE= yes +CFLAGS+= -DSUPPORT_UTMPX + PLIST_FILES= libexec/tnftpd \ - man/man5/ftpd.conf.5.gz man/man5/ftpusers.5.gz man/man8/tnftpd.8.gz + man/man5/ftpd.conf.5.gz man/man5/ftpusers.5.gz man/man8/tnftpd.8.gz PORTDOCS= ChangeLog NEWS README THANKS COPYING PORTEXAMPLES= ftpd.conf ftpusers OPTIONS_DEFINE= DOCS EXAMPLES SUB_FILES= pkg-message -.include - -.if ${OSVERSION} >= 900007 -CFLAGS+= -DSUPPORT_UTMPX -.else -CFLAGS+= -DSUPPORT_UTMP -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/tnftpd ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/src/ftpd.conf.man ${STAGEDIR}${PREFIX}/man/man5/ftpd.conf.5 ${INSTALL_MAN} ${WRKSRC}/src/ftpusers.man ${STAGEDIR}${PREFIX}/man/man5/ftpusers.5 ${INSTALL_MAN} ${WRKSRC}/src/tnftpd.man ${STAGEDIR}${PREFIX}/man/man8/tnftpd.8 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor -.include +.include From owner-svn-ports-head@freebsd.org Tue Sep 22 20:00:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952269CE1C6; Tue, 22 Sep 2015 20:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CE911952; Tue, 22 Sep 2015 20:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MK0JPO013175; Tue, 22 Sep 2015 20:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MK0Jld013174; Tue, 22 Sep 2015 20:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222000.t8MK0Jld013174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 20:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397586 - head/irc/undernet-ircu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:00:19 -0000 Author: amdmi3 Date: Tue Sep 22 20:00:18 2015 New Revision: 397586 URL: https://svnweb.freebsd.org/changeset/ports/397586 Log: - Drop 8.x support - Config file installation is not optional here Approved by: portmgr blanket Modified: head/irc/undernet-ircu/Makefile Modified: head/irc/undernet-ircu/Makefile ============================================================================== --- head/irc/undernet-ircu/Makefile Tue Sep 22 20:00:18 2015 (r397585) +++ head/irc/undernet-ircu/Makefile Tue Sep 22 20:00:18 2015 (r397586) @@ -28,7 +28,7 @@ PLIST_FILES= bin/undernet-convert-conf \ CONFIGURE_ARGS+= --with-dpath=${PREFIX}/etc/ --with-symlink=no -OPTIONS_DEFINE= DOCS EXAMPLES IPV6 POLL DEBUG ASSERTS PEDANTIC WARNINGS \ +OPTIONS_DEFINE= DOCS IPV6 POLL DEBUG ASSERTS PEDANTIC WARNINGS \ INLINES DEVPOLL KQUEUE EPOLL LEAKDETECT OPTIONS_DEFAULT=ASSERTS INLINES DEVPOLL KQUEUE EPOLL POLL_DESC= Force poll to be used even if not a sys call @@ -57,24 +57,16 @@ LEAKDETECT_CONFIGURE_WITH= leak-detect CONFIGURE_ARGS+= --enable-profile .endif -.include - -# always disable profile support on 8.x -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-profile} -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ircd/ircd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ircd/convert-conf \ ${STAGEDIR}${PREFIX}/bin/undernet-convert-conf ${INSTALL_PROGRAM} ${WRKSRC}/ircd/umkpasswd \ ${STAGEDIR}${PREFIX}/bin/undernet-umkpasswd -.if ${PORT_OPTIONS:MEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/doc/example.conf \ ${STAGEDIR}${PREFIX}/etc/ircd.conf.sample -.endif -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/api ${STAGEDIR}${DOCSDIR}/history (cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog ChangeLog.11 INSTALL \ INSTALL_FR README RELEASE.NOTES ${STAGEDIR}${DOCSDIR}) @@ -92,6 +84,5 @@ do-install: (cd ${WRKSRC}/doc/history && ${INSTALL_DATA} 2.4.notes README-2.6 \ 2.7-New ChangeLog.07 ChangeLog.10 Manual README.patches \ history.pre24 overview.u2.9 ${STAGEDIR}${DOCSDIR}/history) -.endif .include From owner-svn-ports-head@freebsd.org Tue Sep 22 20:11:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F2399CE9B1; Tue, 22 Sep 2015 20:11:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 300BA10E5; Tue, 22 Sep 2015 20:11:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKBAXE017850; Tue, 22 Sep 2015 20:11:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKBAmw017849; Tue, 22 Sep 2015 20:11:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222011.t8MKBAmw017849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 20:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397587 - in head/security/gcr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:11:10 -0000 Author: amdmi3 Date: Tue Sep 22 20:11:09 2015 New Revision: 397587 URL: https://svnweb.freebsd.org/changeset/ports/397587 Log: - Drop 8.x support Approved by: portmgr blanket Deleted: head/security/gcr/files/ Modified: head/security/gcr/Makefile Modified: head/security/gcr/Makefile ============================================================================== --- head/security/gcr/Makefile Tue Sep 22 20:00:18 2015 (r397586) +++ head/security/gcr/Makefile Tue Sep 22 20:11:09 2015 (r397587) @@ -29,10 +29,4 @@ INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.crypto.pgp.gschema.xml -.include - -.if ${OSVERSION} < 900000 -EXTRA_PATCHES= ${FILESDIR}/extra-gck_gck.h -.endif - .include From owner-svn-ports-head@freebsd.org Tue Sep 22 20:12:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28AF59CEA3C; Tue, 22 Sep 2015 20:12:33 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19A34132C; Tue, 22 Sep 2015 20:12:33 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKCWIV020612; Tue, 22 Sep 2015 20:12:32 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKCWjv020609; Tue, 22 Sep 2015 20:12:32 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509222012.t8MKCWjv020609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 22 Sep 2015 20:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397588 - head/security/goptlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:12:33 -0000 Author: cs Date: Tue Sep 22 20:12:31 2015 New Revision: 397588 URL: https://svnweb.freebsd.org/changeset/ports/397588 Log: Update to 0.5 Modified: head/security/goptlib/Makefile head/security/goptlib/distinfo head/security/goptlib/pkg-plist Modified: head/security/goptlib/Makefile ============================================================================== --- head/security/goptlib/Makefile Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/Makefile Tue Sep 22 20:12:31 2015 (r397588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goptlib -PORTVERSION= 0.2 +PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ Modified: head/security/goptlib/distinfo ============================================================================== --- head/security/goptlib/distinfo Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/distinfo Tue Sep 22 20:12:31 2015 (r397588) @@ -1,2 +1,2 @@ -SHA256 (goptlib-0.2.tar.gz) = 5479cef3af6266afc5050ced543610738efbff1cb9bbe3f50beae91d1d1ebbdb -SIZE (goptlib-0.2.tar.gz) = 20566 +SHA256 (goptlib-0.5.tar.gz) = 09b62dc567a8f6887a306d7165153b5015fc50c67db76782dbbc519c183942fa +SIZE (goptlib-0.5.tar.gz) = 22588 Modified: head/security/goptlib/pkg-plist ============================================================================== --- head/security/goptlib/pkg-plist Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/pkg-plist Tue Sep 22 20:12:31 2015 (r397588) @@ -5,6 +5,7 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/args_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-client/dummy-client.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-server/dummy-server.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pt_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/socks.go From owner-svn-ports-head@freebsd.org Tue Sep 22 20:17:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2F19CEC3A; Tue, 22 Sep 2015 20:17:02 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2717E153D; Tue, 22 Sep 2015 20:17:02 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKH2qj020941; Tue, 22 Sep 2015 20:17:02 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKH11R020938; Tue, 22 Sep 2015 20:17:01 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509222017.t8MKH11R020938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 22 Sep 2015 20:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397589 - head/security/meek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:17:02 -0000 Author: cs Date: Tue Sep 22 20:17:01 2015 New Revision: 397589 URL: https://svnweb.freebsd.org/changeset/ports/397589 Log: Update to 0.20 Modified: head/security/meek/Makefile head/security/meek/distinfo Modified: head/security/meek/Makefile ============================================================================== --- head/security/meek/Makefile Tue Sep 22 20:12:31 2015 (r397588) +++ head/security/meek/Makefile Tue Sep 22 20:17:01 2015 (r397589) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= meek -PORTVERSION= 0.9 +PORTVERSION= 0.20 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ Modified: head/security/meek/distinfo ============================================================================== --- head/security/meek/distinfo Tue Sep 22 20:12:31 2015 (r397588) +++ head/security/meek/distinfo Tue Sep 22 20:17:01 2015 (r397589) @@ -1,2 +1,2 @@ -SHA256 (meek-0.9.tar.gz) = 249ba5381242eafc929c6dfe7abf9040f277b284c907d636a501e02090d366e2 -SIZE (meek-0.9.tar.gz) = 32325 +SHA256 (meek-0.20.tar.gz) = e70f15d23385539ae7d9cb1868f6fa896bad5351d9b9b545d29877f4d7c3c11a +SIZE (meek-0.20.tar.gz) = 36506 From owner-svn-ports-head@freebsd.org Tue Sep 22 20:17:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 462579CEC57; Tue, 22 Sep 2015 20:17:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA51154E; Tue, 22 Sep 2015 20:17:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKH4Pt021052; Tue, 22 Sep 2015 20:17:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKH48E021050; Tue, 22 Sep 2015 20:17:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509222017.t8MKH48E021050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Sep 2015 20:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397590 - head/www/mod_mpm_itk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:17:05 -0000 Author: pi Date: Tue Sep 22 20:17:03 2015 New Revision: 397590 URL: https://svnweb.freebsd.org/changeset/ports/397590 Log: www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03 - Fix an issue where connections would be attempted closed in the parent instead of in the child. This would result in "Connection: close" not being honored, and various odd effects with SSL keepalive in certain browsers. - Correct a log message on AssignGroupIDExpr failure; patch from Roland Mas. - Update copyright to 2015. Everybody using the 2.4.x series are highly advised to upgrade. Many thanks to Remko Lodder (remko@) for notification about this security issue. PR: 203067 Submitted by: lukasz@wasikowski.net (maintainer) Modified: head/www/mod_mpm_itk/Makefile head/www/mod_mpm_itk/distinfo Modified: head/www/mod_mpm_itk/Makefile ============================================================================== --- head/www/mod_mpm_itk/Makefile Tue Sep 22 20:17:01 2015 (r397589) +++ head/www/mod_mpm_itk/Makefile Tue Sep 22 20:17:03 2015 (r397590) @@ -3,11 +3,12 @@ PORTNAME= mod_mpm_itk PORTVERSION= 2.4.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mpm-itk.sesse.net/ \ http://lukasz.wasikowski.net/files/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -DISTNAME= mpm-itk-2.4.7-02 +DISTNAME= mpm-itk-2.4.7-03 MAINTAINER= lukasz@wasikowski.net COMMENT= This MPM allows you to run each vhost under a separate uid and gid Modified: head/www/mod_mpm_itk/distinfo ============================================================================== --- head/www/mod_mpm_itk/distinfo Tue Sep 22 20:17:01 2015 (r397589) +++ head/www/mod_mpm_itk/distinfo Tue Sep 22 20:17:03 2015 (r397590) @@ -1,2 +1,2 @@ -SHA256 (mpm-itk-2.4.7-02.tar.gz) = f12656326a1d3b92fefe63446032f0939ed9c803d4d9a1f89bae318eb3432e75 -SIZE (mpm-itk-2.4.7-02.tar.gz) = 45450 +SHA256 (mpm-itk-2.4.7-03.tar.gz) = 9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6 +SIZE (mpm-itk-2.4.7-03.tar.gz) = 45419 From owner-svn-ports-head@freebsd.org Tue Sep 22 20:19:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CE3D9CEE56; Tue, 22 Sep 2015 20:19:44 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1ABE1999; Tue, 22 Sep 2015 20:19:43 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKJhrv021280; Tue, 22 Sep 2015 20:19:43 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKJhJk021278; Tue, 22 Sep 2015 20:19:43 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201509222019.t8MKJhJk021278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Tue, 22 Sep 2015 20:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397591 - head/games/domination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:19:44 -0000 Author: nemysis Date: Tue Sep 22 20:19:42 2015 New Revision: 397591 URL: https://svnweb.freebsd.org/changeset/ports/397591 Log: - Update to 1.1.1.6, please see /usr/local/share/doc/domination/ChangeLog.txt Modified: head/games/domination/Makefile head/games/domination/distinfo Modified: head/games/domination/Makefile ============================================================================== --- head/games/domination/Makefile Tue Sep 22 20:17:03 2015 (r397590) +++ head/games/domination/Makefile Tue Sep 22 20:19:42 2015 (r397591) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= domination -PORTVERSION= 1.1.1.5 -PORTREVISION= 1 +PORTVERSION= 1.1.1.6 CATEGORIES= games java MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \ http://domination.sourceforge.net/maps/ Modified: head/games/domination/distinfo ============================================================================== --- head/games/domination/distinfo Tue Sep 22 20:17:03 2015 (r397590) +++ head/games/domination/distinfo Tue Sep 22 20:19:42 2015 (r397591) @@ -1,5 +1,5 @@ -SHA256 (domination/Domination_1.1.1.5.zip) = 6e0dd1c869679cc80c7904d6512cf9f6fc858a985b60c5a33f3f3291d716f740 -SIZE (domination/Domination_1.1.1.5.zip) = 6390032 +SHA256 (domination/Domination_1.1.1.6.zip) = 90f8ec827137f738eafa32489a979eaa86683a0df0c3839f3e1626c0cf23f3d6 +SIZE (domination/Domination_1.1.1.6.zip) = 6567410 SHA256 (domination/solar.zip) = 38345a0921e485ccaf15e15a5ba2bc1281613d139481d0918fc055af653020e9 SIZE (domination/solar.zip) = 160107 SHA256 (domination/bigeurope.zip) = 55b574adb11d11ebd084d8b36e93f5b891fc6e69f26e842aa47ab7c9c75ce4d6 From owner-svn-ports-head@freebsd.org Tue Sep 22 20:37:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEBB8A028F8; Tue, 22 Sep 2015 20:37:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF7E2178B; Tue, 22 Sep 2015 20:37:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKbFwS029419; Tue, 22 Sep 2015 20:37:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKbFKX029418; Tue, 22 Sep 2015 20:37:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222037.t8MKbFKX029418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 20:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397592 - head/editors/nvi-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:37:15 -0000 Author: amdmi3 Date: Tue Sep 22 20:37:14 2015 New Revision: 397592 URL: https://svnweb.freebsd.org/changeset/ports/397592 Log: - Switch to options helpers - Fix stage-qa Approved by: portmgr blanket Modified: head/editors/nvi-devel/Makefile Modified: head/editors/nvi-devel/Makefile ============================================================================== --- head/editors/nvi-devel/Makefile Tue Sep 22 20:19:42 2015 (r397591) +++ head/editors/nvi-devel/Makefile Tue Sep 22 20:37:14 2015 (r397592) @@ -25,11 +25,7 @@ CONFIGURE_ARGS+= --with-db-prefix=${LOCA --program-prefix=n CONFIGURE_SCRIPT= ../dist/configure -.include - -.if ${PORT_OPTIONS:MWIDECHAR} -CONFIGURE_ARGS+= --enable-widechar -.endif +WIDECHAR_CONFIGURE_ON= --enable-widechar CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib @@ -42,4 +38,7 @@ post-patch: ${WRKSRC}/../dist/configure @${CHMOD} 755 ${WRKSRC}/../dist/configure +post-install: + @${RM} ${STAGEDIR}${PREFIX}/man/cat1/*.0 + .include From owner-svn-ports-head@freebsd.org Tue Sep 22 21:20:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC2BA061E2; Tue, 22 Sep 2015 21:20:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4703135C; Tue, 22 Sep 2015 21:20:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MLKgVQ048484; Tue, 22 Sep 2015 21:20:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MLKgwa048482; Tue, 22 Sep 2015 21:20:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222120.t8MLKgwa048482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 21:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397593 - in head/mail/spmfilter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 21:20:43 -0000 Author: amdmi3 Date: Tue Sep 22 21:20:41 2015 New Revision: 397593 URL: https://svnweb.freebsd.org/changeset/ports/397593 Log: - Switch to @sample - Drop @dirrm* from plist - Modernize vardir handling Approved by: portmgr blanket Deleted: head/mail/spmfilter/files/pkg-install.in Modified: head/mail/spmfilter/Makefile head/mail/spmfilter/pkg-plist Modified: head/mail/spmfilter/Makefile ============================================================================== --- head/mail/spmfilter/Makefile Tue Sep 22 20:37:14 2015 (r397592) +++ head/mail/spmfilter/Makefile Tue Sep 22 21:20:41 2015 (r397593) @@ -34,13 +34,12 @@ DB4_DESC= DB4 backend # Default requirement for spmfilter rc script _REQUIRE= LOGIN -SUB_FILES= pkg-install pkg-deinstall +SUB_FILES= pkg-deinstall -SUB_LIST+= SMFUSER=${SMFUSER} \ +PLIST_SUB= LIB_VERSION=${PORTVERSION} \ + SMFUSER=${SMFUSER} \ SMFGROUP=${SMFGROUP} \ - SMFDIR=${SMFDIR} \ - -PLIST_SUB= LIB_VERSION=${PORTVERSION} + SMFDIR=${SMFDIR} .include @@ -92,6 +91,7 @@ post-patch: ${WRKSRC}/src/CMakeLists.txt post-install: - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ + @${MKDIR} ${STAGEDIR}${SMFDIR} .include Modified: head/mail/spmfilter/pkg-plist ============================================================================== --- head/mail/spmfilter/pkg-plist Tue Sep 22 20:37:14 2015 (r397592) +++ head/mail/spmfilter/pkg-plist Tue Sep 22 21:20:41 2015 (r397593) @@ -28,9 +28,5 @@ libdata/pkgconfig/spmfilter.pc sbin/spmfilter man/man1/spmfilter.1.gz man/man5/spmfilter.conf.5.gz -@unexec if cmp -s %D/etc/spmfilter.conf.sample %D/etc/spmfilter.conf; then rm -f %D/etc/spmfilter.conf; fi -etc/spmfilter.conf.sample -@exec if [ ! -f %D/etc/spmfilter.conf ] ; then cp -p %D/%F %B/spmfilter.conf; fi -@dirrm include/spmfilter/smf -@dirrm include/spmfilter -@dirrmtry lib/spmfilter +@sample etc/spmfilter.conf.sample +@dir(%%SMFUSER%%,%%SMFGROUP%%,755) %%SMFDIR%% From owner-svn-ports-head@freebsd.org Tue Sep 22 21:39:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9697EA06A10; Tue, 22 Sep 2015 21:39:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87A481CAF; Tue, 22 Sep 2015 21:39:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MLdZYg054126; Tue, 22 Sep 2015 21:39:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MLdZ8R054125; Tue, 22 Sep 2015 21:39:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509222139.t8MLdZ8R054125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 22 Sep 2015 21:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397594 - head/math/clrng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 21:39:35 -0000 Author: jkim Date: Tue Sep 22 21:39:34 2015 New Revision: 397594 URL: https://svnweb.freebsd.org/changeset/ports/397594 Log: Fix COMMENT to reflect actual description of the library. Approved by: dieterich@ogolem.org (maintainer) Modified: head/math/clrng/Makefile Modified: head/math/clrng/Makefile ============================================================================== --- head/math/clrng/Makefile Tue Sep 22 21:20:41 2015 (r397593) +++ head/math/clrng/Makefile Tue Sep 22 21:39:34 2015 (r397594) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= dieterich@ogolem.org -COMMENT= Software library containing BLAS functions written in OpenCL +COMMENT= Library for uniform random number generation in OpenCL LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE From owner-svn-ports-head@freebsd.org Tue Sep 22 22:09:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13CA7A07904; Tue, 22 Sep 2015 22:09:01 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 044A01ECE; Tue, 22 Sep 2015 22:09:01 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MM90GU066426; Tue, 22 Sep 2015 22:09:00 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MM90Ka066424; Tue, 22 Sep 2015 22:09:00 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201509222209.t8MM90Ka066424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 22 Sep 2015 22:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397595 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 22:09:01 -0000 Author: osa Date: Tue Sep 22 22:08:59 2015 New Revision: 397595 URL: https://svnweb.freebsd.org/changeset/ports/397595 Log: Upgrade from 1.9.4 to 1.9.5. Welcome to HTTP/2! SPDY support has been removed. *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the "output_buffers" directive uses two buffers by default. *) Change: now nginx limits subrequests recursion, not simultaneous subrequests. *) Change: now nginx checks the whole cache key when returning a response from cache. Thanks to Gena Makhomed and Sergey Brester. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.7.5. *) Bugfix: "writev() failed (4: Interrupted system call)" errors might appear in logs when using CephFS and the "timer_resolution" directive on Linux. *) Bugfix: in invalid configurations handling. Thanks to Markus Linnala. *) Bugfix: a segmentation fault occurred in a worker process if the "sub_filter" directive was used at http level; the bug had appeared in 1.9.4. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Sep 22 21:39:34 2015 (r397594) +++ head/www/nginx-devel/Makefile Tue Sep 22 22:08:59 2015 (r397595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.5 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -51,7 +51,6 @@ OPTIONS_DEFINE= \ MAIL_POP3 \ MAIL_SMTP \ MAIL_SSL \ - SPDY \ HTTPV2 \ STREAM \ STREAM_SSL \ @@ -147,7 +146,6 @@ MAIL_IMAP_DESC= Enable IMAP4 proxy mod MAIL_POP3_DESC= Enable POP3 proxy module MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module -SPDY_DESC= Enable SPDY protocol support (SSL req.) HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) STREAM_DESC= Enable stream module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) @@ -843,25 +841,11 @@ GH_TAGNAME+= v${NGINX_XSS_VERSION}:xss CONFIGURE_ARGS+=--add-module=${WRKSRC_xss} .endif -.if ${PORT_OPTIONS:MSPDY} && ${PORT_OPTIONS:MHTTPV2} -IGNORE= current HTTP/2 implementation replaces SPDY module support, please disable SPDY -.endif - -.if ${PORT_OPTIONS:MSPDY} -NGINX_OPENSSL= yes -USE_HTTP_SSL= yes -CONFIGURE_ARGS+=--with-http_spdy_module -.endif - .if ${PORT_OPTIONS:MHTTPV2} NGINX_OPENSSL= yes USE_HTTP_SSL= yes CONFIGURE_ARGS+=--with-http_v2_module USE_OPENSSL_PORT= yes -NGINX_HTTPV2_VERSION= 6 -PATCH_SITES+= http://nginx.org/patches/http2/:httpv2 -PATCHFILES+= patch.http2-v${NGINX_HTTPV2_VERSION}_${PORTVERSION}.txt:httpv2 -PATCH_DIST_STRIP= -p1 .endif .if ${PORT_OPTIONS:MSTREAM} @@ -943,11 +927,6 @@ GROUPS?=${WWWGRP} .if defined(NGINX_OPENSSL) USE_OPENSSL= yes -.if ${PORT_OPTIONS:MSPDY} -.if ${OSVERSION} < 1000028 -WITH_OPENSSL_PORT= yes -.endif -.endif .endif pre-everything:: Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Sep 22 21:39:34 2015 (r397594) +++ head/www/nginx-devel/distinfo Tue Sep 22 22:08:59 2015 (r397595) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.4.tar.gz) = 479b0c03747ee6b2d4a21046f89b06d178a2881ea80cfef160451325788f2ba8 -SIZE (nginx-1.9.4.tar.gz) = 866423 +SHA256 (nginx-1.9.5.tar.gz) = 48e2787a6b245277e37cb7c5a31b1549a0bbacf288aa4731baacf9eaacdb481b +SIZE (nginx-1.9.5.tar.gz) = 884023 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de @@ -118,5 +118,3 @@ SHA256 (calio-iconv-nginx-module-v0.10_G SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 -SHA256 (patch.http2-v6_1.9.4.txt) = e7068d5af7eb6b493bb3945cd35fc8f9f90643337ec69a3fbff14ba922eceb44 -SIZE (patch.http2-v6_1.9.4.txt) = 338333 From owner-svn-ports-head@freebsd.org Tue Sep 22 22:36:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C945A06860; Tue, 22 Sep 2015 22:36:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D50D160A; Tue, 22 Sep 2015 22:36:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MMaInN078995; Tue, 22 Sep 2015 22:36:18 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MMaIxC078993; Tue, 22 Sep 2015 22:36:18 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201509222236.t8MMaIxC078993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Tue, 22 Sep 2015 22:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397596 - head/games/domination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 22:36:19 -0000 Author: nemysis Date: Tue Sep 22 22:36:17 2015 New Revision: 397596 URL: https://svnweb.freebsd.org/changeset/ports/397596 Log: - Remove %%DATADIR%%/help/pspbrwse.jbf, forgotten in previous commit - Bump PORTREVISION for pkg-plist change Modified: head/games/domination/Makefile head/games/domination/pkg-plist Modified: head/games/domination/Makefile ============================================================================== --- head/games/domination/Makefile Tue Sep 22 22:08:59 2015 (r397595) +++ head/games/domination/Makefile Tue Sep 22 22:36:17 2015 (r397596) @@ -3,6 +3,7 @@ PORTNAME= domination PORTVERSION= 1.1.1.6 +PORTREVISION= 1 CATEGORIES= games java MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \ http://domination.sourceforge.net/maps/ Modified: head/games/domination/pkg-plist ============================================================================== --- head/games/domination/pkg-plist Tue Sep 22 22:08:59 2015 (r397595) +++ head/games/domination/pkg-plist Tue Sep 22 22:36:17 2015 (r397596) @@ -50,7 +50,6 @@ bin/domination-SwingGUI %%DATADIR%%/help/maingame.gif %%DATADIR%%/help/mainmenu.gif %%DATADIR%%/help/newgame.gif -%%DATADIR%%/help/pspbrwse.jbf %%DATADIR%%/help/rules.htm %%DATADIR%%/help/server.gif %%DATADIR%%/help/server2.gif From owner-svn-ports-head@freebsd.org Tue Sep 22 23:43:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F8D3A067F0; Tue, 22 Sep 2015 23:43:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFD210E0; Tue, 22 Sep 2015 23:43:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MNhsYB007601; Tue, 22 Sep 2015 23:43:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MNhsp4007600; Tue, 22 Sep 2015 23:43:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222343.t8MNhsp4007600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 23:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397597 - head/games/bloodfrontier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 23:43:55 -0000 Author: amdmi3 Date: Tue Sep 22 23:43:54 2015 New Revision: 397597 URL: https://svnweb.freebsd.org/changeset/ports/397597 Log: - Switch to options helpers Modified: head/games/bloodfrontier/Makefile Modified: head/games/bloodfrontier/Makefile ============================================================================== --- head/games/bloodfrontier/Makefile Tue Sep 22 22:36:17 2015 (r397596) +++ head/games/bloodfrontier/Makefile Tue Sep 22 23:43:54 2015 (r397597) @@ -13,6 +13,10 @@ COMMENT= Single- and multi-player first- LICENSE= ZLIB +BROKEN_ia64= does not compile +BROKEN_powerpc= does not compile +BROKEN_sparc64= does not compile + USES= tar:bzip2 gmake GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/src/enet @@ -30,43 +34,36 @@ OPTIONS_MULTI= COMPONENTS OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED OPTIONS_DEFAULT= CLIENT DEDICATED OPTIMIZED_CFLAGS -CLIENT_DESC= Build client -CLIENT_USE= GL=gl SDL=image,mixer,sdl XORG=x11 -CLIENT_ALL_TARGET= client -CLIENT_PLIST_FILES= bin/bfclient libexec/bfclient \ - share/pixmaps/${PORTNAME}.ico -DEDICATED_DESC= Build dedicated server -DEDICATED_PLIST_FILES= bin/bfserver libexec/bfserver -DEDICATED_ALL_TARGET= server +CLIENT_DESC= Build client +CLIENT_USE= GL=gl SDL=image,mixer,sdl XORG=x11 +CLIENT_ALL_TARGET= client +CLIENT_PLIST_FILES= bin/bfclient libexec/bfclient \ + share/pixmaps/${PORTNAME}.ico + +CLIENT_DESKTOP_ENTRIES= "Blood Frontier" \ + "" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ + "bfclient" \ + "Game;Shooter;" \ + "" +DEDICATED_DESC= Build dedicated server +DEDICATED_PLIST_FILES= bin/bfserver libexec/bfserver +DEDICATED_ALL_TARGET= server + OPTIMIZED_CFLAGS_CFLAGS= -O3 -fomit-frame-pointer OPTIMIZED_CFLAGS_CXXFLAGS= -O3 -fomit-frame-pointer -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - -.if ${PORT_OPTIONS:MCLIENT} -DESKTOP_ENTRIES="Blood Frontier" \ - "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ - "bfclient" \ - "Game;Shooter;" \ - "" -.endif - do-install: -.for f in ${PLIST_FILES:Mbin/*} - ${INSTALL_SCRIPT} ${WRKDIR}/${f:T} ${STAGEDIR}${PREFIX}/${f} -.endfor -.for f in ${PLIST_FILES:Mlibexec/*} - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${f:T} ${STAGEDIR}${PREFIX}/${f:H} -.endfor -.if ${PORT_OPTIONS:MCLIENT} + (cd ${WRKSRC}/data && ${COPYTREE_SHARE} "." ${STAGEDIR}${DATADIR}) + +do-install-CLIENT-on: + ${INSTALL_SCRIPT} ${WRKDIR}/bfclient ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bfclient ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.ico \ ${STAGEDIR}${PREFIX}/share/pixmaps -.endif - (cd ${WRKSRC}/data && ${COPYTREE_SHARE} "." ${STAGEDIR}${DATADIR}) + +do-install-DEDICATED-on: + ${INSTALL_SCRIPT} ${WRKDIR}/bfserver ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bfserver ${STAGEDIR}${PREFIX}/libexec/ .include From owner-svn-ports-head@freebsd.org Tue Sep 22 23:59:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97819A070BB; Tue, 22 Sep 2015 23:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB9B1849; Tue, 22 Sep 2015 23:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MNx7CK012028; Tue, 22 Sep 2015 23:59:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MNx6LX012024; Tue, 22 Sep 2015 23:59:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509222359.t8MNx6LX012024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Sep 2015 23:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397598 - in head/print: gimp-gutenprint gutenprint-base gutenprint-cups X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 23:59:07 -0000 Author: amdmi3 Date: Tue Sep 22 23:59:05 2015 New Revision: 397598 URL: https://svnweb.freebsd.org/changeset/ports/397598 Log: - Make GTK2 support optional - Fix module directory handling - Strip libraries - Minor fixes PR: 196321, 200017, 202324 Submitted by: mazhe@alkumuna.eu, yuri@rawbw.com, amdmi3@FreeBSD.org, cmt@burggraben.net (maintainer) Approved by: cmt@burggraben.net (maintainer) Modified: head/print/gimp-gutenprint/Makefile head/print/gutenprint-base/Makefile head/print/gutenprint-base/pkg-plist head/print/gutenprint-cups/pkg-plist Modified: head/print/gimp-gutenprint/Makefile ============================================================================== --- head/print/gimp-gutenprint/Makefile Tue Sep 22 23:43:54 2015 (r397597) +++ head/print/gimp-gutenprint/Makefile Tue Sep 22 23:59:05 2015 (r397598) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/print/gimp-gutenprint/Makefile,v 1.5 2007/10/24 21:05:40 ahze Exp $ -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 0 PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= # empty @@ -15,6 +15,6 @@ LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= gimp -PLIST= ${.CURDIR}/pkg-plist +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Modified: head/print/gutenprint-base/Makefile ============================================================================== --- head/print/gutenprint-base/Makefile Tue Sep 22 23:43:54 2015 (r397597) +++ head/print/gutenprint-base/Makefile Tue Sep 22 23:59:05 2015 (r397598) @@ -4,6 +4,7 @@ PORTNAME?= gutenprint PORTVERSION= 5.2.10 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} PKGNAMESUFFIX?= -base @@ -15,33 +16,39 @@ LICENSE= GPLv2 CONFLICTS= gimp-print-[0-9]* +.if !defined(GUT_SLAVE) +OPTIONS_DEFINE= GTK2 +OPTIONS_DEFAULT=GTK2 +OPTIONS_SUB= yes +.endif + +GTK2_CONFIGURE_ENABLE= libgutenprintui2 +GTK2_LIB_DEPENDS= libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 + +.include + USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ARGS=--with-gimp=no --with-gimp2=no +CONFIGURE_ARGS+=--without-gimp --without-gimp2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib +INSTALL_TARGET= install-strip .include .if ${SLAVE_PORT}=="yes" -LIB_DEPENDS+= libgutenprintui2.so:${PORTSDIR}/print/gutenprint-base +LIB_DEPENDS+= libgutenprint.so:${PORTSDIR}/print/gutenprint-base PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config GUTENPRINTUI2_LIBS=`${PKG_CONFIG} --libs gutenprintui2` -.else -MAN1+= escputil.1 .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" -LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ - libgutenprint.so:${PORTSDIR}/print/gutenprint-base -CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS +LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app +CONFIGURE_ARGS+=--with-gimp2=yes # Override CONFIGURE_ARGS BUILD_WRKSRC= ${WRKSRC}/src/gimp2 INSTALL_WRKSRC= ${WRKSRC}/src/gimp2 -.else -CONFIGURE_ARGS+=--without-gimp2 .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups" @@ -97,16 +104,19 @@ post-patch: @${REINPLACE_CMD} -e 's|= $$(pkglibdir)|= ${PREFIX}/libexec/cups|' \ ${WRKSRC}/src/cups/Makefile.in +pre-configure: +.if defined(GUT_SLAVE) && (${GUT_SLAVE}=="gimp") + @test -f ${LOCALBASE}/lib/libgutenprintui2.so || (printf "\nprint/gutenprint-base must be rebuilt with GTK2 support\n\n" && exit 1) +.endif + pre-build: .if defined(GUT_SLAVE) && (${GUT_SLAVE}=="foomatic" || ${GUT_SLAVE}=="cups") @(cd ${WRKSRC}/src/xml && ${MAKE}) .endif pre-install: - @${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/gutenprint/5.2/modules -.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups" - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \ - ${WRKSRC}/src/cups/cups-genppdupdate +.if !defined(GUT_SLAVE) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gutenprint/5.2/modules .endif post-install: Modified: head/print/gutenprint-base/pkg-plist ============================================================================== --- head/print/gutenprint-base/pkg-plist Tue Sep 22 23:43:54 2015 (r397597) +++ head/print/gutenprint-base/pkg-plist Tue Sep 22 23:59:05 2015 (r397598) @@ -23,20 +23,20 @@ include/gutenprint/util.h include/gutenprint/vars.h include/gutenprint/weave.h include/gutenprint/xml.h -include/gutenprintui2/curve.h -include/gutenprintui2/gammacurve.h -include/gutenprintui2/gutenprintui.h -include/gutenprintui2/typebuiltins.h +%%GTK2%%include/gutenprintui2/curve.h +%%GTK2%%include/gutenprintui2/gammacurve.h +%%GTK2%%include/gutenprintui2/gutenprintui.h +%%GTK2%%include/gutenprintui2/typebuiltins.h lib/libgutenprint.so.2 lib/libgutenprint.so.2.3.0 -lib/libgutenprintui2.so.1.0.0 +%%GTK2%%lib/libgutenprintui2.so.1.0.0 lib/libgutenprint.a lib/libgutenprint.so -lib/libgutenprintui2.a -lib/libgutenprintui2.so -lib/libgutenprintui2.so.1 +%%GTK2%%lib/libgutenprintui2.a +%%GTK2%%lib/libgutenprintui2.so +%%GTK2%%lib/libgutenprintui2.so.1 libdata/pkgconfig/gutenprint.pc -libdata/pkgconfig/gutenprintui2.pc +%%GTK2%%libdata/pkgconfig/gutenprintui2.pc man/man1/escputil.1.gz %%DATADIR%%/5.2/xml/dither-matrix-1x1.xml %%DATADIR%%/5.2/xml/dither-matrix-2x1.xml Modified: head/print/gutenprint-cups/pkg-plist ============================================================================== --- head/print/gutenprint-cups/pkg-plist Tue Sep 22 23:43:54 2015 (r397597) +++ head/print/gutenprint-cups/pkg-plist Tue Sep 22 23:59:05 2015 (r397598) @@ -2378,4 +2378,3 @@ share/locale/uk/gutenprint_uk.po share/locale/vi/gutenprint_vi.po share/locale/zh_CN/gutenprint_zh_CN.po share/locale/zh_TW/gutenprint_zh_TW.po -@dir lib/gutenprint/5.2/modules From owner-svn-ports-head@freebsd.org Wed Sep 23 00:04:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69ADDA074E9; Wed, 23 Sep 2015 00:04:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57E2D1D58; Wed, 23 Sep 2015 00:04:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N04bN8016021; Wed, 23 Sep 2015 00:04:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N04bfh016020; Wed, 23 Sep 2015 00:04:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509230004.t8N04bfh016020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 00:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397599 - head/games/blokish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 00:04:37 -0000 Author: amdmi3 Date: Wed Sep 23 00:04:36 2015 New Revision: 397599 URL: https://svnweb.freebsd.org/changeset/ports/397599 Log: - Add LICENSE - Switch to USES=localbase - Drop no-op WX_UNICODE - Install desktop entry and an icon Modified: head/games/blokish/Makefile Modified: head/games/blokish/Makefile ============================================================================== --- head/games/blokish/Makefile Tue Sep 22 23:59:05 2015 (r397598) +++ head/games/blokish/Makefile Wed Sep 23 00:04:36 2015 (r397599) @@ -3,7 +3,7 @@ PORTNAME= blokish PORTVERSION= 0.9.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -11,24 +11,35 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the strategy board game 'Blokus' +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes -USES= gmake tar:tgz +USES= gmake localbase tar:tgz USE_GL= gl USE_WX= 2.8 -WX_UNICODE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= makefile -WRKSRC= ${WRKDIR}/blokish +WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/blokish +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.xpm + +DESKTOP_ENTRIES="Blokish" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Game;LogicGame;" \ + "" post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ ${WRKSRC}/makefile.in ${WRKSRC}/configure @${REINPLACE_CMD} '/^LIBS =/s/$$/ -lGL/' ${WRKSRC}/makefile.in +post-install: + ${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + .include From owner-svn-ports-head@freebsd.org Wed Sep 23 00:47:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140A8A06876; Wed, 23 Sep 2015 00:47:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04ECD1E1A; Wed, 23 Sep 2015 00:47:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N0lluC032444; Wed, 23 Sep 2015 00:47:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N0llc8032443; Wed, 23 Sep 2015 00:47:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509230047.t8N0llc8032443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 00:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397600 - head/audio/wxguitar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 00:47:48 -0000 Author: amdmi3 Date: Wed Sep 23 00:47:47 2015 New Revision: 397600 URL: https://svnweb.freebsd.org/changeset/ports/397600 Log: - Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGS Modified: head/audio/wxguitar/Makefile Modified: head/audio/wxguitar/Makefile ============================================================================== --- head/audio/wxguitar/Makefile Wed Sep 23 00:04:36 2015 (r397599) +++ head/audio/wxguitar/Makefile Wed Sep 23 00:47:47 2015 (r397600) @@ -17,10 +17,7 @@ USES= compiler:c++11-lib USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_WX= 3.0 -WX_UNICODE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/wxGuitar From owner-svn-ports-head@freebsd.org Wed Sep 23 00:52:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBCF1A06B8F; Wed, 23 Sep 2015 00:52:13 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBC3F1177; Wed, 23 Sep 2015 00:52:13 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N0qDDB036403; Wed, 23 Sep 2015 00:52:13 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N0qCtK036399; Wed, 23 Sep 2015 00:52:12 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201509230052.t8N0qCtK036399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 23 Sep 2015 00:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397601 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 00:52:13 -0000 Author: osa Date: Wed Sep 23 00:52:12 2015 New Revision: 397601 URL: https://svnweb.freebsd.org/changeset/ports/397601 Log: Upgrade third-party lua module from 0.9.15 to 0.9.16. Remove needless patch. Deleted: head/www/nginx-devel/files/extra-patch-ngx_http_lua_socket_udp.c head/www/nginx/files/extra-patch-ngx_http_lua_socket_udp.c Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Sep 23 00:47:47 2015 (r397600) +++ head/www/nginx-devel/Makefile Wed Sep 23 00:52:12 2015 (r397601) @@ -654,12 +654,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.9.15 +NGINX_LUA_VERSION= 0.9.16 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua CONFIGURE_ARGS+=--add-module=${WRKSRC_lua} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_lua_socket_udp.c .endif .if ${PORT_OPTIONS:MMEMC} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Sep 23 00:47:47 2015 (r397600) +++ head/www/nginx-devel/distinfo Wed Sep 23 00:52:12 2015 (r397601) @@ -84,8 +84,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.9.15_GH0.tar.gz) = 659fe4c201f4a4ae1007fa029cef472aaa837bf0904babb6158f83b86536c5b7 -SIZE (openresty-lua-nginx-module-v0.9.15_GH0.tar.gz) = 520190 +SHA256 (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = a3cda55b8cba5bc6632aa270b8a02d543fdb43f4d60a3bd2cb411c2a3b467656 +SIZE (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = 523900 SHA256 (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = cd1999bc5e4441dd23d056202b0423c07b9a9294245147f4cf2ef6edb81b4122 SIZE (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = 37948 SHA256 (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = ed07cd5d0a1e7ac392854d8aa9243a69c5e33c92790ace90d3ce8694adce7460 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Sep 23 00:47:47 2015 (r397600) +++ head/www/nginx/Makefile Wed Sep 23 00:52:12 2015 (r397601) @@ -640,12 +640,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.9.15 +NGINX_LUA_VERSION= 0.9.16 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua CONFIGURE_ARGS+=--add-module=${WRKSRC_lua} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_lua_socket_udp.c .endif .if ${PORT_OPTIONS:MMEMC} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Sep 23 00:47:47 2015 (r397600) +++ head/www/nginx/distinfo Wed Sep 23 00:52:12 2015 (r397601) @@ -82,8 +82,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.9.15_GH0.tar.gz) = 659fe4c201f4a4ae1007fa029cef472aaa837bf0904babb6158f83b86536c5b7 -SIZE (openresty-lua-nginx-module-v0.9.15_GH0.tar.gz) = 520190 +SHA256 (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = a3cda55b8cba5bc6632aa270b8a02d543fdb43f4d60a3bd2cb411c2a3b467656 +SIZE (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = 523900 SHA256 (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = cd1999bc5e4441dd23d056202b0423c07b9a9294245147f4cf2ef6edb81b4122 SIZE (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = 37948 SHA256 (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = ed07cd5d0a1e7ac392854d8aa9243a69c5e33c92790ace90d3ce8694adce7460 From owner-svn-ports-head@freebsd.org Wed Sep 23 01:33:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AADA1A07EA6; Wed, 23 Sep 2015 01:33:52 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96D5714B4; Wed, 23 Sep 2015 01:33:52 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N1XqUj052860; Wed, 23 Sep 2015 01:33:52 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N1XpKq052855; Wed, 23 Sep 2015 01:33:51 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509230133.t8N1XpKq052855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 23 Sep 2015 01:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397602 - in head/net/radiator: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 01:33:52 -0000 Author: vanilla Date: Wed Sep 23 01:33:50 2015 New Revision: 397602 URL: https://svnweb.freebsd.org/changeset/ports/397602 Log: 1: Upgrade to 4.14. 2: install rc file. 3: install some sample config files. 4: sort pkg-plist. Approved by: maintainer Added: head/net/radiator/files/ head/net/radiator/files/patch-radius.cfg (contents, props changed) head/net/radiator/files/radiator.in (contents, props changed) Modified: head/net/radiator/Makefile head/net/radiator/distinfo head/net/radiator/pkg-plist Modified: head/net/radiator/Makefile ============================================================================== --- head/net/radiator/Makefile Wed Sep 23 00:52:12 2015 (r397601) +++ head/net/radiator/Makefile Wed Sep 23 01:33:50 2015 (r397602) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Radiator -PORTVERSION= 4.13 -PORTREVISION= 2 +PORTVERSION= 4.14 CATEGORIES= net MASTER_SITES= # fetch manually DIST_SUBDIR= ${PORTNAME} @@ -16,6 +15,7 @@ MYSQL_DESC= MySQL support USES= perl5 tar:tgz USE_PERL5= configure +USE_RC_SUBR= radiator RESTRICTED= Commercial software @@ -40,4 +40,15 @@ pre-configure: ${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/radius.cfg + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/radiator + ${INSTALL_DATA} ${WRKSRC}/radius.cfg ${STAGEDIR}${PREFIX}/etc/radiator/radius.cfg.sample + ${INSTALL_DATA} ${WRKSRC}/dictionary ${STAGEDIR}${PREFIX}/etc/radiator + ${INSTALL_DATA} ${WRKSRC}/dictionary.ascend ${STAGEDIR}${PREFIX}/etc/radiator + ${INSTALL_DATA} ${WRKSRC}/dictionary.cisco-vpn ${STAGEDIR}${PREFIX}/etc/radiator + ${INSTALL_DATA} ${WRKSRC}/dictionary.sip ${STAGEDIR}${PREFIX}/etc/radiator + .include Modified: head/net/radiator/distinfo ============================================================================== --- head/net/radiator/distinfo Wed Sep 23 00:52:12 2015 (r397601) +++ head/net/radiator/distinfo Wed Sep 23 01:33:50 2015 (r397602) @@ -1,2 +1,2 @@ -SHA256 (Radiator/Radiator-4.13.tgz) = 6be323c9bdca549fa8c096407699cc11f8f09cf96a200fdce1e32951367b1ef2 -SIZE (Radiator/Radiator-4.13.tgz) = 15093573 +SHA256 (Radiator/Radiator-4.14.tgz) = 373b7c33d562797a10013762c0236736d5e1c177d30c172b5637f35fa4ab7c02 +SIZE (Radiator/Radiator-4.14.tgz) = 16076068 Added: head/net/radiator/files/patch-radius.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/radiator/files/patch-radius.cfg Wed Sep 23 01:33:50 2015 (r397602) @@ -0,0 +1,20 @@ +--- radius.cfg.orig 2015-09-22 08:35:02 UTC ++++ radius.cfg +@@ -92,7 +92,7 @@ LogStdout + # The name of the file where the radiusd PID will be + # written after startup. Can contain special filename chars. + # Defaults to %L/radiusd.pid +-PidFile /tmp/radiusd.pid ++#PidFile /tmp/radiusd.pid + + # AuthPort specifies the port to list on for authentication requests + # Can be a numeric port number or a service name from /etc/services +@@ -144,7 +144,7 @@ DbDir . + # need the old ascend attributes, name both dictionaries in the DictionaryFile + # Caution: changing the dictionary can stop the test suite test.pl + # from working +-#DictionaryFile %D/dictionary,%D/dictionary.ascend ++DictionaryFile %%LOCALBASE%%/etc/radiator/dictionary + + # You can adjust the length of the Radius socket queues with + # SocketQueueLength. You should only need to do this if you are handling Added: head/net/radiator/files/radiator.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/radiator/files/radiator.in Wed Sep 23 01:33:50 2015 (r397602) @@ -0,0 +1,49 @@ +#!/bin/sh + +# PROVIDE: radiator +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown + +# Install this script as %%LOCALBASE%%/etc/rc.d/radiator +# Add the following line to /etc/rc.conf to enable "radiator": +# +#radiator_enable="YES" +# +# And if necessary: +# +#radiator_config="/path/to/radiator.conf" +#(default config location is %%LOCALBASE%%/etc/radiator/radius.cfg) +# +#radiator_flags="" +# +# Start %%LOCALBASE%%/etc/rc.d/radiator to see a list of options. + +. /etc/rc.subr + +name="radiator" +rcvar=`set_rcvar` +pidfile="/var/run/radiator.pid" +command="%%LOCALBASE%%/bin/radiusd" +procname="%%LOCALBASE%%/bin/perl" +extra_commands="reload" + +stop_postcmd=stop_postcmd + +stop_postcmd() +{ + rm -f $pidfile +} + +load_rc_config $name + +: ${radiator_enable="NO"} +: ${radiator_flags=""} +: ${radiator_config="%%LOCALBASE%%/etc/radiator/radius.cfg"} + +required_files="$radiator_config" + +command_args="-pid_file=${pidfile} -config_file=$radiator_config -daemon" + +run_rc_command "$1" + Modified: head/net/radiator/pkg-plist ============================================================================== --- head/net/radiator/pkg-plist Wed Sep 23 00:52:12 2015 (r397601) +++ head/net/radiator/pkg-plist Wed Sep 23 01:33:50 2015 (r397602) @@ -2,230 +2,235 @@ bin/builddbm bin/buildsql bin/radiusd bin/radpwtst -%%SITE_PERL%%/Radius/SimpleClient.pm -%%SITE_PERL%%/Radius/AuthACE.pm -%%SITE_PERL%%/Radius/DiaPeer.pm -%%SITE_PERL%%/Radius/AuthROUNDROBIN.pm -%%SITE_PERL%%/Radius/AuthSQLHOTP.pm -%%SITE_PERL%%/Radius/AuthPORTLIMITCHECK.pm -%%SITE_PERL%%/Radius/AuthYUBIKEYBASE.pm -%%SITE_PERL%%/Radius/TLS.pm +etc/radiator/dictionary +etc/radiator/dictionary.ascend +etc/radiator/dictionary.cisco-vpn +etc/radiator/dictionary.sip +@sample etc/radiator/radius.cfg.sample +%%SITE_PERL%%/Radius/AES.pm %%SITE_PERL%%/Radius/ASN1.pm -%%SITE_PERL%%/Radius/ClientListLDAP.pm -%%SITE_PERL%%/Radius/Util.pm -%%SITE_PERL%%/Radius/Client.pm -%%SITE_PERL%%/Radius/AuthMOBILEIP.pm -%%SITE_PERL%%/Radius/DiaMsg.pm -%%SITE_PERL%%/Radius/AuthSOAP.pm -%%SITE_PERL%%/Radius/PBKDF.pm -%%SITE_PERL%%/Radius/AuthHTGROUP.pm -%%SITE_PERL%%/Radius/StatsLogFILE.pm -%%SITE_PERL%%/Radius/AuthUNIX.pm -%%SITE_PERL%%/Radius/Tacacsplus.pm -%%SITE_PERL%%/Radius/AuthLDAPSDK.pm -%%SITE_PERL%%/Radius/Nas/unknown.pm -%%SITE_PERL%%/Radius/Nas/Bay8000SNMP.pm -%%SITE_PERL%%/Radius/Nas/TotalControl.pm -%%SITE_PERL%%/Radius/Nas/TigrisOld.pm -%%SITE_PERL%%/Radius/Nas/Portslave.pm -%%SITE_PERL%%/Radius/Nas/Colubris.pm -%%SITE_PERL%%/Radius/Nas/Portmaster4.pm -%%SITE_PERL%%/Radius/Nas/PortslaveMoxa.pm -%%SITE_PERL%%/Radius/Nas/ignore.pm -%%SITE_PERL%%/Radius/Nas/Bay.pm -%%SITE_PERL%%/Radius/Nas/NomadixSNMP.pm -%%SITE_PERL%%/Radius/Nas/CiscoVPDN.pm -%%SITE_PERL%%/Radius/Nas/Ping.pm -%%SITE_PERL%%/Radius/Nas/Patton.pm -%%SITE_PERL%%/Radius/Nas/Tigris.pm -%%SITE_PERL%%/Radius/Nas/AscendSNMP.pm -%%SITE_PERL%%/Radius/Nas/Xyplex.pm -%%SITE_PERL%%/Radius/Nas/Ascend.pm -%%SITE_PERL%%/Radius/Nas/NortelCVX1800.pm -%%SITE_PERL%%/Radius/Nas/BayFinger.pm -%%SITE_PERL%%/Radius/Nas/Redback.pm -%%SITE_PERL%%/Radius/Nas/Bay5399SNMP.pm -%%SITE_PERL%%/Radius/Nas/Cisco.pm -%%SITE_PERL%%/Radius/Nas/PortslaveLinux.pm -%%SITE_PERL%%/Radius/Nas/Portmaster3.pm -%%SITE_PERL%%/Radius/Nas/Livingston.pm -%%SITE_PERL%%/Radius/Nas/TotalControlSNMP.pm -%%SITE_PERL%%/Radius/Nas/CiscoSessionMIB.pm -%%SITE_PERL%%/Radius/Nas/TigrisNew.pm -%%SITE_PERL%%/Radius/Nas/Computone.pm -%%SITE_PERL%%/Radius/Nas/Cyclades.pm -%%SITE_PERL%%/Radius/Nas/Hiper.pm -%%SITE_PERL%%/Radius/Nas/Bay4000SNMP.pm -%%SITE_PERL%%/Radius/Nas/Shiva.pm -%%SITE_PERL%%/Radius/AuthNISPLUS.pm +%%SITE_PERL%%/Radius/AddressAllocatorDHCP.pm +%%SITE_PERL%%/Radius/AddressAllocatorGeneric.pm +%%SITE_PERL%%/Radius/AddressAllocatorSQL.pm %%SITE_PERL%%/Radius/ApplePasswordServer.pm -%%SITE_PERL%%/Radius/EAP_52.pm -%%SITE_PERL%%/Radius/ClientListSQL.pm -%%SITE_PERL%%/Radius/AuthLDAPRADIUS.pm -%%SITE_PERL%%/Radius/DiaUtil.pm -%%SITE_PERL%%/Radius/RadpwtstGui.pm -%%SITE_PERL%%/Radius/StatsLogSQL.pm -%%SITE_PERL%%/Radius/Rcrypt.pm -%%SITE_PERL%%/Radius/Nas.pm -%%SITE_PERL%%/Radius/Realm.pm -%%SITE_PERL%%/Radius/AuthRADSEC.pm -%%SITE_PERL%%/Radius/LogGeneric.pm -%%SITE_PERL%%/Radius/DiaDict_4.pm -%%SITE_PERL%%/Radius/AuthSASLAUTHD.pm -%%SITE_PERL%%/Radius/LogSQL.pm +%%SITE_PERL%%/Radius/AttrList.pm +%%SITE_PERL%%/Radius/AttrVal.pm +%%SITE_PERL%%/Radius/AuthACE.pm +%%SITE_PERL%%/Radius/AuthADSI.pm +%%SITE_PERL%%/Radius/AuthCDB.pm +%%SITE_PERL%%/Radius/AuthDBFILE.pm +%%SITE_PERL%%/Radius/AuthDIAMETER.pm +%%SITE_PERL%%/Radius/AuthDIGIPASS.pm +%%SITE_PERL%%/Radius/AuthDIGIPASSGeneric.pm +%%SITE_PERL%%/Radius/AuthDNSROAM.pm +%%SITE_PERL%%/Radius/AuthDUO.pm +%%SITE_PERL%%/Radius/AuthDYNADDRESS.pm +%%SITE_PERL%%/Radius/AuthEAPBALANCE.pm +%%SITE_PERL%%/Radius/AuthEMERALD.pm +%%SITE_PERL%%/Radius/AuthEMERALD4.pm +%%SITE_PERL%%/Radius/AuthEXTERNAL.pm %%SITE_PERL%%/Radius/AuthFIDELIO.pm +%%SITE_PERL%%/Radius/AuthFIDELIOHOTSPOT.pm +%%SITE_PERL%%/Radius/AuthFILE.pm +%%SITE_PERL%%/Radius/AuthFREERADIUSSQL.pm +%%SITE_PERL%%/Radius/AuthGROUP.pm +%%SITE_PERL%%/Radius/AuthGeneric.pm +%%SITE_PERL%%/Radius/AuthHANDLER.pm +%%SITE_PERL%%/Radius/AuthHASHBALANCE.pm +%%SITE_PERL%%/Radius/AuthHEIMDALDIGEST.pm +%%SITE_PERL%%/Radius/AuthHTGROUP.pm +%%SITE_PERL%%/Radius/AuthIMAP.pm +%%SITE_PERL%%/Radius/AuthINTERNAL.pm %%SITE_PERL%%/Radius/AuthIPASS.pm -%%SITE_PERL%%/Radius/EAP_38.pm -%%SITE_PERL%%/Radius/AuthSQLAUTHBY.pm -%%SITE_PERL%%/Radius/EAP_21.pm -%%SITE_PERL%%/Radius/User.pm -%%SITE_PERL%%/Radius/SessINTERNAL.pm +%%SITE_PERL%%/Radius/AuthKRB5.pm +%%SITE_PERL%%/Radius/AuthLDAP.pm +%%SITE_PERL%%/Radius/AuthLDAP2.pm +%%SITE_PERL%%/Radius/AuthLDAPDIGIPASS.pm +%%SITE_PERL%%/Radius/AuthLDAPRADIUS.pm +%%SITE_PERL%%/Radius/AuthLDAPSDK.pm +%%SITE_PERL%%/Radius/AuthLDAP_APS.pm +%%SITE_PERL%%/Radius/AuthLOADBALANCE.pm +%%SITE_PERL%%/Radius/AuthLSA.pm +%%SITE_PERL%%/Radius/AuthLogFILE.pm +%%SITE_PERL%%/Radius/AuthLogGeneric.pm +%%SITE_PERL%%/Radius/AuthLogSQL.pm %%SITE_PERL%%/Radius/AuthLogSYSLOG.pm -%%SITE_PERL%%/Radius/AuthSAFEWORD.pm -%%SITE_PERL%%/Radius/SOAPRequest.pm -%%SITE_PERL%%/Radius/AuthYUBIKEYGENERIC.pm -%%SITE_PERL%%/Radius/LogEMERALD.pm -%%SITE_PERL%%/Radius/AuthPLATYPUS.pm -%%SITE_PERL%%/Radius/AuthDIGIPASS.pm -%%SITE_PERL%%/Radius/AddressAllocatorDHCP.pm -%%SITE_PERL%%/Radius/HTTPRequest.pm -%%SITE_PERL%%/Radius/LogSYSLOG.pm -%%SITE_PERL%%/Radius/RadSec.pm -%%SITE_PERL%%/Radius/AuthINTERNAL.pm -%%SITE_PERL%%/Radius/AuthADSI.pm -%%SITE_PERL%%/Radius/SNMP.pm -%%SITE_PERL%%/Radius/AuthSYSTEM.pm -%%SITE_PERL%%/Radius/Log.pm -%%SITE_PERL%%/Radius/EAP_4.pm -%%SITE_PERL%%/Radius/EAP.pm -%%SITE_PERL%%/Radius/EAP_46.pm +%%SITE_PERL%%/Radius/AuthMOBILEIP.pm +%%SITE_PERL%%/Radius/AuthMULTICAST.pm +%%SITE_PERL%%/Radius/AuthNISPLUS.pm +%%SITE_PERL%%/Radius/AuthNT.pm +%%SITE_PERL%%/Radius/AuthNTLM.pm %%SITE_PERL%%/Radius/AuthOPIE.pm -%%SITE_PERL%%/Radius/AuthRSAMOBILE.pm -%%SITE_PERL%%/Radius/RuntimeChecks.pm +%%SITE_PERL%%/Radius/AuthOTP.pm +%%SITE_PERL%%/Radius/AuthPAM.pm +%%SITE_PERL%%/Radius/AuthPLATYPUS.pm +%%SITE_PERL%%/Radius/AuthPOP3.pm +%%SITE_PERL%%/Radius/AuthPORTLIMITCHECK.pm +%%SITE_PERL%%/Radius/AuthPRESENCESQL.pm +%%SITE_PERL%%/Radius/AuthRADIUS.pm +%%SITE_PERL%%/Radius/AuthRADKEY.pm %%SITE_PERL%%/Radius/AuthRADMIN.pm -%%SITE_PERL%%/Radius/AuthURL.pm -%%SITE_PERL%%/Radius/AuthHANDLER.pm -%%SITE_PERL%%/Radius/SNMPAgent.pm -%%SITE_PERL%%/Radius/EAP_16776957_4244372217.pm -%%SITE_PERL%%/Radius/EAP_17.pm -%%SITE_PERL%%/Radius/SessGeneric.pm -%%SITE_PERL%%/Radius/AuthSAML2.pm -%%SITE_PERL%%/Radius/WiMAX.pm -%%SITE_PERL%%/Radius/AuthVOLUMEBALANCE.pm +%%SITE_PERL%%/Radius/AuthRADSEC.pm +%%SITE_PERL%%/Radius/AuthRATELIMIT.pm %%SITE_PERL%%/Radius/AuthRODOPI.pm -%%SITE_PERL%%/Radius/AuthDNSROAM.pm -%%SITE_PERL%%/Radius/Stream.pm -%%SITE_PERL%%/Radius/DiaAttrList.pm -%%SITE_PERL%%/Radius/AuthDUO.pm +%%SITE_PERL%%/Radius/AuthROUNDROBIN.pm %%SITE_PERL%%/Radius/AuthRSAAM.pm -%%SITE_PERL%%/Radius/AuthIMAP.pm -%%SITE_PERL%%/Radius/Ldap.pm -%%SITE_PERL%%/Radius/AuthDIAMETER.pm -%%SITE_PERL%%/Radius/TOTP.pm -%%SITE_PERL%%/Radius/StateMachine.pm -%%SITE_PERL%%/Radius/IEEEfp.pm -%%SITE_PERL%%/Radius/UtilSocket6.pm -%%SITE_PERL%%/Radius/RadiusDiameterGateway.pm -%%SITE_PERL%%/Radius/AuthEAPBALANCE.pm +%%SITE_PERL%%/Radius/AuthRSAMOBILE.pm +%%SITE_PERL%%/Radius/AuthSAFEWORD.pm +%%SITE_PERL%%/Radius/AuthSAML2.pm +%%SITE_PERL%%/Radius/AuthSASLAUTHD.pm %%SITE_PERL%%/Radius/AuthSIP2.pm -%%SITE_PERL%%/Radius/HOTP.pm +%%SITE_PERL%%/Radius/AuthSOAP.pm +%%SITE_PERL%%/Radius/AuthSQL.pm +%%SITE_PERL%%/Radius/AuthSQLAUTHBY.pm +%%SITE_PERL%%/Radius/AuthSQLDIGIPASS.pm +%%SITE_PERL%%/Radius/AuthSQLHOTP.pm +%%SITE_PERL%%/Radius/AuthSQLMOTP.pm +%%SITE_PERL%%/Radius/AuthSQLRADIUS.pm %%SITE_PERL%%/Radius/AuthSQLTOTP.pm -%%SITE_PERL%%/Radius/EAP_13.pm -%%SITE_PERL%%/Radius/AuthLDAP.pm -%%SITE_PERL%%/Radius/AuthLogSQL.pm -%%SITE_PERL%%/Radius/DES.pm -%%SITE_PERL%%/Radius/AuthFREERADIUSSQL.pm -%%SITE_PERL%%/Radius/AuthFIDELIOHOTSPOT.pm -%%SITE_PERL%%/Radius/TacacsClient.pm -%%SITE_PERL%%/Radius/AuthDBFILE.pm -%%SITE_PERL%%/Radius/SessNULL.pm -%%SITE_PERL%%/Radius/AuthLDAP_APS.pm -%%SITE_PERL%%/Radius/Win32Service.pm -%%SITE_PERL%%/Radius/TLSConfig.pm +%%SITE_PERL%%/Radius/AuthSQLYUBIKEY.pm +%%SITE_PERL%%/Radius/AuthSYSTEM.pm +%%SITE_PERL%%/Radius/AuthTACACSPLUS.pm +%%SITE_PERL%%/Radius/AuthTEST.pm +%%SITE_PERL%%/Radius/AuthUNIX.pm +%%SITE_PERL%%/Radius/AuthURL.pm +%%SITE_PERL%%/Radius/AuthVOLUMEBALANCE.pm +%%SITE_PERL%%/Radius/AuthWIMAX.pm +%%SITE_PERL%%/Radius/AuthYUBIKEYBASE.pm +%%SITE_PERL%%/Radius/AuthYUBIKEYGENERIC.pm %%SITE_PERL%%/Radius/AuthYUBIKEYVALIDATIONSERVER.pm -%%SITE_PERL%%/Radius/TNC.pm -%%SITE_PERL%%/Radius/AuthSQL.pm %%SITE_PERL%%/Radius/BigInt.pm +%%SITE_PERL%%/Radius/Client.pm +%%SITE_PERL%%/Radius/ClientListLDAP.pm +%%SITE_PERL%%/Radius/ClientListSQL.pm +%%SITE_PERL%%/Radius/Configurable.pm +%%SITE_PERL%%/Radius/Context.pm +%%SITE_PERL%%/Radius/DES.pm +%%SITE_PERL%%/Radius/DHCP.pm +%%SITE_PERL%%/Radius/DiaAttrList.pm %%SITE_PERL%%/Radius/DiaClient.pm -%%SITE_PERL%%/Radius/AttrList.pm +%%SITE_PERL%%/Radius/DiaDict.pm +%%SITE_PERL%%/Radius/DiaDict_4.pm +%%SITE_PERL%%/Radius/DiaMsg.pm +%%SITE_PERL%%/Radius/DiaPeer.pm +%%SITE_PERL%%/Radius/DiaUtil.pm %%SITE_PERL%%/Radius/Diameter.pm -%%SITE_PERL%%/Radius/AuthNTLM.pm -%%SITE_PERL%%/Radius/Select.pm -%%SITE_PERL%%/Radius/AuthDIGIPASSGeneric.pm -%%SITE_PERL%%/Radius/SIP2.pm -%%SITE_PERL%%/Radius/Handler.pm -%%SITE_PERL%%/Radius/AuthRADKEY.pm -%%SITE_PERL%%/Radius/Predicate.pm -%%SITE_PERL%%/Radius/EAP_26.pm -%%SITE_PERL%%/Radius/AuthNT.pm -%%SITE_PERL%%/Radius/Radius.pm -%%SITE_PERL%%/Radius/AuthSQLMOTP.pm -%%SITE_PERL%%/Radius/AuthMULTICAST.pm %%SITE_PERL%%/Radius/Dictionary.pm -%%SITE_PERL%%/Radius/Logger.pm -%%SITE_PERL%%/Radius/StreamServer.pm -%%SITE_PERL%%/Radius/AttrVal.pm -%%SITE_PERL%%/Radius/SessDBM.pm -%%SITE_PERL%%/Radius/AuthLOADBALANCE.pm -%%SITE_PERL%%/Radius/StreamTLS.pm -%%SITE_PERL%%/Radius/ServerTACACSPLUS.pm -%%SITE_PERL%%/Radius/Context.pm -%%SITE_PERL%%/Radius/AddressAllocatorGeneric.pm -%%SITE_PERL%%/Radius/AuthCDB.pm -%%SITE_PERL%%/Radius/Mib.pm -%%SITE_PERL%%/Radius/SqlDb.pm -%%SITE_PERL%%/Radius/AuthEMERALD4.pm -%%SITE_PERL%%/Radius/AuthEXTERNAL.pm -%%SITE_PERL%%/Radius/AuthTEST.pm -%%SITE_PERL%%/Radius/AddressAllocatorSQL.pm -%%SITE_PERL%%/Radius/AuthSQLDIGIPASS.pm -%%SITE_PERL%%/Radius/AuthSQLYUBIKEY.pm -%%SITE_PERL%%/Radius/SessSQL.pm -%%SITE_PERL%%/Radius/AuthPAM.pm -%%SITE_PERL%%/Radius/AuthRATELIMIT.pm -%%SITE_PERL%%/Radius/AES.pm -%%SITE_PERL%%/Radius/AuthEMERALD.pm -%%SITE_PERL%%/Radius/DiaDict.pm -%%SITE_PERL%%/Radius/SMS/Internode.pm -%%SITE_PERL%%/Radius/AuthGROUP.pm -%%SITE_PERL%%/Radius/DHCP.pm -%%SITE_PERL%%/Radius/Monitor.pm -%%SITE_PERL%%/Radius/AuthLDAPDIGIPASS.pm -%%SITE_PERL%%/Radius/AuthTACACSPLUS.pm +%%SITE_PERL%%/Radius/Documentation.pm +%%SITE_PERL%%/Radius/EAP.pm +%%SITE_PERL%%/Radius/EAP_13.pm +%%SITE_PERL%%/Radius/EAP_16776957_4244372217.pm +%%SITE_PERL%%/Radius/EAP_17.pm +%%SITE_PERL%%/Radius/EAP_21.pm +%%SITE_PERL%%/Radius/EAP_25.pm +%%SITE_PERL%%/Radius/EAP_26.pm +%%SITE_PERL%%/Radius/EAP_38.pm +%%SITE_PERL%%/Radius/EAP_4.pm +%%SITE_PERL%%/Radius/EAP_43.pm +%%SITE_PERL%%/Radius/EAP_46.pm +%%SITE_PERL%%/Radius/EAP_47.pm %%SITE_PERL%%/Radius/EAP_5.pm -%%SITE_PERL%%/Radius/AuthHEIMDALDIGEST.pm +%%SITE_PERL%%/Radius/EAP_52.pm %%SITE_PERL%%/Radius/EAP_6.pm -%%SITE_PERL%%/Radius/Resolver.pm -%%SITE_PERL%%/Radius/EAP_47.pm -%%SITE_PERL%%/Radius/AuthKRB5.pm -%%SITE_PERL%%/Radius/AuthLDAP2.pm -%%SITE_PERL%%/Radius/EAP_25.pm %%SITE_PERL%%/Radius/Fidelio.pm -%%SITE_PERL%%/Radius/AuthDYNADDRESS.pm +%%SITE_PERL%%/Radius/HOTP.pm +%%SITE_PERL%%/Radius/HTTPRequest.pm +%%SITE_PERL%%/Radius/Handler.pm +%%SITE_PERL%%/Radius/IEEEfp.pm +%%SITE_PERL%%/Radius/Ldap.pm +%%SITE_PERL%%/Radius/Log.pm +%%SITE_PERL%%/Radius/LogEMERALD.pm +%%SITE_PERL%%/Radius/LogFILE.pm +%%SITE_PERL%%/Radius/LogGeneric.pm +%%SITE_PERL%%/Radius/LogSQL.pm +%%SITE_PERL%%/Radius/LogSYSLOG.pm +%%SITE_PERL%%/Radius/Logger.pm +%%SITE_PERL%%/Radius/MSCHAP.pm +%%SITE_PERL%%/Radius/Mib.pm +%%SITE_PERL%%/Radius/Monitor.pm +%%SITE_PERL%%/Radius/Nas.pm +%%SITE_PERL%%/Radius/Nas/Ascend.pm +%%SITE_PERL%%/Radius/Nas/AscendSNMP.pm +%%SITE_PERL%%/Radius/Nas/Bay.pm +%%SITE_PERL%%/Radius/Nas/Bay4000SNMP.pm +%%SITE_PERL%%/Radius/Nas/Bay5399SNMP.pm +%%SITE_PERL%%/Radius/Nas/Bay8000SNMP.pm +%%SITE_PERL%%/Radius/Nas/BayFinger.pm +%%SITE_PERL%%/Radius/Nas/Cisco.pm +%%SITE_PERL%%/Radius/Nas/CiscoSessionMIB.pm +%%SITE_PERL%%/Radius/Nas/CiscoVPDN.pm +%%SITE_PERL%%/Radius/Nas/Colubris.pm +%%SITE_PERL%%/Radius/Nas/Computone.pm +%%SITE_PERL%%/Radius/Nas/Cyclades.pm +%%SITE_PERL%%/Radius/Nas/Hiper.pm +%%SITE_PERL%%/Radius/Nas/Livingston.pm +%%SITE_PERL%%/Radius/Nas/NomadixSNMP.pm +%%SITE_PERL%%/Radius/Nas/NortelCVX1800.pm +%%SITE_PERL%%/Radius/Nas/Patton.pm +%%SITE_PERL%%/Radius/Nas/Ping.pm +%%SITE_PERL%%/Radius/Nas/Portmaster3.pm +%%SITE_PERL%%/Radius/Nas/Portmaster4.pm +%%SITE_PERL%%/Radius/Nas/Portslave.pm +%%SITE_PERL%%/Radius/Nas/PortslaveLinux.pm +%%SITE_PERL%%/Radius/Nas/PortslaveMoxa.pm +%%SITE_PERL%%/Radius/Nas/Redback.pm +%%SITE_PERL%%/Radius/Nas/Shiva.pm +%%SITE_PERL%%/Radius/Nas/Tigris.pm +%%SITE_PERL%%/Radius/Nas/TigrisNew.pm +%%SITE_PERL%%/Radius/Nas/TigrisOld.pm +%%SITE_PERL%%/Radius/Nas/TotalControl.pm +%%SITE_PERL%%/Radius/Nas/TotalControlSNMP.pm +%%SITE_PERL%%/Radius/Nas/Xyplex.pm +%%SITE_PERL%%/Radius/Nas/ignore.pm +%%SITE_PERL%%/Radius/Nas/unknown.pm %%SITE_PERL%%/Radius/OSC_IMV.pm -%%SITE_PERL%%/Radius/AuthLSA.pm -%%SITE_PERL%%/Radius/AuthWIMAX.pm -%%SITE_PERL%%/Radius/AuthRADIUS.pm -%%SITE_PERL%%/Radius/ServerHTTP.pm +%%SITE_PERL%%/Radius/PBKDF.pm +%%SITE_PERL%%/Radius/Predicate.pm %%SITE_PERL%%/Radius/RDict.pm +%%SITE_PERL%%/Radius/RadSec.pm +%%SITE_PERL%%/Radius/Radius.pm +%%SITE_PERL%%/Radius/RadiusDiameterGateway.pm +%%SITE_PERL%%/Radius/RadpwtstGui.pm +%%SITE_PERL%%/Radius/Rcrypt.pm +%%SITE_PERL%%/Radius/Realm.pm +%%SITE_PERL%%/Radius/Resolver.pm +%%SITE_PERL%%/Radius/RuntimeChecks.pm +%%SITE_PERL%%/Radius/SIP2.pm +%%SITE_PERL%%/Radius/SMS/Internode.pm +%%SITE_PERL%%/Radius/SNMP.pm +%%SITE_PERL%%/Radius/SNMPAgent.pm +%%SITE_PERL%%/Radius/SOAPRequest.pm +%%SITE_PERL%%/Radius/Select.pm %%SITE_PERL%%/Radius/ServerConfig.pm -%%SITE_PERL%%/Radius/AuthOTP.pm -%%SITE_PERL%%/Radius/AuthPRESENCESQL.pm +%%SITE_PERL%%/Radius/ServerDIAMETER.pm +%%SITE_PERL%%/Radius/ServerHTTP.pm %%SITE_PERL%%/Radius/ServerRADIUS.pm -%%SITE_PERL%%/Radius/AuthLogGeneric.pm -%%SITE_PERL%%/Radius/AuthFILE.pm %%SITE_PERL%%/Radius/ServerRADSEC.pm -%%SITE_PERL%%/Radius/AuthSQLRADIUS.pm -%%SITE_PERL%%/Radius/Configurable.pm -%%SITE_PERL%%/Radius/AuthPOP3.pm -%%SITE_PERL%%/Radius/ServerDIAMETER.pm -%%SITE_PERL%%/Radius/MSCHAP.pm -%%SITE_PERL%%/Radius/WiMAXTLV.pm -%%SITE_PERL%%/Radius/EAP_43.pm -%%SITE_PERL%%/Radius/Documentation.pm -%%SITE_PERL%%/Radius/AuthLogFILE.pm -%%SITE_PERL%%/Radius/AuthHASHBALANCE.pm -%%SITE_PERL%%/Radius/LogFILE.pm +%%SITE_PERL%%/Radius/ServerTACACSPLUS.pm +%%SITE_PERL%%/Radius/SessDBM.pm +%%SITE_PERL%%/Radius/SessGeneric.pm +%%SITE_PERL%%/Radius/SessINTERNAL.pm +%%SITE_PERL%%/Radius/SessNULL.pm +%%SITE_PERL%%/Radius/SessSQL.pm +%%SITE_PERL%%/Radius/SimpleClient.pm +%%SITE_PERL%%/Radius/SqlDb.pm +%%SITE_PERL%%/Radius/StateMachine.pm +%%SITE_PERL%%/Radius/StatsLogFILE.pm %%SITE_PERL%%/Radius/StatsLogGeneric.pm -%%SITE_PERL%%/Radius/AuthGeneric.pm +%%SITE_PERL%%/Radius/StatsLogSQL.pm +%%SITE_PERL%%/Radius/Stream.pm +%%SITE_PERL%%/Radius/StreamServer.pm +%%SITE_PERL%%/Radius/StreamTLS.pm +%%SITE_PERL%%/Radius/TLS.pm +%%SITE_PERL%%/Radius/TLSConfig.pm +%%SITE_PERL%%/Radius/TNC.pm +%%SITE_PERL%%/Radius/TOTP.pm +%%SITE_PERL%%/Radius/TacacsClient.pm +%%SITE_PERL%%/Radius/Tacacsplus.pm +%%SITE_PERL%%/Radius/User.pm +%%SITE_PERL%%/Radius/Util.pm +%%SITE_PERL%%/Radius/UtilSocket6.pm +%%SITE_PERL%%/Radius/WiMAX.pm +%%SITE_PERL%%/Radius/WiMAXTLV.pm +%%SITE_PERL%%/Radius/Win32Service.pm %%SITE_PERL%%/radhostname.pl From owner-svn-ports-head@freebsd.org Wed Sep 23 02:30:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 974C6A07B22; Wed, 23 Sep 2015 02:30:44 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC661BA5; Wed, 23 Sep 2015 02:30:44 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N2Uipp075842; Wed, 23 Sep 2015 02:30:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N2Uhcq075206; Wed, 23 Sep 2015 02:30:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509230230.t8N2Uhcq075206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 23 Sep 2015 02:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397603 - in head/databases/mysql-connector-c++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 02:30:44 -0000 Author: vanilla Date: Wed Sep 23 02:30:42 2015 New Revision: 397603 URL: https://svnweb.freebsd.org/changeset/ports/397603 Log: Upgrade to 1.1.6. Deleted: head/databases/mysql-connector-c++/files/patch-cppconn_CMakeLists.txt Modified: head/databases/mysql-connector-c++/Makefile head/databases/mysql-connector-c++/distinfo head/databases/mysql-connector-c++/files/patch-CMakeLists.txt Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Wed Sep 23 01:33:50 2015 (r397602) +++ head/databases/mysql-connector-c++/Makefile Wed Sep 23 02:30:42 2015 (r397603) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-c++ -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ Modified: head/databases/mysql-connector-c++/distinfo ============================================================================== --- head/databases/mysql-connector-c++/distinfo Wed Sep 23 01:33:50 2015 (r397602) +++ head/databases/mysql-connector-c++/distinfo Wed Sep 23 02:30:42 2015 (r397603) @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-c++-1.1.5.tar.gz) = f3696726da29d56e0daad7046b30aa51444360a3ff112c079eb942929eb1cce8 -SIZE (mysql-connector-c++-1.1.5.tar.gz) = 519440 +SHA256 (mysql-connector-c++-1.1.6.tar.gz) = ad710b3900cae3be94656825aa70319cf7a96e1ad46bf93e07275f3606f69447 +SIZE (mysql-connector-c++-1.1.6.tar.gz) = 522236 Modified: head/databases/mysql-connector-c++/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mysql-connector-c++/files/patch-CMakeLists.txt Wed Sep 23 01:33:50 2015 (r397602) +++ head/databases/mysql-connector-c++/files/patch-CMakeLists.txt Wed Sep 23 02:30:42 2015 (r397603) @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2014-07-24 20:53:44.000000000 +0200 -+++ CMakeLists.txt 2014-07-29 12:53:28.000000000 +0200 -@@ -261,14 +261,6 @@ - SET(CPACK_GENERATOR "TGZ") - ENDIF(WIN32) +--- CMakeLists.txt.orig 2015-06-04 12:58:30 UTC ++++ CMakeLists.txt +@@ -305,14 +305,6 @@ IF(RPM_LAYOUT) + SET(DOC_DESTINATION "share/doc/${CPACK_PACKAGE_NAME}-${MYSQLCPPCONN_VERSION}") + ENDIF() -INSTALL(FILES - ${CPACK_RESOURCE_FILE_README} @@ -10,8 +10,8 @@ - ${CPACK_RESOURCE_FILE_LICENSE} - "${CMAKE_SOURCE_DIR}/Licenses_for_Third-Party_Components.txt" - "${CMAKE_SOURCE_DIR}/ANNOUNCEMENT" -- DESTINATION "." OPTIONAL) +- DESTINATION ${DOC_DESTINATION} OPTIONAL) - - SET(COMMON_IGNORE_FILES "/CMakeFiles/" "/Testing/" "/.bzr/" "_CPack_Packages/" - "~" ".swp" ".log" ".gz" ".directory$" "CMakeCache.txt" "Makefile" - "install_manifest.txt") + SET(COMMON_IGNORE_FILES + "/CMakeFiles/" + "/Testing/" From owner-svn-ports-head@freebsd.org Wed Sep 23 02:32:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44640A07C6B; Wed, 23 Sep 2015 02:32:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 356941E26; Wed, 23 Sep 2015 02:32:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N2W7mU077216; Wed, 23 Sep 2015 02:32:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N2W7Uc077215; Wed, 23 Sep 2015 02:32:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509230232.t8N2W7Uc077215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 02:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397604 - head/games/springlobby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 02:32:07 -0000 Author: amdmi3 Date: Wed Sep 23 02:32:06 2015 New Revision: 397604 URL: https://svnweb.freebsd.org/changeset/ports/397604 Log: - Drop no-op WX_UNICODE - Sort USES Modified: head/games/springlobby/Makefile Modified: head/games/springlobby/Makefile ============================================================================== --- head/games/springlobby/Makefile Wed Sep 23 02:30:42 2015 (r397603) +++ head/games/springlobby/Makefile Wed Sep 23 02:32:06 2015 (r397604) @@ -18,11 +18,10 @@ RUN_DEPENDS= spring:${PORTSDIR}/games/sp LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= cmake pkgconfig compiler:c++11-lib tar:bzip2 +USES= cmake compiler:c++11-lib pkgconfig tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DENABLE_DEBUG_REPORT=FALSE USE_WX= 2.8+ -WX_UNICODE= yes PORTDOCS= * From owner-svn-ports-head@freebsd.org Wed Sep 23 02:35:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F148A07D86; Wed, 23 Sep 2015 02:35:16 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA1F1F51; Wed, 23 Sep 2015 02:35:16 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N2ZGQ2077939; Wed, 23 Sep 2015 02:35:16 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N2Z9rE077910; Wed, 23 Sep 2015 02:35:09 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509230235.t8N2Z9rE077910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Sep 2015 02:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397605 - in head/multimedia/kodi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 02:35:16 -0000 Author: junovitch Date: Wed Sep 23 02:35:08 2015 New Revision: 397605 URL: https://svnweb.freebsd.org/changeset/ports/397605 Log: multimedia/kodi: update 14.2 -> 15.1 - Update to Kodi 15.1 "Isengard" - Remove CEC option from defaults - Set CEC option as broken, needs libcec >= 3.0.0 which has yet to be ported - Set USE_GCC for compilation on FreeBSD 9 - Sort USE_XORG, set USE_LDCONFIG, add under java category (portlint) PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) Security: 80c66af0-d1c5-449e-bd31-63b12525ff88 Security: CVE-2015-3395 Security: 3d950687-b4c9-4a86-8478-c56743547af8 Security: CVE-2015-6818 Security: CVE-2015-6819 Security: CVE-2015-6820 Security: CVE-2015-6821 Security: CVE-2015-6822 Security: CVE-2015-6823 Security: CVE-2015-6824 Security: CVE-2015-6825 Security: CVE-2015-6826 MFH: 2015Q3 X-MFH-With: r397342 X-MFH-Note: opt_VARS added post 2015Q3, needs manual resolution Added: head/multimedia/kodi/files/patch-configure.ac (contents, props changed) head/multimedia/kodi/files/patch-xbmc__LangInfo.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__cores__dvdplayer__DVDDemuxSPU.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogGamepad.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogNumeric.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__guilib__GUIAction.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__guilib__GUISpinControl.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__guilib__TextureBundleXPR.h (contents, props changed) head/multimedia/kodi/files/patch-xbmc__guilib__XBTF.h (contents, props changed) head/multimedia/kodi/files/patch-xbmc__interfaces__legacy__Dialog.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__linux__XFileUtils.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__main__main.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__pvr__PVRActionListener.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__settings__AdvancedSettings.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__storage__linux__DeviceKitDisksProvider.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__storage__linux__UDisksProvider.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__threads__platform__pthreads__ThreadImpl.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__utils__CharsetConverter.cpp (contents, props changed) head/multimedia/kodi/files/patch-xbmc__windowing__WinEventsX11.cpp (contents, props changed) Deleted: head/multimedia/kodi/files/patch-configure.in head/multimedia/kodi/files/patch-project__cmake__scripts__common__prepare-env.cmake head/multimedia/kodi/files/patch-sidplay head/multimedia/kodi/files/patch-xbmc_cores_DllLoader_dll__tracker.cpp head/multimedia/kodi/files/patch-xbmc_cores_DllLoader_dll__tracker__file.cpp head/multimedia/kodi/files/patch-xbmc_cores_DllLoader_exports_emu__kernel32.cpp head/multimedia/kodi/files/patch-xbmc_filesystem_iso9660.cpp head/multimedia/kodi/files/patch-xbmc_linux_XFileUtils.cpp head/multimedia/kodi/files/patch-xbmc_threads_platform_pthreads_ThreadImpl.cpp Modified: head/multimedia/kodi/Makefile head/multimedia/kodi/distinfo head/multimedia/kodi/files/patch-ffmpegx86 head/multimedia/kodi/files/patch-freebsd head/multimedia/kodi/files/patch-tools__depends__target__ffmpeg__autobuild.sh head/multimedia/kodi/pkg-plist Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/Makefile Wed Sep 23 02:35:08 2015 (r397605) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= kodi -DISTVERSION= 14.2 -PORTREVISION= 2 -CATEGORIES= multimedia -MASTER_SITES= https://codeload.github.com/xbmc/xbmc/tar.gz/${DISTVERSION}-Helix?dummy=/ \ +DISTVERSION= 15.1 +CATEGORIES= multimedia java +MASTER_SITES= https://codeload.github.com/xbmc/xbmc/tar.gz/${KODI_COMMIT}?dummy=/ \ GH:ffmpeg -DISTFILES= ${DISTVERSION}-Helix${EXTRACT_SUFX} \ +DISTFILES= ${DISTVERSION}-Isengard${EXTRACT_SUFX} \ ${GH_PROJECT}-${GH_TAGNAME}.tar.gz:ffmpeg -EXTRACT_ONLY= ${DISTVERSION}-Helix${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTVERSION}-Isengard${EXTRACT_SUFX} MAINTAINER= mickael.maillot@gmail.com COMMENT= Award winning media center application @@ -58,15 +57,17 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli USE_GITHUB= yes GH_ACCOUNT= xbmc GH_PROJECT= ffmpeg -GH_TAGNAME= 2.4.6-Helix +GH_TAGNAME= 2.6.4-Isengard +KODI_COMMIT= f4dda26 -USES= autoreconf:build gettext gmake iconv:wchar_t jpeg libtool \ +USES= autoreconf:build gettext gmake iconv jpeg libtool \ pkgconfig python:2 GNU_CONFIGURE= yes -USE_XORG= xt xmu xtst xrandr +USE_XORG= xmu xrandr xt xtst USE_GL= glu glew USE_SDL= image sdl2 USE_JAVA= yes +USE_LDCONFIG= yes JAVA_BUILD= jre NOPRECIOUSMAKEVARS= yes INSTALLS_ICONS= yes @@ -75,7 +76,7 @@ ONLY_FOR_ARCHS= i386 amd64 KODI_ARCH_i386= x86 KODI_ARCH_amd64=x86_64 -WRKSRC= ${WRKDIR}/xbmc-${DISTVERSION}-Helix +WRKSRC= ${WRKDIR}/xbmc-${KODI_COMMIT} PLIST_SUB= ARCH=${KODI_ARCH_${ARCH}} @@ -89,7 +90,7 @@ CEC_DESC= CEC adapter support NONFREE_DESC= Enable non-free components (rar, ccx, ffmpeg) SFTP_DESC= SSH SFTP support via libssh -OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIBBLURAY LIRC MYSQL \ +OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI LIBBLURAY LIRC MYSQL \ NFS RTMP SFTP SMB VAAPI VDPAU WEBSERVER AIRPLAY_LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist @@ -101,7 +102,8 @@ AIRTUNES_CONFIGURE_ENABLE= airtunes AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi -CEC_BUILD_DEPENDS= libcec>=2.2.0:${PORTSDIR}/multimedia/libcec +CEC_BROKEN= libcec >= 3.0.0 has not been ported yet +CEC_BUILD_DEPENDS= libcec>=3.0.0:${PORTSDIR}/multimedia/libcec CEC_LIB_DEPENDS= libcec.so:${PORTSDIR}/multimedia/libcec CEC_CONFIGURE_ENABLE= libcec @@ -142,22 +144,21 @@ SFTP_CONFIGURE_ENABLE= ssh CONFIGURE_ARGS+= --disable-debug --disable-alsa --disable-pulse +.include +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 +USE_GCC= yes +.endif + post-extract: ${MKDIR} ${WRKSRC}/tools/depends/target/ffmpeg/${GH_PROJECT}-${GH_TAGNAME} ${TAR} --strip-components=1 -xf ${DISTDIR}/${GH_PROJECT}-${GH_TAGNAME}.tar.gz \ -C ${WRKSRC}/tools/depends/target/ffmpeg/${GH_PROJECT}-${GH_TAGNAME} post-patch: - ${REINPLACE_CMD} 's;"event\.h";"sidplay/event.h";' \ - ${WRKSRC}/lib/libsidplay2/libsidplay/src/event.cpp \ - ${WRKSRC}/lib/libsidplay2/libsidplay/src/mos6510/mos6510.h \ - ${WRKSRC}/lib/libsidplay2/libsidplay/src/mos6526/mos6526.h \ - ${WRKSRC}/lib/libsidplay2/libsidplay/src/mos656x/mos656x.h ${REINPLACE_CMD} 's;make;gmake;' \ ${WRKSRC}/bootstrap \ ${WRKSRC}/codegenerator.mk \ - ${WRKSRC}/xbmc/Makefile.in \ - ${WRKSRC}/tools/TexturePacker/Makefile.in + ${WRKSRC}/xbmc/Makefile.in ${REINPLACE_CMD} 's;which swig;&2.0;' ${WRKSRC}/codegenerator.mk pre-configure: @@ -171,4 +172,4 @@ post-install: | ${XARGS} ${STRIP_CMD} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/kodi/kodi-xrandr -.include +.include Modified: head/multimedia/kodi/distinfo ============================================================================== --- head/multimedia/kodi/distinfo Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/distinfo Wed Sep 23 02:35:08 2015 (r397605) @@ -1,4 +1,4 @@ -SHA256 (14.2-Helix.tar.gz) = d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4 -SIZE (14.2-Helix.tar.gz) = 70703786 -SHA256 (ffmpeg-2.4.6-Helix.tar.gz) = 0872316475fc6d546be63cf9f4d6fe8e29c7f873f9a3344aa577b1f7c517b7cf -SIZE (ffmpeg-2.4.6-Helix.tar.gz) = 9041228 +SHA256 (15.1-Isengard.tar.gz) = 6bf415258a3dffd4843e9446a62d9392997556240b7db703acb44d2bef3454d5 +SIZE (15.1-Isengard.tar.gz) = 61476469 +SHA256 (ffmpeg-2.6.4-Isengard.tar.gz) = 2487a6d4ad5701ad22582fc064ce39b60c383eec4958ca1e3218379035fa523f +SIZE (ffmpeg-2.6.4-Isengard.tar.gz) = 9365476 Added: head/multimedia/kodi/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-configure.ac Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,115 @@ +--- configure.ac.orig 2015-03-31 16:37:07 UTC ++++ configure.ac +@@ -636,10 +636,12 @@ + i386-*-freebsd*) + ARCH="x86-freebsd" + MAKE="gmake" ++ USE_STATIC_FFMPEG=1 + ;; + amd64-*-freebsd*) + ARCH="x86_64-freebsd" + MAKE="gmake" ++ USE_STATIC_FFMPEG=1 + ;; + arm-apple-darwin*) + use_joystick=no +@@ -808,10 +810,16 @@ + # platform specific flags + if echo "$ARCH" | grep -q "freebsd" ; then + LOCALBASE="${LOCALBASE:-/usr/local}" +- CFLAGS="$CFLAGS -I$LOCALBASE/include" +- CXXFLAGS="$CXXFLAGS -I$LOCALBASE/include" +- CPPFLAGS="$CPPFLAGS -I$LOCALBASE/include" ++ CFLAGS="$CFLAGS -idirafter$LOCALBASE/include" ++ CXXFLAGS="$CXXFLAGS -idirafter$LOCALBASE/include" ++ CPPFLAGS="$CPPFLAGS -idirafter$LOCALBASE/include" + LDFLAGS="$LDFLAGS -L$LOCALBASE/lib" ++ CC_FOR_BUILD="$CC" ++ CXX_FOR_BUILD="$CXX" ++ CFLAGS_FOR_BUILD="$CFLAGS" ++ CXXFLAGS_FOR_BUILD="$CXXFLAGS" ++ LDFLAGS_FOR_BUILD="$LDFLAGS" ++ FFMPEG_OPTS="--cc=$CC --cxx=$CXX" + fi + if test "$host_vendor" = "apple" ; then + # standard application paths +@@ -944,6 +952,7 @@ + + # Check inotify availability + AC_CHECK_HEADER([sys/inotify.h], AC_DEFINE([HAVE_INOTIFY],[1],[Define if we have inotify]),) ++AC_CHECK_LIB([inotify], [main],,) + + # Checks for boost headers using CXX instead of CC + AC_LANG_PUSH([C++]) +@@ -1240,7 +1249,7 @@ + ) + + #Check to see if libs are needed for functions that are often built-in to libc +-AC_SEARCH_LIBS([iconv_open],iconv,,AC_SEARCH_LIBS([libiconv_open],iconv,,AC_MSG_ERROR($missing_library))) ++AC_CHECK_LIB([iconv],[libiconv_open],,AC_MSG_ERROR($missing_library)) + AC_SEARCH_LIBS([dlopen],dl) + AC_SEARCH_LIBS([clock_gettime],rt) + AC_SEARCH_LIBS([dn_expand], resolv) +@@ -1740,7 +1749,7 @@ + + if test "$cross_compiling" != "yes"; then + if test "$use_debug" != "yes"; then +- FFMPEG_OPTS="-r" ++ FFMPEG_OPTS="${FFMPEG_OPTS} -r" + fi + if test "$use_optimizations" != "yes"; then + FFMPEG_OPTS="${FFMPEG_OPTS} --disable-optimizations" +@@ -1751,7 +1760,7 @@ + SAVE_LIBS="$LIBS" + # check for system installed ffmpeg. We require minimum versions. + PKG_CHECK_MODULES([FFMPEG], [$FFMPEG_LIBNAMES], +- [INCLUDES="$INCLUDES $FFMPEG_CFLAGS"; LIBS="$LIBS $FFMPEG_LIBS"; FFMPEG_FOUND="true"], ++ [INCLUDES="$FFMPEG_CFLAGS $INCLUDES"; LIBS="$FFMPEG_LIBS $LIBS"; FFMPEG_FOUND="true"], + [FFMPEG_FOUND="false"]) + + if test "${USE_STATIC_FFMPEG}" = "1" && test "$FFMPEG_FOUND" = "true"; then +@@ -1778,7 +1787,7 @@ + elif test "$with_ffmpeg" = "force"; then + # always build our ffmpeg + AC_MSG_NOTICE("FFmpeg installation forced by user - installing our version") +- CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${ffmpeg_build}/autobuild.sh ${FFMPEG_OPTS} ++ CC="$CC" CPP="$CPP" CXX="$CXX" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${ffmpeg_build}/autobuild.sh ${FFMPEG_OPTS} || exit 1 + export PKG_CONFIG_PATH="${ffmpeg_build}/ffmpeg-install/lib/pkgconfig:$PKG_CONFIG_PATH" + + elif test "$with_ffmpeg" != "no"; then +@@ -1791,7 +1800,7 @@ + + if test "$FFMPEG_FOUND" != "true"; then + PKG_CHECK_MODULES([FFMPEG], [$FFMPEG_LIBNAMES], +- [INCLUDES="$INCLUDES $FFMPEG_CFLAGS"; LIBS="$LIBS $FFMPEG_LIBS"; FFMPEG_FOUND="true"], ++ [INCLUDES="$FFMPEG_CFLAGS $INCLUDES"; LIBS="$FFMPEG_LIBS $LIBS"; FFMPEG_FOUND="true"], + [AC_MSG_ERROR("ffmpeg not found")]) + fi + +@@ -2204,7 +2213,7 @@ + # we don't compile with default upstream squish, so we use our own one + # even on non unified deps platforms + if test "$cross_compiling" != "yes"; then +- make -C ${abs_top_srcdir}/tools/depends/native/libsquish-native CXX=${CXX} ++ $MAKE -C ${abs_top_srcdir}/tools/depends/native/libsquish-native CXX=${CXX} + export PKG_CONFIG_PATH="${abs_top_srcdir}/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:$PKG_CONFIG_PATH" + fi + PKG_CHECK_MODULES([SQUISH], [squish], +@@ -2215,7 +2224,7 @@ + AC_PATH_PROG([TEXTUREPACKER], [TexturePacker], ["none"], + [$PATH$PATH_SEPARATOR${abs_top_srcdir}/tools/depends/native/TexturePacker/bin]) + if test "$TEXTUREPACKER" = "none"; then +- make -C ${abs_top_srcdir}/tools/depends/native/TexturePacker ++ $MAKE -C ${abs_top_srcdir}/tools/depends/native/TexturePacker + TEXTUREPACKER="${abs_top_srcdir}/tools/depends/native/TexturePacker/bin/TexturePacker" + fi + if test -x "$TEXTUREPACKER"; then +@@ -2479,6 +2488,8 @@ + LIBS="$LIBS -L\$(abs_top_srcdir)/lib/ffmpeg/libswscale -lswscale" + fi + ++LIBS=$(echo "$LIBS" | tr "\n" " ") ++ + OUTPUT_FILES="Makefile \ + Makefile.include \ + addons/skin.confluence/media/Makefile \ Modified: head/multimedia/kodi/files/patch-ffmpegx86 ============================================================================== --- head/multimedia/kodi/files/patch-ffmpegx86 Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/files/patch-ffmpegx86 Wed Sep 23 02:35:08 2015 (r397605) @@ -1,5 +1,5 @@ ---- tools/depends/target/ffmpeg/ffmpeg-2.4.6-Helix/libavutil/x86/asm.h.orig 2014-12-25 13:59:22.000000000 +0100 -+++ tools/depends/target/ffmpeg/ffmpeg-2.4.6-Helix/libavutil/x86/asm.h 2014-12-25 14:00:04.000000000 +0100 +--- tools/depends/target/ffmpeg/ffmpeg-2.6.4-Isengard/libavutil/x86/asm.h.orig 2014-12-25 12:59:22 UTC ++++ tools/depends/target/ffmpeg/ffmpeg-2.6.4-Isengard/libavutil/x86/asm.h @@ -71,7 +71,7 @@ typedef int x86_reg; #endif Modified: head/multimedia/kodi/files/patch-freebsd ============================================================================== --- head/multimedia/kodi/files/patch-freebsd Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/files/patch-freebsd Wed Sep 23 02:35:08 2015 (r397605) @@ -1,3 +1,16 @@ +diff --git lib/cpluff/autogen.sh lib/cpluff/autogen.sh +index ee0a418..efd5291 100755 +--- lib/cpluff/autogen.sh ++++ lib/cpluff/autogen.sh +@@ -15,7 +15,7 @@ fi + + # Generate files in top level directory + cd "$basedir" +-autopoint ++#autopoint + rm -f ABOUT-NLS + test -d auxliary || mkdir auxliary + libtoolize --automake -f diff --git tools/depends/target/ffmpeg/Makefile tools/depends/target/ffmpeg/Makefile index 0e08dcf..e94d78f 100644 --- tools/depends/target/ffmpeg/Makefile @@ -27,15 +40,3 @@ index 2b6e646..babfe89 100644 int pos = 0; while ((tmp & 0x1) == 0x0) { -diff --git xbmc/cores/AudioEngine/Utils/AEELDParser.cpp xbmc/cores/AudioEngine/Utils/AEELDParser.cpp -index af4715c..0879bd5 100644 ---- xbmc/cores/AudioEngine/Utils/AEELDParser.cpp -+++ xbmc/cores/AudioEngine/Utils/AEELDParser.cpp -@@ -23,6 +23,7 @@ - #include "utils/EndianSwap.h" - #include - #include -+#include - - #include - Modified: head/multimedia/kodi/files/patch-tools__depends__target__ffmpeg__autobuild.sh ============================================================================== --- head/multimedia/kodi/files/patch-tools__depends__target__ffmpeg__autobuild.sh Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/files/patch-tools__depends__target__ffmpeg__autobuild.sh Wed Sep 23 02:35:08 2015 (r397605) @@ -1,5 +1,5 @@ ---- tools/depends/target/ffmpeg/autobuild.sh.orig 2014-12-23 00:11:35.000000000 +0100 -+++ tools/depends/target/ffmpeg/autobuild.sh 2014-12-24 16:22:20.000000000 +0100 +--- tools/depends/target/ffmpeg/autobuild.sh.orig 2015-03-31 16:37:07 UTC ++++ tools/depends/target/ffmpeg/autobuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh @@ -65,17 +65,17 @@ CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \ ./configure --prefix=$FFMPEG_PREFIX \ -@@ -157,11 +166,11 @@ - --enable-zlib \ +@@ -161,11 +170,11 @@ + --disable-mipsdspr2 \ ${FLAGS} -make -j ${BUILDTHREADS} +gmake -j ${BUILDTHREADS} if [ $? -eq 0 ] then - [ ${SUDO} ] && echo "Root priviledges are required to install to ${FFMPEG_PREFIX}" + [ ${SUDO} ] && echo "Root privileges are required to install to ${FFMPEG_PREFIX}" - ${SUDO} make install && echo "$VERSION" > ../.ffmpeg-installed + ${SUDO} gmake install && echo "$VERSION" > ../.ffmpeg-installed else - echo "ERROR: building ffmpeg failed" + echo "ERROR: Building ffmpeg failed" exit 1 Added: head/multimedia/kodi/files/patch-xbmc__LangInfo.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__LangInfo.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,13 @@ +--- xbmc/LangInfo.cpp.orig 2015-07-21 18:41:29 UTC ++++ xbmc/LangInfo.cpp +@@ -275,8 +275,8 @@ + // decimal separator is changed depending of the current language + // (ie. "," in French or Dutch instead of "."). This breaks atof() and + // others similar functions. +-#if defined(TARGET_FREEBSD) || defined(TARGET_DARWIN_OSX) || defined(__UCLIBC__) +- // on FreeBSD, darwin and uClibc-based systems libstdc++ is compiled with ++#if defined(TARGET_DARWIN_OSX) || defined(__UCLIBC__) ++ // on darwin and uClibc-based systems libstdc++ is compiled with + // "generic" locale support + if (setlocale(LC_COLLATE, strLocale.c_str()) == NULL + || setlocale(LC_CTYPE, strLocale.c_str()) == NULL) Added: head/multimedia/kodi/files/patch-xbmc__cores__dvdplayer__DVDDemuxSPU.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__cores__dvdplayer__DVDDemuxSPU.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/cores/dvdplayer/DVDDemuxSPU.cpp.orig 2015-06-23 09:40:13 UTC ++++ xbmc/cores/dvdplayer/DVDDemuxSPU.cpp +@@ -18,6 +18,7 @@ + * + */ + ++#include + #include "DVDDemuxSPU.h" + #include "DVDClock.h" + #include "utils/log.h" Added: head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogGamepad.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogGamepad.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/dialogs/GUIDialogGamepad.cpp.orig 2015-04-13 10:34:31 UTC ++++ xbmc/dialogs/GUIDialogGamepad.cpp +@@ -18,6 +18,7 @@ + * + */ + ++#include + #include "GUIDialogGamepad.h" + #include "utils/md5.h" + #include "utils/StringUtils.h" Added: head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogNumeric.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__dialogs__GUIDialogNumeric.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/dialogs/GUIDialogNumeric.cpp.orig 2015-04-13 10:36:23 UTC ++++ xbmc/dialogs/GUIDialogNumeric.cpp +@@ -18,6 +18,7 @@ + * + */ + ++#include + #include "GUIDialogNumeric.h" + #include "guilib/GUILabelControl.h" + #include "utils/md5.h" Added: head/multimedia/kodi/files/patch-xbmc__guilib__GUIAction.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__guilib__GUIAction.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/guilib/GUIAction.cpp.orig 2015-04-13 12:41:36 UTC ++++ xbmc/guilib/GUIAction.cpp +@@ -18,6 +18,7 @@ + * + */ + ++#include + #include "GUIAction.h" + #include "utils/StringUtils.h" + #include "GUIWindowManager.h" Added: head/multimedia/kodi/files/patch-xbmc__guilib__GUISpinControl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__guilib__GUISpinControl.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/guilib/GUISpinControl.cpp.orig 2015-04-13 12:48:49 UTC ++++ xbmc/guilib/GUISpinControl.cpp +@@ -22,6 +22,7 @@ + #include "input/Key.h" + #include "utils/StringUtils.h" + #include ++#include + + using namespace std; + Added: head/multimedia/kodi/files/patch-xbmc__guilib__TextureBundleXPR.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__guilib__TextureBundleXPR.h Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/guilib/TextureBundleXPR.h.orig 2015-08-08 17:27:25 UTC ++++ xbmc/guilib/TextureBundleXPR.h +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + class CAutoTexBuffer; + class CBaseTexture; Added: head/multimedia/kodi/files/patch-xbmc__guilib__XBTF.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__guilib__XBTF.h Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/guilib/XBTF.h.orig 2015-08-08 15:41:42 UTC ++++ xbmc/guilib/XBTF.h +@@ -22,6 +22,7 @@ + + #include + #include ++#include + #include + + #define XBTF_MAGIC "XBTF" Added: head/multimedia/kodi/files/patch-xbmc__interfaces__legacy__Dialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__interfaces__legacy__Dialog.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/interfaces/legacy/Dialog.cpp.orig 2015-04-13 10:42:40 UTC ++++ xbmc/interfaces/legacy/Dialog.cpp +@@ -19,6 +19,7 @@ + */ + #include "LanguageHook.h" + ++#include + #include "dialogs/GUIDialogOK.h" + #include "dialogs/GUIDialogYesNo.h" + #include "dialogs/GUIDialogSelect.h" Added: head/multimedia/kodi/files/patch-xbmc__linux__XFileUtils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__linux__XFileUtils.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/linux/XFileUtils.cpp.orig 2014-12-20 16:29:11 UTC ++++ xbmc/linux/XFileUtils.cpp +@@ -36,6 +36,7 @@ + #endif + #include + #include ++#include + + #if defined(TARGET_ANDROID) + #include Added: head/multimedia/kodi/files/patch-xbmc__main__main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__main__main.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,18 @@ +--- xbmc/main/main.cpp.orig 2015-04-13 12:43:35 UTC ++++ xbmc/main/main.cpp +@@ -28,6 +28,7 @@ + #ifdef TARGET_POSIX + #include + #include ++#include + #endif + #if defined(TARGET_DARWIN_OSX) + #include "Util.h" +@@ -35,7 +36,6 @@ + #ifdef HAS_SDL + #include + #endif +-#include + #endif + #ifdef HAS_LIRC + #include "input/linux/LIRC.h" Added: head/multimedia/kodi/files/patch-xbmc__pvr__PVRActionListener.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__pvr__PVRActionListener.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/pvr/PVRActionListener.cpp.orig 2015-04-13 10:38:08 UTC ++++ xbmc/pvr/PVRActionListener.cpp +@@ -32,6 +32,7 @@ + #include "settings/Settings.h" + #include "utils/log.h" + #include "utils/StringUtils.h" ++#include + + #include "pvr/PVRManager.h" + #include "pvr/channels/PVRChannelGroupsContainer.h" Added: head/multimedia/kodi/files/patch-xbmc__settings__AdvancedSettings.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__settings__AdvancedSettings.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,11 @@ +--- xbmc/settings/AdvancedSettings.cpp.orig 2015-04-21 18:46:28 UTC ++++ xbmc/settings/AdvancedSettings.cpp +@@ -208,7 +208,7 @@ + m_videoCleanDateTimeRegExp = "(.*[^ _\\,\\.\\(\\)\\[\\]\\-])[ _\\.\\(\\)\\[\\]\\-]+(19[0-9][0-9]|20[0-1][0-9])([ _\\,\\.\\(\\)\\[\\]\\-]|[^0-9]$)"; + + m_videoCleanStringRegExps.clear(); +- m_videoCleanStringRegExps.push_back("[ _\\,\\.\\(\\)\\[\\]\\-](ac3|dts|custom|dc|remastered|divx|divx5|dsr|dsrip|dutch|dvd|dvd5|dvd9|dvdrip|dvdscr|dvdscreener|screener|dvdivx|cam|fragment|fs|hdtv|hdrip|hdtvrip|internal|limited|multisubs|ntsc|ogg|ogm|pal|pdtv|proper|repack|rerip|retail|r3|r5|bd5|se|svcd|swedish|german|read.nfo|nfofix|unrated|extended|ws|telesync|ts|telecine|tc|brrip|bdrip|480p|480i|576p|576i|720p|720i|1080p|1080i|3d|hrhd|hrhdtv|hddvd|bluray|x264|h264|xvid|xvidvd|xxx|www.www|cd[1-9]|\\[.*\\])([ _\\,\\.\\(\\)\\[\\]\\-]|$)"); ++ m_videoCleanStringRegExps.push_back("[ _\\,\\.\\(\\)\\[\\]\\-](ac3|dts|custom|dc|remastered|divx|divx5|dsr|dsrip|dutch|dvd|dvd5|dvd9|dvdrip|dvdscr|dvdscreener|screener|dvdivx|cam|fragment|fs|hdtv|hdrip|hdtvrip|internal|limited|multisubs|ntsc|ogg|ogm|pal|pdtv|proper|repack|rerip|retail|r3|r5|bd5|se|svcd|swedish|french|multi|german|read.nfo|nfofix|unrated|extended|ws|telesync|ts|telecine|tc|brrip|bdrip|480p|480i|576p|576i|720p|720i|1080p|1080i|3d|hrhd|hrhdtv|hddvd|bluray|x264|h264|xvid|xvidvd|xxx|www.www|cd[1-9]|\\[.*\\])([ _\\,\\.\\(\\)\\[\\]\\-]|$)"); + m_videoCleanStringRegExps.push_back("(\\[.*\\])"); + + m_moviesExcludeFromScanRegExps.clear(); Added: head/multimedia/kodi/files/patch-xbmc__storage__linux__DeviceKitDisksProvider.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__storage__linux__DeviceKitDisksProvider.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/storage/linux/DeviceKitDisksProvider.cpp.orig 2015-04-13 10:45:50 UTC ++++ xbmc/storage/linux/DeviceKitDisksProvider.cpp +@@ -19,6 +19,7 @@ + */ + #include "DeviceKitDisksProvider.h" + #ifdef HAS_DBUS ++#include + #include "settings/AdvancedSettings.h" + #include "guilib/LocalizeStrings.h" + #include "utils/log.h" Added: head/multimedia/kodi/files/patch-xbmc__storage__linux__UDisksProvider.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__storage__linux__UDisksProvider.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/storage/linux/UDisksProvider.cpp.orig 2015-04-13 12:39:11 UTC ++++ xbmc/storage/linux/UDisksProvider.cpp +@@ -19,6 +19,7 @@ + */ + #include "UDisksProvider.h" + #ifdef HAS_DBUS ++#include + #include "settings/AdvancedSettings.h" + #include "guilib/LocalizeStrings.h" + #include "utils/log.h" Added: head/multimedia/kodi/files/patch-xbmc__threads__platform__pthreads__ThreadImpl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__threads__platform__pthreads__ThreadImpl.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,13 @@ +--- xbmc/threads/platform/pthreads/ThreadImpl.cpp.orig 2014-12-22 23:11:35 UTC ++++ xbmc/threads/platform/pthreads/ThreadImpl.cpp +@@ -31,9 +31,8 @@ + #include + #if __FreeBSD_version < 900031 + #include +-#else +-#include + #endif ++#include + #endif + + #include Added: head/multimedia/kodi/files/patch-xbmc__utils__CharsetConverter.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__utils__CharsetConverter.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,11 @@ +--- xbmc/utils/CharsetConverter.cpp.orig 2015-08-10 08:41:28 UTC ++++ xbmc/utils/CharsetConverter.cpp +@@ -67,7 +67,7 @@ + #define UTF16_CHARSET "UTF-16" ENDIAN_SUFFIX + #define UTF32_CHARSET "UTF-32" ENDIAN_SUFFIX + #define UTF8_SOURCE "UTF-8" +- #define WCHAR_CHARSET "WCHAR_T" ++ #define WCHAR_CHARSET UTF32_CHARSET + #if __STDC_ISO_10646__ + #ifdef SIZEOF_WCHAR_T + #if SIZEOF_WCHAR_T == 4 Added: head/multimedia/kodi/files/patch-xbmc__windowing__WinEventsX11.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-xbmc__windowing__WinEventsX11.cpp Wed Sep 23 02:35:08 2015 (r397605) @@ -0,0 +1,10 @@ +--- xbmc/windowing/WinEventsX11.cpp.orig 2015-04-13 10:40:08 UTC ++++ xbmc/windowing/WinEventsX11.cpp +@@ -23,6 +23,7 @@ + + #ifdef HAS_X11_WIN_EVENTS + ++#include + #include "WinEvents.h" + #include "WinEventsX11.h" + #include "Application.h" Modified: head/multimedia/kodi/pkg-plist ============================================================================== --- head/multimedia/kodi/pkg-plist Wed Sep 23 02:32:06 2015 (r397604) +++ head/multimedia/kodi/pkg-plist Wed Sep 23 02:35:08 2015 (r397605) @@ -2,10 +2,13 @@ bin/kodi bin/kodi-standalone bin/xbmc bin/xbmc-standalone +include/kodi/AEChannelData.h include/kodi/DVDDemuxPacket.h +include/kodi/kodi_audiodec_dll.h +include/kodi/kodi_audiodec_types.h +include/kodi/libKODI_guilib.h include/kodi/libXBMC_addon.h include/kodi/libXBMC_codec.h -include/kodi/libXBMC_gui.h include/kodi/libXBMC_pvr.h include/kodi/xbmc_addon_cpp_dll.h include/kodi/xbmc_addon_dll.h @@ -23,9 +26,9 @@ include/kodi/xbmc_vis_dll.h include/kodi/xbmc_vis_types.h include/xbmc lib/kodi/addon-helpers.cmake +lib/kodi/addons/library.kodi.guilib/libKODI_guilib-%%ARCH%%-freebsd.so lib/kodi/addons/library.xbmc.addon/libXBMC_addon-%%ARCH%%-freebsd.so lib/kodi/addons/library.xbmc.codec/libXBMC_codec-%%ARCH%%-freebsd.so -lib/kodi/addons/library.xbmc.gui/libXBMC_gui-%%ARCH%%-freebsd.so lib/kodi/addons/library.xbmc.pvr/libXBMC_pvr-%%ARCH%%-freebsd.so lib/kodi/addons/screensaver.rsxs.euphoria/Euphoria.xbs lib/kodi/addons/screensaver.rsxs.plasma/Plasma.xbs @@ -35,22 +38,18 @@ lib/kodi/addons/visualization.glspectrum lib/kodi/addons/visualization.projectm/projectM.vis lib/kodi/addons/visualization.waveform/Waveform.vis lib/kodi/addoptions.cmake +lib/kodi/check_target_platform.cmake +lib/kodi/handle-depends.cmake lib/kodi/kodi-config.cmake lib/kodi/kodi-xrandr lib/kodi/kodi.bin lib/kodi/prepare-env.cmake lib/kodi/system/ImageLib-%%ARCH%%-freebsd.so lib/kodi/system/hdhomerun-%%ARCH%%-freebsd.so -%%MYSQL%%lib/kodi/system/libcmyth-%%ARCH%%-freebsd.so lib/kodi/system/libcpluff-%%ARCH%%-freebsd.so lib/kodi/system/libexif-%%ARCH%%-freebsd.so lib/kodi/system/players/dvdplayer/libdvdcss-%%ARCH%%-freebsd.so lib/kodi/system/players/dvdplayer/libdvdnav-%%ARCH%%-freebsd.so -lib/kodi/system/players/paplayer/libsidplay2-%%ARCH%%-freebsd.so -lib/kodi/system/players/paplayer/nosefart-%%ARCH%%-freebsd.so -lib/kodi/system/players/paplayer/stsoundlibrary-%%ARCH%%-freebsd.so -lib/kodi/system/players/paplayer/timidity-%%ARCH%%-freebsd.so -lib/kodi/system/players/paplayer/vgmstream-%%ARCH%%-freebsd.so lib/kodi/xbmc-config.cmake lib/xbmc man/man1/kodi.1.gz @@ -68,7 +67,6 @@ share/icons/hicolor/256x256/apps/kodi.pn share/icons/hicolor/32x32/apps/kodi.png share/icons/hicolor/48x48/apps/kodi.png share/icons/hicolor/64x64/apps/kodi.png -%%DATADIR%%/FEH.py %%DATADIR%%/addons/audioencoder.xbmc.builtin.aac/addon.xml %%DATADIR%%/addons/audioencoder.xbmc.builtin.aac/icon.png %%DATADIR%%/addons/audioencoder.xbmc.builtin.aac/resources/language/English/strings.po @@ -77,11 +75,18 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/audioencoder.xbmc.builtin.wma/icon.png %%DATADIR%%/addons/audioencoder.xbmc.builtin.wma/resources/language/English/strings.po %%DATADIR%%/addons/audioencoder.xbmc.builtin.wma/resources/settings.xml +%%DATADIR%%/addons/kodi.audiodecoder/addon.xml +%%DATADIR%%/addons/kodi.guilib/addon.xml +%%DATADIR%%/addons/kodi.guilib/addon.xml.in +%%DATADIR%%/addons/kodi.resource/addon.xml +%%DATADIR%%/addons/kodi.resource/icon.png +%%DATADIR%%/addons/kodi.resource/language.xsd +%%DATADIR%%/addons/kodi.resource/uisounds.xsd +%%DATADIR%%/addons/library.kodi.guilib/libKODI_guilib.h %%DATADIR%%/addons/library.xbmc.addon/dlfcn-win32.cpp %%DATADIR%%/addons/library.xbmc.addon/dlfcn-win32.h %%DATADIR%%/addons/library.xbmc.addon/libXBMC_addon.h %%DATADIR%%/addons/library.xbmc.codec/libXBMC_codec.h -%%DATADIR%%/addons/library.xbmc.gui/libXBMC_gui.h %%DATADIR%%/addons/library.xbmc.pvr/libXBMC_pvr.h %%DATADIR%%/addons/metadata.album.universal/addon.xml %%DATADIR%%/addons/metadata.album.universal/albumuniversal.xml @@ -204,15 +209,9 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/metadata.common.allmusic.com/addon.xml %%DATADIR%%/addons/metadata.common.allmusic.com/allmusic.xml %%DATADIR%%/addons/metadata.common.allmusic.com/icon.png -%%DATADIR%%/addons/metadata.common.amazon.de/addon.xml -%%DATADIR%%/addons/metadata.common.amazon.de/amazonde.xml -%%DATADIR%%/addons/metadata.common.amazon.de/icon.png %%DATADIR%%/addons/metadata.common.fanart.tv/addon.xml %%DATADIR%%/addons/metadata.common.fanart.tv/fanarttv.xml %%DATADIR%%/addons/metadata.common.fanart.tv/icon.png -%%DATADIR%%/addons/metadata.common.hdtrailers.net/addon.xml -%%DATADIR%%/addons/metadata.common.hdtrailers.net/hdtrailers.xml -%%DATADIR%%/addons/metadata.common.hdtrailers.net/icon.png %%DATADIR%%/addons/metadata.common.htbackdrops.com/addon.xml %%DATADIR%%/addons/metadata.common.htbackdrops.com/htbackdrops.xml %%DATADIR%%/addons/metadata.common.htbackdrops.com/icon.png @@ -426,6 +425,19 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/metadata.tvdb.com/tvdb.xml %%DATADIR%%/addons/repository.xbmc.org/addon.xml %%DATADIR%%/addons/repository.xbmc.org/icon.png +%%DATADIR%%/addons/resource.language.en_gb/addon.xml +%%DATADIR%%/addons/resource.language.en_gb/icon.png +%%DATADIR%%/addons/resource.language.en_gb/resources/langinfo.xml +%%DATADIR%%/addons/resource.language.en_gb/resources/strings.po +%%DATADIR%%/addons/resource.uisounds.confluence/addon.xml +%%DATADIR%%/addons/resource.uisounds.confluence/icon.png +%%DATADIR%%/addons/resource.uisounds.confluence/resources/back.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/click.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/cursor.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/notify.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/out.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/shutter.wav +%%DATADIR%%/addons/resource.uisounds.confluence/resources/sounds.xml %%DATADIR%%/addons/screensaver.rsxs.euphoria/addon.xml %%DATADIR%%/addons/screensaver.rsxs.euphoria/icon.png %%DATADIR%%/addons/screensaver.rsxs.plasma/addon.xml @@ -436,62 +448,64 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/screensaver.xbmc.builtin.black/icon.png %%DATADIR%%/addons/screensaver.xbmc.builtin.dim/addon.xml %%DATADIR%%/addons/screensaver.xbmc.builtin.dim/icon.png -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Afrikaans/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Albanian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Amharic/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Arabic/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Basque/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Belarusian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Bulgarian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Burmese/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Catalan/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Chinese (Simple)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Chinese (Traditional)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Croatian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Czech/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Danish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Dutch/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/English (Australia)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/English (New Zealand)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/English (US)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/English/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Estonian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Finnish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/French (Canada)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/French/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Galician/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/German/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Greek/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Hebrew/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Hindi (Devanagiri)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Hungarian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Icelandic/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Indonesian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Italian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Japanese/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Korean/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Latvian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Lithuanian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Macedonian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Malay/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Norwegian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Polish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Portuguese (Brazil)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Portuguese/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Romanian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Russian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Slovak/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Slovenian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Spanish (Argentina)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Spanish (Mexico)/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Spanish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Swedish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Tajik/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Thai/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Turkish/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Ukrainian/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Vietnamese/strings.po -%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/Welsh/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.af_za/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.am_et/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ar_sa/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.be_by/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.bg_bg/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ca_es/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.cs_cz/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.cy_gb/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.da_dk/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.de_de/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.el_gr/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_au/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_nz/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_us/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.es_ar/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.es_es/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.es_mx/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.et_ee/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.eu_es/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.fa_ir/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.fi_fi/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.fr_ca/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.fr_fr/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.gl_es/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.he_il/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.hi_in/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.hr_hr/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.hu_hu/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.id_id/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.is_is/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.it_it/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ja_jp/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ko_kr/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.lt_lt/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.lv_lv/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.mk_mk/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ms_my/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.my_mm/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.nb_no/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.nl_nl/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.pl_pl/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.pt_br/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.pt_pt/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ro_ro/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.ru_ru/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.sk_sk/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.sl_si/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.sq_al/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.sr_rs/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.sv_se/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.tg_tj/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.th_th/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.tr_tr/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.uk_ua/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.vi_vn/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.zh_cn/strings.po +%%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.zh_tw/strings.po %%DATADIR%%/addons/screensaver.xbmc.builtin.dim/resources/settings.xml %%DATADIR%%/addons/script.module.pil/addon.xml %%DATADIR%%/addons/service.xbmc.versioncheck/LICENSE.txt @@ -512,6 +526,7 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Amharic/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Arabic/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Armenian/strings.po +%%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Asturian/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Basque/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Belarusian/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Bosnian/strings.po @@ -569,6 +584,7 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Spanish (Mexico)/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Spanish/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Swedish/strings.po +%%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Tamil (India)/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Thai/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Turkish/strings.po %%DATADIR%%/addons/service.xbmc.versioncheck/resources/language/Ukrainian/strings.po @@ -695,89 +711,85 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/skin.confluence/build.bat %%DATADIR%%/addons/skin.confluence/changelog.txt %%DATADIR%%/addons/skin.confluence/colors/defaults.xml -%%DATADIR%%/addons/skin.confluence/fonts/NOTICE.txt +%%DATADIR%%/addons/skin.confluence/fonts/LICENCE.txt %%DATADIR%%/addons/skin.confluence/fonts/README.txt %%DATADIR%%/addons/skin.confluence/fonts/Roboto-Bold.ttf %%DATADIR%%/addons/skin.confluence/fonts/Roboto-Regular.ttf %%DATADIR%%/addons/skin.confluence/icon.png -%%DATADIR%%/addons/skin.confluence/language/Afrikaans/strings.po -%%DATADIR%%/addons/skin.confluence/language/Albanian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Amharic/strings.po -%%DATADIR%%/addons/skin.confluence/language/Arabic/strings.po -%%DATADIR%%/addons/skin.confluence/language/Armenian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Azerbaijani/strings.po -%%DATADIR%%/addons/skin.confluence/language/Basque/strings.po -%%DATADIR%%/addons/skin.confluence/language/Belarusian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Bosnian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Bulgarian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Burmese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Catalan/strings.po -%%DATADIR%%/addons/skin.confluence/language/Chinese (Simple)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Chinese (Traditional)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Croatian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Czech/strings.po -%%DATADIR%%/addons/skin.confluence/language/Danish/strings.po -%%DATADIR%%/addons/skin.confluence/language/Dutch/strings.po -%%DATADIR%%/addons/skin.confluence/language/English (Australia)/strings.po -%%DATADIR%%/addons/skin.confluence/language/English (New Zealand)/strings.po -%%DATADIR%%/addons/skin.confluence/language/English (US)/strings.po -%%DATADIR%%/addons/skin.confluence/language/English/strings.po -%%DATADIR%%/addons/skin.confluence/language/Esperanto/strings.po -%%DATADIR%%/addons/skin.confluence/language/Estonian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Faroese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Filipino/strings.po -%%DATADIR%%/addons/skin.confluence/language/Finnish/strings.po -%%DATADIR%%/addons/skin.confluence/language/French (Canada)/strings.po -%%DATADIR%%/addons/skin.confluence/language/French/strings.po -%%DATADIR%%/addons/skin.confluence/language/Galician/strings.po -%%DATADIR%%/addons/skin.confluence/language/Georgian/strings.po -%%DATADIR%%/addons/skin.confluence/language/German/strings.po -%%DATADIR%%/addons/skin.confluence/language/Greek/strings.po -%%DATADIR%%/addons/skin.confluence/language/Hebrew/strings.po -%%DATADIR%%/addons/skin.confluence/language/Hindi (Devanagiri)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Hungarian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Icelandic/strings.po -%%DATADIR%%/addons/skin.confluence/language/Indonesian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Italian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Japanese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Korean/strings.po -%%DATADIR%%/addons/skin.confluence/language/Latvian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Lithuanian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Macedonian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Malay/strings.po -%%DATADIR%%/addons/skin.confluence/language/Malayalam/strings.po -%%DATADIR%%/addons/skin.confluence/language/Maltese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Maori/strings.po -%%DATADIR%%/addons/skin.confluence/language/Mongolian (Mongolia)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Norwegian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Ossetic/strings.po -%%DATADIR%%/addons/skin.confluence/language/Persian (Iran)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Persian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Polish/strings.po -%%DATADIR%%/addons/skin.confluence/language/Portuguese (Brazil)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Portuguese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Romanian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Romansh/strings.po -%%DATADIR%%/addons/skin.confluence/language/Russian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Serbian (Cyrillic)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Serbian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Sinhala/strings.po -%%DATADIR%%/addons/skin.confluence/language/Slovak/strings.po -%%DATADIR%%/addons/skin.confluence/language/Slovenian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Spanish (Argentina)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Spanish (Mexico)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Spanish/strings.po -%%DATADIR%%/addons/skin.confluence/language/Swedish/strings.po -%%DATADIR%%/addons/skin.confluence/language/Tajik/strings.po -%%DATADIR%%/addons/skin.confluence/language/Tamil (India)/strings.po -%%DATADIR%%/addons/skin.confluence/language/Tatar/strings.po -%%DATADIR%%/addons/skin.confluence/language/Telugu/strings.po -%%DATADIR%%/addons/skin.confluence/language/Thai/strings.po -%%DATADIR%%/addons/skin.confluence/language/Turkish/strings.po -%%DATADIR%%/addons/skin.confluence/language/Ukrainian/strings.po -%%DATADIR%%/addons/skin.confluence/language/Uzbek/strings.po -%%DATADIR%%/addons/skin.confluence/language/Vietnamese/strings.po -%%DATADIR%%/addons/skin.confluence/language/Welsh/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.af_za/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.am_et/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ar_sa/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.az_az/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.be_by/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.bg_bg/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.bs_ba/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ca_es/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.cs_cz/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.cy_gb/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.da_dk/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.de_de/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.el_gr/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.en_au/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.en_gb/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.en_nz/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.en_us/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.eo/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.es_ar/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.es_es/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.es_mx/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.et_ee/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.eu_es/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fa_af/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fa_ir/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fi_fi/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fo_fo/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fr_ca/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.fr_fr/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.gl_es/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.he_il/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.hi_in/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.hr_hr/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.hu_hu/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.hy_am/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.id_id/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.is_is/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.it_it/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ja_jp/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ko_kr/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.lt_lt/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.lv_lv/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.mi/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.mk_mk/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ml_in/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.mn_mn/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ms_my/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.mt_mt/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.my_mm/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.nb_no/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.nl_nl/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.pl_pl/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.pt_br/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.pt_pt/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ro_ro/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ru_ru/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.si_lk/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sk_sk/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sl_si/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sq_al/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sr_rs/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sr_rs@latin/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.sv_se/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.szl/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.ta_in/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.te_in/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.tg_tj/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.th_th/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.tr_tr/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.uk_ua/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.uz_uz/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.vi_vn/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.zh_cn/strings.po +%%DATADIR%%/addons/skin.confluence/language/resource.language.zh_tw/strings.po %%DATADIR%%/addons/skin.confluence/media/CalibrateBottomRight.png %%DATADIR%%/addons/skin.confluence/media/CalibratePixelRatio.png %%DATADIR%%/addons/skin.confluence/media/CalibrateSubtitles.png @@ -796,9 +808,12 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddon.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonAlbumInfo.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonArtistInfo.png +%%DATADIR%%/addons/skin.confluence/media/DefaultAddonAudioDecoder.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonAudioEncoder.png +%%DATADIR%%/addons/skin.confluence/media/DefaultAddonContextItem.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonHelper.png -%%DATADIR%%/addons/skin.confluence/media/DefaultAddonInfoLibrary.png +%%DATADIR%%/addons/skin.confluence/media/DefaultAddonInfoProvider.png +%%DATADIR%%/addons/skin.confluence/media/DefaultAddonLanguage.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonLibrary.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonLyrics.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonMovieInfo.png @@ -814,6 +829,7 @@ share/icons/hicolor/64x64/apps/kodi.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonSkin.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonSubtitles.png %%DATADIR%%/addons/skin.confluence/media/DefaultAddonTvInfo.png +%%DATADIR%%/addons/skin.confluence/media/DefaultAddonUISounds.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed Sep 23 02:37:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE8FFA07EA7; Wed, 23 Sep 2015 02:37:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF8971093; Wed, 23 Sep 2015 02:37:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N2bdcM078207; Wed, 23 Sep 2015 02:37:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N2bd0s078206; Wed, 23 Sep 2015 02:37:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509230237.t8N2bd0s078206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 02:37:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397606 - head/games/annelid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 02:37:39 -0000 Author: amdmi3 Date: Wed Sep 23 02:37:38 2015 New Revision: 397606 URL: https://svnweb.freebsd.org/changeset/ports/397606 Log: Mark BROKEN: does not fetch: => Attempting to fetch http://www.garthgillespie.com/annelid/annelid-src.zip fetch: http://www.garthgillespie.com/annelid/annelid-src.zip: Operation timed out Reported by: pkg-fallout Modified: head/games/annelid/Makefile Modified: head/games/annelid/Makefile ============================================================================== --- head/games/annelid/Makefile Wed Sep 23 02:35:08 2015 (r397605) +++ head/games/annelid/Makefile Wed Sep 23 02:37:38 2015 (r397606) @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Remake of the ubiquitous "Snake" and "Worm" games RESTRICTED= No redistribution allowed +BROKEN= does not fetch: connect timeout USES= gmake zip USE_SDL= sdl From owner-svn-ports-head@freebsd.org Wed Sep 23 03:13:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C85DDA07448; Wed, 23 Sep 2015 03:13:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B93261560; Wed, 23 Sep 2015 03:13:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N3DhLB095332; Wed, 23 Sep 2015 03:13:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N3Dhhc095331; Wed, 23 Sep 2015 03:13:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509230313.t8N3Dhhc095331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 03:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397607 - head/net/userfw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 03:13:43 -0000 Author: amdmi3 Date: Wed Sep 23 03:13:42 2015 New Revision: 397607 URL: https://svnweb.freebsd.org/changeset/ports/397607 Log: - Add LICENSE_FILE - Use BROKEN helper - Fix build as non-root by using uidfix Approved by: portmgr blanket Modified: head/net/userfw/Makefile Modified: head/net/userfw/Makefile ============================================================================== --- head/net/userfw/Makefile Wed Sep 23 02:37:38 2015 (r397606) +++ head/net/userfw/Makefile Wed Sep 23 03:13:42 2015 (r397607) @@ -12,21 +12,20 @@ MAINTAINER= gelraen.ua@gmail.com COMMENT= Modular packet filter LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE SSP_UNSAFE= kernel module does not support ssp -USES= cmake:outsource kmod tar:xz +USES= cmake:outsource kmod tar:xz uidfix USE_LDCONFIG= yes +BROKEN_powerpc= does not compile + .include .if !exists(${SRC_BASE}/sys/sys/module.h) IGNORE= requires kernel source files .endif -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - CMAKE_ARGS+= -DDOMAIN_STUB:BOOL=OFF CMAKE_ARGS+= -DOPCODE_VERIFICATION:BOOL=OFF CMAKE_ARGS+= -DKMODDIR="${KMODDIR}" From owner-svn-ports-head@freebsd.org Wed Sep 23 05:30:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90EF6A07646; Wed, 23 Sep 2015 05:30:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA501C0C; Wed, 23 Sep 2015 05:30:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N5UHtg050138; Wed, 23 Sep 2015 05:30:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N5UDYV049613; Wed, 23 Sep 2015 05:30:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509230530.t8N5UDYV049613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 23 Sep 2015 05:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397608 - in head: . www www/sogo www/sogo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 05:30:17 -0000 Author: pi Date: Wed Sep 23 05:30:12 2015 New Revision: 397608 URL: https://svnweb.freebsd.org/changeset/ports/397608 Log: New port: www/sogo 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/ PR: 200750 Submitted by: Euan Thoms Added: head/www/sogo/ head/www/sogo/Makefile (contents, props changed) head/www/sogo/distinfo (contents, props changed) head/www/sogo/files/ head/www/sogo/files/cron-ealarms-notify.sample (contents, props changed) head/www/sogo/files/cron-expire-autoreply.sample (contents, props changed) head/www/sogo/files/ealarms-notify.creds.sample (contents, props changed) head/www/sogo/files/expire-autoreply.creds.sample (contents, props changed) head/www/sogo/files/patch-Main_GNUmakefile.preamble (contents, props changed) head/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile (contents, props changed) head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m (contents, props changed) head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make (contents, props changed) head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make (contents, props changed) head/www/sogo/files/patch-Tests_Unit_GNUmakefile (contents, props changed) head/www/sogo/files/patch-Tools_GNUmakefile.preamble (contents, props changed) head/www/sogo/files/sogod.in (contents, props changed) head/www/sogo/pkg-descr (contents, props changed) head/www/sogo/pkg-message (contents, props changed) head/www/sogo/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/www/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Wed Sep 23 03:13:42 2015 (r397607) +++ head/GIDs Wed Sep 23 05:30:12 2015 (r397608) @@ -237,6 +237,7 @@ tcpcryptd:*:841: munin:*:842: dahdi:*:843:asterisk subsonic:*:844: +sogod:*:845: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: Modified: head/UIDs ============================================================================== --- head/UIDs Wed Sep 23 03:13:42 2015 (r397607) +++ head/UIDs Wed Sep 23 05:30:12 2015 (r397608) @@ -242,6 +242,7 @@ netdisco:*:840:840::0:0:netdisco daemon: tcpcryptd:*:841:841::0:0:tcpcrypt daemon:/nonexistent:/usr/sbin/nologin munin:*:842:842::0:0:Munin:/var/munin:/usr/sbin/nologin subsonic:*:844:844::0:0:Subsonic standalone-server:/nonexistent:/usr/sbin/nologin +sogod:*:845:845::0:0:SOGo groupware:/nonexistent:/usr/sbin/nologin fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 23 03:13:42 2015 (r397607) +++ head/www/Makefile Wed Sep 23 05:30:12 2015 (r397608) @@ -2030,6 +2030,7 @@ SUBDIR += smarty3 SUBDIR += smb_auth SUBDIR += snarf + SUBDIR += sogo SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini Added: head/www/sogo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/Makefile Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,54 @@ +# Created by: Euan Thoms +# $FreeBSD$ + +PORTNAME= sogo +PORTVERSION= 2.3.2 +CATEGORIES= www gnustep +MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ +DISTNAME= SOGo-${PORTVERSION} + +MAINTAINER= euan@potensol.com +COMMENT= Groupware server with a focus on scalability and open standards + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${GNUSTEP_LOCAL_LIBRARIES}/libDOM.so:${PORTSDIR}/devel/sope +LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached \ + libcurl.so:${PORTSDIR}/ftp/curl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +MAKE_JOBS_UNSAFE=yes + +USERS= sogod +GROUPS= sogod + +USES= gnustep objc +USE_GNUSTEP= base build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo + +USE_RC_SUBR= sogod + +SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ + GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} + +CONFIGURE_ARGS= --disable-debug --enable-strip + +.include + +post-patch: + ${GREP} -rlF '/etc/sogo' ${WRKSRC} \ + | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + +do-configure: + cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} + +post-stage: + ${MKDIR} ${STAGEDIR}/var/spool/sogo + ${MKDIR} ${STAGEDIR}${ETCDIR} + (cp ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample) + (cp ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/) + (cp ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/) + (cp ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) + (cp ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) + +.include Added: head/www/sogo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/distinfo Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,2 @@ +SHA256 (SOGo-2.3.2.tar.gz) = 7830e2ad684b54c89a4720edf7e73250a076885a3e25052c093e7894227939ac +SIZE (SOGo-2.3.2.tar.gz) = 11781695 Added: head/www/sogo/files/cron-ealarms-notify.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/cron-ealarms-notify.sample Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,7 @@ +#!/bin/sh + +TZ=Europe/London; export TZ +PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH +. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh + +/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify -p /usr/local/etc/sogo/ealarms-notify.creds >> /var/log/sogo/cron-ealarms-notify.log 2>&1 Added: head/www/sogo/files/cron-expire-autoreply.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/cron-expire-autoreply.sample Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,7 @@ +#!/bin/sh + +TZ=Europe/London; export TZ +PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH +. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh + +/usr/local/GNUstep/Local/Tools/Admin/sogo-tool expire-autoreply -p /usr/local/etc/sogo/expire-autoreply.creds > /var/log/sogo/cron-expire-autoreply.out 2>&1 Added: head/www/sogo/files/ealarms-notify.creds.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/ealarms-notify.creds.sample Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1 @@ +username:password Added: head/www/sogo/files/expire-autoreply.creds.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/expire-autoreply.creds.sample Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1 @@ +username:password Added: head/www/sogo/files/patch-Main_GNUmakefile.preamble ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/patch-Main_GNUmakefile.preamble Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,8 @@ +--- Main/GNUmakefile.preamble.orig 2015-09-16 18:41:29 UTC ++++ Main/GNUmakefile.preamble +@@ -22,4 +22,4 @@ $(SOGOD)_TOOL_LIBS += \ + -lNGObjWeb \ + -lNGMime -lNGLdap \ + -lNGStreams -lNGExtensions -lEOControl \ +- -lDOM -lSaxObjC ++ -lDOM -lSaxObjC -lSBJson Added: head/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,12 @@ +--- SoObjects/SOGo/GNUmakefile.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/SOGo/GNUmakefile +@@ -203,7 +203,8 @@ ifneq ($(FHS_INSTALL_ROOT),) + GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include + endif + GNUSTEP_TARGET_LDIR=sogo +-include $(GNUSTEP_MAKEFILES)/framework.make ++ ++include master-framework.make + include $(GNUSTEP_MAKEFILES)/library.make + include $(GNUSTEP_MAKEFILES)/tool.make + -include GNUmakefile.postamble Added: head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,13 @@ +--- SoObjects/SOGo/NSData+Crypto.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/NSData+Crypto.m +@@ -23,10 +23,6 @@ + * Boston, MA 02111-1307, USA. + */ + +-#ifndef __OpenBSD__ +-#include +-#endif +- + #include + #include + #include Added: head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,824 @@ +--- SoObjects/SOGo/instance-framework.make.orig 2015-09-23 03:39:02 UTC ++++ SoObjects/SOGo/instance-framework.make +@@ -0,0 +1,821 @@ ++# -*-makefile-*- ++# Instance/framework.make ++# ++# Instance Makefile rules to build GNUstep-based frameworks. ++# ++# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. ++# ++# Author: Mirko Viviani ++# Author: Nicola Pero ++# ++# This file is part of the GNUstep Makefile Package. ++# ++# This library is free software; you can redistribute it and/or ++# modify it under the terms of the GNU General Public License ++# as published by the Free Software Foundation; either version 3 ++# of the License, or (at your option) any later version. ++# ++# You should have received a copy of the GNU General Public ++# License along with this library; see the file COPYING. ++# If not, write to the Free Software Foundation, ++# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ++ ++# Frameworks usually link against a gui library (if available). If ++# you don't need a gui library, use xxx_NEEDS_GUI = no. ++ifeq ($(NEEDS_GUI),) ++ NEEDS_GUI = yes ++endif ++ ++ifeq ($(RULES_MAKE_LOADED),) ++include $(GNUSTEP_MAKEFILES)/rules.make ++endif ++ ++.PHONY: internal-framework-all_ \ ++ build-framework \ ++ internal-framework-build-headers \ ++ build-framework-dirs \ ++ internal-framework-install_ \ ++ internal-framework-distclean \ ++ internal-framework-clean \ ++ internal-framework-uninstall_ \ ++ internal-framework-run-compile-submake \ ++ internal-framework-compile ++ ++# The name of the framework is in the FRAMEWORK_NAME variable. ++# The list of framework resource files are in xxx_RESOURCE_FILES ++# The list of framework web server resource files are in ++# xxx_WEBSERVER_RESOURCE_FILES ++# The list of localized framework resource files is in ++# xxx_LOCALIZED_RESOURCE_FILES ++# The list of localized framework web server resource files is in ++# xxx_WEBSERVER_LOCALIZED_RESOURCE_FILES ++# The list of framework GSWeb components are in xxx_COMPONENTS ++# The list of languages the framework supports is in xxx_LANGUAGES ++# The list of framework resource directories are in xxx_RESOURCE_DIRS ++# The list of framework subprojects directories are in xxx_SUBPROJECTS ++# The name of the principal class is xxx_PRINCIPAL_CLASS ++# The header files are in xxx_HEADER_FILES ++# The directory where the header files are located is xxx_HEADER_FILES_DIR ++# (defaults to ./) ++# The directory where to install the header files inside the library ++# installation directory is xxx_HEADER_FILES_INSTALL_DIR ++# (defaults to the framework name [without .framework]). Can't be `.' ++# The list of framework web server resource directories are in ++# xxx_WEBSERVER_RESOURCE_DIRS ++# The list of localized framework web server GSWeb components are in ++# xxx_WEBSERVER_LOCALIZED_RESOURCE_DIRS ++# xxx_CURRENT_VERSION_NAME is the compiled version name (default "0") ++# xxx_MAKE_CURRENT_VERSION is used to decide if the framework version ++# we compiling should be made the current/default version or not ++# (default is "yes") ++# ++# where xxx is the framework name ++# ++# ++# The HEADER_FILES_INSTALL_DIR might look somewhat weird - because in ++# most if not all cases, you want it to be the framework name. At the ++# moment, it allows you to put headers for framework XXX in directory ++# YYY, so that you can refer to them by using #include ++# rather than #include . It seems to ++# be mostly used to have a framework with name XXX work as a drop-in ++# replacement for another framework, which has name YYY -- and which ++# might be installed at the same time :-). ++# ++# If you want to insert your own entries into Info.plist (or ++# Info-gnustep.plist) you should create a xxxInfo.plist file (where ++# xxx is the framework name) and gnustep-make will automatically ++# read it and merge it into Info-gnustep.plist. ++# ++ ++# Set VERSION from xxx_VERSION ++ifneq ($($(GNUSTEP_INSTANCE)_VERSION),) ++ VERSION = $($(GNUSTEP_INSTANCE)_VERSION) ++endif ++ ++ifeq ($(VERSION),) ++ VERSION = 0.0.1 ++endif ++ ++# By setting xxx_INTERFACE_VERSION you can change the soversion used ++# when linking the library. See comments in library.make for the ++# variables with the same name for libraries. ++ifeq ($($(GNUSTEP_INSTANCE)_INTERFACE_VERSION),) ++ # By default, if VERSION is 1.0.0, INTERFACE_VERSION is 1 ++ INTERFACE_VERSION = $(word 1,$(subst ., ,$(VERSION))) ++else ++ INTERFACE_VERSION = $($(GNUSTEP_INSTANCE)_INTERFACE_VERSION) ++endif ++ ++# CURRENT_VERSION_NAME is the name of the version as used when ++# building the library structure. We recommend just using ++# INTERFACE_VERSION for that, so your resources and your shared ++# library have the same versioning. ++ ++# Warning - the following variable is also used in Master/rules.make ++# to build the OWNING_PROJECT_HEADER_DIR for the framework's ++# subprojects. Make sure you keep them in sync if you change them. ++CURRENT_VERSION_NAME = $($(GNUSTEP_INSTANCE)_CURRENT_VERSION_NAME) ++ifeq ($(CURRENT_VERSION_NAME),) ++ CURRENT_VERSION_NAME = $(INTERFACE_VERSION) ++endif ++ ++# xxx_MAKE_CURRENT_VERSION can be set to 'no' if you do not want the ++# framework version that we are building from becoming the Current ++# one. ++ifneq ($($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION),) ++ MAKE_CURRENT_VERSION = $($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION) ++endif ++ ++ifeq ($(MAKE_CURRENT_VERSION),) ++ MAKE_CURRENT_VERSION = yes ++endif ++ ++# If there are no working symlinks, common.make sets ++# FRAMEWORK_VERSION_SUPPORT to no, which unconditionally turn ++# versioning off. This means that we create no symlinks inside the ++# xxx.framework directory for the various versions; that everything is ++# put top-level as in the case of bundles. So with ++# FRAMEWORK_VERSION_SUPPORT = no, the Directory structure is: ++# ++# xxx.framework/libframework.dll.a ++# xxx.framework/framework.dll ++# xxx.framework/Resources ++# xxx.framework/Headers ++# ++# The Headers, libframework.dll.a and framework.dll are then copied into ++# the standard header/library locations so that they can be found by ++# compiler/linker. Given that there are no symlinks, there is no other ++# way of doing this. ++ifeq ($(FRAMEWORK_VERSION_SUPPORT),no) ++ MAKE_CURRENT_VERSION = no ++endif ++ ++# This is used on Apple to build frameworks which can be embedded into ++# applications. You usually set it to something like ++# @executable_path/../Frameworks and then you can embed the framework ++# in an application. ++DYLIB_INSTALL_NAME_BASE = $($(GNUSTEP_INSTANCE)_DYLIB_INSTALL_NAME_BASE) ++ ++FRAMEWORK_DIR_NAME = $(GNUSTEP_INSTANCE).framework ++FRAMEWORK_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_DIR_NAME) ++ ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME) ++else ++ FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME) ++endif ++ ++FRAMEWORK_VERSION_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_VERSION_DIR_NAME) ++ ++# This is not doing much at the moment, it is only defining ++# HEADER_FILES, HEADER_SUBDIRS, HEADER_FILES_DIR and ++# HEADER_FILES_INSTALL_DIR in the standard way. Please note that ++# HEADER_FILES might be empty even if we have headers in subprojects ++# that we need to manage and install. So we assume by default that we ++# have some headers even if HEADER_FILES is empty. ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make ++ ++# On windows, this is unfortunately required. ++ifeq ($(BUILD_DLL), yes) ++ LINK_AGAINST_ALL_LIBS = yes ++endif ++ ++ifeq ($(LINK_AGAINST_ALL_LIBS), yes) ++ # Link against all libs ... but not the one we're compiling! (not sure ++ # when this could happen with frameworks, anyway it makes sense) ++ LIBRARIES_DEPEND_UPON += $(filter-out -l$(GNUSTEP_INSTANCE), $(ALL_LIBS)) ++endif ++ ++INTERNAL_LIBRARIES_DEPEND_UPON = \ ++ $(ALL_LIB_DIRS) \ ++ $(LIBRARIES_DEPEND_UPON) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ ++ # On GNUstep, build our dummy class to store information which ++ # gnustep-base can find at run time. ++ ++ # An ObjC class name can not contain '-', but some people '-' this ++ # in framework names. So we need to encode the '-' in some way ++ # into an ObjC class name. (since we're there, we also encode '+' ++ # even if that's not really common). ++ ++ # What we do is, we use '_' as an escape character, and encode (in the ++ # order) as follows: ++ # ++ # '_' is converted to '__' ++ # '-' is converted to '_0' ++ # '+' is converted to '_1' ++ # ++ ++ # For example, 'Renaissance-Experimental' becomes ++ # 'Renaissance_0Experimental'. ++ ++ # GNUstep-base will convert the name back by applying the reverse rules ++ # in the reverse order. ++ ++ DUMMY_FRAMEWORK = NSFramework_$(subst +,_1,$(subst -,_0,$(subst _,__,$(GNUSTEP_INSTANCE)))) ++ DUMMY_FRAMEWORK_FILE = $(DERIVED_SOURCES_DIR)/$(DUMMY_FRAMEWORK).m ++ DUMMY_FRAMEWORK_OBJ_FILE = $(addprefix $(GNUSTEP_OBJ_INSTANCE_DIR)/,$(DUMMY_FRAMEWORK).o) ++ ++ # The following file will hold the list of classes compiled into the ++ # framework, ready to be included in the .plist file. We include the ++ # list of classes twice, in the object file itself (for when the ++ # framework is loaded) and in the .plist (for tools which let you ++ # browse in frameworks on disk and see lists of classes). Please note ++ # that reading the class list from the .plist requires gnustep-base to ++ # have properly located the framework bundle on disk, while reading ++ # the list from the object file itself does not (and so it's more ++ # likely to work in a portable way), which is why we still save the ++ # list in the object file rather than only putting it in the .plist. ++ # Maybe this point should be discarded, and we should only store the class ++ # list in the .plist file. ++ DUMMY_FRAMEWORK_CLASS_LIST = $(DERIVED_SOURCES_DIR)/$(GNUSTEP_INSTANCE)-class-list ++endif ++ ++FRAMEWORK_HEADER_FILES = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_FILES)) ++FRAMEWORK_HEADER_SUBDIRS = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_SUBDIRS)) ++ ++# FIXME - do we really those variables too ? ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/Current ++else ++ FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME) ++endif ++ ++FRAMEWORK_CURRENT_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_DIR_NAME) ++FRAMEWORK_LIBRARY_DIR_NAME = $(FRAMEWORK_VERSION_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) ++FRAMEWORK_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) ++FRAMEWORK_CURRENT_LIBRARY_DIR_NAME = $(FRAMEWORK_CURRENT_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) ++FRAMEWORK_CURRENT_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME) ++ ++ifneq ($(BUILD_DLL), yes) ++ ++FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(SHARED_LIBEXT) ++ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++# On Mac OS X the version number conventionally precedes the shared ++# library suffix, e.g., libgnustep-base.1.16.1.dylib. ++VERSION_FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE).$(VERSION)$(SHARED_LIBEXT) ++SONAME_FRAMEWORK_FILE = lib$(GNUSTEP_INSTANCE).$(INTERFACE_VERSION)$(SHARED_LIBEXT) ++else ++VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE).$(VERSION) ++SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE).$(INTERFACE_VERSION) ++endif ++ ++else # BUILD_DLL ++ ++# When you build a DLL, you have to install it in a directory which is ++# in your PATH. ++ifeq ($(DLL_INSTALLATION_DIR),) ++ DLL_INSTALLATION_DIR = $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR) ++endif ++ ++# When we build a DLL, we also pass -DBUILD_lib{library_name}_DLL=1 to ++# the preprocessor. With the new DLL support, this is usually not ++# needed; but in some cases some symbols are difficult and have to be ++# exported/imported manually. For these cases, the library header ++# files can use this preprocessor define to know that they are ++# included during compilation of the library itself, or are being ++# imported by external code. Typically with the new DLL support if a ++# symbol can't be imported you have to mark it with ++# __declspec(dllimport) when the library is not being compiled. ++# __declspec(dllexport) is not particularly useful instead. ++ ++CLEAN_framework_NAME = $(subst -,_,$(GNUSTEP_INSTANCE)) ++SHARED_CFLAGS += -DBUILD_$(CLEAN_framework_NAME)_DLL=1 ++ ++# FRAMEWORK_LIBRARY_FILE is the import library, libRenaissance.dll.a ++FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(DLL_LIBEXT)$(LIBEXT) ++VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE) ++SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE) ++ ++# LIB_LINK_DLL_FILE is the DLL library, Renaissance-0.dll ++# (cygRenaissance-0.dll on Cygwin). Include the INTERFACE_VERSION in ++# the DLL library name. Applications are linked explicitly to this ++# INTERFACE_VERSION of the library; this works exactly in the same way ++# as under Unix. ++LIB_LINK_DLL_FILE = $(DLL_PREFIX)$(GNUSTEP_INSTANCE)-$(subst .,_,$(INTERFACE_VERSION))$(DLL_LIBEXT) ++ ++FRAMEWORK_OBJ_EXT = $(DLL_LIBEXT) ++endif # BUILD_DLL ++ ++FRAMEWORK_FILE_NAME = $(FRAMEWORK_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) ++FRAMEWORK_FILE = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_FILE_NAME) ++ ++ifneq ($($(GNUSTEP_INSTANCE)_INSTALL_DIR),) ++ FRAMEWORK_INSTALL_DIR = $($(GNUSTEP_INSTANCE)_INSTALL_DIR) ++endif ++ ++ifeq ($(FRAMEWORK_INSTALL_DIR),) ++ FRAMEWORK_INSTALL_DIR = $(GNUSTEP_FRAMEWORKS) ++endif ++ ++# ++# Now prepare the variables which are used by target-dependent commands ++# defined in target.make ++# ++LIB_LINK_OBJ_DIR = $(FRAMEWORK_LIBRARY_DIR) ++LIB_LINK_VERSION_FILE = $(VERSION_FRAMEWORK_LIBRARY_FILE) ++LIB_LINK_SONAME_FILE = $(SONAME_FRAMEWORK_FILE) ++LIB_LINK_FILE = $(FRAMEWORK_LIBRARY_FILE) ++LIB_LINK_INSTALL_DIR = $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) ++ ++ifneq ($(DYLIB_INSTALL_NAME_BASE),) ++ LIB_LINK_INSTALL_NAME = $(DYLIB_INSTALL_NAME_BASE)/$(FRAMEWORK_FILE_NAME) ++else ++ # Use a relative path for easy relocation. ++ LIB_LINK_INSTALL_NAME = $(GNUSTEP_INSTANCE).framework/$(GNUSTEP_INSTANCE) ++ ++ # On Mac OS X, set absolute install_name if requested ++ ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++ ifeq ($(GNUSTEP_ABSOLUTE_INSTALL_PATHS), yes) ++ LIB_LINK_INSTALL_NAME = $(LIB_LINK_INSTALL_DIR)/$(GNUSTEP_INSTANCE) ++ endif ++ endif ++endif ++ ++ ++GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH = $(FRAMEWORK_VERSION_DIR)/Resources ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/bundle.make ++ ++internal-framework-all_:: $(GNUSTEP_OBJ_INSTANCE_DIR) $(OBJ_DIRS_TO_CREATE) \ ++ build-framework ++# If they specified Info-gnustep.plist in the xxx_RESOURCE_FILES, ++# print a warning. They are supposed to provide a xxxInfo.plist which ++# gets merged with the automatically generated entries to generate ++# Info-gnustep.plist. ++ifneq ($(FOUNDATION_LIB), apple) ++ ifneq ($(filter Info-gnustep.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) ++ $(WARNING_INFO_GNUSTEP_PLIST) ++ endif ++else ++ ifneq ($(filter Info.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) ++ $(WARNING_INFO_PLIST) ++ endif ++endif ++ ++internal-framework-build-headers:: $(FRAMEWORK_VERSION_DIR)/Headers \ ++ $(FRAMEWORK_HEADER_SUBDIRS) \ ++ $(FRAMEWORK_HEADER_FILES) \ ++ build-framework-dirs ++ ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ ++# A target to build/reset the Current symlink to point to the newly ++# compiled framework. Only executed if MAKE_CURRENT_VERSION is yes, ++# and only executed if the symlink doesn't exist yet, or if ++# FRAMEWORK_VERSION_DIR is newer than the symlink. This is to avoid ++# rebuilding the symlink every single time, which is a waste of time. ++UPDATE_CURRENT_SYMLINK_RULE = $(FRAMEWORK_DIR)/Versions/Current ++$(FRAMEWORK_DIR)/Versions/Current: $(FRAMEWORK_VERSION_DIR) ++ $(ECHO_UPDATING_VERSION_SYMLINK)cd $(FRAMEWORK_DIR)/Versions; \ ++ $(RM_LN_S) Current; \ ++ $(LN_S) $(CURRENT_VERSION_NAME) Current$(END_ECHO) ++ ++else ++UPDATE_CURRENT_SYMLINK_RULE = ++endif ++ ++# FIXME/TODO - the following rule is always executed. This is stupid. ++# We should have some decent dependencies so that it's not executed if ++# there is nothing to build. :-) ++ ++# Please note that test -h must be used instead of test -L because on ++# old Sun Solaris, test -h works but test -L does not. ++build-framework-dirs: $(DERIVED_SOURCES_DIR) \ ++ $(FRAMEWORK_LIBRARY_DIR) \ ++ $(FRAMEWORK_VERSION_DIR)/Resources \ ++ $(FRAMEWORK_RESOURCE_DIRS) \ ++ $(UPDATE_CURRENT_SYMLINK_RULE) ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ $(ECHO_NOTHING)cd $(FRAMEWORK_DIR); \ ++ if [ ! -h "Resources" ]; then \ ++ $(RM_LN_S) Resources; \ ++ $(LN_S_RECURSIVE) Versions/Current/Resources Resources; \ ++ fi; \ ++ if [ ! -h "Headers" ]; then \ ++ $(RM_LN_S) Headers; \ ++ $(LN_S_RECURSIVE) Versions/Current/Headers Headers; \ ++ fi$(END_ECHO) ++endif ++ $(ECHO_NOTHING)cd $(DERIVED_SOURCES_DIR); \ ++ if [ ! -h "$(HEADER_FILES_INSTALL_DIR)" ]; then \ ++ $(RM_LN_S) ./$(HEADER_FILES_INSTALL_DIR); \ ++ $(LN_S_RECURSIVE) ../$(FRAMEWORK_DIR_NAME)/Headers \ ++ ./$(HEADER_FILES_INSTALL_DIR); \ ++ fi$(END_ECHO) ++ ++$(FRAMEWORK_LIBRARY_DIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(FRAMEWORK_VERSION_DIR)/Headers: ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(FRAMEWORK_HEADER_SUBDIRS): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(DERIVED_SOURCES_DIR): $(DERIVED_SOURCES_DIR)/.stamp ++$(DERIVED_SOURCES_DIR)/.stamp: ++ $(ECHO_CREATING)$(MKDIRS) $(DERIVED_SOURCES_DIR); \ ++ touch $@$(END_ECHO) ++ ++# Need to share this code with the headers code ... but how. ++ ++# IMPORTANT: It is tempting to have a file (a header, in this case) ++# depend on the directory in which we want to create it (the ++# .../Headers/ directory in this case). The idea being that make ++# would automatically create the directory before the file. That ++# might work for a single file, but could trigger spurious rebuilds if ++# you have more than one file in the directory. The first file will ++# create the directory, then create the file. The second file will be ++# created inside the directory; but on some filesystems, creating the ++# file inside the directory then updates the 'last modified' timestamp ++# of the directory. So next time you run make, the directory is ++# 'newer' than the first file, and because the first file depends on ++# the directory, make will determine that it needs to be updated, ++# triggering a spurious recreation of the file. If you also have ++# auto-dependencies turned on, this might in turn cause recompilation ++# and further spurious rebuilding to happen. ++$(FRAMEWORK_VERSION_DIR)/Headers/%.h: $(HEADER_FILES_DIR)/%.h ++ $(ECHO_CREATING)$(INSTALL_DATA) $< $@$(END_ECHO) ++ ++OBJC_OBJ_FILES_TO_INSPECT = $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES) ++ ++# FIXME - We should not depend on GNUmakefile - rather we should use ++# Instance/Shared/stamp-string.make if we need to depend on the value ++# of some make variables. That would also detect a change in ++# FRAMEWORK_INSTALL_DIR from the command line, not currently covered ++# at the moment! ++# ++# To get the list of all classes, we use ++# $(EXTRACT_CLASS_NAMES_COMMAND), which is defined in target.make ++# ++# ++# The following rule will also build the DUMMY_FRAMEWORK_CLASS_LIST ++# file. This file is always created/deleted at the same time as the ++# DUMMY_FRAMEWORK_FILE. ++$(DUMMY_FRAMEWORK_FILE): $(DERIVED_SOURCES_DIR)/.stamp $(OBJ_FILES_TO_LINK) GNUmakefile ++ $(ECHO_CREATING) classes=""; \ ++ for object_file in $(OBJC_OBJ_FILES_TO_INSPECT) __dummy__; do \ ++ if [ "$$object_file" != "__dummy__" ]; then \ ++ sym=`$(EXTRACT_CLASS_NAMES_COMMAND)`; \ ++ classes="$$classes $$sym"; \ ++ fi; \ ++ done; \ ++ classlist=""; \ ++ classarray=""; \ ++ for f in $$classes __dummy__ ; do \ ++ if [ "$$f" != "__dummy__" ]; then \ ++ if [ "$$classlist" = "" ]; then \ ++ classlist="@\"$$f\""; \ ++ classarray="(\"$$f\""; \ ++ else \ ++ classlist="$$classlist, @\"$$f\""; \ ++ classarray="$$classarray, \"$$f\""; \ ++ fi; \ ++ fi; \ ++ done; \ ++ if [ "$$classlist" = "" ]; then \ ++ classlist="NULL"; \ ++ classarray="()"; \ ++ else \ ++ classlist="$$classlist, NULL"; \ ++ classarray="$$classarray)"; \ ++ fi; \ ++ echo "$$classarray" > $(DUMMY_FRAMEWORK_CLASS_LIST); \ ++ echo "#include " > $@; \ ++ echo "#include " > $@; \ ++ echo "@interface $(DUMMY_FRAMEWORK) : NSObject" >> $@; \ ++ echo "+ (NSString *)frameworkEnv;" >> $@; \ ++ echo "+ (NSString *)frameworkPath;" >> $@; \ ++ echo "+ (NSString *)frameworkVersion;" >> $@; \ ++ echo "+ (NSString *const*)frameworkClasses;" >> $@; \ ++ echo "@end" >> $@; \ ++ echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \ ++ echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \ ++ echo "+ (NSString *)frameworkPath { return @\"/usr/local/GNUstep/Local/Library/Frameworks\"; }" >> $@; \ ++ echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \ ++ echo "static NSString *allClasses[] = {$$classlist};" >> $@; \ ++ echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\ ++ echo "@end" >> $@$(END_ECHO) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++$(DUMMY_FRAMEWORK_OBJ_FILE): $(DUMMY_FRAMEWORK_FILE) ++ $(ECHO_COMPILING)$(CC) $< -c $(ALL_CPPFLAGS) $(ALL_OBJCFLAGS) -o $@$(END_ECHO) ++endif ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ FRAMEWORK_INFO_PLIST_FILE = Info-gnustep.plist ++else ++ FRAMEWORK_INFO_PLIST_FILE = Info.plist ++endif ++ ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++build-framework: internal-framework-run-compile-submake \ ++ shared-instance-bundle-all \ ++ $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) \ ++ $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) ++else ++build-framework: internal-framework-run-compile-submake \ ++ shared-instance-bundle-all \ ++ $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) ++endif ++ ++ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++# When building native frameworks on Apple, we need to create a ++# top-level symlink xxx.framework/xxx ---> the framework shared ++# library. On Darwin (non-Apple) we do this as well since we can partially ++# emulate frameworks (see the ld_lib_path.sh comments on this). ++ ++# Please note that the following keeps the top-level symlink pointing ++# to the framework in Current. This is always correct, even if what ++# we are compiling is not made the Current framework version, but if ++# what we are compiling is not made the Current framework version, I ++# think it's not our business to touch the Current stuff, so let's ++# ignore it. It's faster to ignore it anyway. ;-) ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework; \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE); \ ++ $(LN_S) Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) $(GNUSTEP_INSTANCE)$(END_ECHO) ++endif ++ ++else ++ ++# We create a top-level symlink (/copy) ++# ++# xxx.framework/{TARGET_LDIR}/xxx --> ++# ++# And also ++# ++# xxx.framework/{TARGET_LDIR}/libxxx.so --> ++# ++# On Windows, we don't do any of this since there are no versions anyway. ++# ++# The reason for doing this is that you can link against the uninstalled framework ++# by just using -Lpath_to_the_framework/xxx.framework/$TARGET_LDIR ++# ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ ++ Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) short` \ ++ $(GNUSTEP_INSTANCE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ ++ Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(FRAMEWORK_LIBRARY_FILE) short` \ ++ $(FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++endif ++endif ++endif ++ ++ifneq ($(BUILD_DLL), yes) ++ LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_FILE) ++else ++ LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_DLL_FILE) ++endif ++ ++LIB_LINK_FILES_TO_LINK = $(OBJ_FILES_TO_LINK) ++ ++# Important: FRAMEWORK_FILE (which is created in the parallel ++# 'compile' invocation) depends on DUMMY_FRAMEWORK_OBJ_FILES as well, ++# which depends on a lot of other rules. These rules *must* be safe ++# for parallel building, because they will be used during a parallel ++# build. In particular, note that DUMMY_FRAMEWORK_OBJ_FILE must ++# itself depend on OBJ_FILES_TO_LINK else it might be built before all ++# files are compiled. ++$(FRAMEWORK_FILE): $(DUMMY_FRAMEWORK_OBJ_FILE) $(OBJ_FILES_TO_LINK) ++ifeq ($(OBJ_FILES_TO_LINK),) ++ $(WARNING_EMPTY_LINKING) ++endif ++ $(ECHO_LINKING) \ ++ $(LIB_LINK_CMD) || $(RM) $(FRAMEWORK_FILE) ; \ ++ (cd $(LIB_LINK_OBJ_DIR); \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE); \ ++ $(LN_S) $(LIB_LINK_FRAMEWORK_FILE) $(GNUSTEP_INSTANCE)) \ ++ $(END_ECHO) ++ ++ifeq ($(GNUSTEP_MAKE_PARALLEL_BUILDING), no) ++# Standard building ++internal-framework-run-compile-submake: $(FRAMEWORK_FILE) ++else ++# Parallel building. The actual compilation is delegated to a ++# sub-make invocation where _GNUSTEP_MAKE_PARALLEL is set to yet. ++# That sub-make invocation will compile files in parallel. ++internal-framework-run-compile-submake: ++ $(ECHO_NOTHING_RECURSIVE_MAKE)$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \ ++ internal-framework-compile \ ++ GNUSTEP_TYPE=$(GNUSTEP_TYPE) \ ++ GNUSTEP_INSTANCE=$(GNUSTEP_INSTANCE) \ ++ GNUSTEP_OPERATION=compile \ ++ GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \ ++ _GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO_RECURSIVE_MAKE) ++ ++internal-framework-compile: $(FRAMEWORK_FILE) ++endif ++ ++PRINCIPAL_CLASS = $(strip $($(GNUSTEP_INSTANCE)_PRINCIPAL_CLASS)) ++ ++ifeq ($(PRINCIPAL_CLASS),) ++ PRINCIPAL_CLASS = $(GNUSTEP_INSTANCE) ++endif ++ ++MAIN_MODEL_FILE = $(strip $(subst .gmodel,,$(subst .gorm,,$(subst .nib,,$($(GNUSTEP_INSTANCE)_MAIN_MODEL_FILE))))) ++ ++# FIXME: Use stamp.make to depend on the value of MAIN_MODEL_FILE and PRINCIPAL_CLASS ++ ++# FIXME: MacOSX frameworks should also merge xxxInfo.plist into them ++# MacOSX-S frameworks ++$(FRAMEWORK_VERSION_DIR)/Resources/Info.plist: ++ $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ ++ echo " NSExecutable = \"$(GNUSTEP_INSTANCE)\";"; \ ++ echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ ++ echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ ++ echo "}") >$@$(END_ECHO) ++ ++# GNUstep frameworks ++$(FRAMEWORK_VERSION_DIR)/Resources/Info-gnustep.plist: \ ++ $(DUMMY_FRAMEWORK_FILE) \ ++ $(GNUSTEP_PLIST_DEPEND) ++ $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ ++ echo " NSExecutable = \"$(GNUSTEP_INSTANCE)$(FRAMEWORK_OBJ_EXT)\";"; \ ++ echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ ++ echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ ++ echo " Classes = "; \ ++ cat $(DUMMY_FRAMEWORK_CLASS_LIST); \ ++ echo " ;"; \ ++ echo "}") >$@$(END_ECHO) ++ $(ECHO_NOTHING)if [ -r "$(GNUSTEP_PLIST_DEPEND)" ]; then \ ++ plmerge $@ $(GNUSTEP_PLIST_DEPEND); \ ++ fi$(END_ECHO) ++ ++ifneq ($(BUILD_DLL),yes) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ ++ $(GNUSTEP_HEADERS) ++ $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ ++ $(RM_LN_S) $(HEADER_FILES_INSTALL_DIR); \ ++ $(LN_S_RECURSIVE) `$(REL_PATH_SCRIPT) $(GNUSTEP_HEADERS) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)/Headers short` $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ ++ $(CHOWN) $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++endif ++ $(ECHO_NOTHING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ ++ $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(FRAMEWORK_LIBRARY_FILE) short` $(FRAMEWORK_LIBRARY_FILE); \ ++ if test -r "$(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE)"; then \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE) short` $(SONAME_FRAMEWORK_FILE); \ ++ fi; \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) short` $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(CHOWN) $(CHOWN_TO) $(FRAMEWORK_LIBRARY_FILE); \ ++ if test -r "$(SONAME_FRAMEWORK_FILE)"; then \ ++ $(CHOWN) $(CHOWN_TO) $(SONAME_FRAMEWORK_FILE); \ ++ fi; \ ++ $(CHOWN) $(CHOWN_TO) $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++endif ++ ++else ++ ++# This code for Apple OSX ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) ++ $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ ++endif ++ ++else # install DLL ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ ++ $(GNUSTEP_HEADERS) \ ++ $(DLL_INSTALLATION_DIR) ++ $(ECHO_INSTALLING)\ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR);\ ++ $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list \ ++ $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); \ ++ $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ ++ if test -d "$(HEADER_FILES_INSTALL_DIR)"; then \ ++ rm -Rf $(HEADER_FILES_INSTALL_DIR); \ ++ fi; \ ++ $(MKINSTALLDIRS) $(HEADER_FILES_INSTALL_DIR); \ ++ cd $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_VERSION_DIR_NAME)/Headers ; \ ++ $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list . | (cd $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR); \ ++ $(TAR) xf - ); \ ++ $(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ ++ $(CHOWN) -R $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++endif ++ $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_LIBRARY_DIR)/$(LIB_LINK_DLL_FILE) \ ++ $(DLL_INSTALLATION_DIR)$(END_ECHO) ++ $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_FILE_NAME) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO) ++ ++endif ++ ++$(DLL_INSTALLATION_DIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++# If Version support is disabled, then this directory is the same as ++# the Resources directory in Shared/bundle.make for which we already ++# have a rule. ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++$(FRAMEWORK_DIR)/Resources: ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++endif ++ ++$(FRAMEWORK_INSTALL_DIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_HEADERS): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++ifneq ($(BUILD_DLL), yes) ++# NB: We use '$(RM_LN_S)' to remove the symlinks to insure ++# that we do not remove customized real directories. ++internal-framework-uninstall_:: ++ $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ ++ for file in $(HEADER_FILES) __done; do \ ++ if [ $$file != __done ]; then \ ++ rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ ++ fi; \ ++ done; \ ++ fi; \ ++ $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ ++ cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ ++ $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ ++ $(END_ECHO) ++else ++internal-framework-uninstall_:: ++ $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ ++ for file in $(HEADER_FILES) __done; do \ ++ if [ $$file != __done ]; then \ ++ rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ ++ fi; \ ++ done; \ ++ fi; \ ++ $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ ++ cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ cd $(DLL_INSTALLATION_DIR); \ ++ $(RM_LN_S) $(LIB_LINK_DLL_FILE); \ ++ $(END_ECHO) ++endif ++# ++# Cleaning targets ++# ++internal-framework-clean:: ++ $(ECHO_NOTHING)rm -rf \ ++ $(PSWRAP_C_FILES) $(PSWRAP_H_FILES) \ ++ $(FRAMEWORK_DIR) $(DERIVED_SOURCES_DIR)$(END_ECHO) ++ ++internal-framework-distclean:: ++ ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/strings.make Added: head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make Wed Sep 23 05:30:12 2015 (r397608) @@ -0,0 +1,33 @@ +--- SoObjects/SOGo/master-framework.make.orig 2015-09-23 03:38:31 UTC ++++ SoObjects/SOGo/master-framework.make +@@ -0,0 +1,30 @@ ++# ++# framework.make ++# ++# Makefile rules to build GNUstep-based frameworks. ++# *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed Sep 23 07:21:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EE0BA06D6E; Wed, 23 Sep 2015 07:21:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4F21BA5; Wed, 23 Sep 2015 07:21:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8N7LSZv098785; Wed, 23 Sep 2015 07:21:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8N7LRDJ098315; Wed, 23 Sep 2015 07:21:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509230721.t8N7LRDJ098315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 07:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397609 - head/net-p2p/gtk-gnutella X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 07:21:28 -0000 Author: jbeich Date: Wed Sep 23 07:21:26 2015 New Revision: 397609 URL: https://svnweb.freebsd.org/changeset/ports/397609 Log: net-p2p/gtk-gnutella: update to 1.1.4 [1] - Convert to new option helpers Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_73 PR: 203020 [1] Submitted by: Ben Woods (maintainer) [1] Modified: head/net-p2p/gtk-gnutella/Makefile (contents, props changed) head/net-p2p/gtk-gnutella/distinfo (contents, props changed) head/net-p2p/gtk-gnutella/pkg-plist (contents, props changed) Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Wed Sep 23 05:30:12 2015 (r397608) +++ head/net-p2p/gtk-gnutella/Makefile Wed Sep 23 07:21:26 2015 (r397609) @@ -35,7 +35,7 @@ # PORTNAME= gtk-gnutella -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF @@ -76,6 +76,7 @@ DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDI DBUS_CONFIGURE_OFF= -Ud_dbus DEBUG_CONFIGURE_ON= -Ud_official GUI_USE= gnome=gtk20 +GUI_VARS= INSTALLS_ICONS=yes GUI_CONFIGURE_OFF= -Dd_headless IPV6_CONFIGURE_OFF= -Ud_ipv6 NLS_USES= gettext @@ -85,29 +86,22 @@ PORTABILITY_CONFIGURE_ON= -Dd_portable TLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls TLS_CONFIGURE_OFF= -Ud_gnutls -.include - .if !defined(INTERACTIVE_CONFIGURE) CONFIGURE_ARGS+= -ders .endif -.if ${PORT_OPTIONS:MGUI} -INSTALLS_ICONS= yes -.endif - post-extract: @${CHMOD} -R a+rX ${WRKSRC} post-patch: @${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@exit 0|@echo done|' -.if empty(PORT_OPTIONS:MDEBUG) + +post-patch-DEBUG-off: @${REINPLACE_CMD} 's/(INSTALL) -c -m 555/(INSTALL) -c -s -m 555/g' \ ${WRKSRC}/src/Makefile.SH -.endif -post-install: -.if ${PORT_OPTIONS:MGUI} +post-install-GUI-on: .for i in 16 32 128 256 512 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps (cd ${WRKSRC}/extra_files && ${INSTALL_DATA} gtk-gnutella.${i}.png \ @@ -116,6 +110,5 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps (cd ${WRKSRC}/extra_files && ${INSTALL_DATA} gtk-gnutella.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/gtk-gnutella.svg) -.endif .include Modified: head/net-p2p/gtk-gnutella/distinfo ============================================================================== --- head/net-p2p/gtk-gnutella/distinfo Wed Sep 23 05:30:12 2015 (r397608) +++ head/net-p2p/gtk-gnutella/distinfo Wed Sep 23 07:21:26 2015 (r397609) @@ -1,2 +1,2 @@ -SHA256 (gtk-gnutella-1.1.3.tar.bz2) = 2659ddb846f60d13789674e926a71bbb4a8b9d3ca98c6b034a95eaa073531405 -SIZE (gtk-gnutella-1.1.3.tar.bz2) = 19504243 +SHA256 (gtk-gnutella-1.1.4.tar.bz2) = 6ae259ff9d5f20a2d10dba66ed6cbe5b56552307a6e8bc36df053b70aff4c956 +SIZE (gtk-gnutella-1.1.4.tar.bz2) = 19546318 Modified: head/net-p2p/gtk-gnutella/pkg-plist ============================================================================== --- head/net-p2p/gtk-gnutella/pkg-plist Wed Sep 23 05:30:12 2015 (r397608) +++ head/net-p2p/gtk-gnutella/pkg-plist Wed Sep 23 07:21:26 2015 (r397609) @@ -44,6 +44,7 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/pixmaps/magnet.64x64.png %%DATADIR%%/pixmaps/natpmp.xpm %%DATADIR%%/pixmaps/no_firewall.xpm +%%DATADIR%%/pixmaps/no_listening.xpm %%DATADIR%%/pixmaps/offline.xpm %%DATADIR%%/pixmaps/online.xpm %%DATADIR%%/pixmaps/pause.xpm From owner-svn-ports-head@freebsd.org Wed Sep 23 11:53:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BF85A06F87; Wed, 23 Sep 2015 11:53:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B1CF1145; Wed, 23 Sep 2015 11:53:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NBrOsT009283; Wed, 23 Sep 2015 11:53:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NBrNIk009276; Wed, 23 Sep 2015 11:53:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509231153.t8NBrNIk009276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 11:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397610 - in head/graphics: . waifu2x-converter-cpp waifu2x-converter-cpp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 11:53:25 -0000 Author: jbeich Date: Wed Sep 23 11:53:22 2015 New Revision: 397610 URL: https://svnweb.freebsd.org/changeset/ports/397610 Log: graphics/waifu2x-converter-cpp: add new port waifu2x achieves image superresolution for anime-style art using deep convolutional neural networks from Torch. waifu2x-converter-cpp reimplements its converter function in C++ using OpenCV. https://github.com/tanakamura/waifu2x-converter-cpp Added: head/graphics/waifu2x-converter-cpp/ head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) head/graphics/waifu2x-converter-cpp/distinfo (contents, props changed) head/graphics/waifu2x-converter-cpp/files/ head/graphics/waifu2x-converter-cpp/files/patch-freebsd (contents, props changed) head/graphics/waifu2x-converter-cpp/files/patch-no-sse3 (contents, props changed) head/graphics/waifu2x-converter-cpp/files/patch-non-x86 (contents, props changed) head/graphics/waifu2x-converter-cpp/pkg-descr (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Sep 23 07:21:26 2015 (r397609) +++ head/graphics/Makefile Wed Sep 23 11:53:22 2015 (r397610) @@ -1030,6 +1030,7 @@ SUBDIR += volpack SUBDIR += vp SUBDIR += waffle + SUBDIR += waifu2x-converter-cpp SUBDIR += webp SUBDIR += whirlgif SUBDIR += white_dune Added: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,63 @@ +# $FreeBSD$ + +PORTNAME= waifu2x-converter-cpp +DISTVERSION= 1.0.0-237 +DISTVERSIONSUFFIX= -gca65c93 +CATEGORIES= graphics + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Scale and denoise images using convolutional neural networks + +LICENSE= BSD2CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:${PORTSDIR}/devel/opencl +LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ + libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core + +USE_GITHUB= yes +GH_ACCOUNT= tanakamura + +USES= cmake compiler:c++11-lib dos2unix +CMAKE_ARGS= -DOPENCV_PREFIX="${LOCALBASE}" \ + -DOpenCL_LIBRARY="${LOCALBASE}/lib/libOpenCL.so" +CFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ + -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 +LDFLAGS+= -Wl,--as-needed # avoid overlinking (opencv deps) +USE_LDCONFIG= yes +PLIST_FILES= bin/${PORTNAME} \ + include/w2xconv.h \ + lib/libw2xc.so +PORTDATA= models_rgb +PORTDOCS= * + +OPTIONS_DEFINE= DOCS SIMD +OPTIONS_DEFAULT=SIMD + +SIMD_CMAKE_OFF= -DX86OPT=off + +post-patch: + @${REINPLACE_CMD} -e 's,-O2,,; /SYMBOL/s,-s,,' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ + ${WRKSRC}/src/main.cpp + +pre-install: +# XXX Fails on 9.x with error code 10 + -(cd ${WRKSRC} && ./runtest) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/libw2xc.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/src/w2xconv.h ${STAGEDIR}${PREFIX}/include + (cd ${WRKSRC} && ${COPYTREE_SHARE} \ + "${PORTDATA}" ${STAGEDIR}${DATADIR}) + +post-install-DOCS-on: + (cd ${WRKSRC} && ${COPYTREE_SHARE} "appendix" ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \ + "internals" ${STAGEDIR}${DOCSDIR}) + +.include Added: head/graphics/waifu2x-converter-cpp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/distinfo Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,2 @@ +SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-237-gca65c93_GH0.tar.gz) = 5b34ecc43a9c9f976ab92c72b1ba6f45b8470ea05bb976738e732c3c01290c8e +SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-237-gca65c93_GH0.tar.gz) = 14848013 Added: head/graphics/waifu2x-converter-cpp/files/patch-freebsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/files/patch-freebsd Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,92 @@ +https://github.com/tanakamura/waifu2x-converter-cpp/pull/3 + +diff --git src/Buffer.hpp src/Buffer.hpp +index 2152cf3..e69d10b 100644 +--- src/Buffer.hpp ++++ src/Buffer.hpp +@@ -1,8 +1,10 @@ + #ifndef BUFFER_HPP + #define BUFFER_HPP + +-#ifndef __APPLE__ ++#if defined(_MSC_VER) + #include ++#elif defined(__GNUC__) ++#include + #endif + + #include +diff --git src/Env.hpp src/Env.hpp +index 8087431..7003c80 100644 +--- src/Env.hpp ++++ src/Env.hpp +@@ -26,7 +26,7 @@ struct ComputeEnv { + + struct W2XConvProcessor target_processor; + +-#ifndef __APPLE__ ++#if defined(_WIN32) || defined(__linux) + w2xc::ThreadPool *tpool; + #endif + ComputeEnv(); +diff --git src/modelHandler_avx_func.hpp src/modelHandler_avx_func.hpp +index 2459792..27514e5 100644 +--- src/modelHandler_avx_func.hpp ++++ src/modelHandler_avx_func.hpp +@@ -699,7 +699,7 @@ filter_AVX_impl0(ComputeEnv *env, + } + }; + +-#ifdef __APPLE__ ++#if !defined(_WIN32) && !defined(__linux) + std::vector workerThreads; + for (int ji=0; ji + #include "threadPool.hpp" + +-#ifndef __APPLE__ ++#if defined(_WIN32) || defined(__linux) + + namespace w2xc { + +diff --git src/threadPool.hpp src/threadPool.hpp +index 2a905ea..34f6586 100644 +--- src/threadPool.hpp ++++ src/threadPool.hpp +@@ -1,7 +1,7 @@ + #ifndef THREAD_POOL_HPP + #define THREAD_POOL_HPP + +-#ifndef __APPLE__ ++#if defined(_WIN32) || defined(__linux) + + #include + #include +diff --git src/w2xconv.cpp src/w2xconv.cpp +index 5ed00bd..de78ad8 100644 +--- src/w2xconv.cpp ++++ src/w2xconv.cpp +@@ -36,7 +36,7 @@ w2xconv_init(enum W2XConvGPUMode gpu, + nJob = std::thread::hardware_concurrency(); + } + +-#ifndef __APPLE__ ++#if defined(_WIN32) || defined(__linux) + impl->env.tpool = w2xc::initThreadPool(nJob); + #endif + +@@ -248,7 +248,7 @@ w2xconv_fini(struct W2XConv *conv) + + w2xc::finiCUDA(&impl->env); + w2xc::finiOpenCL(&impl->env); +-#ifndef __APPLE__ ++#if defined(_WIN32) || defined(__linux) + w2xc::finiThreadPool(impl->env.tpool); + #endif + Added: head/graphics/waifu2x-converter-cpp/files/patch-no-sse3 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/files/patch-no-sse3 Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,70 @@ +https://github.com/tanakamura/waifu2x-converter-cpp/pull/5 + +diff --git src/Env.cpp src/Env.cpp +index 76c1859..9ad0a3c 100644 +--- src/Env.cpp ++++ src/Env.cpp +@@ -28,6 +28,10 @@ ComputeEnv::ComputeEnv() + #endif + this->flags = 0; + ++ if (ecx & (1<<0)) { ++ this->flags |= ComputeEnv::HAVE_CPU_SSE3; ++ } ++ + if ((ecx & 0x18000000) == 0x18000000) { + this->flags |= ComputeEnv::HAVE_CPU_AVX; + } +diff --git src/Env.hpp src/Env.hpp +index 8087431..0c2e22a 100644 +--- src/Env.hpp ++++ src/Env.hpp +@@ -19,6 +19,7 @@ struct ComputeEnv { + + static const int HAVE_CPU_FMA = 1<<0; + static const int HAVE_CPU_AVX = 1<<1; ++ static const int HAVE_CPU_SSE3 = 1<<2; + + int flags; + +diff --git src/modelHandler.cpp src/modelHandler.cpp +index 2f72442..1e74ba0 100644 +--- src/modelHandler.cpp ++++ src/modelHandler.cpp +@@ -100,6 +100,7 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + + bool have_fma = env->flags & ComputeEnv::HAVE_CPU_FMA; + bool have_avx = env->flags & ComputeEnv::HAVE_CPU_AVX; ++ bool have_sse3 = env->flags & ComputeEnv::HAVE_CPU_SSE3; + + bool gpu = (rt == RUN_OPENCL) || (rt == RUN_CUDA); + +@@ -317,10 +318,12 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + filter_AVX_impl(env, packed_input, packed_output, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); +- } else { ++ } else if (have_sse3) { + filter_SSE_impl(env, packed_input, packed_output, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); ++ } else { ++ filter_CV(env, packed_input_buf, packed_output_buf, size); + } + } + +@@ -379,11 +382,12 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + const float *packed_input = (float*)packed_input_buf->get_read_ptr_host(env, in_size); + float *packed_output = (float*)packed_output_buf->get_write_ptr_host(env); + +- if (!have_avx) { ++ if (!have_sse3) { ++ filter_CV(env, packed_input_buf, packed_output_buf, size); ++ } else if (!have_avx) { + filter_SSE_impl(env, packed_input, packed_output, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); +- //filter_CV(env, packed_input_buf, packed_output_buf, size); + } else { + if (have_fma) { + filter_FMA_impl(env, packed_input, packed_output, Added: head/graphics/waifu2x-converter-cpp/files/patch-non-x86 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/files/patch-non-x86 Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,168 @@ +https://github.com/tanakamura/waifu2x-converter-cpp/pull/6 + +diff --git CMakeLists.txt CMakeLists.txt +index bcb0338..899ee7b 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -58,10 +58,24 @@ endif() + find_library(IMGCODECS_LIBRARY NAMES opencv_imgcodecs opencv_highgui + HINTS ${OPENCV_PREFIX}/lib) + ++if(CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64" OR ++ CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR ++ CMAKE_SYSTEM_PROCESSOR MATCHES "^i.86$") ++ set(X86_TRUE true) ++else() ++ set(X86_TRUE false) ++endif() ++ ++option(X86OPT "Enable X86 SIMD optimizations" ${X86_TRUE}) ++if(X86OPT) ++ add_definitions(-DX86OPT) ++ set(X86OPT_SOURCES src/modelHandler_avx.cpp src/modelHandler_fma.cpp src/modelHandler_sse.cpp) ++endif() ++ + add_executable(waifu2x-converter-cpp + src/main.cpp) + add_library(w2xc SHARED +- src/modelHandler.cpp src/modelHandler_avx.cpp src/modelHandler_fma.cpp src/modelHandler_sse.cpp ++ src/modelHandler.cpp ${X86OPT_SOURCES} + src/modelHandler_OpenCL.cpp src/convertRoutine.cpp src/threadPool.cpp + src/modelHandler_CUDA.cpp src/w2xconv.cpp src/common.cpp + src/Env.cpp +diff --git src/Env.cpp src/Env.cpp +index 76c1859..2c1069d 100644 +--- src/Env.cpp ++++ src/Env.cpp +@@ -1,11 +1,13 @@ + #include "Env.hpp" + #include "Buffer.hpp" + ++#ifdef X86OPT + #ifdef __GNUC__ + #include + #else + #include + #endif ++#endif // X86OPT + + ComputeEnv::ComputeEnv() + :num_cl_dev(0), +@@ -14,6 +16,9 @@ ComputeEnv::ComputeEnv() + cuda_dev_list(nullptr), + transfer_wait(0) + { ++ this->flags = 0; ++ ++#ifdef X86OPT + unsigned int eax=0, ebx=0, ecx=0, edx=0; + + #ifdef __GNUC__ +@@ -26,8 +31,6 @@ ComputeEnv::ComputeEnv() + ecx = cpuInfo[2]; + edx = cpuInfo[3]; + #endif +- this->flags = 0; +- + if (ecx & (1<<0)) { + this->flags |= ComputeEnv::HAVE_CPU_SSE3; + } +@@ -35,6 +38,7 @@ ComputeEnv::ComputeEnv() + if (ecx & (1<<12)) { + this->flags |= ComputeEnv::HAVE_CPU_FMA; + } ++#endif // X86OPT + + this->pref_block_size = 512; + } +diff --git src/modelHandler.cpp src/modelHandler.cpp +index 2f72442..1a3d87e 100644 +--- src/modelHandler.cpp ++++ src/modelHandler.cpp +@@ -306,6 +306,7 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); + } else { ++#ifdef X86OPT + const float *packed_input = (float*)packed_input_buf->get_read_ptr_host(env, in_size); + float *packed_output = (float*)packed_output_buf->get_write_ptr_host(env); + +@@ -322,6 +323,9 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); + } ++#else ++ filter_CV(env, packed_input_buf, packed_output_buf, size); ++#endif + } + + double t2 = getsec(); +@@ -376,6 +380,7 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + nInputPlanes, nOutputPlanes, fbiases_flat, weight_flat, + size.width, size.height, nJob); + } else { ++#ifdef X86OPT + const float *packed_input = (float*)packed_input_buf->get_read_ptr_host(env, in_size); + float *packed_output = (float*)packed_output_buf->get_write_ptr_host(env); + +@@ -395,6 +400,9 @@ bool Model::filter_AVX_OpenCL(ComputeEnv *env, + size.width, size.height, nJob); + } + } ++#else ++ filter_CV(env, packed_input_buf, packed_output_buf, size); ++#endif + } + } + +diff --git src/modelHandler_OpenCL.cpp src/modelHandler_OpenCL.cpp +index ea4fd9b..13da2a2 100644 +--- src/modelHandler_OpenCL.cpp ++++ src/modelHandler_OpenCL.cpp +@@ -16,13 +16,6 @@ + #include "CLlib.h" + #include "params.h" + +-#ifdef __GNUC__ +-#include +-#else +-#include +-#endif +- +- + static const char prog[] = + #include "modelHandler_OpenCL.cl.h" + ; +diff --git src/w2xconv.cpp src/w2xconv.cpp +index 5ed00bd..94b08c4 100644 +--- src/w2xconv.cpp ++++ src/w2xconv.cpp +@@ -1,10 +1,12 @@ + #define W2XCONV_IMPL + + #include ++#ifdef X86OPT + //#if (defined __GNUC__) || (defined __clang__) + #ifndef _WIN32 + #include + #endif ++#endif // X86OPT + #include "w2xconv.h" + #include "sec.hpp" + #include "Buffer.hpp" +@@ -63,6 +65,7 @@ w2xconv_init(enum W2XConvGPUMode gpu, + c->target_processor.devid = 0; + impl->dev_name = impl->env.cl_dev_list[0].name.c_str(); + } else { ++#ifdef X86OPT + { + + #ifdef _WIN32 +@@ -91,6 +94,7 @@ w2xconv_init(enum W2XConvGPUMode gpu, + + c->target_processor.type = W2XCONV_PROC_HOST; + } ++#endif // X86OPT + } + + c->target_processor.dev_name = impl->dev_name.c_str(); Added: head/graphics/waifu2x-converter-cpp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/waifu2x-converter-cpp/pkg-descr Wed Sep 23 11:53:22 2015 (r397610) @@ -0,0 +1,5 @@ +waifu2x achieves image superresolution for anime-style art using deep +convolutional neural networks from Torch. waifu2x-converter-cpp +reimplements its converter function in C++ using OpenCV. + +WWW: https://github.com/tanakamura/waifu2x-converter-cpp From owner-svn-ports-head@freebsd.org Wed Sep 23 12:18:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6B2A07E4B; Wed, 23 Sep 2015 12:18:27 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDEE91DC6; Wed, 23 Sep 2015 12:18:27 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NCIRq7017703; Wed, 23 Sep 2015 12:18:27 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NCIRDu017701; Wed, 23 Sep 2015 12:18:27 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201509231218.t8NCIRDu017701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 23 Sep 2015 12:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397611 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 12:18:28 -0000 Author: culot Date: Wed Sep 23 12:18:26 2015 New Revision: 397611 URL: https://svnweb.freebsd.org/changeset/ports/397611 Log: - Update to 20150918 PR: 203232 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Wed Sep 23 11:53:22 2015 (r397610) +++ head/games/wtf/Makefile Wed Sep 23 12:18:26 2015 (r397611) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20150822 +PORTVERSION= 20150918 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Wed Sep 23 11:53:22 2015 (r397610) +++ head/games/wtf/distinfo Wed Sep 23 12:18:26 2015 (r397611) @@ -1,2 +1,2 @@ -SHA256 (wtf-20150822.tar.gz) = ae423cd35c58bc9f307f47fa9c4e4cec2a50ac73739b012104badc5e8259d2fc -SIZE (wtf-20150822.tar.gz) = 24126 +SHA256 (wtf-20150918.tar.gz) = 6d4d47d4f01e738bebc16d40fe8e4e6dd201f6b15d5d4203c69e3e44bce2c61f +SIZE (wtf-20150918.tar.gz) = 24139 From owner-svn-ports-head@freebsd.org Wed Sep 23 12:47:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 073EFA02F23; Wed, 23 Sep 2015 12:47:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB9F11CB5; Wed, 23 Sep 2015 12:47:07 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NCl7aI029933; Wed, 23 Sep 2015 12:47:07 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NCl7Nt029931; Wed, 23 Sep 2015 12:47:07 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201509231247.t8NCl7Nt029931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 23 Sep 2015 12:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397612 - head/devel/p5-Perl-OSType X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 12:47:08 -0000 Author: culot Date: Wed Sep 23 12:47:06 2015 New Revision: 397612 URL: https://svnweb.freebsd.org/changeset/ports/397612 Log: - Update to 1.009 Changes: http://search.cpan.org/dist/Perl-OSType/Changes Modified: head/devel/p5-Perl-OSType/Makefile head/devel/p5-Perl-OSType/distinfo Modified: head/devel/p5-Perl-OSType/Makefile ============================================================================== --- head/devel/p5-Perl-OSType/Makefile Wed Sep 23 12:18:26 2015 (r397611) +++ head/devel/p5-Perl-OSType/Makefile Wed Sep 23 12:47:06 2015 (r397612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Perl-OSType -PORTVERSION= 1.008 +PORTVERSION= 1.009 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Perl-OSType/distinfo ============================================================================== --- head/devel/p5-Perl-OSType/distinfo Wed Sep 23 12:18:26 2015 (r397611) +++ head/devel/p5-Perl-OSType/distinfo Wed Sep 23 12:47:06 2015 (r397612) @@ -1,2 +1,2 @@ -SHA256 (Perl-OSType-1.008.tar.gz) = a1c2cd995314348e04eadb6675943edac55a351e56316cf965ae902e7be0bef1 -SIZE (Perl-OSType-1.008.tar.gz) = 17718 +SHA256 (Perl-OSType-1.009.tar.gz) = 245cf4c9f7614ac5e5c3bc82621fa2ab4f3c25e0aaae3016b7eed5d40ddcae06 +SIZE (Perl-OSType-1.009.tar.gz) = 18054 From owner-svn-ports-head@freebsd.org Wed Sep 23 13:28:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0B4A0626E; Wed, 23 Sep 2015 13:28:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2D821C00; Wed, 23 Sep 2015 13:28:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NDSxEx046209; Wed, 23 Sep 2015 13:28:59 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NDSxN0046208; Wed, 23 Sep 2015 13:28:59 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509231328.t8NDSxN0046208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Sep 2015 13:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397613 - head/multimedia/kodi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 13:28:59 -0000 Author: junovitch Date: Wed Sep 23 13:28:58 2015 New Revision: 397613 URL: https://svnweb.freebsd.org/changeset/ports/397613 Log: multimedia/kodi: Set USES= compiler:c++11-lib - USES= compiler:c++11-lib was left out of the original patch due to an oversight. Add it and remove FreeBSD 9 specific USE_GCC= yes. - No PORTREVISION bump as the compiler choice remained the same. PR: 202812 Submitted by: mickael.maillot@gmail.com MFH: 2015Q3 X-MFH-With: r397342, r397605 Modified: head/multimedia/kodi/Makefile Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Wed Sep 23 12:47:06 2015 (r397612) +++ head/multimedia/kodi/Makefile Wed Sep 23 13:28:58 2015 (r397613) @@ -60,8 +60,8 @@ GH_PROJECT= ffmpeg GH_TAGNAME= 2.6.4-Isengard KODI_COMMIT= f4dda26 -USES= autoreconf:build gettext gmake iconv jpeg libtool \ - pkgconfig python:2 +USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ + libtool pkgconfig python:2 GNU_CONFIGURE= yes USE_XORG= xmu xrandr xt xtst USE_GL= glu glew @@ -144,11 +144,6 @@ SFTP_CONFIGURE_ENABLE= ssh CONFIGURE_ARGS+= --disable-debug --disable-alsa --disable-pulse -.include -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - post-extract: ${MKDIR} ${WRKSRC}/tools/depends/target/ffmpeg/${GH_PROJECT}-${GH_TAGNAME} ${TAR} --strip-components=1 -xf ${DISTDIR}/${GH_PROJECT}-${GH_TAGNAME}.tar.gz \ @@ -172,4 +167,4 @@ post-install: | ${XARGS} ${STRIP_CMD} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/kodi/kodi-xrandr -.include +.include From owner-svn-ports-head@freebsd.org Wed Sep 23 13:37:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6447A06777; Wed, 23 Sep 2015 13:37:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99FEA114C; Wed, 23 Sep 2015 13:37:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NDb7Xk050394; Wed, 23 Sep 2015 13:37:07 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NDb6QX050389; Wed, 23 Sep 2015 13:37:06 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509231337.t8NDb6QX050389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 23 Sep 2015 13:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397614 - in head/net-mgmt: zabbix24-agent zabbix24-frontend zabbix24-proxy zabbix24-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 13:37:07 -0000 Author: robak Date: Wed Sep 23 13:37:05 2015 New Revision: 397614 URL: https://svnweb.freebsd.org/changeset/ports/397614 Log: net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6 - Update all slave ports: zabbix24-agent, zabbix24-frontend, zabbix24-proxy - Update maintainer address to pakhom@pakhom.spb.ru PR: 202241 Submitted by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix24-agent/Makefile head/net-mgmt/zabbix24-frontend/Makefile head/net-mgmt/zabbix24-proxy/Makefile head/net-mgmt/zabbix24-server/Makefile head/net-mgmt/zabbix24-server/distinfo Modified: head/net-mgmt/zabbix24-agent/Makefile ============================================================================== --- head/net-mgmt/zabbix24-agent/Makefile Wed Sep 23 13:28:58 2015 (r397613) +++ head/net-mgmt/zabbix24-agent/Makefile Wed Sep 23 13:37:05 2015 (r397614) @@ -1,4 +1,4 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix24 Modified: head/net-mgmt/zabbix24-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix24-frontend/Makefile Wed Sep 23 13:28:58 2015 (r397613) +++ head/net-mgmt/zabbix24-frontend/Makefile Wed Sep 23 13:37:05 2015 (r397614) @@ -1,4 +1,4 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix24 Modified: head/net-mgmt/zabbix24-proxy/Makefile ============================================================================== --- head/net-mgmt/zabbix24-proxy/Makefile Wed Sep 23 13:28:58 2015 (r397613) +++ head/net-mgmt/zabbix24-proxy/Makefile Wed Sep 23 13:37:05 2015 (r397614) @@ -1,4 +1,4 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix24 Modified: head/net-mgmt/zabbix24-server/Makefile ============================================================================== --- head/net-mgmt/zabbix24-server/Makefile Wed Sep 23 13:28:58 2015 (r397613) +++ head/net-mgmt/zabbix24-server/Makefile Wed Sep 23 13:37:05 2015 (r397614) @@ -1,8 +1,8 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix24 -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix24-server/distinfo ============================================================================== --- head/net-mgmt/zabbix24-server/distinfo Wed Sep 23 13:28:58 2015 (r397613) +++ head/net-mgmt/zabbix24-server/distinfo Wed Sep 23 13:37:05 2015 (r397614) @@ -1,2 +1,2 @@ -SHA256 (zabbix-2.4.5.tar.gz) = 4e2cf1e4893a45d83379a05e2debabddf16beab324c93e84adc0bb57716fb957 -SIZE (zabbix-2.4.5.tar.gz) = 14851092 +SHA256 (zabbix-2.4.6.tar.gz) = 0ebc6a3326e506cee18826baf2940e39fca3667650f7187e4aa103bf6f7f613c +SIZE (zabbix-2.4.6.tar.gz) = 14965697 From owner-svn-ports-head@freebsd.org Wed Sep 23 13:46:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2CEBA06C18; Wed, 23 Sep 2015 13:46:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 933B4178B; Wed, 23 Sep 2015 13:46:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NDkE8s054481; Wed, 23 Sep 2015 13:46:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NDkE1f054480; Wed, 23 Sep 2015 13:46:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231346.t8NDkE1f054480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 13:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397615 - head/games/freedroidrpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 13:46:14 -0000 Author: amdmi3 Date: Wed Sep 23 13:46:13 2015 New Revision: 397615 URL: https://svnweb.freebsd.org/changeset/ports/397615 Log: - Switch to options helpers Modified: head/games/freedroidrpg/Makefile Modified: head/games/freedroidrpg/Makefile ============================================================================== --- head/games/freedroidrpg/Makefile Wed Sep 23 13:37:05 2015 (r397614) +++ head/games/freedroidrpg/Makefile Wed Sep 23 13:46:13 2015 (r397615) @@ -37,18 +37,13 @@ BACKTRACE_DESC= Use backtrace() to gener BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo BACKTRACE_CONFIGURE_ENABLE= backtrace +BACKTRACE_VARS= STRIP= # empty OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE= opengl VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg VORBIS_CONFIGURE_ENABLE= vorbis -.include - -.if ${PORT_OPTIONS:MBACKTRACE} -STRIP= # -.endif - post-install: ${INSTALL_DATA} ${WRKSRC}/win32/w32icon2_64x64.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png From owner-svn-ports-head@freebsd.org Wed Sep 23 14:11:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C57B5A0776F; Wed, 23 Sep 2015 14:11:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6491215; Wed, 23 Sep 2015 14:11:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NEBw3w066483; Wed, 23 Sep 2015 14:11:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NEBv2S066479; Wed, 23 Sep 2015 14:11:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509231411.t8NEBv2S066479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 23 Sep 2015 14:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397616 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 14:11:58 -0000 Author: mat Date: Wed Sep 23 14:11:56 2015 New Revision: 397616 URL: https://svnweb.freebsd.org/changeset/ports/397616 Log: Update to v5.23.3-7-ge120c24 Changes: https://github.com/Perl/perl5/compare/v5.23.2-245-g801fcc2...v5.23.3-7-ge120c24 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/pkg-plist head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Wed Sep 23 13:46:13 2015 (r397615) +++ head/lang/perl5-devel/Makefile Wed Sep 23 14:11:56 2015 (r397616) @@ -26,7 +26,7 @@ LICENSE_FILE_GPLv1= ${WRKSRC}/Copying USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.2-245-g801fcc2 +GH_TAGNAME= v5.23.3-7-ge120c24 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Wed Sep 23 13:46:13 2015 (r397615) +++ head/lang/perl5-devel/distinfo Wed Sep 23 14:11:56 2015 (r397616) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.2-245_GH0.tar.gz) = fac7ecc2b0c5d21aac7ee6896999350cff0794b89178e9543daf3cb316df6795 -SIZE (perl/perl-5.23.2-245_GH0.tar.gz) = 17581104 +SHA256 (perl/perl-5.23.3-7_GH0.tar.gz) = d909b566316b417d323b3da759e63ae961860942df6662a46dadde5981c8eeef +SIZE (perl/perl-5.23.3-7_GH0.tar.gz) = 17576782 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Wed Sep 23 13:46:13 2015 (r397615) +++ head/lang/perl5-devel/pkg-plist Wed Sep 23 14:11:56 2015 (r397616) @@ -1452,6 +1452,7 @@ etc/man.d/perl%%PERL_VER%%.conf %%PRIV_LIB%%/pod/perl5231delta.pod %%PRIV_LIB%%/pod/perl5232delta.pod %%PRIV_LIB%%/pod/perl5233delta.pod +%%PRIV_LIB%%/pod/perl5234delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod @@ -2121,6 +2122,7 @@ etc/man.d/perl%%PERL_VER%%.conf %%MAN1%%/perl5231delta.1.gz %%MAN1%%/perl5232delta.1.gz %%MAN1%%/perl5233delta.1.gz +%%MAN1%%/perl5234delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Wed Sep 23 13:46:13 2015 (r397615) +++ head/lang/perl5-devel/version.mk Wed Sep 23 14:11:56 2015 (r397616) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.23.3 -PERL5_DEPEND= perl5>=5.23 +PERL_VERSION= 5.23.4 +PERL5_DEPEND= perl5>=5.23<5.24 From owner-svn-ports-head@freebsd.org Wed Sep 23 14:49:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 280A7A06DB5 for ; Wed, 23 Sep 2015 14:49:51 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E07581A08 for ; Wed, 23 Sep 2015 14:49:50 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 89716 invoked by uid 89); 23 Sep 2015 14:49:49 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Sep 2015 14:49:47 -0000 Received: (qmail 48563 invoked by uid 89); 23 Sep 2015 07:11:05 -0000 Received: by simscan 1.3.1 ppid: 48553, pid: 48559, t: 0.1009s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 23 Sep 2015 07:11:05 -0000 Received: (qmail 19392 invoked by uid 89); 23 Sep 2015 07:11:05 -0000 Received: by simscan 1.4.0 ppid: 19365, pid: 19384, t: 0.8734s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 23 Sep 2015 07:11:04 -0000 From: Jan Beich To: Jason Unovitch Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397605 - in head/multimedia/kodi: . files References: <201509230235.t8N2Z9rE077910@repo.freebsd.org> Date: Wed, 23 Sep 2015 09:10:41 +0200 In-Reply-To: <201509230235.t8N2Z9rE077910@repo.freebsd.org> (Jason Unovitch's message of "Wed, 23 Sep 2015 02:35:09 +0000 (UTC)") Message-ID: <7fnh-7gr2-wny@vfemail.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 14:49:51 -0000 --=-=-= Content-Type: text/plain Jason Unovitch writes: > +.include > +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 > +USE_GCC= yes > +.endif > + Why not spell this as USES=compiler:c++11-lib ? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWAlByXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bAQYH/RYDKtma59qF3tlhPiGs1OxM sYchOfTb5CVxy8bC+i+1HMSx3/z3ogrHufjwgjuZ0AJT7SkE2KT+l209Rt+74NnR fnL2Gs+KSCuFV7if/fdeSoAqly0zmTX0XBxc9J1zIuVZTeprDS4+CvBL96xxFihg skc7or//SmpdPbDq30yqk49dOpqk7YyG21Bz5pzYMq0+V8nIIRi5ib4qQGuPVcJ1 t7buybXEbaHYBQgAHgZx1hYREXlBMNv+CHgqNZC+guKu963fHGU/fqLKnXM730vo f44DdYCfqrpTQP0y3tzyoXh3cu8W9rzT1D7fxJ7nwvV0n9U/35lIhkBSGsa1I+s= =1FQA -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Wed Sep 23 15:08:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A791A0769A; Wed, 23 Sep 2015 15:08:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF7A51198; Wed, 23 Sep 2015 15:08:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NF8cqA087115; Wed, 23 Sep 2015 15:08:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NF8cpV087113; Wed, 23 Sep 2015 15:08:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231508.t8NF8cpV087113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 15:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397617 - head/graphics/rubygem-dragonfly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 15:08:39 -0000 Author: amdmi3 Date: Wed Sep 23 15:08:38 2015 New Revision: 397617 URL: https://svnweb.freebsd.org/changeset/ports/397617 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/graphics/rubygem-dragonfly/Makefile Modified: head/graphics/rubygem-dragonfly/Makefile ============================================================================== --- head/graphics/rubygem-dragonfly/Makefile Wed Sep 23 14:11:56 2015 (r397616) +++ head/graphics/rubygem-dragonfly/Makefile Wed Sep 23 15:08:38 2015 (r397617) @@ -3,6 +3,7 @@ PORTNAME= dragonfly PORTVERSION= 1.0.12 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -20,4 +21,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-patch: + @${REINPLACE_CMD} -e '1s|#!env|#!/usr/bin/env|' ${WRKSRC}/dev/test_rails + .include From owner-svn-ports-head@freebsd.org Wed Sep 23 15:09:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4A00A076F2; Wed, 23 Sep 2015 15:09:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8CBA127F; Wed, 23 Sep 2015 15:09:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NF9AHF087266; Wed, 23 Sep 2015 15:09:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NF9AXA087262; Wed, 23 Sep 2015 15:09:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509231509.t8NF9AXA087262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 23 Sep 2015 15:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397618 - in head/math/z3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 15:09:11 -0000 Author: feld Date: Wed Sep 23 15:09:09 2015 New Revision: 397618 URL: https://svnweb.freebsd.org/changeset/ports/397618 Log: Port improvements and modernization This is a no-op Submitted by: jbeich Modified: head/math/z3/Makefile head/math/z3/distinfo head/math/z3/files/patch-scripts_mk__util.py Modified: head/math/z3/Makefile ============================================================================== --- head/math/z3/Makefile Wed Sep 23 15:08:38 2015 (r397617) +++ head/math/z3/Makefile Wed Sep 23 15:09:09 2015 (r397618) @@ -2,22 +2,25 @@ PORTNAME= z3 PORTVERSION= 4.4.0 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= math MAINTAINER= 6yearold@gmail.com COMMENT= Z3 Theorem Prover LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= Z3Prover -GH_TAGNAME= z3-${PORTVERSION} -OPTIONS_DEFINE= STATIC +OPTIONS_DEFINE= DEBUG STATIC OPTIONS_DEFAULT= STATIC OPTIONS_SUB= yes +DEBUG_CONFIGURE_ON= --debug + STATIC_DESC= Build static z3 library STATIC_CONFIGURE_ON= --staticlib @@ -32,13 +35,14 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/build INSTALL_WRKSRC= ${WRKSRC}/build -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --debug -.endif - USES= python pre-build: - ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} + ${MKDIR} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/z3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libz3.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libz3.so .include Modified: head/math/z3/distinfo ============================================================================== --- head/math/z3/distinfo Wed Sep 23 15:08:38 2015 (r397617) +++ head/math/z3/distinfo Wed Sep 23 15:09:09 2015 (r397618) @@ -1,2 +1,2 @@ -SHA256 (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) = 65b72f9eb0af50949e504b47080fb3fc95f11c435633041d9a534473f3142cba -SIZE (Z3Prover-z3-4.4.0-z3-4.4.0_GH0.tar.gz) = 3060731 +SHA256 (Z3Prover-z3-z3-4.4.0_GH0.tar.gz) = 65b72f9eb0af50949e504b47080fb3fc95f11c435633041d9a534473f3142cba +SIZE (Z3Prover-z3-z3-4.4.0_GH0.tar.gz) = 3060731 Modified: head/math/z3/files/patch-scripts_mk__util.py ============================================================================== --- head/math/z3/files/patch-scripts_mk__util.py Wed Sep 23 15:08:38 2015 (r397617) +++ head/math/z3/files/patch-scripts_mk__util.py Wed Sep 23 15:09:09 2015 (r397618) @@ -1,5 +1,14 @@ --- scripts/mk_util.py.orig 2015-04-29 14:40:46 UTC +++ scripts/mk_util.py +@@ -41,7 +41,7 @@ CXX_COMPILERS=['g++', 'clang++'] + C_COMPILERS=['gcc', 'clang'] + JAVAC=None + JAR=None +-PYTHON_PACKAGE_DIR=distutils.sysconfig.get_python_lib() ++PYTHON_PACKAGE_DIR=distutils.sysconfig.get_python_lib(prefix=getenv("PREFIX", None)) + BUILD_DIR='build' + REV_BUILD_DIR='..' + SRC_DIR='src' @@ -948,7 +948,7 @@ class LibComponent(Component): def mk_install(self, out): From owner-svn-ports-head@freebsd.org Wed Sep 23 15:37:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E137CA065D8; Wed, 23 Sep 2015 15:37:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D22EB15C9; Wed, 23 Sep 2015 15:37:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NFbFLx099311; Wed, 23 Sep 2015 15:37:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NFbF7L099310; Wed, 23 Sep 2015 15:37:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231537.t8NFbF7L099310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 15:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397619 - head/news/suck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 15:37:16 -0000 Author: amdmi3 Date: Wed Sep 23 15:37:14 2015 New Revision: 397619 URL: https://svnweb.freebsd.org/changeset/ports/397619 Log: - Remove obsolete MAN1 Approved by: portmgr blanket Modified: head/news/suck/Makefile Modified: head/news/suck/Makefile ============================================================================== --- head/news/suck/Makefile Wed Sep 23 15:09:09 2015 (r397618) +++ head/news/suck/Makefile Wed Sep 23 15:37:14 2015 (r397619) @@ -20,7 +20,6 @@ SHEBANG_FILES= sample/post_filter.pl GNU_CONFIGURE= yes MAKE_ENV= CHKHISTORY=chkhistory_db.o -MAN1= suck.1 rpost.1 testhost.1 lmove.1 EX_SCRIPTS= get.news.generic get.news.inn perl_kill.pl perl_xover.pl \ post_filter.pl put.news put.news.pl put.news.sm put.news.sm.pl EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample From owner-svn-ports-head@freebsd.org Wed Sep 23 15:39:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA6C4A06754; Wed, 23 Sep 2015 15:39:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5851925; Wed, 23 Sep 2015 15:39:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NFdb97099478; Wed, 23 Sep 2015 15:39:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NFdbeR099477; Wed, 23 Sep 2015 15:39:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231539.t8NFdbeR099477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 15:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397620 - head/mail/batv-milter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 15:39:37 -0000 Author: amdmi3 Date: Wed Sep 23 15:39:36 2015 New Revision: 397620 URL: https://svnweb.freebsd.org/changeset/ports/397620 Log: - Fix install from non-root Approved by: portmgr blanket Modified: head/mail/batv-milter/Makefile Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Wed Sep 23 15:37:14 2015 (r397619) +++ head/mail/batv-milter/Makefile Wed Sep 23 15:39:36 2015 (r397620) @@ -13,9 +13,12 @@ COMMENT= Milter for BATV (Bounce Address BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail .endif +USES= uidfix USE_RC_SUBR= milter-batv USE_OPENSSL= TRUE +MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} + WCONF= ${WRKSRC}/devtools/Site PLIST_FILES= bin/batv-filter man/man8/batv-filter.8.gz PORTDOCS= INSTALL KNOWNBUGS LICENSE README RELEASE_NOTES \ From owner-svn-ports-head@freebsd.org Wed Sep 23 16:01:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57D8A072E7; Wed, 23 Sep 2015 16:01:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6BEB18A3; Wed, 23 Sep 2015 16:01:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NG19XK008570; Wed, 23 Sep 2015 16:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NG196k008568; Wed, 23 Sep 2015 16:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231601.t8NG196k008568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 16:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397621 - head/chinese/xpdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:01:09 -0000 Author: amdmi3 Date: Wed Sep 23 16:01:08 2015 New Revision: 397621 URL: https://svnweb.freebsd.org/changeset/ports/397621 Log: - Add NO_ARCH - Sync xpdfrc permissions with graphics/xpdf, fixing stage-qa Approved by: portmgr blanket Modified: head/chinese/xpdf/Makefile head/chinese/xpdf/pkg-plist Modified: head/chinese/xpdf/Makefile ============================================================================== --- head/chinese/xpdf/Makefile Wed Sep 23 15:39:36 2015 (r397620) +++ head/chinese/xpdf/Makefile Wed Sep 23 16:01:08 2015 (r397621) @@ -23,6 +23,7 @@ RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/x ${FONTSDIR}/MSung-Light:${PORTSDIR}/chinese/font-std NO_BUILD= yes +NO_ARCH= yes NO_WRKSUBDIR= yes SUB_FILES= dot.xpdfrc SUB_LIST= ADOBECMAPDIR=${ADOBECMAPDIR} \ Modified: head/chinese/xpdf/pkg-plist ============================================================================== --- head/chinese/xpdf/pkg-plist Wed Sep 23 15:39:36 2015 (r397620) +++ head/chinese/xpdf/pkg-plist Wed Sep 23 16:01:08 2015 (r397621) @@ -7,8 +7,8 @@ %%DATADIR%%/chinese-traditional/Big5.unicodeMap %%DATADIR%%/chinese-traditional/Big5ascii.unicodeMap %%DATADIR%%/chinese-traditional/README -@exec exec < %D/etc/xpdfrc; rm -f %D/etc/xpdfrc; ( grep -v "%%EXTRARC%%"; echo "include %%EXTRARC%%" ) > %D/etc/xpdfrc; chmod 0444 %D/etc/xpdfrc -@unexec exec < %D/etc/xpdfrc; rm -f %D/etc/xpdfrc; grep -v "%%EXTRARC%%" > %D/etc/xpdfrc; chmod 0444 %D/etc/xpdfrc +@exec exec < %D/etc/xpdfrc; rm -f %D/etc/xpdfrc; ( grep -v "%%EXTRARC%%"; echo "include %%EXTRARC%%" ) > %D/etc/xpdfrc; chmod 0644 %D/etc/xpdfrc +@unexec exec < %D/etc/xpdfrc; rm -f %D/etc/xpdfrc; grep -v "%%EXTRARC%%" > %D/etc/xpdfrc; chmod 0644 %D/etc/xpdfrc %%DATADIR%%/chinese-traditional/dot.xpdfrc %%DATADIR%%/chinese-traditional/CMap/Adobe-CNS1-0 %%DATADIR%%/chinese-traditional/CMap/Adobe-CNS1-1 From owner-svn-ports-head@freebsd.org Wed Sep 23 16:07:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6750A076CB; Wed, 23 Sep 2015 16:07:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B77051D2D; Wed, 23 Sep 2015 16:07:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NG7wJZ011914; Wed, 23 Sep 2015 16:07:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NG7wDQ011913; Wed, 23 Sep 2015 16:07:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231607.t8NG7wDQ011913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 16:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397622 - head/sysutils/mcron/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:07:58 -0000 Author: amdmi3 Date: Wed Sep 23 16:07:57 2015 New Revision: 397622 URL: https://svnweb.freebsd.org/changeset/ports/397622 Log: - Fix build as non-root Approved by: portmgr blanket Modified: head/sysutils/mcron/files/patch-makefile.in Modified: head/sysutils/mcron/files/patch-makefile.in ============================================================================== --- head/sysutils/mcron/files/patch-makefile.in Wed Sep 23 16:01:08 2015 (r397621) +++ head/sysutils/mcron/files/patch-makefile.in Wed Sep 23 16:07:57 2015 (r397622) @@ -1,8 +1,11 @@ ---- makefile.in.orig 2014-05-25 16:09:53.000000000 +0200 -+++ makefile.in 2014-05-27 21:30:53.000000000 +0200 -@@ -1215,13 +1215,13 @@ mcron.c : scm/mcron/main.scm scm/mcron/c +--- makefile.in.orig 2014-05-25 14:09:53 UTC ++++ makefile.in +@@ -1213,15 +1213,15 @@ mcron.c : scm/mcron/main.scm scm/mcron/c + @rm -f mcron.escaped.scm > /dev/null 2>&1 + install-exec-hook: - @if [ "x@NO_VIXIE_CLOBBER@" != "xyes" -a "`id -u`" -eq "0" ]; then \ +- @if [ "x@NO_VIXIE_CLOBBER@" != "xyes" -a "`id -u`" -eq "0" ]; then \ ++ @if [ "x@NO_VIXIE_CLOBBER@" != "xyes" ]; then \ rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1; \ - $(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT); \ + $(INSTALL) -m='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT); \ From owner-svn-ports-head@freebsd.org Wed Sep 23 16:31:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3A1BA061E8; Wed, 23 Sep 2015 16:31:42 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A293E1AEE; Wed, 23 Sep 2015 16:31:42 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NGVgsm023513; Wed, 23 Sep 2015 16:31:42 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NGVdNY023502; Wed, 23 Sep 2015 16:31:39 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509231631.t8NGVdNY023502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 23 Sep 2015 16:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397623 - in head/print: . epson-inkjet-printer-escpr epson-inkjet-printer-escpr/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:31:42 -0000 Author: hrs Date: Wed Sep 23 16:31:38 2015 New Revision: 397623 URL: https://svnweb.freebsd.org/changeset/ports/397623 Log: Add print/epson-inkjet-printer-escpr, CUPS driver for EPSON inkjet printers with ESC/P-R control language under GPL. The port name is the same one as Linux's while it is a bit lengthy. Submitted by: tatsuki_makino@hotmail.com PR: 203258 Added: head/print/epson-inkjet-printer-escpr/ head/print/epson-inkjet-printer-escpr/Makefile (contents, props changed) head/print/epson-inkjet-printer-escpr/distinfo (contents, props changed) head/print/epson-inkjet-printer-escpr/files/ head/print/epson-inkjet-printer-escpr/files/patch-configure.ac (contents, props changed) head/print/epson-inkjet-printer-escpr/files/patch-lib-Makefile.am (contents, props changed) head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h (contents, props changed) head/print/epson-inkjet-printer-escpr/files/patch-src-Makefile.am (contents, props changed) head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c (contents, props changed) head/print/epson-inkjet-printer-escpr/files/patch-src-mem.c (contents, props changed) head/print/epson-inkjet-printer-escpr/pkg-descr (contents, props changed) head/print/epson-inkjet-printer-escpr/pkg-plist (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Wed Sep 23 16:07:57 2015 (r397622) +++ head/print/Makefile Wed Sep 23 16:31:38 2015 (r397623) @@ -47,6 +47,7 @@ SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += enscriptfonts + SUBDIR += epson-inkjet-printer-escpr SUBDIR += epsonepl SUBDIR += flpsed SUBDIR += font-amsfonts Added: head/print/epson-inkjet-printer-escpr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/Makefile Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= epson-inkjet-printer-escpr +PORTVERSION= 1.5.2 +DISTVERSIONSUFFIX= -1lsb3.2 +CATEGORIES= print +MASTER_SITES= LOCAL/hrs + +MAINTAINER= tatsuki_makino@hotmail.com +COMMENT= Epson Inkjet Printer Driver (ESC/P-R) for Linux + +LICENSE= GPLv2 + +BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client\ + libcupsimage.so:${PORTSDIR}/print/cups-image + +USES= autoreconf gmake libtool +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +PORTDOCS= AUTHORS COPYING NEWS README README.ja + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/print/epson-inkjet-printer-escpr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/distinfo Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,2 @@ +SHA256 (epson-inkjet-printer-escpr-1.5.2-1lsb3.2.tar.gz) = 9229aa8a033e97e29b0671082d08e1c56ebbee4e5adb2f350f81181835f06be8 +SIZE (epson-inkjet-printer-escpr-1.5.2-1lsb3.2.tar.gz) = 2852564 Added: head/print/epson-inkjet-printer-escpr/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-configure.ac Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,77 @@ +--- configure.ac.orig 2015-08-21 11:53:00.000000000 +0900 ++++ configure.ac 2015-09-22 21:45:18.055998000 +0900 +@@ -58,7 +58,7 @@ + if test "xno" = "x${with_cupsfilterdir}"; then + if test "xyes" = "x$have_cups_config" ; then + dnl `@<:@' , `@:>@' are replaced with `[' , `]' +- CUPS_FILTER_DIR="${cups_default_prefix}`cups-config --serverbin | sed -e 's,^/@<:@^/@:>@@<:@^/@:>@*,,'`/filter" ++ CUPS_FILTER_DIR="`cups-config --serverbin`/filter" + else + CUPS_FILTER_DIR="${cups_default_prefix}/lib/cups/filter" + fi +@@ -76,7 +76,7 @@ + CUPS_PPD_DIR="${cups_default_prefix}/share/ppd" + elif test "xyes" = "x$have_cups_config" ; then + dnl `@<:@' , `@:>@' are replaced with `[' , `]' +- CUPS_PPD_DIR="${cups_default_prefix}/`cups-config --datadir | sed -e 's,^/@<:@^/@:>@@<:@^/@:>@*,,'`/model" ++ CUPS_PPD_DIR="`cups-config --datadir`/model" + else + CUPS_PPD_DIR="${cups_default_prefix}/share/cups/model" + fi +@@ -87,6 +87,13 @@ + AC_SUBST(CUPS_FILTER_DIR) + AC_SUBST(CUPS_PPD_DIR) + ++if test "xyes" = "x$have_cups_config"; then ++ CUPS_CPPFLAGS=`cups-config --cflags` ++ CUPS_LDFLAGS=`cups-config --ldflags` ++fi ++ ++AC_SUBST(CUPS_CPPFLAGS) ++AC_SUBST(CUPS_LDFLAGS) + + dnl Checks for header files. + AC_HEADER_STDC +@@ -96,11 +103,14 @@ + AC_TYPE_PID_T + AC_TYPE_SIZE_T + ++old_CPPFLAGS=$CPPFLAGS ++CPPFLAGS="$CUPS_CPPFLAGS $CPPFLAGS" + AC_CHECK_HEADERS([\ + cups/cups.h \ + cups/ppd.h \ + cups/raster.h \ + ]) ++CPPFLAGS=$old_CPPFLAGS + AC_CHECK_HEADERS([\ + ctype.h \ + errno.h \ +@@ -117,10 +127,6 @@ + unistd.h \ + ]) + +-# Checks for libraries. +-AC_CHECK_LIB([cups], [ppdOpenFile]) +-AC_CHECK_LIB([cupsimage], [cupsRasterOpen]) +- + # Checks for library functions. + AC_FUNC_MALLOC + AC_FUNC_MEMCMP +@@ -132,6 +138,16 @@ + strrchr \ + ]) + ++# Checks for libraries. ++old_CPPFLAGS=$CPPFLAGS ++CPPFLAGS="$CUPS_CPPFLAGS $CPPFLAGS" ++old_LDFLAGS=$LDFLAGS ++LDFLAGS="$CUPS_LDFLAGS $LDFLAGS" ++AC_CHECK_LIB([cups], [ppdOpenFile]) ++AC_CHECK_LIB([cupsimage], [cupsRasterOpen]) ++LDFLAGS=$old_LDFLAGS ++CPPFLAGS=$old_CPPFLAGS ++ + AC_CONFIG_FILES([\ + Makefile \ + epson-inkjet-printer-escpr.spec \ Added: head/print/epson-inkjet-printer-escpr/files/patch-lib-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-lib-Makefile.am Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,18 @@ +--- lib/Makefile.am.orig 2015-04-22 04:40:14 UTC ++++ lib/Makefile.am +@@ -45,7 +45,7 @@ DEFINES += -DGCOMSW_RAWFILE_SUPPORT + + + lib_LTLIBRARIES = libescpr.la +-libescpr_la_CFLAGS = -Wall $(DEFINES) ++libescpr_la_CFLAGS = -Wall $(DEFINES) $(CUPS_CPPFLAGS) + ## Make sure these will be cleaned even when they're not built by + ## default. + CLEANFILES = libescpr.la +@@ -72,5 +72,5 @@ libescpr_la_SOURCES = \ + epson-typedefs.h \ + epson-usb.c epson-usb.h + +-libescpr_la_LDFLAGS = -O2 -version-info 1:0:0 ++libescpr_la_LDFLAGS = -version-info 1:0:0 $(CUPS_LDFLAGS) + Added: head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,6 @@ +--- lib/epson-escpr-api-private.h.orig 2015-09-22 12:16:47 UTC ++++ lib/epson-escpr-api-private.h +@@ -0,0 +1,3 @@ ++EPS_ERR_CODE SetupJobAttrib(const EPS_JOB_ATTRIB*); ++EPS_ERR_CODE SendStartJob(EPS_BOOL); ++EPS_ERR_CODE PrintBand(const EPS_UINT8*, EPS_UINT32, EPS_UINT32*); Added: head/print/epson-inkjet-printer-escpr/files/patch-src-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-src-Makefile.am Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,15 @@ +--- src/Makefile.am.orig 2014-07-29 03:00:06 UTC ++++ src/Makefile.am +@@ -26,7 +26,11 @@ cupsfilter_PROGRAMS =\ + epson_escpr_wrapper_CFLAGS =\ + -Wall\ + -DCUPS_FILTER_NAME=\"epson-escpr\" \ +- -DCUPS_FILTER_PATH=\"$(CUPS_FILTER_DIR)\" ++ -DCUPS_FILTER_PATH=\"$(CUPS_FILTER_DIR)\" \ ++ $(CUPS_CPPFLAGS) ++ ++epson_escpr_wrapper_LDFLAGS =\ ++ $(CUPS_LDFLAGS) + + epson_escpr_wrapper_SOURCES =\ + wrapper.c Added: head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,10 @@ +--- src/filter.c.orig 2015-05-15 06:28:36 UTC ++++ src/filter.c +@@ -35,6 +35,7 @@ + #include "epson-escpr-media.h" + #include "epson-protocol.h" + #include "epson-escpr-api.h" ++#include "epson-escpr-api-private.h" + #include "epson-escpr-services.h" + #include "epson-escpr-mem.h" + Added: head/print/epson-inkjet-printer-escpr/files/patch-src-mem.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-src-mem.c Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,10 @@ +--- src/mem.c.orig 2014-09-08 02:02:44 UTC ++++ src/mem.c +@@ -24,6 +24,7 @@ + + #include + #include "mem.h" ++#include "err.h" + + void * + mem_malloc (unsigned int size, bool_t crit) Added: head/print/epson-inkjet-printer-escpr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/pkg-descr Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,11 @@ +This software is a filter program used with Common UNIX Printing +System (CUPS) from the Linux. This can supply the high quality print +with Seiko Epson Color Ink Jet Printers. + +This product supports only EPSON ESC/P-R printers. This package can be +used for all EPSON ESC/P-R printers. + +For detail list of supported printer, please refer to below site: +http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + +WWW: http://download.ebz.epson.net/dsc/search/01/search/ Added: head/print/epson-inkjet-printer-escpr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/pkg-plist Wed Sep 23 16:31:38 2015 (r397623) @@ -0,0 +1,461 @@ +lib/libescpr.a +lib/libescpr.so +lib/libescpr.so.1 +lib/libescpr.so.1.0.0 +libexec/cups/filter/epson-escpr +libexec/cups/filter/epson-escpr-wrapper +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_1430-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_630-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_710-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_720-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_730-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_810-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_830-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Artisan_837-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-150-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-330-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-330S-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-340-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-350-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-360_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-370_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-500-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-520-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-530-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-600-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-720-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-810-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-820-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-830_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-840_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-E-850_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-306_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-4004-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-702A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-703A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-704A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-705A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-706A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-707A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-774A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-775A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-776A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-777A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-801A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-802A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-803A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-804A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-805A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-806A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-807A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-808A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-901A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-901F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-902A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-903A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-903F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-904A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-904F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-905A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-905F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-906F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-907F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-976A3_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-977A3_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-EP-978A3_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ET-2500_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ET-2550_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ET-4500_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ET-4550_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-K200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-K300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L455_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L565_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L655_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L810_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L850_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-M200_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-M205_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME-301_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME-303_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME-400_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_510-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_520-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_530-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_560W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_570-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_620F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_650FN-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_700FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_900WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_940FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_OFFICE_960FWD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-ME_Office_600F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-NX230_TX230-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-NX430_TX435-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PF-70_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PF-81_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A750-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A820-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A840-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A840S-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A890-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A920-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A940-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A950-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A970-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-D600-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-D800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-D870-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-G4500-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-G850-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-T960-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-T990-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-046A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-047A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-1600F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-1700F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-205_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-404A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-405A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-434A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-435A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-436A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-437A_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-501A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-502A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-503A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-504A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-505F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-535F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-5600-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-5V-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-601F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-602F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-603F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-605F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-673F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-675F_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-7V-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-A620-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-A640-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-A650-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-A720-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-A740-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-B700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-B750F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-FA700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-G5300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M350F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M5040F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M5041F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M650A-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M650F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M7050FP-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M7050FX-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M7050_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M740F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M741F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M840F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-M840FX-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S05_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S350-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S5040-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S7050PS-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S7050X-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S7050_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S740-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S840-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PX-S840X-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_500-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_Deluxe-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_Express-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_210-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_215-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_225-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_235-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_240-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_245-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_250-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_260-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_270-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_280-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_290-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PictureMate_PM_310-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX2800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX2900-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX3700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX3800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX3900-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX4200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX4800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX4900-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX5000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX5900-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX6000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX7300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX7400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX7700-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX7800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX8300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX8400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX9300F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_CX9400Fax-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX3800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX4000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX4200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX4800-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX5000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX7400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX8400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_DX9400F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX210-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX230-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX300-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX330-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX410-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX420-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX430-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX510-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX530-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX620-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_NX635-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX300F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX305-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX305_Plus-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX310FN-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX320FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX525WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX535WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX600FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX610FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX620FWD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX630FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX635FWD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX925-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX935-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX300F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX320F-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX510FN-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX515FN-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX525FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX600FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX610FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX620FWD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1410-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1430-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1500-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX650-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX660-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX700W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX710W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX720WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX730-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX800FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX810FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX820FWD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX830-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R1900-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R2000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R240-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R250-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R260-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R265-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R270-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R2880-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R3000-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R340-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R350-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R360-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R380-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R390-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX520-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX530-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX560-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX580-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX585-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX590-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX595-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX610-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX640-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX650-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX680-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX685-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX690-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX650-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX700W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX710W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX720WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX730-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX800FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX810FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX210-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX218-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX230-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX235-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX410-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX420W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX430-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX440-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX510W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX525WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX535WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX600FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX610FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_SX620FW-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX200-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX210-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX220-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX230-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX235-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX400-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX410-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX420W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX430-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX550W-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-Stylus_TX560WD-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-TX220_NX220-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-TX320_WorkForce320-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-TX420_NX420-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-TX720_Artisan720-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-TX820_Artisan830-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-100_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2510_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2520_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2530_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2540_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2630_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2650_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-2660_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3010_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3520_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3530_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3540_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3620_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-3640_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-4630_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-4640_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5110_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5190_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5620_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5690_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-6090_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-6590_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7110_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7510_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7511_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7515_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7520_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7521_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7525_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7610_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7620_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-8010_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-8090_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-8510_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-8590_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-M1560_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-M5190_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-M5690_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-R4640_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-R5190_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-R5690_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-R8590_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4010_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4011_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4015_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4020_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4022_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4023_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4025_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4090_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4091_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4092_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4095_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4511_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4515_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4520_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4521_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4525_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4530_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4531_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4532_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4533_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4535_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4540_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4545_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4590_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4592_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WP-4595_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_310-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_320-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_435-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_500-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_520-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_545-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_600-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_610-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_620-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_630-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_645-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_840-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WorkForce_845-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-200_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-201_204_208_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-202_203_206_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-205_207_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-211_214_216_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-212_213_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-215_217_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-220_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-225_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-235_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-300_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-302_303_305_306_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-310_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-312_313_315_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-320_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-322_323_325_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-332_335_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-400_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-402_403_405_406_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-410_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-412_413_415_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-420_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-422_423_425_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-432_435_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-510_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-520_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-530_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-55_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-600_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-610_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-620_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-630_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-700_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-710_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-720_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-750_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-760_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-800_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-810_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-820_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-830_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-850_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-860_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-950_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-XP-960_Series-epson-escpr-en.ppd From owner-svn-ports-head@freebsd.org Wed Sep 23 16:47:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49D94A06C0A; Wed, 23 Sep 2015 16:47:36 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AAB8181E; Wed, 23 Sep 2015 16:47:36 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NGla3g028430; Wed, 23 Sep 2015 16:47:36 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NGlZRF028427; Wed, 23 Sep 2015 16:47:35 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201509231647.t8NGlZRF028427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 23 Sep 2015 16:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397624 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:47:36 -0000 Author: vsevolod Date: Wed Sep 23 16:47:34 2015 New Revision: 397624 URL: https://svnweb.freebsd.org/changeset/ports/397624 Log: - Update to 1.0.2 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Wed Sep 23 16:31:38 2015 (r397623) +++ head/mail/rspamd/Makefile Wed Sep 23 16:47:34 2015 (r397624) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Wed Sep 23 16:31:38 2015 (r397623) +++ head/mail/rspamd/distinfo Wed Sep 23 16:47:34 2015 (r397624) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.0.1.tar.xz) = d6f5dc28c63b520e8814d5554841cfd6f153d2020e1a1d3a6ef523995e55d070 -SIZE (rspamd-1.0.1.tar.xz) = 1049160 +SHA256 (rspamd-1.0.2.tar.xz) = d204232d56165631c56e7eb7dfc1b5146572ed47781baf4363b63db2a1f86851 +SIZE (rspamd-1.0.2.tar.xz) = 1058076 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Wed Sep 23 16:31:38 2015 (r397623) +++ head/mail/rspamd/pkg-plist Wed Sep 23 16:47:34 2015 (r397624) @@ -67,6 +67,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/img/spinner.gif %%DATADIR%%/www/img/spinner.png %%DATADIR%%/www/index.html +%%DATADIR%%/www/js/d3pie.min.js %%DATADIR%%/www/js/jquery.paginatetable.js %%DATADIR%%/www/js/rspamd.js %%DATADIR%%/www/plugins.txt From owner-svn-ports-head@freebsd.org Wed Sep 23 16:56:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E273CA0709C; Wed, 23 Sep 2015 16:56:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D373E1C15; Wed, 23 Sep 2015 16:56:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NGu6CP032480; Wed, 23 Sep 2015 16:56:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NGu6rc032479; Wed, 23 Sep 2015 16:56:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509231656.t8NGu6rc032479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 23 Sep 2015 16:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397625 - head/devel/git-cola X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:56:07 -0000 Author: antoine Date: Wed Sep 23 16:56:05 2015 New Revision: 397625 URL: https://svnweb.freebsd.org/changeset/ports/397625 Log: Fix build Modified: head/devel/git-cola/Makefile Modified: head/devel/git-cola/Makefile ============================================================================== --- head/devel/git-cola/Makefile Wed Sep 23 16:47:34 2015 (r397624) +++ head/devel/git-cola/Makefile Wed Sep 23 16:56:05 2015 (r397625) @@ -16,6 +16,6 @@ USE_GITHUB= yes USES= desktop-file-utils gettext gmake python INSTALLS_ICONS= YES -MAKE_FLAGS= "prefix=${PREFIX}" +MAKE_ARGS= prefix=${PREFIX} PYTHON=${PYTHON_CMD} .include From owner-svn-ports-head@freebsd.org Wed Sep 23 17:03:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DBFBA0768F; Wed, 23 Sep 2015 17:03:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358361796; Wed, 23 Sep 2015 17:03:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NH30ed036488; Wed, 23 Sep 2015 17:03:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NH2xjL036482; Wed, 23 Sep 2015 17:02:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231702.t8NH2xjL036482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 17:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397626 - head/net/ssltunnel-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 17:03:00 -0000 Author: amdmi3 Date: Wed Sep 23 17:02:59 2015 New Revision: 397626 URL: https://svnweb.freebsd.org/changeset/ports/397626 Log: - Switch to @sample, fix stage-qa - Use options helpers PR: 203282 Submitted by: amdmi3 Approved by: crees (maintainer) Modified: head/net/ssltunnel-server/Makefile head/net/ssltunnel-server/pkg-plist Modified: head/net/ssltunnel-server/Makefile ============================================================================== --- head/net/ssltunnel-server/Makefile Wed Sep 23 16:56:05 2015 (r397625) +++ head/net/ssltunnel-server/Makefile Wed Sep 23 17:02:59 2015 (r397626) @@ -17,18 +17,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= TCPWRAPPERS DOCS TCPWRAPPERS_DESC= libwrap support +TCPWRAPPERS_CONFIGURE_ON= --with-libwrap + USE_RC_SUBR= ${PORTNAME} SUB_FILES+= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-client USE_OPENSSL= yes -.include - -.if ${PORT_OPTIONS:MTCPWRAPPERS} -CONFIGURE_ARGS+=--with-libwrap -.endif - post-patch: @${REINPLACE_CMD} -e 's^#include ^/*utmp.h not for FreeBSD*/^' \ ${WRKSRC}/server/main.c \ @@ -40,6 +36,7 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MV} ${STAGEDIR}${ETCDIR}/tunnel.conf.default ${STAGEDIR}${ETCDIR}/tunnel.conf.sample ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/server.README ${INSTALL_MAN} ${WRKSRC}/LISEZ-MOI ${STAGEDIR}${DOCSDIR}/server.LISEZ-MOI ${INSTALL_DATA} ${WRKSRC}/server/users.new ${STAGEDIR}${ETCDIR}/users.sample Modified: head/net/ssltunnel-server/pkg-plist ============================================================================== --- head/net/ssltunnel-server/pkg-plist Wed Sep 23 16:56:05 2015 (r397625) +++ head/net/ssltunnel-server/pkg-plist Wed Sep 23 17:02:59 2015 (r397626) @@ -1,6 +1,5 @@ -@unexec if cmp -s %D/%%ETCDIR%%/tunnel.conf %D/%%ETCDIR%%/tunnel.conf.default; then rm -f %D/%%ETCDIR%%/tunnel.conf; fi @unexec if cmp -s %D/%%ETCDIR%%/users %D/%%ETCDIR%%/users.sample; then rm -f %D/%%ETCDIR%%/users; fi -%%ETCDIR%%/tunnel.conf.default +@sample %%ETCDIR%%/tunnel.conf.sample %%ETCDIR%%/users.sample libexec/pppserver sbin/pppwho From owner-svn-ports-head@freebsd.org Wed Sep 23 18:07:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C238FA07516; Wed, 23 Sep 2015 18:07:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3264144D; Wed, 23 Sep 2015 18:07:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NI7C6U060975; Wed, 23 Sep 2015 18:07:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NI7C9L060973; Wed, 23 Sep 2015 18:07:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509231807.t8NI7C9L060973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 18:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397627 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:07:13 -0000 Author: jbeich Date: Wed Sep 23 18:07:11 2015 New Revision: 397627 URL: https://svnweb.freebsd.org/changeset/ports/397627 Log: graphics/waifu2x-converter-cpp: miscellaneous fixes - Add manpage from AUR package [1] - Update --version output to match reality - Strip bogus RPATH from installed files - Unbreak .png images under DOCSDIR after USES=dos2unix - Preserve w2xconv.h's mtime to avoid rebuild in consumers Suggested by: @ctrlcctrlv on github [1] Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) head/graphics/waifu2x-converter-cpp/distinfo (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 17:02:59 2015 (r397626) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:07:11 2015 (r397627) @@ -3,7 +3,12 @@ PORTNAME= waifu2x-converter-cpp DISTVERSION= 1.0.0-237 DISTVERSIONSUFFIX= -gca65c93 +PORTREVISION= 1 CATEGORIES= graphics +MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/:manpage +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git\&id=5c150a5:manpage +EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks @@ -21,13 +26,16 @@ USE_GITHUB= yes GH_ACCOUNT= tanakamura USES= cmake compiler:c++11-lib dos2unix +DOS2UNIX_GLOB= *.cpp *.hpp CMAKE_ARGS= -DOPENCV_PREFIX="${LOCALBASE}" \ - -DOpenCL_LIBRARY="${LOCALBASE}/lib/libOpenCL.so" + -DOpenCL_LIBRARY="${LOCALBASE}/lib/libOpenCL.so" \ + -DCMAKE_SKIP_RPATH=on # XXX use cmake install() instead CFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # avoid overlinking (opencv deps) USE_LDCONFIG= yes PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz \ include/w2xconv.h \ lib/libw2xc.so PORTDATA= models_rgb @@ -38,20 +46,30 @@ OPTIONS_DEFAULT=SIMD SIMD_CMAKE_OFF= -DX86OPT=off +post-extract: + @${GZCAT} ${_DISTDIR}/${DISTFILES:M*\:manpage:C/:.*//} \ + >${WRKDIR}/${PORTNAME}.1 + post-patch: @${REINPLACE_CMD} -e 's,-O2,,; /SYMBOL/s,-s,,' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ + -e '/CmdLine/s,${PORTVERSION:R},${DISTVERSIONFULL},' \ ${WRKSRC}/src/main.cpp + @${REINPLACE_CMD} -e 's,${PORTNAME:C/-.*//},${PORTNAME},' \ + -e 's,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ + ${WRKDIR}/${PORTNAME}.1 pre-install: # XXX Fails on 9.x with error code 10 - -(cd ${WRKSRC} && ./runtest) + -(cd ${WRKSRC} && LD_LIBRARY_PATH=. ./runtest) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_LIB} ${WRKSRC}/libw2xc.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/src/w2xconv.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} -p ${WRKSRC}/src/w2xconv.h ${STAGEDIR}${PREFIX}/include (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA}" ${STAGEDIR}${DATADIR}) Modified: head/graphics/waifu2x-converter-cpp/distinfo ============================================================================== --- head/graphics/waifu2x-converter-cpp/distinfo Wed Sep 23 17:02:59 2015 (r397626) +++ head/graphics/waifu2x-converter-cpp/distinfo Wed Sep 23 18:07:11 2015 (r397627) @@ -1,2 +1,4 @@ SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-237-gca65c93_GH0.tar.gz) = 5b34ecc43a9c9f976ab92c72b1ba6f45b8470ea05bb976738e732c3c01290c8e SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-237-gca65c93_GH0.tar.gz) = 14848013 +SHA256 (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = bfad3e87e43f20573ab068c386e150f93fb4cc37400b8f4aaf4734c9afbd1489 +SIZE (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = 1242 From owner-svn-ports-head@freebsd.org Wed Sep 23 18:12:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 709F7A07870; Wed, 23 Sep 2015 18:12:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 491CD199E; Wed, 23 Sep 2015 18:12:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NICwVt064933; Wed, 23 Sep 2015 18:12:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NICvvI064931; Wed, 23 Sep 2015 18:12:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231812.t8NICvvI064931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 18:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397628 - in head/print/libharu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:12:58 -0000 Author: amdmi3 Date: Wed Sep 23 18:12:57 2015 New Revision: 397628 URL: https://svnweb.freebsd.org/changeset/ports/397628 Log: - Switch to options helpers - Don't install unused files, fixes stage-qa - Remove CMAKE_ARGS, DEVPAK only works on win32 Approved by: portmgr blanket Modified: head/print/libharu/Makefile head/print/libharu/files/patch-CMakeLists.txt Modified: head/print/libharu/Makefile ============================================================================== --- head/print/libharu/Makefile Wed Sep 23 18:07:11 2015 (r397627) +++ head/print/libharu/Makefile Wed Sep 23 18:12:57 2015 (r397628) @@ -16,7 +16,6 @@ OPTIONS_DEFINE= EXAMPLES USE_LDCONFIG= yes USES+= cmake:outsource -CMAKE_ARGS+= -DDEVPAK:BOOL=ON USE_GITHUB= yes @@ -24,13 +23,8 @@ SOVERSION= 2 PLIST_SUB+= SOVERSION=${SOVERSION} PORTEXAMPLES= * -.include - -.if ${PORT_OPTIONS:MEXAMPLES} -CMAKE_ARGS+= -DLIBHPDF_EXAMPLES:BOOL=ON \ - -DEXAMPLESDIR:STRING=share/examples/${PORTNAME} -.endif - +EXAMPLES_CMAKE_ON= -DLIBHPDF_EXAMPLES:BOOL=ON \ + -DEXAMPLESDIR:STRING=share/examples/${PORTNAME} post-install: ${LN} -s libhpdf.so ${STAGEDIR}${PREFIX}/lib/libhpdf.so.${SOVERSION} Modified: head/print/libharu/files/patch-CMakeLists.txt ============================================================================== --- head/print/libharu/files/patch-CMakeLists.txt Wed Sep 23 18:07:11 2015 (r397627) +++ head/print/libharu/files/patch-CMakeLists.txt Wed Sep 23 18:12:57 2015 (r397628) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2014-02-17 11:28:46.000000000 +0100 -+++ CMakeLists.txt 2014-02-17 11:29:06.000000000 +0100 -@@ -78,6 +78,8 @@ +--- CMakeLists.txt.orig 2013-10-30 13:11:59 UTC ++++ CMakeLists.txt +@@ -78,6 +78,8 @@ if(BUILD_SHARED_LIBS) set(LIBHPDF_SHARED ON) endif(BUILD_SHARED_LIBS) @@ -9,7 +9,7 @@ # ======================================================================= # look for headers and libraries # ======================================================================= -@@ -110,7 +112,6 @@ +@@ -110,7 +112,6 @@ endif(PNG_FOUND) if(MSVC_VERSION GREATER 1399) add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE) endif(MSVC_VERSION GREATER 1399) @@ -17,3 +17,13 @@ # these are options +@@ -210,9 +211,7 @@ set( + install(FILES ${haru_HDRS} DESTINATION include) + + # install various files +-install(FILES README CHANGES INSTALL DESTINATION .) + if(NOT DEVPAK) +- install(DIRECTORY if DESTINATION .) + endif(NOT DEVPAK) + if(DEVPAK) + install(FILES ${CMAKE_BINARY_DIR}/libharu.DevPackage DESTINATION .) From owner-svn-ports-head@freebsd.org Wed Sep 23 18:14:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9243FA0790A; Wed, 23 Sep 2015 18:14:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8392D1AA5; Wed, 23 Sep 2015 18:14:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NIEHal065086; Wed, 23 Sep 2015 18:14:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NIEH7D065085; Wed, 23 Sep 2015 18:14:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509231814.t8NIEH7D065085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 18:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397629 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:14:17 -0000 Author: jbeich Date: Wed Sep 23 18:14:16 2015 New Revision: 397629 URL: https://svnweb.freebsd.org/changeset/ports/397629 Log: graphics/waifu2x-converter-cpp: oops, use proper regexp No change in --version output. Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:12:57 2015 (r397628) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:14:16 2015 (r397629) @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ -e '/CmdLine/s,${PORTVERSION:R},${DISTVERSIONFULL},' \ ${WRKSRC}/src/main.cpp - @${REINPLACE_CMD} -e 's,${PORTNAME:C/-.*//},${PORTNAME},' \ + @${REINPLACE_CMD} -e 's,[^"]*"),${PORTNAME}"),' \ -e 's,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ ${WRKDIR}/${PORTNAME}.1 From owner-svn-ports-head@freebsd.org Wed Sep 23 18:27:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1E78A07F51; Wed, 23 Sep 2015 18:27:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3193136D; Wed, 23 Sep 2015 18:27:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NIRof2069397; Wed, 23 Sep 2015 18:27:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NIRoKw069396; Wed, 23 Sep 2015 18:27:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509231827.t8NIRoKw069396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 18:27:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397630 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:27:51 -0000 Author: jbeich Date: Wed Sep 23 18:27:50 2015 New Revision: 397630 URL: https://svnweb.freebsd.org/changeset/ports/397630 Log: graphics/waifu2x-converter-cpp: use proper regexp Applying changes to the wrong line caused a regression. Modified: head/graphics/waifu2x-converter-cpp/Makefile Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:14:16 2015 (r397629) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:27:50 2015 (r397630) @@ -3,7 +3,7 @@ PORTNAME= waifu2x-converter-cpp DISTVERSION= 1.0.0-237 DISTVERSIONSUFFIX= -gca65c93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/:manpage DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -54,9 +54,9 @@ post-patch: @${REINPLACE_CMD} -e 's,-O2,,; /SYMBOL/s,-s,,' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ - -e '/CmdLine/s,${PORTVERSION:R},${DISTVERSIONFULL},' \ + -e '/CmdLine/s,[^"]*"),${DISTVERSIONFULL}"),' \ ${WRKSRC}/src/main.cpp - @${REINPLACE_CMD} -e 's,[^"]*"),${PORTNAME}"),' \ + @${REINPLACE_CMD} -e 's,${PORTNAME:C/-.*//},${PORTNAME},' \ -e 's,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ ${WRKDIR}/${PORTNAME}.1 From owner-svn-ports-head@freebsd.org Wed Sep 23 18:52:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A860A06E78; Wed, 23 Sep 2015 18:52:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB8F1874; Wed, 23 Sep 2015 18:52:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NIqJbV081411; Wed, 23 Sep 2015 18:52:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NIqJwU081410; Wed, 23 Sep 2015 18:52:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231852.t8NIqJwU081410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 18:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397631 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:52:20 -0000 Author: amdmi3 Date: Wed Sep 23 18:52:19 2015 New Revision: 397631 URL: https://svnweb.freebsd.org/changeset/ports/397631 Log: - Switch to options helpers - Fix shebangs Approved by: portmgr blanket Modified: head/multimedia/lives/Makefile Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed Sep 23 18:27:50 2015 (r397630) +++ head/multimedia/lives/Makefile Wed Sep 23 18:52:19 2015 (r397631) @@ -3,8 +3,9 @@ PORTNAME= lives PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= pawel@FreeBSD.org COMMENT= Video editing system @@ -44,7 +45,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:tl} USES= ghostscript:run libtool pathfix perl5 pkgconfig python \ shebangfix tar:bzip2 SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ - smogrify tools/autolives.pl + smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ + lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_GNOME= gtk30 intltool @@ -71,17 +73,14 @@ DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDI DOXYGEN_CONFIGURE_OFF= --disable-doxygen FREI0R_BUILD_DEPENDS= frei0r>0:${PORTSDIR}/graphics/frei0r FREI0R_RUN_DEPENDS= frei0r>0:${PORTSDIR}/graphics/frei0r +FREI0R_CONFIGURE_ENV_OFF= ac_cv_header_frei0r_h=no MATROSKA_RUN_DEPENDS= mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -.include - -.if ! ${PORT_OPTIONS:MFREI0R} -CONFIGURE_ENV+= ac_cv_header_frei0r_h=no -.endif - post-patch: + @${REINPLACE_CMD} -e 's|${perl_OLD_CMD}|${perl_CMD}|' \ + ${WRKSRC}/build-lives-rfx-plugin @${REINPLACE_CMD} -e 's| install-docDATA||g; s|-$$(VERSION)||g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|: install-data-local |: |g; s|-ldl||' \ @@ -95,17 +94,15 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp -pre-build: -.if ${PORT_OPTIONS:MNLS} +pre-build-NLS-on: @cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po -.endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.if ${PORT_OPTIONS:MDOXYGEN} + +post-install-DOXYGEN-on: @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html \ ! -type d >> ${TMPPLIST}) -.endif .include From owner-svn-ports-head@freebsd.org Wed Sep 23 18:53:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F781A06F50; Wed, 23 Sep 2015 18:53:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30F7A19C2; Wed, 23 Sep 2015 18:53:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NIrQ0O081539; Wed, 23 Sep 2015 18:53:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NIrQiL081538; Wed, 23 Sep 2015 18:53:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231853.t8NIrQiL081538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 18:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397632 - head/www/otrs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:53:26 -0000 Author: amdmi3 Date: Wed Sep 23 18:53:25 2015 New Revision: 397632 URL: https://svnweb.freebsd.org/changeset/ports/397632 Log: - Fix shebangs - No need to chown SHAREOWN/SHAREGRP, breaks staging from non-root Approved by: portmgr blanket Modified: head/www/otrs/Makefile Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Wed Sep 23 18:52:19 2015 (r397631) +++ head/www/otrs/Makefile Wed Sep 23 18:53:25 2015 (r397632) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -49,7 +50,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe shebangfix perl5 tar:bzip2 -SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \ +SHEBANG_FILES= bin/cgi-bin/*.pl bin/cgi-bin/app.psgi bin/fcgi-bin/*.pl bin/*.pl \ scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl OPTIONS_DEFINE= MYSQL PGSQL REPORTS SMTP POP3 IMAP LDAP PDF \ @@ -168,7 +169,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${STAGEDIR}${OTRSDIR}/bin/${D}/ .endfor (cd ${WRKSRC} && ${PAX} -r -w Kernel var ${STAGEDIR}${OTRSDIR}) - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${OTRSDIR}/Kernel ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${STAGEDIR}${OTRSDIR}/scripts/ ${INSTALL_DATA} ${WRKSRC}/scripts/apache* \ ${WRKSRC}/scripts/*.sql ${STAGEDIR}${OTRSDIR}/scripts/ From owner-svn-ports-head@freebsd.org Wed Sep 23 19:12:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A522A07861; Wed, 23 Sep 2015 19:12:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4969215EA; Wed, 23 Sep 2015 19:12:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJCWdD089779; Wed, 23 Sep 2015 19:12:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJCWrl089778; Wed, 23 Sep 2015 19:12:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231912.t8NJCWrl089778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397633 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:12:32 -0000 Author: amdmi3 Date: Wed Sep 23 19:12:31 2015 New Revision: 397633 URL: https://svnweb.freebsd.org/changeset/ports/397633 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/security/metasploit/Makefile Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Wed Sep 23 18:53:25 2015 (r397632) +++ head/security/metasploit/Makefile Wed Sep 23 19:12:31 2015 (r397633) @@ -3,7 +3,7 @@ PORTNAME= metasploit PORTVERSION= 4.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -39,7 +39,19 @@ USE_GITHUB= yes GH_ACCOUNT= rapid7 GH_PROJECT= metasploit-framework -USES= ncurses:port +USES= ncurses:port shebangfix +SHEBANG_FILES= data/cpuinfo/build.sh \ + data/john/run.*/*.rb \ + data/john/run.*/*.pl \ + data/templates/src/pe/dll/build.sh \ + external/ruby-kissfft/tests/test_kissfft.rb \ + external/source/exploits/*/*.sh \ + external/source/metsvc/test.rb \ + external/source/msfJavaToolkit/*.sh \ + external/source/msfJavaToolkit/*.rb \ + external/source/pxesploit/regeditor/compile.sh \ + external/source/shellcode/windows/build.sh \ + lib/net/ssh/test.rb USE_RUBY= yes OPTIONS_DEFINE= DB From owner-svn-ports-head@freebsd.org Wed Sep 23 19:38:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AD29A08398; Wed, 23 Sep 2015 19:38:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502FB1232; Wed, 23 Sep 2015 19:38:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJcxFE098243; Wed, 23 Sep 2015 19:38:59 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJcwAe098240; Wed, 23 Sep 2015 19:38:58 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509231938.t8NJcwAe098240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Sep 2015 19:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397634 - head/databases/unixODBC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:38:59 -0000 Author: jkim Date: Wed Sep 23 19:38:57 2015 New Revision: 397634 URL: https://svnweb.freebsd.org/changeset/ports/397634 Log: Update to 2.3.4. PR: 203243 Modified: head/databases/unixODBC/Makefile head/databases/unixODBC/distinfo head/databases/unixODBC/pkg-plist Modified: head/databases/unixODBC/Makefile ============================================================================== --- head/databases/unixODBC/Makefile Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/Makefile Wed Sep 23 19:38:57 2015 (r397634) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= unixODBC -PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTVERSION= 2.3.4 CATEGORIES= databases -MASTER_SITES= http://www.unixodbc.org/ +MASTER_SITES= ftp://ftp.unixodbc.org/pub/unixODBC/ MAINTAINER= ports@FreeBSD.org COMMENT= ODBC library suite for Unix @@ -27,12 +26,11 @@ USE_LDCONFIG= yes PORTDOCS= * post-patch: - @${REINPLACE_CMD} -e \ - '/\.ini/s|^|#|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|\.ini$$|.ini.sample|' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - @${FIND} ${STAGEDIR}${DOCSDIR} -type f -name "*Makefile*" -delete + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "-not -name 'Makefile*'" .include Modified: head/databases/unixODBC/distinfo ============================================================================== --- head/databases/unixODBC/distinfo Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/distinfo Wed Sep 23 19:38:57 2015 (r397634) @@ -1,2 +1,2 @@ -SHA256 (unixODBC-2.3.2.tar.gz) = 9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a -SIZE (unixODBC-2.3.2.tar.gz) = 1849173 +SHA256 (unixODBC-2.3.4.tar.gz) = 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 +SIZE (unixODBC-2.3.4.tar.gz) = 1830660 Modified: head/databases/unixODBC/pkg-plist ============================================================================== --- head/databases/unixODBC/pkg-plist Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/pkg-plist Wed Sep 23 19:38:57 2015 (r397634) @@ -4,11 +4,14 @@ bin/iusql bin/odbc_config bin/odbcinst bin/slencheck +@sample etc/odbc.ini.sample +@sample etc/odbcinst.ini.sample include/autotest.h include/odbcinst.h include/odbcinstext.h include/sql.h include/sqlext.h +include/sqlspi.h include/sqltypes.h include/sqlucode.h include/unixodbc_conf.h @@ -29,12 +32,12 @@ lib/libodbcinst.la lib/libodbcinst.so lib/libodbcinst.so.2 lib/libodbcinst.so.2.0.0 +man/man1/dltest.1.gz man/man1/isql.1.gz +man/man1/iusql.1.gz +man/man1/odbc_config.1.gz man/man1/odbcinst.1.gz man/man5/odbc.ini.5.gz man/man5/odbcinst.ini.5.gz -@unexec test -s %D/etc/odbcinst.ini || rm -f %D/etc/odbcinst.ini -@unexec test -s %D/etc/odbc.ini || rm -f %D/etc/odbc.ini +man/man7/unixODBC.7.gz @dir etc/ODBCDataSources -@exec test -e %D/etc/odbc.ini || touch %D/etc/odbc.ini -@exec test -e %D/etc/odbcinst.ini || touch %D/etc/odbcinst.ini From owner-svn-ports-head@freebsd.org Wed Sep 23 19:55:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC064A08B00; Wed, 23 Sep 2015 19:55:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8561EF6; Wed, 23 Sep 2015 19:55:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJt1O8006489; Wed, 23 Sep 2015 19:55:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJt1Le006487; Wed, 23 Sep 2015 19:55:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231955.t8NJt1Le006487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397635 - in head/databases: mysql51-scripts mysql51-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:55:01 -0000 Author: amdmi3 Date: Wed Sep 23 19:55:00 2015 New Revision: 397635 URL: https://svnweb.freebsd.org/changeset/ports/397635 Log: - Fix shebangs for mysql51-scripts, add NO_ARCH Approved by: portmgr blanket Modified: head/databases/mysql51-scripts/Makefile head/databases/mysql51-server/Makefile Modified: head/databases/mysql51-scripts/Makefile ============================================================================== --- head/databases/mysql51-scripts/Makefile Wed Sep 23 19:38:57 2015 (r397634) +++ head/databases/mysql51-scripts/Makefile Wed Sep 23 19:55:00 2015 (r397635) @@ -14,5 +14,6 @@ PLIST= ${PKGDIR}/pkg-plist.scripts SCRIPTS_ONLY= yes USES= perl5 +NO_ARCH= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/mysql51-server/Makefile ============================================================================== --- head/databases/mysql51-server/Makefile Wed Sep 23 19:38:57 2015 (r397634) +++ head/databases/mysql51-server/Makefile Wed Sep 23 19:55:00 2015 (r397635) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.1.73 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-5.1 PKGNAMESUFFIX?= 51-server @@ -14,7 +14,8 @@ COMMENT?= Multithreaded SQL database (se SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts GNU_CONFIGURE= yes -USES+= libtool makeinfo +USES+= libtool makeinfo shebangfix +SHEBANG_FILES= scripts/*.sh CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ From owner-svn-ports-head@freebsd.org Wed Sep 23 19:57:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AFC8A08BB7; Wed, 23 Sep 2015 19:57:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C90F1034; Wed, 23 Sep 2015 19:57:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJv7jr006664; Wed, 23 Sep 2015 19:57:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJv60D006662; Wed, 23 Sep 2015 19:57:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231957.t8NJv60D006662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397636 - in head/mail/mutt14: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:57:07 -0000 Author: amdmi3 Date: Wed Sep 23 19:57:05 2015 New Revision: 397636 URL: https://svnweb.freebsd.org/changeset/ports/397636 Log: - Fix build as non-root (similar to what mail/mutt does) Approved by: portmgr blanket Added: head/mail/mutt14/files/patch-staging-Makefile.am (contents, props changed) Modified: head/mail/mutt14/pkg-plist Added: head/mail/mutt14/files/patch-staging-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mutt14/files/patch-staging-Makefile.am Wed Sep 23 19:57:05 2015 (r397636) @@ -0,0 +1,18 @@ +--- Makefile.am.orig 2007-05-23 01:17:52 UTC ++++ Makefile.am +@@ -121,15 +121,6 @@ patchlist.c: $(srcdir)/PATCHES $(srcdir) + $(srcdir)/patchlist.sh < $(srcdir)/PATCHES > patchlist.c + + install-exec-local: +- if test -f $(DESTDIR)$(bindir)/mutt.dotlock && test -f $(DESTDIR)$(bindir)/mutt_dotlock ; then \ +- rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ +- ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ +- fi +- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \ +- chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \ +- chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \ +- { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \ +- fi + + install-data-local: Muttrc + $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) Modified: head/mail/mutt14/pkg-plist ============================================================================== --- head/mail/mutt14/pkg-plist Wed Sep 23 19:55:00 2015 (r397635) +++ head/mail/mutt14/pkg-plist Wed Sep 23 19:57:05 2015 (r397636) @@ -1,5 +1,5 @@ bin/mutt -bin/mutt_dotlock +@(,mail,2755) bin/mutt_dotlock bin/pgpewrap bin/pgpring @sample etc/Muttrc.sample From owner-svn-ports-head@freebsd.org Wed Sep 23 19:57:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2615FA08BE2; Wed, 23 Sep 2015 19:57:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18007110E; Wed, 23 Sep 2015 19:57:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJvGUk006756; Wed, 23 Sep 2015 19:57:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJvGFV006755; Wed, 23 Sep 2015 19:57:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231957.t8NJvGFV006755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397637 - head/math/ocaml-ocamlgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:57:17 -0000 Author: amdmi3 Date: Wed Sep 23 19:57:16 2015 New Revision: 397637 URL: https://svnweb.freebsd.org/changeset/ports/397637 Log: - Add empty directory to plist Approved by: portmgr blanket Modified: head/math/ocaml-ocamlgraph/pkg-plist Modified: head/math/ocaml-ocamlgraph/pkg-plist ============================================================================== --- head/math/ocaml-ocamlgraph/pkg-plist Wed Sep 23 19:57:05 2015 (r397636) +++ head/math/ocaml-ocamlgraph/pkg-plist Wed Sep 23 19:57:16 2015 (r397637) @@ -72,3 +72,4 @@ %%GUI%%%%OCAMLGRAPHDIR%%/viewgraph.o %%GUI%%%%OCAMLGRAPHDIR%%/xDot.mli %%GUI%%%%OCAMLGRAPHDIR%%/xDotDraw.mli +@comment @dir %%OCAML_SITELIBDIR%% From owner-svn-ports-head@freebsd.org Wed Sep 23 19:58:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF9E4A08C7B; Wed, 23 Sep 2015 19:58:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B17BD1303; Wed, 23 Sep 2015 19:58:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJwIQX006913; Wed, 23 Sep 2015 19:58:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJwI5F006911; Wed, 23 Sep 2015 19:58:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231958.t8NJwI5F006911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397638 - head/mail/lurker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:58:18 -0000 Author: amdmi3 Date: Wed Sep 23 19:58:17 2015 New Revision: 397638 URL: https://svnweb.freebsd.org/changeset/ports/397638 Log: - Modernize plist, add vardirs Modified: head/mail/lurker/Makefile head/mail/lurker/pkg-plist Modified: head/mail/lurker/Makefile ============================================================================== --- head/mail/lurker/Makefile Wed Sep 23 19:57:16 2015 (r397637) +++ head/mail/lurker/Makefile Wed Sep 23 19:58:17 2015 (r397638) @@ -2,7 +2,7 @@ PORTNAME= lurker PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF:0 \ SF/${PORTNAME}/mimelib/${MIMELIB_VERSION}/:1 Modified: head/mail/lurker/pkg-plist ============================================================================== --- head/mail/lurker/pkg-plist Wed Sep 23 19:57:16 2015 (r397637) +++ head/mail/lurker/pkg-plist Wed Sep 23 19:58:17 2015 (r397638) @@ -68,19 +68,19 @@ www/lurker/ui/pt.xml www/lurker/ui/search.xsl www/lurker/ui/splash.xsl www/lurker/ui/thread.xsl -@dirrm www/lurker/zap -@dirrm www/lurker/ui -@dirrm www/lurker/thread -@dirrm www/lurker/splash -@dirrm www/lurker/search -@dirrm www/lurker/mindex -@dirrm www/lurker/message -@dirrm www/lurker/mbox -@dirrm www/lurker/list -@dirrm www/lurker/imgs -@dirrm www/lurker/attach -@dirrm www/lurker -@owner root -@group wheel -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/lurker +@dir www/lurker/zap +@dir www/lurker/ui +@dir www/lurker/thread +@dir www/lurker/splash +@dir www/lurker/search +@dir www/lurker/mindex +@dir www/lurker/message +@dir www/lurker/mbox +@dir www/lurker/list +@dir www/lurker/imgs +@dir www/lurker/attach +@dir www/lurker +@owner +@group +@dir /var/lib/lurker +@dir /var/lib From owner-svn-ports-head@freebsd.org Wed Sep 23 19:59:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1F62A08CE6; Wed, 23 Sep 2015 19:59:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3ED51423; Wed, 23 Sep 2015 19:59:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJx5Z7007034; Wed, 23 Sep 2015 19:59:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJx5qA007033; Wed, 23 Sep 2015 19:59:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231959.t8NJx5qA007033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397639 - head/irc/ircd-ru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:59:05 -0000 Author: amdmi3 Date: Wed Sep 23 19:59:04 2015 New Revision: 397639 URL: https://svnweb.freebsd.org/changeset/ports/397639 Log: - Add empty directory to plist Approved by: portmgr blanket Modified: head/irc/ircd-ru/pkg-plist Modified: head/irc/ircd-ru/pkg-plist ============================================================================== --- head/irc/ircd-ru/pkg-plist Wed Sep 23 19:58:17 2015 (r397638) +++ head/irc/ircd-ru/pkg-plist Wed Sep 23 19:59:04 2015 (r397639) @@ -20,3 +20,4 @@ sbin/ircd %%SYSLOGFILE%%/var/log/ircd-ru/syslog @unexec rmdir /var/log/ircd-ru @unexec rmdir /var/run/ircd-ru +@dir %%DATADIR%%/modules From owner-svn-ports-head@freebsd.org Wed Sep 23 19:59:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5639DA08D3D; Wed, 23 Sep 2015 19:59:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 480DD156A; Wed, 23 Sep 2015 19:59:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJxg8W007139; Wed, 23 Sep 2015 19:59:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJxgt5007138; Wed, 23 Sep 2015 19:59:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509231959.t8NJxgt5007138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 19:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397640 - head/www/mediawiki119 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:59:42 -0000 Author: amdmi3 Date: Wed Sep 23 19:59:41 2015 New Revision: 397640 URL: https://svnweb.freebsd.org/changeset/ports/397640 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/www/mediawiki119/Makefile Modified: head/www/mediawiki119/Makefile ============================================================================== --- head/www/mediawiki119/Makefile Wed Sep 23 19:59:04 2015 (r397639) +++ head/www/mediawiki119/Makefile Wed Sep 23 19:59:41 2015 (r397640) @@ -3,6 +3,7 @@ PORTNAME= mediawiki PORTVERSION= 1.19.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 119 @@ -17,6 +18,17 @@ CONFLICTS= mediawiki12[3-5]-[0-9]* DEPRECATED= Please upgrade to mediawiki-1.25 EXPIRATION_DATE= 2015-11-27 +USES= shebangfix +SHEBANG_FILES= bin/*.sh \ + extensions/WikiEditor/modules/images/toolbar/png24/generate.sh \ + maintenance/cssjanus/*.py \ + maintenance/dev/*.sh \ + maintenance/hiphop/make \ + maintenance/hiphop/run-server \ + maintenance/storage/make-blobs +SHEBANG_LANG= hphpi +hphpi_OLD_CMD= /usr/bin/hphpi +hphpi_CMD= ${LOCALBASE}/bin/hphpi # not installed by anything yet USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki From owner-svn-ports-head@freebsd.org Wed Sep 23 20:06:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E27FA0609E; Wed, 23 Sep 2015 20:06:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 533731BB4; Wed, 23 Sep 2015 20:06:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NK66RT011120; Wed, 23 Sep 2015 20:06:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NK66Ro011119; Wed, 23 Sep 2015 20:06:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509232006.t8NK66Ro011119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 23 Sep 2015 20:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397641 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:06:06 -0000 Author: hrs Date: Wed Sep 23 20:06:05 2015 New Revision: 397641 URL: https://svnweb.freebsd.org/changeset/ports/397641 Log: Fix indention. Spotted by: jkim Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Sep 23 19:59:41 2015 (r397640) +++ head/UPDATING Wed Sep 23 20:06:05 2015 (r397641) @@ -85,14 +85,14 @@ you update your ports collection, before AFFECTS: users of print/texlive-base AUTHOR: hrs@FreeBSD.org - pdfclose and pdfopen utilities in print/texlive-base are now in a separate - port print/xpdfopen. While upgrading print/texlive-base, a conflict may - occur between pdfclose utility installed by an old print/texlive-base and - one being installed by print/xpdfopen. If it occurred on your system, - remove the installed print/texlive-base first by using the following - command: + pdfclose and pdfopen utilities in print/texlive-base are now in a separate + port print/xpdfopen. While upgrading print/texlive-base, a conflict may + occur between pdfclose utility installed by an old print/texlive-base and + one being installed by print/xpdfopen. If it occurred on your system, + remove the installed print/texlive-base first by using the following + command: - # pkg delete -f texlive-base + # pkg delete -f texlive-base 20150901: AFFECTS: users of editors/libreoffice @@ -107,22 +107,22 @@ you update your ports collection, before AFFECTS: users of print/ghostscript* AUTHOR: hrs@FreeBSD.org - print/ghostscript{7,8,9,9-agpl} have been split into - print/ghostscript{7,8,9,9-agpl}-{base,x11}. - print/ghostscript*-nox11 ports have been removed. - - The -base installs Ghostscript binaries, libgs, and other data files - and it depends on no X11 library. The -x11 installs a small shared - library to enable x11* devices in the installed -base package. - - In most cases, Ghostscript is installed as a dependency. A port/package - which requires Ghostscript will automatically pick up -base, and - when x11* devices required it will pick up -x11 in addition. - - If one wants to install Ghostscript manually and full compatibility - with the previous versions, just install -x11 because it installs - -base as a dependency. Combination of the two provides the same - functionality as before. + print/ghostscript{7,8,9,9-agpl} have been split into + print/ghostscript{7,8,9,9-agpl}-{base,x11}. + print/ghostscript*-nox11 ports have been removed. + + The -base installs Ghostscript binaries, libgs, and other data files + and it depends on no X11 library. The -x11 installs a small shared + library to enable x11* devices in the installed -base package. + + In most cases, Ghostscript is installed as a dependency. A port/package + which requires Ghostscript will automatically pick up -base, and + when x11* devices required it will pick up -x11 in addition. + + If one wants to install Ghostscript manually and full compatibility + with the previous versions, just install -x11 because it installs + -base as a dependency. Combination of the two provides the same + functionality as before. 20150821: AFFECTS: users of security/openssh-portable From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA7C2A06504; Wed, 23 Sep 2015 20:13:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 926F81113; Wed, 23 Sep 2015 20:13:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDSct015169; Wed, 23 Sep 2015 20:13:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDRht015165; Wed, 23 Sep 2015 20:13:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDRht015165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397642 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:28 -0000 Author: sunpoet Date: Wed Sep 23 20:13:27 2015 New Revision: 397642 URL: https://svnweb.freebsd.org/changeset/ports/397642 Log: - Update to 1.3.3 - Add LICENSE_FILE Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Sep 23 20:06:05 2015 (r397641) +++ head/www/nghttp2/Makefile Wed Sep 23 20:13:27 2015 (r397642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libev>=4.15:${PORTSDIR}/devel/libev \ libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Sep 23 20:06:05 2015 (r397641) +++ head/www/nghttp2/distinfo Wed Sep 23 20:13:27 2015 (r397642) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.3.2.tar.xz) = 3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 -SIZE (nghttp2-1.3.2.tar.xz) = 1262172 +SHA256 (nghttp2-1.3.3.tar.xz) = 80be5a32dbfce84bcf75753732dc9f3b2b8588102943b0af2eb525692251f264 +SIZE (nghttp2-1.3.3.tar.xz) = 1271448 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Wed Sep 23 20:06:05 2015 (r397641) +++ head/www/nghttp2/pkg-plist Wed Sep 23 20:13:27 2015 (r397642) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.1.2 +lib/libnghttp2.so.14.1.3 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81C25A0652D; Wed, 23 Sep 2015 20:13:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 735621130; Wed, 23 Sep 2015 20:13:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDXo9015287; Wed, 23 Sep 2015 20:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDXW6015285; Wed, 23 Sep 2015 20:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDXW6015285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397643 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:33 -0000 Author: sunpoet Date: Wed Sep 23 20:13:32 2015 New Revision: 397643 URL: https://svnweb.freebsd.org/changeset/ports/397643 Log: - Update to 1.3.1 Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Wed Sep 23 20:13:27 2015 (r397642) +++ head/net/rubygem-fog-sakuracloud/Makefile Wed Sep 23 20:13:32 2015 (r397643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Wed Sep 23 20:13:27 2015 (r397642) +++ head/net/rubygem-fog-sakuracloud/distinfo Wed Sep 23 20:13:32 2015 (r397643) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.3.0.gem) = 25c8634f836a9f014ed2fa92b9ae432cdf76030d47dce93aa4deea9bf2a6d523 -SIZE (rubygem/fog-sakuracloud-1.3.0.gem) = 19968 +SHA256 (rubygem/fog-sakuracloud-1.3.1.gem) = 4ede487498e399bffe405eac618625467813a2b47afef0809434be5dc0146e82 +SIZE (rubygem/fog-sakuracloud-1.3.1.gem) = 19968 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69AD0A0655A; Wed, 23 Sep 2015 20:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC1F124D; Wed, 23 Sep 2015 20:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDcLr015404; Wed, 23 Sep 2015 20:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDbBo015402; Wed, 23 Sep 2015 20:13:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDbBo015402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397644 - head/textproc/rubygem-css_parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:38 -0000 Author: sunpoet Date: Wed Sep 23 20:13:37 2015 New Revision: 397644 URL: https://svnweb.freebsd.org/changeset/ports/397644 Log: - Update to 1.3.7 Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-css_parser/Makefile head/textproc/rubygem-css_parser/distinfo Modified: head/textproc/rubygem-css_parser/Makefile ============================================================================== --- head/textproc/rubygem-css_parser/Makefile Wed Sep 23 20:13:32 2015 (r397643) +++ head/textproc/rubygem-css_parser/Makefile Wed Sep 23 20:13:37 2015 (r397644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= css_parser -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= textproc www rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-css_parser/distinfo ============================================================================== --- head/textproc/rubygem-css_parser/distinfo Wed Sep 23 20:13:32 2015 (r397643) +++ head/textproc/rubygem-css_parser/distinfo Wed Sep 23 20:13:37 2015 (r397644) @@ -1,2 +1,2 @@ -SHA256 (rubygem/css_parser-1.3.6.gem) = 834b98677cd81a9194423b465ea260317333e4246696a4b1f000910fc86b9051 -SIZE (rubygem/css_parser-1.3.6.gem) = 16384 +SHA256 (rubygem/css_parser-1.3.7.gem) = 359563516a965b4fd770d908ba11fa218e220576c646687b9954bf05fee4cfe3 +SIZE (rubygem/css_parser-1.3.7.gem) = 16384 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A6D1A0658B; Wed, 23 Sep 2015 20:13:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0D512EB; Wed, 23 Sep 2015 20:13:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDg5n015507; Wed, 23 Sep 2015 20:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDgrx015506; Wed, 23 Sep 2015 20:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDgrx015506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397645 - head/print/rubygem-prawn-svg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:42 -0000 Author: sunpoet Date: Wed Sep 23 20:13:41 2015 New Revision: 397645 URL: https://svnweb.freebsd.org/changeset/ports/397645 Log: - Add LICENSE_FILE Modified: head/print/rubygem-prawn-svg/Makefile Modified: head/print/rubygem-prawn-svg/Makefile ============================================================================== --- head/print/rubygem-prawn-svg/Makefile Wed Sep 23 20:13:37 2015 (r397644) +++ head/print/rubygem-prawn-svg/Makefile Wed Sep 23 20:13:41 2015 (r397645) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= SVG renderer for Prawn PDF library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-css_parser>=1.3:${PORTSDIR}/textproc/rubygem-css_parser \ rubygem-prawn>=0.8.4:${PORTSDIR}/print/rubygem-prawn From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47C5AA065D7; Wed, 23 Sep 2015 20:13:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3989B13B8; Wed, 23 Sep 2015 20:13:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDlVI015632; Wed, 23 Sep 2015 20:13:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDkdC015629; Wed, 23 Sep 2015 20:13:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDkdC015629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397646 - head/net/p5-XML-Compile-SOAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:47 -0000 Author: sunpoet Date: Wed Sep 23 20:13:46 2015 New Revision: 397646 URL: https://svnweb.freebsd.org/changeset/ports/397646 Log: - Update to 3.12 Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Modified: head/net/p5-XML-Compile-SOAP/Makefile head/net/p5-XML-Compile-SOAP/distinfo Modified: head/net/p5-XML-Compile-SOAP/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP/Makefile Wed Sep 23 20:13:41 2015 (r397645) +++ head/net/p5-XML-Compile-SOAP/Makefile Wed Sep 23 20:13:46 2015 (r397646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-SOAP -PORTVERSION= 3.10 +PORTVERSION= 3.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-XML-Compile-SOAP/distinfo ============================================================================== --- head/net/p5-XML-Compile-SOAP/distinfo Wed Sep 23 20:13:41 2015 (r397645) +++ head/net/p5-XML-Compile-SOAP/distinfo Wed Sep 23 20:13:46 2015 (r397646) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-3.10.tar.gz) = 0da813c651ae259b9c1c1a9da3cc2e33f146f96932d7d2cd6620d78d7282b870 -SIZE (XML-Compile-SOAP-3.10.tar.gz) = 100466 +SHA256 (XML-Compile-SOAP-3.12.tar.gz) = bf8768c82966e9be993f2d1e2e5cb2199af7073b65676545f437ec2f37fc976e +SIZE (XML-Compile-SOAP-3.12.tar.gz) = 100498 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79D41A0661E; Wed, 23 Sep 2015 20:13:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB791500; Wed, 23 Sep 2015 20:13:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDqWU015746; Wed, 23 Sep 2015 20:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDpd2015744; Wed, 23 Sep 2015 20:13:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDpd2015744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397647 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:52 -0000 Author: sunpoet Date: Wed Sep 23 20:13:51 2015 New Revision: 397647 URL: https://svnweb.freebsd.org/changeset/ports/397647 Log: - Update to 6.21 Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Wed Sep 23 20:13:46 2015 (r397646) +++ head/www/p5-Mojolicious/Makefile Wed Sep 23 20:13:51 2015 (r397647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.20 +PORTVERSION= 6.21 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Wed Sep 23 20:13:46 2015 (r397646) +++ head/www/p5-Mojolicious/distinfo Wed Sep 23 20:13:51 2015 (r397647) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.20.tar.gz) = bc7890486df3e2b127f50654a641a831011ccfea28578e7229962637a4ed731e -SIZE (Mojolicious-6.20.tar.gz) = 648915 +SHA256 (Mojolicious-6.21.tar.gz) = 6b81214a0ddfb735c345bea344b1c1e1dd9ec0ed19bb5221b345155b2cb184d5 +SIZE (Mojolicious-6.21.tar.gz) = 650264 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:13:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6063EA06655; Wed, 23 Sep 2015 20:13:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472571762; Wed, 23 Sep 2015 20:13:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKDwkc015863; Wed, 23 Sep 2015 20:13:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKDvMb015861; Wed, 23 Sep 2015 20:13:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232013.t8NKDvMb015861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397648 - head/devel/rubygem-cf-uaa-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:13:58 -0000 Author: sunpoet Date: Wed Sep 23 20:13:56 2015 New Revision: 397648 URL: https://svnweb.freebsd.org/changeset/ports/397648 Log: - Update to 3.2.4 - Add LICENSE_FILE Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master Modified: head/devel/rubygem-cf-uaa-lib/Makefile head/devel/rubygem-cf-uaa-lib/distinfo Modified: head/devel/rubygem-cf-uaa-lib/Makefile ============================================================================== --- head/devel/rubygem-cf-uaa-lib/Makefile Wed Sep 23 20:13:51 2015 (r397647) +++ head/devel/rubygem-cf-uaa-lib/Makefile Wed Sep 23 20:13:56 2015 (r397648) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf-uaa-lib -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Client library for CloudFoundry UAA LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json Modified: head/devel/rubygem-cf-uaa-lib/distinfo ============================================================================== --- head/devel/rubygem-cf-uaa-lib/distinfo Wed Sep 23 20:13:51 2015 (r397647) +++ head/devel/rubygem-cf-uaa-lib/distinfo Wed Sep 23 20:13:56 2015 (r397648) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cf-uaa-lib-3.2.3.gem) = f9edcab13db6010622a5c437b9882bbecce70e5702158b5c84fee090055cc739 -SIZE (rubygem/cf-uaa-lib-3.2.3.gem) = 118272 +SHA256 (rubygem/cf-uaa-lib-3.2.4.gem) = 197e47fb2351c0c997f221c1c24b85d4a6806bfcec2b2ad41b1d2813a3149915 +SIZE (rubygem/cf-uaa-lib-3.2.4.gem) = 118784 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:14:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B80A0668C; Wed, 23 Sep 2015 20:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6D017FA; Wed, 23 Sep 2015 20:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKE3HV015984; Wed, 23 Sep 2015 20:14:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKE3JE015982; Wed, 23 Sep 2015 20:14:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232014.t8NKE3JE015982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397649 - head/devel/rubygem-delayed_job X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:14:03 -0000 Author: sunpoet Date: Wed Sep 23 20:14:02 2015 New Revision: 397649 URL: https://svnweb.freebsd.org/changeset/ports/397649 Log: - Update to 4.1.0 - Add LICENSE_FILE Changes: https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md Modified: head/devel/rubygem-delayed_job/Makefile head/devel/rubygem-delayed_job/distinfo Modified: head/devel/rubygem-delayed_job/Makefile ============================================================================== --- head/devel/rubygem-delayed_job/Makefile Wed Sep 23 20:13:56 2015 (r397648) +++ head/devel/rubygem-delayed_job/Makefile Wed Sep 23 20:14:02 2015 (r397649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= delayed_job -PORTVERSION= 4.0.6 +PORTVERSION= 4.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Asynchronously executing longer tasks in the background LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 Modified: head/devel/rubygem-delayed_job/distinfo ============================================================================== --- head/devel/rubygem-delayed_job/distinfo Wed Sep 23 20:13:56 2015 (r397648) +++ head/devel/rubygem-delayed_job/distinfo Wed Sep 23 20:14:02 2015 (r397649) @@ -1,2 +1,2 @@ -SHA256 (rubygem/delayed_job-4.0.6.gem) = ac8033f89b43cf15c8c4d39e62788e31676275fb2b8342167d21462218846eb6 -SIZE (rubygem/delayed_job-4.0.6.gem) = 36352 +SHA256 (rubygem/delayed_job-4.1.0.gem) = 5480843adbc25c4160f2a69f012c66f4a1ad4478b8a176a3976661b3ec05c699 +SIZE (rubygem/delayed_job-4.1.0.gem) = 38912 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:14:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 114D3A066D7; Wed, 23 Sep 2015 20:14:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC86C1952; Wed, 23 Sep 2015 20:14:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKE8tr016103; Wed, 23 Sep 2015 20:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKE85H016101; Wed, 23 Sep 2015 20:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232014.t8NKE85H016101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397650 - head/devel/rubygem-highline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:14:09 -0000 Author: sunpoet Date: Wed Sep 23 20:14:07 2015 New Revision: 397650 URL: https://svnweb.freebsd.org/changeset/ports/397650 Log: - Update to 1.7.7 - Fix LICENSE Changes: https://github.com/JEG2/highline/blob/1-7-stable/Changelog.md Modified: head/devel/rubygem-highline/Makefile head/devel/rubygem-highline/distinfo Modified: head/devel/rubygem-highline/Makefile ============================================================================== --- head/devel/rubygem-highline/Makefile Wed Sep 23 20:14:02 2015 (r397649) +++ head/devel/rubygem-highline/Makefile Wed Sep 23 20:14:07 2015 (r397650) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= highline -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= High-level IO library for command-line interfaces -LICENSE= GPLv2 +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-highline/distinfo ============================================================================== --- head/devel/rubygem-highline/distinfo Wed Sep 23 20:14:02 2015 (r397649) +++ head/devel/rubygem-highline/distinfo Wed Sep 23 20:14:07 2015 (r397650) @@ -1,2 +1,2 @@ -SHA256 (rubygem/highline-1.7.6.gem) = 17d22a44993eb5e9836cc2804a966ace22386f2a0e37cc1cb7d5b69b433fabe3 -SIZE (rubygem/highline-1.7.6.gem) = 224256 +SHA256 (rubygem/highline-1.7.7.gem) = 4acd3a1f8eddb11443e7912f8ed0c688919c85c4ed193a568165d804b7a28add +SIZE (rubygem/highline-1.7.7.gem) = 224768 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:14:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA20A06707; Wed, 23 Sep 2015 20:14:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6241A02; Wed, 23 Sep 2015 20:14:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKEDWt016220; Wed, 23 Sep 2015 20:14:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKEDDC016218; Wed, 23 Sep 2015 20:14:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232014.t8NKEDDC016218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397651 - head/devel/rubygem-simple_form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:14:14 -0000 Author: sunpoet Date: Wed Sep 23 20:14:12 2015 New Revision: 397651 URL: https://svnweb.freebsd.org/changeset/ports/397651 Log: - Update to 3.2.0 - Add LICENSE_FILE Changes: https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md Modified: head/devel/rubygem-simple_form/Makefile head/devel/rubygem-simple_form/distinfo Modified: head/devel/rubygem-simple_form/Makefile ============================================================================== --- head/devel/rubygem-simple_form/Makefile Wed Sep 23 20:14:07 2015 (r397650) +++ head/devel/rubygem-simple_form/Makefile Wed Sep 23 20:14:12 2015 (r397651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simple_form -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Forms made easy LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 Modified: head/devel/rubygem-simple_form/distinfo ============================================================================== --- head/devel/rubygem-simple_form/distinfo Wed Sep 23 20:14:07 2015 (r397650) +++ head/devel/rubygem-simple_form/distinfo Wed Sep 23 20:14:12 2015 (r397651) @@ -1,2 +1,2 @@ -SHA256 (rubygem/simple_form-3.1.1.gem) = 987400b12248930cdcf4f7fedb3dc0de7d2c5934f4827cc792b303677b06b39b -SIZE (rubygem/simple_form-3.1.1.gem) = 73728 +SHA256 (rubygem/simple_form-3.2.0.gem) = 3aa7d8289fbd10bd6954a40085020405a4635a6c7887ccff53af98f851a8add8 +SIZE (rubygem/simple_form-3.2.0.gem) = 74240 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:14:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C0F8A0673E; Wed, 23 Sep 2015 20:14:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DE831AAC; Wed, 23 Sep 2015 20:14:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKEIq3016330; Wed, 23 Sep 2015 20:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKEIMM016329; Wed, 23 Sep 2015 20:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232014.t8NKEIMM016329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397652 - in head/www: . node012 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:14:18 -0000 Author: sunpoet Date: Wed Sep 23 20:14:17 2015 New Revision: 397652 URL: https://svnweb.freebsd.org/changeset/ports/397652 Log: - Add node012 0.12.7 (copied from node) PR: 203203 Submitted by: Daniel Lin (maintainer) Added: head/www/node012/ - copied from r397492, head/www/node/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 23 20:14:12 2015 (r397651) +++ head/www/Makefile Wed Sep 23 20:14:17 2015 (r397652) @@ -562,6 +562,7 @@ SUBDIR += node SUBDIR += node-devel SUBDIR += node010 + SUBDIR += node012 SUBDIR += nostromo SUBDIR += npapi-vlc SUBDIR += npapi-xine From owner-svn-ports-head@freebsd.org Wed Sep 23 20:15:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E211A0683B; Wed, 23 Sep 2015 20:15:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D86E1C8C; Wed, 23 Sep 2015 20:15:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKFX9T016496; Wed, 23 Sep 2015 20:15:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKFXVi016495; Wed, 23 Sep 2015 20:15:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232015.t8NKFXVi016495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397653 - in head/www: . iojs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:15:34 -0000 Author: sunpoet Date: Wed Sep 23 20:15:33 2015 New Revision: 397653 URL: https://svnweb.freebsd.org/changeset/ports/397653 Log: - Remove www/iojs PR: 203203 Submitted by: Daniel Lin (maintainer) Deleted: head/www/iojs/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 23 20:14:17 2015 (r397652) +++ head/www/Makefile Wed Sep 23 20:15:33 2015 (r397653) @@ -347,7 +347,6 @@ SUBDIR += imgsizer SUBDIR += impresscms SUBDIR += interchange - SUBDIR += iojs SUBDIR += itop SUBDIR += iwebcal SUBDIR += jawstats From owner-svn-ports-head@freebsd.org Wed Sep 23 20:15:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F3DEA06868; Wed, 23 Sep 2015 20:15:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAED61D20; Wed, 23 Sep 2015 20:15:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKFdJV016652; Wed, 23 Sep 2015 20:15:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKFdwn016649; Wed, 23 Sep 2015 20:15:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232015.t8NKFdwn016649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397654 - in head/www/node: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:15:40 -0000 Author: sunpoet Date: Wed Sep 23 20:15:38 2015 New Revision: 397654 URL: https://svnweb.freebsd.org/changeset/ports/397654 Log: - Update to 4.1.1 - While I'm here: - Fix build: add more REINPLACE_CMD to post-patch: (copied from www/iojs) - Add DOCS option - Use CONFLICTS_INSTALL instead of CONFLICTS - Add blank line after .include Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md PR: 203203 Submitted by: Approved by: Daniel Lin (maintainer) Deleted: head/www/node/files/ Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed Sep 23 20:15:33 2015 (r397653) +++ head/www/node/Makefile Wed Sep 23 20:15:38 2015 (r397654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.7 +PORTVERSION= 4.1.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -12,11 +12,13 @@ COMMENT= V8 JavaScript for client and se LICENSE= MIT +OPTIONS_DEFINE= DOCS + USES= compiler execinfo gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* iojs-[0-9]* +CONFLICTS_INSTALL= node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* iojs-[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib @@ -25,6 +27,7 @@ REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} .include + .if ${COMPILER_TYPE} == clang MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-unused-private-field @@ -44,7 +47,10 @@ post-patch: ${WRKSRC}/deps/v8/tools/gyp/v8.gyp @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \ + ${WRKSRC}/deps/v8/build/toolchain.gypi @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ + ${WRKSRC}/tools/icu/icu-generic.gyp \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ ${WRKSRC}/deps/v8/src/d8.gyp Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Wed Sep 23 20:15:33 2015 (r397653) +++ head/www/node/distinfo Wed Sep 23 20:15:38 2015 (r397654) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.7.tar.gz) = b23d64df051c9c969b0c583f802d5d71de342e53067127a5061415be7e12f39d -SIZE (node-v0.12.7.tar.gz) = 20063992 +SHA256 (node-v4.1.1.tar.gz) = 6a610935ff52de713cf2af6a26002322e24fd7933a444436f0817a2b84e15a58 +SIZE (node-v4.1.1.tar.gz) = 22493016 Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Wed Sep 23 20:15:33 2015 (r397653) +++ head/www/node/pkg-plist Wed Sep 23 20:15:38 2015 (r397654) @@ -12,6 +12,23 @@ include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h include/node/openssl/aes.h +include/node/openssl/archs/BSD-x86/opensslconf.h +include/node/openssl/archs/BSD-x86_64/opensslconf.h +include/node/openssl/archs/VC-WIN32/opensslconf.h +include/node/openssl/archs/VC-WIN64A/opensslconf.h +include/node/openssl/archs/aix-gcc/opensslconf.h +include/node/openssl/archs/aix64-gcc/opensslconf.h +include/node/openssl/archs/darwin-i386-cc/opensslconf.h +include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h +include/node/openssl/archs/linux-aarch64/opensslconf.h +include/node/openssl/archs/linux-armv4/opensslconf.h +include/node/openssl/archs/linux-elf/opensslconf.h +include/node/openssl/archs/linux-ppc/opensslconf.h +include/node/openssl/archs/linux-ppc64/opensslconf.h +include/node/openssl/archs/linux-x32/opensslconf.h +include/node/openssl/archs/linux-x86_64/opensslconf.h +include/node/openssl/archs/solaris-x86-gcc/opensslconf.h +include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h include/node/openssl/asn1.h include/node/openssl/asn1_mac.h include/node/openssl/asn1t.h @@ -87,7 +104,6 @@ include/node/openssl/x509.h include/node/openssl/x509_vfy.h include/node/openssl/x509v3.h include/node/pthread-fixes.h -include/node/smalloc.h include/node/stdint-msvc2008.h include/node/tree.h include/node/uv-aix.h @@ -106,8 +122,9 @@ include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h include/node/v8-util.h +include/node/v8-version.h include/node/v8.h include/node/v8config.h -include/node/v8stdint.h @(,,444) man/man1/node.1.gz +%%PORTDOCS%%%%DOCSDIR%%/gdbinit share/systemtap/tapset/node.stp From owner-svn-ports-head@freebsd.org Wed Sep 23 20:15:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F97DA0689B; Wed, 23 Sep 2015 20:15:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6841DDE; Wed, 23 Sep 2015 20:15:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKFj74016798; Wed, 23 Sep 2015 20:15:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKFiZC016795; Wed, 23 Sep 2015 20:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232015.t8NKFiZC016795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397655 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:15:46 -0000 Author: sunpoet Date: Wed Sep 23 20:15:44 2015 New Revision: 397655 URL: https://svnweb.freebsd.org/changeset/ports/397655 Log: - Update to 2.14.4 - Remove IOJS and NODE010 options - Cosmetic change Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed Sep 23 20:15:38 2015 (r397654) +++ head/www/npm/Makefile Wed Sep 23 20:15:44 2015 (r397655) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.14.3 +PORTVERSION= 2.14.4 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -12,34 +12,30 @@ COMMENT= Node package manager LICENSE= MIT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= IOJS NODE NODE_DEVEL NODE010 +OPTIONS_SINGLE_BACKEND= NODE NODE_DEVEL OPTIONS_DEFAULT=NODE -IOJS_DESC= Use www/iojs as backend NODE_DESC= Use www/node as backend NODE_DEVEL_DESC=Use www/node-devel as backend -NODE010_DESC= Use www/node010 as backend MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} +MANPREFIX= ${PREFIX}/lib/node_modules/npm NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' +USES= cpe python:2 shebangfix tar:xz + +CPE_VENDOR= npmjs +CPE_PRODUCT= node_packaged_modules + SHEBANG_FILES= lib/utils/completion.sh \ node_modules/request/node_modules/node-uuid/benchmark/bench.sh \ scripts/clean-old.sh \ scripts/release.sh \ scripts/relocate.sh \ test/update-test.sh -USES= cpe python:2 shebangfix tar:xz - -MANPREFIX= ${PREFIX}/lib/node_modules/npm - -CPE_VENDOR= npmjs -CPE_PRODUCT= node_packaged_modules -IOJS_RUN_DEPENDS= iojs>=1.0.0:${PORTSDIR}/www/iojs NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:${PORTSDIR}/www/node-devel NODE_RUN_DEPENDS= node>=0.8.0:${PORTSDIR}/www/node -NODE010_RUN_DEPENDS= node010>=0.8.0:${PORTSDIR}/www/node010 .include Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Wed Sep 23 20:15:38 2015 (r397654) +++ head/www/npm/distinfo Wed Sep 23 20:15:44 2015 (r397655) @@ -1,2 +1,2 @@ -SHA256 (npm-2.14.3.tar.xz) = 97f0dfdb1303ef54b4104b3b2f53ca49b492b29f18c03be41626d20ba464302b -SIZE (npm-2.14.3.tar.xz) = 2513600 +SHA256 (npm-2.14.4.tar.xz) = c9a92d33a470bc7f6df4c3c71704408efd06f40f0f2363933171586655c0da4e +SIZE (npm-2.14.4.tar.xz) = 2456552 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed Sep 23 20:15:38 2015 (r397654) +++ head/www/npm/pkg-plist Wed Sep 23 20:15:44 2015 (r397655) @@ -623,17 +623,6 @@ lib/node_modules/npm/node_modules/fs-vac lib/node_modules/npm/node_modules/fs-vacuum/.npmignore lib/node_modules/npm/node_modules/fs-vacuum/LICENSE lib/node_modules/npm/node_modules/fs-vacuum/README.md -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/fs-vacuum/package.json lib/node_modules/npm/node_modules/fs-vacuum/test/arguments.js lib/node_modules/npm/node_modules/fs-vacuum/test/base-leaf-mismatch.js @@ -647,17 +636,6 @@ lib/node_modules/npm/node_modules/fs-vac lib/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/toolong.js @@ -713,17 +691,6 @@ lib/node_modules/npm/node_modules/fstrea lib/node_modules/npm/node_modules/fstream/lib/reader.js lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js lib/node_modules/npm/node_modules/fstream/lib/writer.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/fstream/package.json lib/node_modules/npm/node_modules/github-url-from-git/.npmignore lib/node_modules/npm/node_modules/github-url-from-git/LICENSE @@ -931,6 +898,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/0001-gyp-always-install-into-PRODUCT_DIR.patch lib/node_modules/npm/node_modules/node-gyp/0002-gyp-apply-https-codereview.chromium.org-11361103.patch lib/node_modules/npm/node_modules/node-gyp/0003-gyp-don-t-use-links-at-all-just-copy-the-files-inste.patch +lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md lib/node_modules/npm/node_modules/node-gyp/History.md lib/node_modules/npm/node_modules/node-gyp/LICENSE lib/node_modules/npm/node_modules/node-gyp/README.md @@ -1017,6 +985,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/lib/install.js lib/node_modules/npm/node_modules/node-gyp/lib/list.js lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js lib/node_modules/npm/node_modules/node-gyp/lib/remove.js lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE @@ -1063,17 +1032,6 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.npmignore lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.travis.yml lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE @@ -1123,28 +1081,6 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/test.js lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/test/test.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/Makefile -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/bin/semver -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/foot.js.txt -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/head.js.txt -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.browser.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.browser.js.gz -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.min.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.min.js.gz -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/amd.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/big-numbers.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/clean.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/gtr.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/ltr.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/major-minor-patch.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/test/no-module.js lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/.npmignore lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/.travis.yml lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/LICENCE @@ -1175,6 +1111,9 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/zz-cleanup.js lib/node_modules/npm/node_modules/node-gyp/package.json lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.c +lib/node_modules/npm/node_modules/node-gyp/test/docker.sh +lib/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js +lib/node_modules/npm/node_modules/node-gyp/test/test-process-release.js lib/node_modules/npm/node_modules/nopt/.npmignore lib/node_modules/npm/node_modules/nopt/.travis.yml lib/node_modules/npm/node_modules/nopt/LICENSE @@ -1501,17 +1440,7 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/README.md lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/debuglog.js lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/package.json -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/write-then-read.js +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/.travis.yml lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/LICENSE lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/README.md lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/package.json @@ -1551,19 +1480,9 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/test/noargs.js lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js lib/node_modules/npm/node_modules/read-package-json/.npmignore +lib/node_modules/npm/node_modules/read-package-json/.travis.yml lib/node_modules/npm/node_modules/read-package-json/LICENSE lib/node_modules/npm/node_modules/read-package-json/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.editorconfig lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.npmignore lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/LICENSE @@ -2357,6 +2276,7 @@ lib/node_modules/npm/node_modules/valida lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/test/index.js +lib/node_modules/npm/node_modules/which/.travis.yml lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md lib/node_modules/npm/node_modules/which/bin/which @@ -2380,17 +2300,6 @@ lib/node_modules/npm/node_modules/write- lib/node_modules/npm/node_modules/write-file-atomic/LICENSE lib/node_modules/npm/node_modules/write-file-atomic/README.md lib/node_modules/npm/node_modules/write-file-atomic/index.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/.npmignore -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/LICENSE -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/README.md -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/fs.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/graceful-fs.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/package.json -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/write-file-atomic/package.json lib/node_modules/npm/node_modules/write-file-atomic/test/basic.js lib/node_modules/npm/npmrc From owner-svn-ports-head@freebsd.org Wed Sep 23 20:15:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E83DCA068A5; Wed, 23 Sep 2015 20:15:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA4D31E3D; Wed, 23 Sep 2015 20:15:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKFnmJ016895; Wed, 23 Sep 2015 20:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKFnqA016894; Wed, 23 Sep 2015 20:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232015.t8NKFnqA016894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397656 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:15:50 -0000 Author: sunpoet Date: Wed Sep 23 20:15:49 2015 New Revision: 397656 URL: https://svnweb.freebsd.org/changeset/ports/397656 Log: - Document the removal of www/iojs Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Sep 23 20:15:44 2015 (r397655) +++ head/MOVED Wed Sep 23 20:15:49 2015 (r397656) @@ -7874,3 +7874,4 @@ x11-toolkits/wxgtk28-unicode|x11-toolkit x11-toolkits/wxgtk28-unicode-contrib|x11-toolkits/wxgtk28-contrib|2015-09-16|Make wxGTK now only unicode x11-toolkits/py-wxPython28-unicode|x11-toolkits/py-wxPython28|2015-09-16|Make wxGTK now only unicode japanese/font-mplus|japanese/font-mplus-outline|2015-09-21|Renamed +www/iojs|www/node|2015-09-23|io.js has been merged back to Node.js From owner-svn-ports-head@freebsd.org Wed Sep 23 20:16:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1F6A0693B; Wed, 23 Sep 2015 20:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6003B102D; Wed, 23 Sep 2015 20:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKGhHO017032; Wed, 23 Sep 2015 20:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKGhIJ017031; Wed, 23 Sep 2015 20:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232016.t8NKGhIJ017031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397657 - head/www/node012 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:16:43 -0000 Author: sunpoet Date: Wed Sep 23 20:16:42 2015 New Revision: 397657 URL: https://svnweb.freebsd.org/changeset/ports/397657 Log: - Add PKGNAMESUFFIX Modified: head/www/node012/Makefile Modified: head/www/node012/Makefile ============================================================================== --- head/www/node012/Makefile Wed Sep 23 20:15:49 2015 (r397656) +++ head/www/node012/Makefile Wed Sep 23 20:16:42 2015 (r397657) @@ -6,6 +6,7 @@ PORTVERSION= 0.12.7 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ +PKGNAMESUFFIX= 012 MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server From owner-svn-ports-head@freebsd.org Wed Sep 23 20:18:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9677A069F7; Wed, 23 Sep 2015 20:18:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE8A81121; Wed, 23 Sep 2015 20:18:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKI60l017230; Wed, 23 Sep 2015 20:18:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKI6k3017227; Wed, 23 Sep 2015 20:18:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509232018.t8NKI6k3017227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2015 20:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397658 - in head/graphics/openjpeg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:18:07 -0000 Author: sunpoet Date: Wed Sep 23 20:18:05 2015 New Revision: 397658 URL: https://svnweb.freebsd.org/changeset/ports/397658 Log: - Update to 2.1.1 - Add LICENSE_FILE - Add upstream patches [1] Obtained from: https://github.com/uclouvain/openjpeg/commit/a4e93c3b0af1c42770206b5d25014a05a60ec8f5 [1] https://github.com/uclouvain/openjpeg/commit/c16c91797f4b15eb55d56f85fd497d588331e71f [1] https://github.com/uclouvain/openjpeg/commit/55dbf8acff9afab1591b6a094b744d8426a32dd4 [1] Security: a233d51f-5d4c-11e5-9ad8-14dae9d210b8 MFH: 2015Q3 Added: head/graphics/openjpeg/files/ head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c (contents, props changed) Modified: head/graphics/openjpeg/Makefile head/graphics/openjpeg/distinfo Modified: head/graphics/openjpeg/Makefile ============================================================================== --- head/graphics/openjpeg/Makefile Wed Sep 23 20:16:42 2015 (r397657) +++ head/graphics/openjpeg/Makefile Wed Sep 23 20:18:05 2015 (r397658) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= openjpeg -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source JPEG 2000 codec LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libpng.so:${PORTSDIR}/graphics/png \ @@ -21,7 +21,8 @@ USES= cmake cpe pkgconfig PLIST_SUB= VER=${PORTVERSION:R} GH_ACCOUNT= uclouvain -GH_TAGNAME= version.${PORTVERSION:R} +#GH_TAGNAME= version.${PORTVERSION:R} +GH_TAGNAME= 9c911c0 USE_GITHUB= yes post-patch: Modified: head/graphics/openjpeg/distinfo ============================================================================== --- head/graphics/openjpeg/distinfo Wed Sep 23 20:16:42 2015 (r397657) +++ head/graphics/openjpeg/distinfo Wed Sep 23 20:18:05 2015 (r397658) @@ -1,2 +1,2 @@ -SHA256 (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 4afc996cd5e0d16360d71c58216950bcb4ce29a3272360eb29cadb1c8bce4efc -SIZE (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 1775088 +SHA256 (uclouvain-openjpeg-2.1.1-9c911c0_GH0.tar.gz) = cb0f08de689cfc70604876aaa68c11546db508d0d711e48d946bd2b0a154f50d +SIZE (uclouvain-openjpeg-2.1.1-9c911c0_GH0.tar.gz) = 1942736 Added: head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c Wed Sep 23 20:18:05 2015 (r397658) @@ -0,0 +1,59 @@ +Obtained from: https://github.com/uclouvain/openjpeg/commit/a4e93c3b0af1c42770206b5d25014a05a60ec8f5 + https://github.com/uclouvain/openjpeg/commit/c16c91797f4b15eb55d56f85fd497d588331e71f + https://github.com/uclouvain/openjpeg/commit/55dbf8acff9afab1591b6a094b744d8426a32dd4 + +--- src/lib/openjp2/j2k.c.orig 2015-09-16 18:49:45 UTC ++++ src/lib/openjp2/j2k.c +@@ -8603,8 +8603,10 @@ static opj_codestream_index_t* opj_j2k_c + cstr_index->marknum = 0; + cstr_index->marker = (opj_marker_info_t*) + opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t)); +- if (!cstr_index-> marker) ++ if (!cstr_index-> marker) { ++ opj_free(cstr_index); + return NULL; ++ } + + cstr_index->tile_index = NULL; + +@@ -9668,14 +9670,14 @@ static OPJ_BOOL opj_j2k_decode_one_tile + * so move to the last SOT read */ + if ( !(opj_stream_read_seek(p_stream, p_j2k->m_specific_param.m_decoder.m_last_sot_read_pos+2, p_manager)) ){ + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); +- opj_free(l_current_data); ++ opj_free(l_current_data); + return OPJ_FALSE; + } + } + else{ + if ( !(opj_stream_read_seek(p_stream, p_j2k->cstr_index->tile_index[l_tile_no_to_dec].tp_index[0].start_pos+2, p_manager)) ) { + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); +- opj_free(l_current_data); ++ opj_free(l_current_data); + return OPJ_FALSE; + } + } +@@ -9733,6 +9735,7 @@ static OPJ_BOOL opj_j2k_decode_one_tile + /* move into the codestream to the the first SOT (FIXME or not move?)*/ + if (!(opj_stream_read_seek(p_stream, p_j2k->cstr_index->main_head_end + 2, p_manager) ) ) { + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); ++ opj_free(l_current_data); + return OPJ_FALSE; + } + break; +@@ -9998,11 +10001,15 @@ OPJ_BOOL opj_j2k_encode(opj_j2k_t * p_j2 + /* now copy this data into the tile component */ + if (! opj_tcd_copy_tile_data(p_j2k->m_tcd,l_current_data,l_current_tile_size)) { + opj_event_msg(p_manager, EVT_ERROR, "Size mismatch between tile data and sent data." ); ++ opj_free(l_current_data); + return OPJ_FALSE; + } + } + + if (! opj_j2k_post_write_tile (p_j2k,p_stream,p_manager)) { ++ if (l_current_data) { ++ opj_free(l_current_data); ++ } + return OPJ_FALSE; + } + } From owner-svn-ports-head@freebsd.org Wed Sep 23 20:24:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342B8A06E40; Wed, 23 Sep 2015 20:24:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 260671815; Wed, 23 Sep 2015 20:24:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKOTOt021207; Wed, 23 Sep 2015 20:24:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKOSiN021205; Wed, 23 Sep 2015 20:24:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509232024.t8NKOSiN021205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 23 Sep 2015 20:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397659 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:24:29 -0000 Author: feld Date: Wed Sep 23 20:24:28 2015 New Revision: 397659 URL: https://svnweb.freebsd.org/changeset/ports/397659 Log: Fix older ruby vuxml entry If you follow official instructions to change your default ruby version it alters the ruby package name and vuxml will produce false positives. This change will solve these scenarios. PR: 203227 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 23 20:18:05 2015 (r397658) +++ head/security/vuxml/vuln.xml Wed Sep 23 20:24:28 2015 (r397659) @@ -10304,16 +10304,19 @@ Notes: Ruby -- OpenSSL Hostname Verification Vulnerability + ruby ruby20 - 2.0.0.645,1 + 2.0,12.0.0.645,1 ruby - 2.1.6,1 + ruby21 + 2.1,12.1.6,1 + ruby ruby22 - 2.2.2,1 + 2.2,12.2.2,1 @@ -10337,6 +10340,7 @@ Notes: 2015-04-13 2015-04-14 + 2015-09-23 From owner-svn-ports-head@freebsd.org Wed Sep 23 20:31:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 327F0A07387; Wed, 23 Sep 2015 20:31:44 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18D021C0F; Wed, 23 Sep 2015 20:31:44 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKVhbK025266; Wed, 23 Sep 2015 20:31:43 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKVhTL025262; Wed, 23 Sep 2015 20:31:43 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509232031.t8NKVhTL025262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 23 Sep 2015 20:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397660 - in head/devel: . b2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:31:44 -0000 Author: robak Date: Wed Sep 23 20:31:42 2015 New Revision: 397660 URL: https://svnweb.freebsd.org/changeset/ports/397660 Log: devel/b2: NEW PORT - Command Line Interface for Backblaze's B2 storage service B2 Cloud Storage is a cloud service for storing files in the cloud. Files are available for download at any time, either through the API or through a browser-compatible URL. This package provides Backblaze's officiall command line tool for accessing all of the capabilities of B2 Cloud Storage. WWW: https://www.backblaze.com/b2/docs/quick_command_line.html Submitted by: robak Added: head/devel/b2/ head/devel/b2/Makefile (contents, props changed) head/devel/b2/distinfo (contents, props changed) head/devel/b2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 23 20:24:28 2015 (r397659) +++ head/devel/Makefile Wed Sep 23 20:31:42 2015 (r397660) @@ -129,6 +129,7 @@ SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awscli + SUBDIR += b2 SUBDIR += bam SUBDIR += bbfreeze SUBDIR += bbfreeze-loader Added: head/devel/b2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/b2/Makefile Wed Sep 23 20:31:42 2015 (r397660) @@ -0,0 +1,29 @@ +# Created by: Bartek Rutkowski +# $FreeBSD$ + +PORTNAME= b2 +PORTVERSION= 0.2.4 +CATEGORIES= devel +MASTER_SITES= https://www.backblaze.com/b2/docs/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= + +MAINTAINER= robak@FreeBSD.org +COMMENT= Command Line Interface for Backblaze's B2 storage service + +LICENSE= MIT + +USES= python:2.6+ shebangfix +SHEBANG_FILES= b2 +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/devel/b2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/b2/distinfo Wed Sep 23 20:31:42 2015 (r397660) @@ -0,0 +1,2 @@ +SHA256 (b2) = 2a73a5daf3915ae30788ebfff51c134bcf5e92157b4079afe8499b2b2eade9f8 +SIZE (b2) = 24688 Added: head/devel/b2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/b2/pkg-descr Wed Sep 23 20:31:42 2015 (r397660) @@ -0,0 +1,8 @@ +B2 Cloud Storage is a cloud service for storing files in the cloud. +Files are available for download at any time, either through the API +or through a browser-compatible URL. + +This package provides Backblaze's officiall command line tool for +accessing all of the capabilities of B2 Cloud Storage. + +WWW: https://www.backblaze.com/b2/docs/quick_command_line.html From owner-svn-ports-head@freebsd.org Wed Sep 23 20:38:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF148A07638; Wed, 23 Sep 2015 20:38:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D15D31FFA; Wed, 23 Sep 2015 20:38:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NKcHHx025653; Wed, 23 Sep 2015 20:38:17 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NKcHkk025652; Wed, 23 Sep 2015 20:38:17 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509232038.t8NKcHkk025652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 23 Sep 2015 20:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397661 - head/devel/b2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 20:38:18 -0000 Author: robak Date: Wed Sep 23 20:38:16 2015 New Revision: 397661 URL: https://svnweb.freebsd.org/changeset/ports/397661 Log: devel/b2: fix typo in pkg-descr Submitted by: jkim Modified: head/devel/b2/pkg-descr Modified: head/devel/b2/pkg-descr ============================================================================== --- head/devel/b2/pkg-descr Wed Sep 23 20:31:42 2015 (r397660) +++ head/devel/b2/pkg-descr Wed Sep 23 20:38:16 2015 (r397661) @@ -2,7 +2,7 @@ B2 Cloud Storage is a cloud service for Files are available for download at any time, either through the API or through a browser-compatible URL. -This package provides Backblaze's officiall command line tool for +This package provides Backblaze's official command line tool for accessing all of the capabilities of B2 Cloud Storage. WWW: https://www.backblaze.com/b2/docs/quick_command_line.html From owner-svn-ports-head@freebsd.org Wed Sep 23 21:06:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB2A6A08517; Wed, 23 Sep 2015 21:06:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA4101774; Wed, 23 Sep 2015 21:06:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NL6e97041764; Wed, 23 Sep 2015 21:06:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NL6DOQ041651; Wed, 23 Sep 2015 21:06:13 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509232106.t8NL6DOQ041651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Sep 2015 21:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397662 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 21:06:41 -0000 Author: jkim Date: Wed Sep 23 21:06:12 2015 New Revision: 397662 URL: https://svnweb.freebsd.org/changeset/ports/397662 Log: Update to 5.0.2. Added: head/editors/libreoffice/Makefile.i18n (contents, props changed) head/editors/libreoffice/files/patch-desktop_scripts_soffice.sh (contents, props changed) Deleted: head/editors/libreoffice/files/patch-vcl_inc_opengl_x11_gdiimpl.hxx Modified: head/arabic/libreoffice/Makefile head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/Makefile head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/Makefile head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/Makefile head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/Makefile head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/Makefile head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/Makefile head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/Makefile head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/Makefile head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/Makefile head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/Makefile head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/Makefile head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/Makefile head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/Makefile head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/Makefile head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/Makefile head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/Makefile head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/Makefile head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/Makefile head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/Makefile head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/Makefile head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/Makefile head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/Makefile head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/Makefile head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/Makefile head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/Makefile head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/Makefile head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/Makefile head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/Makefile head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/Makefile head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/Makefile head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/Makefile head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/Makefile head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/Makefile head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/Makefile head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/Makefile head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/Makefile head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/Makefile head/editors/libreoffice-hr/distinfo head/editors/libreoffice-i18n/Makefile head/editors/libreoffice-i18n/pkg-descr head/editors/libreoffice-id/Makefile head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/Makefile head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/Makefile head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/Makefile head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/Makefile head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/Makefile head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/Makefile head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/Makefile head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/Makefile head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/Makefile head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/Makefile head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/Makefile head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/Makefile head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/Makefile head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/Makefile head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/Makefile head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/Makefile head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/Makefile head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/Makefile head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/Makefile head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/Makefile head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/Makefile head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/Makefile head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/Makefile head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/Makefile head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/Makefile head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/Makefile head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/Makefile head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/Makefile head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/Makefile head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/Makefile head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/Makefile head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/Makefile head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/Makefile head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/Makefile head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/Makefile head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/Makefile head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/Makefile head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/Makefile head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/Makefile head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/Makefile head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/Makefile head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/Makefile head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/Makefile head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/Makefile head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/Makefile head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/Makefile head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/Makefile head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/Makefile head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/Makefile head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/Makefile head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/Makefile head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/Makefile head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/Makefile head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/Makefile head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/Makefile head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/Makefile head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/Makefile head/editors/libreoffice-ve/distinfo head/editors/libreoffice-xh/Makefile head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/Makefile head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/french/libreoffice/Makefile head/french/libreoffice/distinfo head/german/libreoffice/Makefile head/german/libreoffice/distinfo head/hebrew/libreoffice/Makefile head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/Makefile head/hungarian/libreoffice/distinfo head/japanese/libreoffice/Makefile head/japanese/libreoffice/distinfo head/korean/libreoffice/Makefile head/korean/libreoffice/distinfo head/polish/libreoffice/Makefile head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/Makefile head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/Makefile head/portuguese/libreoffice/distinfo head/russian/libreoffice/Makefile head/russian/libreoffice/distinfo head/ukrainian/libreoffice/Makefile head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/Makefile head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/Makefile ============================================================================== --- head/arabic/libreoffice/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/arabic/libreoffice/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -1,7 +1,8 @@ # $FreeBSD$ +CATEGORIES= arabic LO_I18N= ar -CATEGORIES= arabic editors -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" + .include Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/arabic/libreoffice/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ar.tar.gz) = 41bf0e02d42c596d6e596aaf2024c88b5b32a7621742a83e163c31889eb6870d -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ar.tar.gz) = 2255909 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ar.tar.gz) = a97931103d1588b84769c1e81f15390a186844b43a25079a4448cadb0bd44909 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ar.tar.gz) = 2256043 Modified: head/chinese/libreoffice-zh_CN/Makefile ============================================================================== --- head/chinese/libreoffice-zh_CN/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/chinese/libreoffice-zh_CN/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -1,9 +1,9 @@ # $FreeBSD$ +CATEGORIES= chinese LO_I18N= zh_CN LO_HAS_HELPPACK= yes -CATEGORIES= chinese editors -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/chinese/libreoffice-zh_CN/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_zh-CN.tar.gz) = c3dbb388ce0a03dc707ea488c41e10d2cbeac6eff9a3c130900ffffec10784b0 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_zh-CN.tar.gz) = 568021 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_zh-CN.tar.gz) = 9d74ea20c66061f10e1f94dbda4bb319824d58d5081795ddcb788cfaf92eac7a -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10640497 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_zh-CN.tar.gz) = 7aae88629bae27448424ede685cb727f640020b94944cf48354ad487d8956c9d +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_zh-CN.tar.gz) = 568024 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_zh-CN.tar.gz) = d82836ba162a9c828e7538f5ff8135ff288d13f9238085faecd67c659499e386 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10640521 Modified: head/chinese/libreoffice-zh_TW/Makefile ============================================================================== --- head/chinese/libreoffice-zh_TW/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/chinese/libreoffice-zh_TW/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -1,9 +1,9 @@ # $FreeBSD$ +CATEGORIES= chinese LO_I18N= zh_TW LO_HAS_HELPPACK= yes -CATEGORIES= chinese editors -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/chinese/libreoffice-zh_TW/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_zh-TW.tar.gz) = 5faebb5aa68f246feb53862cf3e1a2b7cc82b129c75b9840f7826e6236fdfc1c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_zh-TW.tar.gz) = 565003 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_zh-TW.tar.gz) = 37ea3ea4f71c850dd7d067e5f06c33b1be6bf754a0479f08f6866ca05955fbec -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10697047 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_zh-TW.tar.gz) = 2b3b567af3a7c3c6c33cb51d3911a343910f355c541c1280b8aab77cbd89d2b0 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_zh-TW.tar.gz) = 565312 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_zh-TW.tar.gz) = e0dfa0db2b263ab26afe67dd79b2e37f12adbb87459d098710de85fa25d42a87 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10697018 Modified: head/editors/libreoffice-af/Makefile ============================================================================== --- head/editors/libreoffice-af/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-af/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= af -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-af/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_af.tar.gz) = 7f94c34f0cf8a5f3cf26e5d270843770065bde660acdbaa2ba0fcef9885e70db -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_af.tar.gz) = 1109055 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_af.tar.gz) = be6d21edd8fd279a7ac1414a84de97a3cc50d0231501c28d980b6da5c1699c6c +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_af.tar.gz) = 1108915 Modified: head/editors/libreoffice-am/Makefile ============================================================================== --- head/editors/libreoffice-am/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-am/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= am LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-am/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_am.tar.gz) = 57d08c70c845a15c5d958b563972433717f669d34b70e00ec5e27b7a2b3147ae -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_am.tar.gz) = 514167 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_am.tar.gz) = f0707315a0eecf3040b671be6037d8e1c4c6a1b9aa56330c4d8cd856e7e394fc -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_am.tar.gz) = 7154709 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_am.tar.gz) = 0cae4e8317b91e327ca0adf50bfdfc68fded3cc31be9b6395cc2e06b1a3ab1ce +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_am.tar.gz) = 514058 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_am.tar.gz) = 5d3fee4e845d5b773aae56f7af3676f98d151b5afe6dff322025475f9d2eb270 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_am.tar.gz) = 7191346 Modified: head/editors/libreoffice-as/Makefile ============================================================================== --- head/editors/libreoffice-as/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-as/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= as -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-as/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_as.tar.gz) = d1f3536a1e31211a72c368b919ac2f8428585f0b4572b416ebd22a8728a32fa3 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_as.tar.gz) = 542115 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_as.tar.gz) = 237ac12e5a69fe8fc2ccee4b60e228bd0ce8192f206cbee075211dce5a729a7c +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_as.tar.gz) = 542130 Modified: head/editors/libreoffice-ast/Makefile ============================================================================== --- head/editors/libreoffice-ast/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ast/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= ast LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ast/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ast.tar.gz) = d1b46208175167a2010a3b9d24a8c938a92de58501b193a6caba54c2c2c3a4a8 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ast.tar.gz) = 498224 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ast.tar.gz) = 908a0a464ca8da4552535093e790b716f3568a6e6df82daafae519bb42fea281 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ast.tar.gz) = 8008663 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ast.tar.gz) = 8597d12614ec41898f89e2eae733d2c3fcf4bbd368d2921e6339e2c5f408adda +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ast.tar.gz) = 498365 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ast.tar.gz) = 10f705a23fa505eabd366f2f0470bf570b2e2639a3da9eede8421374c6ffe383 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ast.tar.gz) = 8008962 Modified: head/editors/libreoffice-be/Makefile ============================================================================== --- head/editors/libreoffice-be/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-be/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= be -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-be/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_be.tar.gz) = 0953eb10a7568b646349c628f94e2d2ba3f8480e32a81dc242a34f702984962a -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_be.tar.gz) = 877482 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_be.tar.gz) = 31f7274f4842b95b81464fc64affe5ec6d5741afded1e9906f1e7cd8af93c3de +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_be.tar.gz) = 877464 Modified: head/editors/libreoffice-bg/Makefile ============================================================================== --- head/editors/libreoffice-bg/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bg/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= bg LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bg/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bg.tar.gz) = fcb6a4db8934969774f8074eeec9182667f6e05cef466997580c00a19d0da494 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bg.tar.gz) = 1958790 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bg.tar.gz) = 6b2542f6e3f1c5e042630eab26da3227ffb46b56cb9fd0cfd5f3d34cd7daf423 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bg.tar.gz) = 8235967 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bg.tar.gz) = 821fbc73909861f9aa1a826bf23de35424e8877054192c1a85a9c9dbdacaf1e8 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bg.tar.gz) = 1958694 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bg.tar.gz) = 0d6a15f832f4435a6d9a3b7688c3d060116d187a54ec709608fea66fd33ec248 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bg.tar.gz) = 8236286 Modified: head/editors/libreoffice-bn/Makefile ============================================================================== --- head/editors/libreoffice-bn/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bn/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= bn LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bn/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bn.tar.gz) = 4514bcad5887f2a988785db780a78759f45429446a50e339ac9265d13b703a11 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bn.tar.gz) = 895707 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bn.tar.gz) = 9c0b8e0d2ee9feec5230b2103c4451c4300c51e6788ecd2e66c4aa742808b6b6 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bn.tar.gz) = 9792372 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bn.tar.gz) = e6851405263be06917883ebe91557cb2c4dc7580690ce9e5675bcb6091e979ad +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bn.tar.gz) = 895578 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bn.tar.gz) = 18bcfa26c56fcb24bce8a054e64fee6263faa23012ce84718301150b35c86617 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bn.tar.gz) = 9792722 Modified: head/editors/libreoffice-bn_IN/Makefile ============================================================================== --- head/editors/libreoffice-bn_IN/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bn_IN/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= bn_IN LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bn_IN/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bn-IN.tar.gz) = 9a05b7338f723b2929a0b2475e81eede6d18eb6c0fac1dccf6a71509b0e60bc2 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bn-IN.tar.gz) = 548967 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bn-IN.tar.gz) = 1e2eb68fd6bae4d0c43b76a13d3f71afb5923e8bfda3decbfbb77c52de3ee3fa -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9792115 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bn-IN.tar.gz) = c3367c51b69d5969c60933090df1772cd310928b2c535ffa63309a64e7228bef +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bn-IN.tar.gz) = 549098 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bn-IN.tar.gz) = c4446e750012b34033e11937ce58aadef7c3b67ec5fe8cb89b534587c2d921be +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9792799 Modified: head/editors/libreoffice-bo/Makefile ============================================================================== --- head/editors/libreoffice-bo/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bo/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= bo LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bo/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bo.tar.gz) = 9cd8c27a30471db481e0e790b22541c07bcc2a3ce759a1804167163467958e3e -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bo.tar.gz) = 532497 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bo.tar.gz) = 7afdb0e21e34e0bf08d90a8205e8ab1f42077681284b322484dbe002a893ce1a -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bo.tar.gz) = 9458161 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bo.tar.gz) = 0217d7be9cf55d1a1bac5f90f70a339f63b065cae68f6b9aa464c9a4e3bf18b0 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bo.tar.gz) = 532363 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bo.tar.gz) = 9f3bdfd2ad585a50712b750cac34bc3a1af98387cdf9cfdadec01837d1a7e59c +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bo.tar.gz) = 9457997 Modified: head/editors/libreoffice-br/Makefile ============================================================================== --- head/editors/libreoffice-br/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-br/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= br -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-br/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_br.tar.gz) = afb36f2c3851b889b9b8a3085bda50fbff943da14f8c9c85945ba9b123fcd5cd -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_br.tar.gz) = 1713123 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_br.tar.gz) = e29ab9f2e4485000db14c59177fa2a15f0b03e839ab33c0ec954a08a14e591ad +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_br.tar.gz) = 1713280 Modified: head/editors/libreoffice-brx/Makefile ============================================================================== --- head/editors/libreoffice-brx/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-brx/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= brx -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-brx/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_brx.tar.gz) = d0066f3c20c15adbf413955d91594390108b828772a38ebcf8883877c28b3578 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_brx.tar.gz) = 511766 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_brx.tar.gz) = 79d1298b5e66e653b79639225152f2d607ba4d338ea8e82a7b5e113a6dfe9a32 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_brx.tar.gz) = 511771 Modified: head/editors/libreoffice-bs/Makefile ============================================================================== --- head/editors/libreoffice-bs/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bs/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= bs LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-bs/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bs.tar.gz) = 3e952e7eb20b91264e87c54920db8c556f40122e792a4382236e72eda0fd4949 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_bs.tar.gz) = 610769 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bs.tar.gz) = fdc36f2b938c8081994c7033d11b54782a321033c6b73545d559d5ba1c8405f7 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_bs.tar.gz) = 7072185 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bs.tar.gz) = 6922feb9176f35f159b9f8be510811ae2f133a291ff88b9cdb85b33cb6ce8928 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_bs.tar.gz) = 610733 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bs.tar.gz) = f94498d828d91615ae007f1b6b24bab55c97ad4a27aeb72f2abd3615f9613ce9 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_bs.tar.gz) = 7072216 Modified: head/editors/libreoffice-ca/Makefile ============================================================================== --- head/editors/libreoffice-ca/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ca/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= ca LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ca/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ca.tar.gz) = 0c5202d670531cd2e5adbd1e0f942a472b319bbf1cba5a422b0fc49c319c29f1 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ca.tar.gz) = 1768759 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ca.tar.gz) = 7e76c27977385f39e6e2bec4415518ab79decd8d995d6ee8bf4546985ea8b151 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ca.tar.gz) = 7878195 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ca.tar.gz) = 74eca71c218f38a79ee9885a757af05407ff5a31bbe0f2606d0e29856483b99f +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ca.tar.gz) = 1768864 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ca.tar.gz) = 088a9aaae607cb3804b7705466adda9d79474f13893beba5d0f896234cedf35b +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ca.tar.gz) = 7878166 Modified: head/editors/libreoffice-ca_valencia/Makefile ============================================================================== --- head/editors/libreoffice-ca_valencia/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ca_valencia/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= ca_valencia LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ca_valencia/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ca-valencia.tar.gz) = bf70d35c5e2106432d2f8270d286d598c4e73a5c1c551b5237d44f8c2e5945c6 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1766858 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 06aba498e0e8c08d998b44f99e9839040806c077f8b9dee3e569796250d54c1d -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7882902 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 6ebc73a328789b1adde8673bcc6a68eb90845a5de44686349ce3a54c1b891907 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1766696 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 823fde5042263f75e2ecb16278b7682025f3886c8146a3cca4cf3f9ef93f7dbd +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7882758 Modified: head/editors/libreoffice-cs/Makefile ============================================================================== --- head/editors/libreoffice-cs/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-cs/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= cs LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-cs/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_cs.tar.gz) = 557595701957d80962cd0d8153629e3c77ec5afbd3b51c34ebd0e41f3932460c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_cs.tar.gz) = 2040703 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_cs.tar.gz) = dd144982e5b7e67df3c4e4a7f391dfe9c9c0ea8fa007bf09a2add857133ea669 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_cs.tar.gz) = 7499266 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_cs.tar.gz) = 804097d326f7f2e00188b782e94b1cc1045c504543ef50850ab0a8886df38dbc +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_cs.tar.gz) = 1227669 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_cs.tar.gz) = eebf098f789331f210a5690d96bfca6728ae6edd6701cdbf37a24851f2297b47 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_cs.tar.gz) = 7498979 Modified: head/editors/libreoffice-cy/Makefile ============================================================================== --- head/editors/libreoffice-cy/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-cy/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= cy -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-cy/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_cy.tar.gz) = 266690d30622ee47b6478b8230cf4285442cd4617e77d361aa792c6ec227f433 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_cy.tar.gz) = 476995 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_cy.tar.gz) = 786c57e21ed01ac7b133f54fbd3fac48ee8265ca979ec4ea17f480c9bac1fd25 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_cy.tar.gz) = 477190 Modified: head/editors/libreoffice-da/Makefile ============================================================================== --- head/editors/libreoffice-da/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-da/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= da LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-da/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_da.tar.gz) = 667051be4b367016a7a2bcaa65e7b6d80100d31387c27a11ac66a3678f1aaa68 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_da.tar.gz) = 2379062 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_da.tar.gz) = ac2e4d387c512a68dab94301149bad6dc545aa8b7a4a3a44b3af6e3d265bcafe -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_da.tar.gz) = 7526372 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_da.tar.gz) = c6ad8b719caa05a9b31032f1ee2d1990139a800636e4ad8cffe5e0747e0a7d8a +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_da.tar.gz) = 2379464 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_da.tar.gz) = e79183b2bc7a34d08026509a7fc9e8bd4d71d7908d026415c6e02508e7110b3b +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_da.tar.gz) = 7525815 Modified: head/editors/libreoffice-dgo/Makefile ============================================================================== --- head/editors/libreoffice-dgo/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-dgo/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= dgo -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-dgo/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_dgo.tar.gz) = 139340772fda8da731f05b34aae205f104538dc6e3823c376c9ae38d9fa19d76 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_dgo.tar.gz) = 542319 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_dgo.tar.gz) = 4b4ae1c4f09799adff3278cb82ef6c0f6262743bcbd91ec0afdd3af0da3a4eab +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_dgo.tar.gz) = 542589 Modified: head/editors/libreoffice-dz/Makefile ============================================================================== --- head/editors/libreoffice-dz/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-dz/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= dz LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-dz/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_dz.tar.gz) = b449ef87f4ccd055aee2d7aa3b9447f5973bb3324c155b1f6ea2f3de3643f672 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_dz.tar.gz) = 538234 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_dz.tar.gz) = e409e8b9cc4a1f741088a291aeac46c80edc12e0c620800675b52839b8d80ce1 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_dz.tar.gz) = 10361351 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_dz.tar.gz) = 729ed9808e13296f2ccc1e207a25f9237fe0a47dc0a6cc546895aa742658de59 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_dz.tar.gz) = 538321 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_dz.tar.gz) = 822f660c34607bafdc600162f15f7e4adc3091b277d55856df084fef494d29b6 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_dz.tar.gz) = 10361626 Modified: head/editors/libreoffice-el/Makefile ============================================================================== --- head/editors/libreoffice-el/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-el/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= el LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-el/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_el.tar.gz) = 77736a7e3f7276d353b652e280b1b70c72682fedc76188baefda36a83c90ce5f -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_el.tar.gz) = 2085888 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_el.tar.gz) = cbee9f4d5bf5aaba6271789bb984464c9cd9b59ae0a4bd57cad9cdf001bb6882 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_el.tar.gz) = 8873766 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_el.tar.gz) = c3aa4e1369f72eaf5294cc2018a58f16974687fa720b16f7a9fdaa1c5a391f41 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_el.tar.gz) = 2085700 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_el.tar.gz) = 27be0e70ecf3d54b7967940c2caea85de2ae521880feb07435ae965ee6145204 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_el.tar.gz) = 8873582 Modified: head/editors/libreoffice-en_GB/Makefile ============================================================================== --- head/editors/libreoffice-en_GB/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-en_GB/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= en_GB LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-en_GB/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_en-GB.tar.gz) = 707946661f2e4443c62ed0d0d6a95895e8f832f177fbde0ff3975287eb783c77 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_en-GB.tar.gz) = 7117534 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_en-GB.tar.gz) = 849b470aeb65a2f482db95c56d91859dc4c238e29e37bc70eb881d3659e11749 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_en-GB.tar.gz) = 6373117 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_en-GB.tar.gz) = cb7dc2b676f459f06b2756bbb67c39e759a67fe195c0d17e28422ecc3ccd63f1 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_en-GB.tar.gz) = 7118069 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_en-GB.tar.gz) = a2611ad4de78d79c8ee5e58e58024064c3f0530427d8f79544fab946d9bb6736 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_en-GB.tar.gz) = 6372927 Modified: head/editors/libreoffice-en_ZA/Makefile ============================================================================== --- head/editors/libreoffice-en_ZA/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-en_ZA/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= en_ZA LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-en_ZA/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_en-ZA.tar.gz) = 8e54bef91cf712d64a7d1ce177b837a4723cb13b6135f8cb4b34808f33626c87 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7035058 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_en-ZA.tar.gz) = c8f6e725872f1eb9aa7d245f9a17ae4d6bd65ffb0e3dc7d0527f9d428a4156cb -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6358191 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_en-ZA.tar.gz) = 8f4e640ff3323287492fd28b27e1abfe3c941322c3ed23d3573cbe0becec9bb0 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7035362 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_en-ZA.tar.gz) = baa99e8fa734857a7285582e7d2cb825010e0c57c67fc0aae5f8bf46d475c528 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6358297 Modified: head/editors/libreoffice-eo/Makefile ============================================================================== --- head/editors/libreoffice-eo/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-eo/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= eo LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-eo/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_eo.tar.gz) = d7ad123dfb8d0693fcb71ddb97327dee4b5e577def3e1ab20226b1fda87ad19b -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_eo.tar.gz) = 474481 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_eo.tar.gz) = 7cd6bf18ebd893a823b4a008131888ba4dc38e3f397f910ebe250ac02db5999c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_eo.tar.gz) = 6939591 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_eo.tar.gz) = 3c3a07f6f4f29a62016b4f04af5fe8da5b6f34050dd2caf6241fee56a3a52875 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_eo.tar.gz) = 474754 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_eo.tar.gz) = 15bc8bb742dc282c593f8b5793c49a6aaf0cb33ebbd31fecdb8308c05859b662 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_eo.tar.gz) = 6939351 Modified: head/editors/libreoffice-es/Makefile ============================================================================== --- head/editors/libreoffice-es/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-es/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= es LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-es/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_es.tar.gz) = 745c63ccd4e5ecc405edc84ed16e98906e1329094c2ba0365405ab3529742f57 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_es.tar.gz) = 1957520 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_es.tar.gz) = aeb395fb516a5a2c0a1bcddcdf937b055f83bb2ed5095697724d25539aeeb8b1 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_es.tar.gz) = 7916659 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_es.tar.gz) = 0782da8a0e45f3523e7731856ee082dd9839180b6d8fa29c35c5315199fed247 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_es.tar.gz) = 1957346 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_es.tar.gz) = b79c8def4056b9f7e74919c378cbb1adf4e1ec86783ee92d0ef83f5a3b3a2e24 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_es.tar.gz) = 7914663 Modified: head/editors/libreoffice-et/Makefile ============================================================================== --- head/editors/libreoffice-et/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-et/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= et LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-et/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_et.tar.gz) = ef767b45c768524c4ee4d325353478a3c3ff363156550c47cf853462a25716a4 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_et.tar.gz) = 1388589 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_et.tar.gz) = 591f7af9689ac77c4d9f1e37489c0be29a8d54cc562cffb7a76f00371d5ae7f0 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_et.tar.gz) = 7423639 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_et.tar.gz) = b5b4a12c21991790e5c95cd937899c83e80b4177c1594babeff421c53ae61ed0 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_et.tar.gz) = 1388677 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_et.tar.gz) = 9a4b45edeb244dc0606a1d6b0e358c4fe8c6b9ba1726090980019c94413f763d +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_et.tar.gz) = 7423927 Modified: head/editors/libreoffice-eu/Makefile ============================================================================== --- head/editors/libreoffice-eu/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-eu/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= eu LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-eu/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_eu.tar.gz) = 134305d959913f2ed4c3a3c75b9435521dc7acc203684f7a65ccd18ccd634f3f -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_eu.tar.gz) = 483528 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_eu.tar.gz) = 16305cfa32edbb9eb60a25e07dbb61a75c9bb9872c69e401f0b72a65f38c9b7f -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_eu.tar.gz) = 7565847 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_eu.tar.gz) = 4be2593ec765ffdd26b3947934c7d7576cb1264d2ed724fa8a6e167b86dea427 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_eu.tar.gz) = 483453 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_eu.tar.gz) = 7d18ae1ef61e6f6d4f4a00c2c3bfd4ac2f09504ee797f64ed809124644235c32 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_eu.tar.gz) = 7565927 Modified: head/editors/libreoffice-fa/Makefile ============================================================================== --- head/editors/libreoffice-fa/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-fa/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= fa -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-fa/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_fa.tar.gz) = f2b3848274aade38512f56110c2b74acfcf972ea8f72091562afecc0bf2b7b98 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_fa.tar.gz) = 506952 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_fa.tar.gz) = fc6c6e4e410826e101ea2c58ccf402fb2150bb47e3cfc2c45f9081f92d9cb64c +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_fa.tar.gz) = 506635 Modified: head/editors/libreoffice-fi/Makefile ============================================================================== --- head/editors/libreoffice-fi/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-fi/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= fi LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-fi/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_fi.tar.gz) = 4aef283ac644feff78445019f4049e33321e22d077f795431ef1dfbb119b66e2 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_fi.tar.gz) = 490066 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_fi.tar.gz) = 305bd8c4a74eb83b6cb40938dcb9d9b586a8e8409401c5b63e02045fc12b8bc3 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_fi.tar.gz) = 7679134 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_fi.tar.gz) = a8c76173332cf29bc3959be18557d18b34b56e863e047cfc364487205de67d80 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_fi.tar.gz) = 490125 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_fi.tar.gz) = e8841b865c2fb702e14f47f2bebe72ac024dd8bb9e903c75cf5eeeaa4a5e4a67 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_fi.tar.gz) = 7679053 Modified: head/editors/libreoffice-ga/Makefile ============================================================================== --- head/editors/libreoffice-ga/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ga/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= ga -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ga/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ga.tar.gz) = e8f5ff5b1f33274e2cc460b0ad7f00d1519b60653c0292f29e4dcc6c3b6b550b -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ga.tar.gz) = 500110 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ga.tar.gz) = f6973c6305d2ad0e06d972de447bdb5de0f4f0eed583f03247a11c999e441597 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ga.tar.gz) = 499917 Modified: head/editors/libreoffice-gd/Makefile ============================================================================== --- head/editors/libreoffice-gd/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gd/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= gd -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gd/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gd.tar.gz) = 52917ac525042f6ba67b39a91176b58536650f9d10c7c80bcf8566189b6e58a9 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gd.tar.gz) = 1078957 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gd.tar.gz) = e2f7488c853d6f503889074f105fb905cb5656e1897f18ffffa2ee99d62a30fb +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gd.tar.gz) = 1079098 Modified: head/editors/libreoffice-gl/Makefile ============================================================================== --- head/editors/libreoffice-gl/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gl/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= gl LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gl/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gl.tar.gz) = 44d49267ff51ce47ac3260e851659b0f9ee4425f73cc28e4c3462a8c618eb855 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gl.tar.gz) = 1051528 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_gl.tar.gz) = 8718296ec656c8137c1e12c68dc154c6ea3449bf4dee6a883c4936e07c16675a -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_gl.tar.gz) = 7663140 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gl.tar.gz) = d1df48e17a5747f01199e7161b253d305977b243ed101743d4ca60fb2c98a94c +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gl.tar.gz) = 1051576 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_gl.tar.gz) = 691e6fd94bd11562d78c85f8b5a4295984311ae6bba878842f90d6ea3c0df72e +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_gl.tar.gz) = 7663180 Modified: head/editors/libreoffice-gu/Makefile ============================================================================== --- head/editors/libreoffice-gu/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gu/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= gu LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gu/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gu.tar.gz) = 25df7a80c979537a0fc0cfa0075dc06d8bb2baab14f2ef34eb154d4cf509910b -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gu.tar.gz) = 1185530 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_gu.tar.gz) = 1c21808888984b52228a6db92874af7dbf1457f4066b093a8664f38294e02267 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_gu.tar.gz) = 6581311 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gu.tar.gz) = e62c7c1126af857afc386f82eee3813c3a61f046ad19b377e9a33e522a2176e2 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gu.tar.gz) = 1185619 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_gu.tar.gz) = b319958a01fabc0128a41d4628f3ec01bf582b46586aedc4c35b95bec1e255be +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_gu.tar.gz) = 6581439 Modified: head/editors/libreoffice-gug/Makefile ============================================================================== --- head/editors/libreoffice-gug/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gug/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= gug -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-gug/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gug.tar.gz) = ad0c9b49b8434555b5cc9c8775eba83b871454134cb3f9a14f71ea3d7aba10ac -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_gug.tar.gz) = 496182 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gug.tar.gz) = c8c7663b9a569a4dea90a5e3c9a96e922f8b4a695fc1b4ceec6cdcc0b7ad8751 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_gug.tar.gz) = 496847 Modified: head/editors/libreoffice-hi/Makefile ============================================================================== --- head/editors/libreoffice-hi/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-hi/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= hi LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-hi/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_hi.tar.gz) = f0fd60a36afaf5f97ff313ad91af5f98dd2cd76db71c111e47e6582ca0fd8048 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_hi.tar.gz) = 605917 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_hi.tar.gz) = fa8141d852117e2bdb1346b9d4865ded4c31ad8b2295e259f99c1fbf8a47c8d3 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_hi.tar.gz) = 7268809 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_hi.tar.gz) = 54488a1bfc5e003718975e2ce49af916ecc0e30fdb7e2267ae06ede1f7e43203 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_hi.tar.gz) = 606207 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_hi.tar.gz) = 11bb3ab5585d96364a1b077d113fc1365e2bfabac4f5d94a6e7e7eed0eba6a54 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_hi.tar.gz) = 7269003 Modified: head/editors/libreoffice-hr/Makefile ============================================================================== --- head/editors/libreoffice-hr/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-hr/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= hr LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-hr/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_hr.tar.gz) = 29d4591c0e9e33a8864b995b7d2f6e4ba718c5c17ed2b403b6d6eb4779a30fd9 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_hr.tar.gz) = 1251277 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_hr.tar.gz) = b9d92042171abbdb209f56ca55959b378091fa8825922f7c98f290953151e9cf -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_hr.tar.gz) = 6748805 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_hr.tar.gz) = db1e54f78f3369bc7285866cf1d8bedeeb2a6ab75991a10446345d200628b2c1 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_hr.tar.gz) = 1251332 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_hr.tar.gz) = 3a5f28c894157da05221aec427bcdb3a5c3ef644031f9f47e2ea7c750f1d0643 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_hr.tar.gz) = 6748973 Modified: head/editors/libreoffice-i18n/Makefile ============================================================================== --- head/editors/libreoffice-i18n/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-i18n/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -1,15 +1,13 @@ # $FreeBSD$ -.include "${.CURDIR}/../libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" + PORTREVISION= 0 PKGNAMESUFFIX= -i18n -DISTFILES= #none -MASTER_SITES= #none -EXTRACT_ONLY= #none COMMENT= Localized interface for libreoffice -NO_BUILD= yes +USES= metaport LO_LANG_ALL= af am ar as ast be bg bn bn_IN bo br brx bs ca ca_valencia \ cs cy da de dgo dz el en_GB en_ZA eo es et eu fa fi fr ga \ @@ -19,45 +17,34 @@ LO_LANG_ALL= af am ar as ast be bg bn bn sid sk sl sq sr sr_Latn ss st sv sw_TZ ta te tg th tn tr \ ts tt ug uk uz ve vi xh zh_CN zh_TW zu -ar_PORT= arabic/${PORTNAME} -de_PORT= german/${PORTNAME} -fr_PORT= french/${PORTNAME} -he_PORT= hebrew/${PORTNAME} -hu_PORT= hungarian/${PORTNAME} -ja_PORT= japanese/${PORTNAME} -ko_PORT= korean/${PORTNAME} -pl_PORT= polish/${PORTNAME} -pt_BR_PORT= portuguese/${PORTNAME}-pt_BR -pt_PORT= portuguese/${PORTNAME} -ru_PORT= russian/${PORTNAME} -uk_PORT= ukrainian/${PORTNAME} -zh_CN_PORT= chinese/${PORTNAME}-zh_CN -zh_TW_PORT= chinese/${PORTNAME}-zh_TW -vi_PORT= vietnamese/${PORTNAME} - -OPTIONS_DEFINE= ALL -ALL_DESC= All locatizations data -OPTIONS_DEFAULT= ALL +AR_PORT= arabic/${PORTNAME} +DE_PORT= german/${PORTNAME} +FR_PORT= french/${PORTNAME} +HE_PORT= hebrew/${PORTNAME} +HU_PORT= hungarian/${PORTNAME} +JA_PORT= japanese/${PORTNAME} +KO_PORT= korean/${PORTNAME} +PL_PORT= polish/${PORTNAME} +PT_BR_PORT= portuguese/${PORTNAME}-pt_BR +PT_PORT= portuguese/${PORTNAME} +RU_PORT= russian/${PORTNAME} +UK_PORT= ukrainian/${PORTNAME} +ZH_CN_PORT= chinese/${PORTNAME}-zh_CN +ZH_TW_PORT= chinese/${PORTNAME}-zh_TW +VI_PORT= vietnamese/${PORTNAME} + +OPTIONS_MULTI= LANG +OPTIONS_MULTI_LANG= ${LO_LANG_ALL:tu} +OPTIONS_DEFAULT= ${LO_LANG_ALL:tu} .for lang in ${LO_LANG_ALL} ${lang}_DETECT?= ${PREFIX}/lib/${PORTNAME}/readmes/README_${lang:S/_/-/} -${lang}_PORT?= editors/${PORTNAME}-${lang} ${lang}_NAME?= ${lang} -OPTIONS_DEFINE+= ${lang} -${lang}_DESC= ${${lang}_NAME} localization data -.endfor - -.include - -.for lang in ${LO_LANG_ALL} -.if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${lang}} -RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} -.endif +${lang:tu}_PORT?= editors/${PORTNAME}-${lang} +${lang:tu}_DESC= ${${lang}_NAME} localization data +${lang:tu}_RUN_DEPENDS= ${${lang}_DETECT}:${PORTSDIR}/${${lang:tu}_PORT} .endfor -do-install: - @${DO_NADA} - all-lang-list: .for lang in ${LO_LANG_ALL} @${ECHO} ${lang} @@ -66,13 +53,13 @@ all-lang-list: all-help-list: .for lang in ${LO_LANG_ALL} @${EGREP} -q '^[:blank:]*LO_HAS_HELPPACK[:blank:]*=' \ - ${.CURDIR}/../../${${lang}_PORT}/Makefile && ${ECHO} "${lang}" \ + ${.CURDIR}/../../${${lang:tu}_PORT}/Makefile && ${ECHO} "${lang}" \ || true .endfor all-makesum: .for lang in ${LO_LANG_ALL} - @cd ${.CURDIR}/../../${${lang}_PORT} && ${MAKE} makesum + @cd ${.CURDIR}/../../${${lang:tu}_PORT} && ${MAKE} makesum .endfor .include Modified: head/editors/libreoffice-i18n/pkg-descr ============================================================================== --- head/editors/libreoffice-i18n/pkg-descr Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-i18n/pkg-descr Wed Sep 23 21:06:12 2015 (r397662) @@ -5,4 +5,4 @@ Draw, Math and Base. This is the localized interface for libreoffice. -WWW: http://www.libreoffice.org/ +WWW: http://www.libreoffice.org/ Modified: head/editors/libreoffice-id/Makefile ============================================================================== --- head/editors/libreoffice-id/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-id/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= id LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-id/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_id.tar.gz) = 242ba4e2d1ebf4aeb371e7b3b38b2a6822aa0c84334a38e8e4436697a83986fc -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_id.tar.gz) = 475059 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_id.tar.gz) = 877dade1b5dbcae1cddbb96b8ff0ca00c2405575bb2e19e5347512ced2a13bcc -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_id.tar.gz) = 6742337 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_id.tar.gz) = e44bff0f887fc1b92d4a6b179bed4dfd1ec32e21d94a8490e185420fa2e36ba0 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_id.tar.gz) = 475139 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_id.tar.gz) = b32620b05be0556e70e2bef4b28ddd6237f674969a7d1c3ed3cc8232f9ac6e5b +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_id.tar.gz) = 6742456 Modified: head/editors/libreoffice-is/Makefile ============================================================================== --- head/editors/libreoffice-is/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-is/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= is LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-is/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_is.tar.gz) = 9480dcfd43f81b6031a1f5823b24c756662b37e746dd9b27bafbf226317a7e8b -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_is.tar.gz) = 1189224 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_is.tar.gz) = 5c6bc3edafefca51e19891fb4726cb83032fff5aacf69a4d7d6f0a187923157c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_is.tar.gz) = 6793732 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_is.tar.gz) = fe0f5f50c3f1731c44822d4e33f9c36e5c4cfc88daf8456328f4f1808ba31488 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_is.tar.gz) = 1188942 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_is.tar.gz) = 7890d345594161d2c0d083c1add5c5bedaad013b66ddb5e0d51ac4e0cc3fe5e7 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_is.tar.gz) = 6813042 Modified: head/editors/libreoffice-it/Makefile ============================================================================== --- head/editors/libreoffice-it/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-it/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= it LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-it/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_it.tar.gz) = ba9d49efb79a14359514cc4a68afd04f2c08e6728ff9a35d2b049eccff3c83b9 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_it.tar.gz) = 1821718 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_it.tar.gz) = bb31eb3ea3eb7aa7c433a618b8367f1f11a1265829b34d8521e28428a009559c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_it.tar.gz) = 7843368 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_it.tar.gz) = 11b97ae5f839a7311ff493cfedaace7cb05620dab0582c9ababd70dd9e106291 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_it.tar.gz) = 1821780 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_it.tar.gz) = a9556c11aa34435fb5e66f2a8a252e8bd5bbc2bd6bb73815a54c60672ddc3d84 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_it.tar.gz) = 7843632 Modified: head/editors/libreoffice-ka/Makefile ============================================================================== --- head/editors/libreoffice-ka/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ka/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= ka LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-ka/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ka.tar.gz) = 83c9d5cbd8e044f0217cc49c4eed4f9fcdd0f3a85eec4b4b382732bc74ef8fbf -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_ka.tar.gz) = 519724 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ka.tar.gz) = 1a2f812b46c10b5e5aa18505d3d842e2d30a4964dfb8e55fb3d008eb4f185010 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_ka.tar.gz) = 7056562 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ka.tar.gz) = 6e6f0a9c914ed424311f32a1a02ad19a478376b71d66d617a3f32fb3f97d107f +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_ka.tar.gz) = 519766 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ka.tar.gz) = 022d203a3cbef74edfbd06cfdcff44dd86ab41b270baec4d6c5a9502d09661a6 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_ka.tar.gz) = 7057067 Modified: head/editors/libreoffice-kk/Makefile ============================================================================== --- head/editors/libreoffice-kk/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-kk/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ LO_I18N= kk -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-kk/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_kk.tar.gz) = 3d18808c0895d096c9e75bd912507aca45465e477f33dabfa9b7830d84f6769c -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_kk.tar.gz) = 531687 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_kk.tar.gz) = 55249723bc544cee4d1b9c96963139eb95fe270f370c6ee174fa0128fea0cda2 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_kk.tar.gz) = 531761 Modified: head/editors/libreoffice-km/Makefile ============================================================================== --- head/editors/libreoffice-km/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-km/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -3,6 +3,6 @@ LO_I18N= km LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-km/distinfo Wed Sep 23 21:06:12 2015 (r397662) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_km.tar.gz) = fb99b8f7e659a703184c0a5951c5f550e400d47834b5e2e010814e1362f75e65 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_langpack_km.tar.gz) = 637342 -SHA256 (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_km.tar.gz) = 972aadd42d89abf45982a821edb50d13cae29deba99f6fceee4d90240a17a644 -SIZE (libreoffice/i18n/LibreOffice_5.0.1_Linux_x86_deb_helppack_km.tar.gz) = 10312910 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_km.tar.gz) = 4cf25d8fed407fe7403a78586a551c5974b6ae881e71c0efe7f00bde6750b0a1 +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_langpack_km.tar.gz) = 637248 +SHA256 (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_km.tar.gz) = 65ee2f337ccc5b51f2943a07fbbdc5b1181421a64fa4487b1625c3bce7c6664e +SIZE (libreoffice/i18n/LibreOffice_5.0.2_Linux_x86_deb_helppack_km.tar.gz) = 10312896 Modified: head/editors/libreoffice-kmr_Latn/Makefile ============================================================================== --- head/editors/libreoffice-kmr_Latn/Makefile Wed Sep 23 20:38:16 2015 (r397661) +++ head/editors/libreoffice-kmr_Latn/Makefile Wed Sep 23 21:06:12 2015 (r397662) @@ -2,6 +2,6 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed Sep 23 21:34:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24022A07204; Wed, 23 Sep 2015 21:34:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 153D11A4F; Wed, 23 Sep 2015 21:34:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NLYYjp053879; Wed, 23 Sep 2015 21:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NLYYUX053878; Wed, 23 Sep 2015 21:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232134.t8NLYYUX053878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 21:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397663 - head/print/hplip-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 21:34:35 -0000 Author: amdmi3 Date: Wed Sep 23 21:34:34 2015 New Revision: 397663 URL: https://svnweb.freebsd.org/changeset/ports/397663 Log: - Add empty directories to plist Approved by: portmgr blanket Modified: head/print/hplip-plugin/pkg-plist Modified: head/print/hplip-plugin/pkg-plist ============================================================================== --- head/print/hplip-plugin/pkg-plist Wed Sep 23 21:06:12 2015 (r397662) +++ head/print/hplip-plugin/pkg-plist Wed Sep 23 21:34:34 2015 (r397663) @@ -26,3 +26,5 @@ share/hplip/scan/plugins/bb_soap.so share/hplip/scan/plugins/bb_soapht-%%LINARCH%%.so share/hplip/scan/plugins/bb_soapht.so /var/lib/hp/hplip.state +@dir /var/lib/hp +@dir /var/lib From owner-svn-ports-head@freebsd.org Wed Sep 23 21:51:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33174A07C7D; Wed, 23 Sep 2015 21:51:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 214B91898; Wed, 23 Sep 2015 21:51:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NLpemE061980; Wed, 23 Sep 2015 21:51:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NLpdAC061979; Wed, 23 Sep 2015 21:51:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509232151.t8NLpdAC061979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Sep 2015 21:51:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397664 - head/databases/firebird25-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 21:51:40 -0000 Author: jkim Date: Wed Sep 23 21:51:39 2015 New Revision: 397664 URL: https://svnweb.freebsd.org/changeset/ports/397664 Log: Fix option handling. PR: 197080 Modified: head/databases/firebird25-server/Makefile Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Wed Sep 23 21:34:34 2015 (r397663) +++ head/databases/firebird25-server/Makefile Wed Sep 23 21:51:39 2015 (r397664) @@ -96,21 +96,18 @@ USES+= libedit USE_LDCONFIG= yes CLIENT_BIN= gpre isql-fb qli -.include +OPTIONS_DEFINE= DOCS + +DOCS_PORTDOCS= * -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= * FB_DOCS_FILES= WhatsNew README.* Firebird* ReleaseNotes.pdf ambiguity.txt \ ods11-index-structure.html FB_DOCS_DIRS= sql.extensions license upgrade .endif -.endif MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" -OPTIONS_DEFINE= DOCS - post-extract: @${RM} -rf ${WRKSRC}/extern/icu @@ -204,7 +201,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gen/firebird/*.msg ${STAGEDIR}${DATADIR} -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${FB_DOCS_DIRS:S!^!${STAGEDIR}${DOCSDIR}/!} @${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR} @@ -213,6 +210,5 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license @${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v2/* ${STAGEDIR}${DOCSDIR}/upgrade .endif -.endif .include From owner-svn-ports-head@freebsd.org Wed Sep 23 22:05:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042ACA0640D; Wed, 23 Sep 2015 22:05:58 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E95BA1F1C; Wed, 23 Sep 2015 22:05:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NM5vji066320; Wed, 23 Sep 2015 22:05:57 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NM5vMt066317; Wed, 23 Sep 2015 22:05:57 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509232205.t8NM5vMt066317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 23 Sep 2015 22:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397665 - head/dns/wdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:05:58 -0000 Author: truckman Date: Wed Sep 23 22:05:56 2015 New Revision: 397665 URL: https://svnweb.freebsd.org/changeset/ports/397665 Log: Upgrade to 0.7.0: [ Henry Stern ] * wdns_str_to_rdata(): New function. * wdns_str_to_rrclass(): New function. [ Robert Edmonds ] * examples/wdns-dump-file: New utility. Sponsored by: Farsight Security, Inc. Modified: head/dns/wdns/Makefile head/dns/wdns/distinfo head/dns/wdns/pkg-plist Modified: head/dns/wdns/Makefile ============================================================================== --- head/dns/wdns/Makefile Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/Makefile Wed Sep 23 22:05:56 2015 (r397665) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wdns -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/dns/wdns/distinfo ============================================================================== --- head/dns/wdns/distinfo Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/distinfo Wed Sep 23 22:05:56 2015 (r397665) @@ -1,2 +1,2 @@ -SHA256 (wdns-0.6.0.tar.gz) = db47129e5cbb043fe4b2ca8582684236cd5e640c60f6d7bfddca83a9f2a828c6 -SIZE (wdns-0.6.0.tar.gz) = 346825 +SHA256 (wdns-0.7.0.tar.gz) = 7af6449f77f8044408fe84e88f22e11f1b1639251cdeb4c339841bd100e64187 +SIZE (wdns-0.7.0.tar.gz) = 359744 Modified: head/dns/wdns/pkg-plist ============================================================================== --- head/dns/wdns/pkg-plist Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/pkg-plist Wed Sep 23 22:05:56 2015 (r397665) @@ -1,3 +1,4 @@ +bin/wdns-dump-file bin/wdns-dump-pcap bin/wdns-test-deserialize-rrset bin/wdns-test-downcase-rrset From owner-svn-ports-head@freebsd.org Wed Sep 23 22:30:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C846A06F41; Wed, 23 Sep 2015 22:30:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB381A93; Wed, 23 Sep 2015 22:30:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMU1Fk074799; Wed, 23 Sep 2015 22:30:01 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMU0Ec074771; Wed, 23 Sep 2015 22:30:00 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509232230.t8NMU0Ec074771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 23 Sep 2015 22:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397666 - head/devel/mtbl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:30:01 -0000 Author: truckman Date: Wed Sep 23 22:29:59 2015 New Revision: 397666 URL: https://svnweb.freebsd.org/changeset/ports/397666 Log: Upgrade to 0.8.0: [ Alexey Spiridonov ] * mtbl_reader(3): New reader getters, which expose the values stored in the "metadata" (formerly "trailer") at the end of MTBL files. For example: the number of bytes of source data in the keys & values is available via mtbl_metadata_bytes_keys() & mtbl_metadata_bytes_values(). * mtbl_writer(3): Allow foreign data to be written to the beginning of a file before its file descriptor is passed to mtbl_writer_init_fd(). [ Robert Edmonds ] * Add mtbl_verify(1) utility which verifies the embedded data and index block checksums in an MTBL file. * Stop keeping dup()'d copies of the file descriptors passed to mtbl_reader_init_fd(). POSIX does not require a process to keep an open file descriptor corresponding to an mmap()'d file. This change allows a process to open more MTBL files than the process file descriptor limit. * mtbl_dump(1): Add silent ("-s") option which omits the actual dump output. This is useful when benchmarking decompression performance. * Add LZ4/LZ4HC compression support. This adds a new library dependency on liblz4. * mtbl_merge(1): Add block size ("-b") and compression algorithm ("-c") options. * mtbl_fileset(3): Add mtbl_fileset_reload_now() function that instantaneously checks and, if necessary, reloads the fileset. Sponsored by: Farsight Security, Inc. Modified: head/devel/mtbl/Makefile head/devel/mtbl/distinfo head/devel/mtbl/pkg-plist Modified: head/devel/mtbl/Makefile ============================================================================== --- head/devel/mtbl/Makefile Wed Sep 23 22:05:56 2015 (r397665) +++ head/devel/mtbl/Makefile Wed Sep 23 22:29:59 2015 (r397666) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mtbl -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -11,7 +11,8 @@ COMMENT= Immutable sorted string table l LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy +LIB_DEPENDS= liblz4.so:${PORTSDIR}/archivers/liblz4 \ + libsnappy.so:${PORTSDIR}/archivers/snappy GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/mtbl/distinfo ============================================================================== --- head/devel/mtbl/distinfo Wed Sep 23 22:05:56 2015 (r397665) +++ head/devel/mtbl/distinfo Wed Sep 23 22:29:59 2015 (r397666) @@ -1,2 +1,2 @@ -SHA256 (mtbl-0.7.0.tar.gz) = d235695a1393bbe2a5b08b42b0e9577edfcb7b38971ece7f6a0e07eb84e91906 -SIZE (mtbl-0.7.0.tar.gz) = 398848 +SHA256 (mtbl-0.8.0.tar.gz) = 46fa1cc28c49a0b58ff68f803fc1f6d253f9043fa211842ac6265ed101d4ae46 +SIZE (mtbl-0.8.0.tar.gz) = 407912 Modified: head/devel/mtbl/pkg-plist ============================================================================== --- head/devel/mtbl/pkg-plist Wed Sep 23 22:05:56 2015 (r397665) +++ head/devel/mtbl/pkg-plist Wed Sep 23 22:29:59 2015 (r397666) @@ -1,6 +1,7 @@ bin/mtbl_dump bin/mtbl_info bin/mtbl_merge +bin/mtbl_verify include/mtbl.h lib/libmtbl.a lib/libmtbl.so @@ -15,6 +16,7 @@ man/man3/mtbl_fileset.3.gz man/man3/mtbl_fixed.3.gz man/man3/mtbl_iter.3.gz man/man3/mtbl_merger.3.gz +man/man3/mtbl_metadata.3.gz man/man3/mtbl_reader.3.gz man/man3/mtbl_sorter.3.gz man/man3/mtbl_source.3.gz From owner-svn-ports-head@freebsd.org Wed Sep 23 22:49:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADC8DA078BB; Wed, 23 Sep 2015 22:49:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8A9137D; Wed, 23 Sep 2015 22:49:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMnlKI082922; Wed, 23 Sep 2015 22:49:47 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMnlhq082920; Wed, 23 Sep 2015 22:49:47 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509232249.t8NMnlhq082920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Sep 2015 22:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397667 - head/databases/firebird25-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:49:47 -0000 Author: jkim Date: Wed Sep 23 22:49:46 2015 New Revision: 397667 URL: https://svnweb.freebsd.org/changeset/ports/397667 Log: Update to 2.5.4. Modified: head/databases/firebird25-server/Makefile head/databases/firebird25-server/distinfo Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Wed Sep 23 22:29:59 2015 (r397666) +++ head/databases/firebird25-server/Makefile Wed Sep 23 22:49:46 2015 (r397667) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firebird -PORTVERSION= 2.5.3 -PORTREVISION= 3 +PORTVERSION= 2.5.4 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server -DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26780-0 +DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26856-0 DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org Modified: head/databases/firebird25-server/distinfo ============================================================================== --- head/databases/firebird25-server/distinfo Wed Sep 23 22:29:59 2015 (r397666) +++ head/databases/firebird25-server/distinfo Wed Sep 23 22:49:46 2015 (r397667) @@ -1,2 +1,2 @@ -SHA256 (firebird/Firebird-2.5.3.26780-0.tar.bz2) = 0c4b500d189aa9b4c12a7d2cf310a0b770118967c37ebe0edf8581cbcdad7aad -SIZE (firebird/Firebird-2.5.3.26780-0.tar.bz2) = 13798872 +SHA256 (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 4e775dcf218640d3af507a816aef0060f52a295b9ee5f66ec66f0b0564da18d3 +SIZE (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 13744859 From owner-svn-ports-head@freebsd.org Wed Sep 23 22:55:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9989BA07C58; Wed, 23 Sep 2015 22:55:53 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EDD18CC; Wed, 23 Sep 2015 22:55:53 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMtrc1086877; Wed, 23 Sep 2015 22:55:53 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMtrt5086876; Wed, 23 Sep 2015 22:55:53 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201509232255.t8NMtrt5086876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 23 Sep 2015 22:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397668 - head/news/leafnode/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:55:53 -0000 Author: mandree Date: Wed Sep 23 22:55:52 2015 New Revision: 397668 URL: https://svnweb.freebsd.org/changeset/ports/397668 Log: Fix leftover directory. PR: 203286 Submitted by: amdmi3 Modified: head/news/leafnode/files/pkg-install.in Modified: head/news/leafnode/files/pkg-install.in ============================================================================== --- head/news/leafnode/files/pkg-install.in Wed Sep 23 22:49:46 2015 (r397667) +++ head/news/leafnode/files/pkg-install.in Wed Sep 23 22:55:52 2015 (r397668) @@ -15,7 +15,6 @@ case "$2" in temp.files; do install -d -o news -g news -m 2775 %%SPOOLDIR%%/$d done - mkdir -p "${PKG_PREFIX}/var/spool" ;; *) From owner-svn-ports-head@freebsd.org Wed Sep 23 22:58:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55CE4A07D64; Wed, 23 Sep 2015 22:58:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4686319D4; Wed, 23 Sep 2015 22:58:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMwXRZ087075; Wed, 23 Sep 2015 22:58:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMwXJi087074; Wed, 23 Sep 2015 22:58:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232258.t8NMwXJi087074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 22:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397669 - head/math/xppaut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:58:33 -0000 Author: amdmi3 Date: Wed Sep 23 22:58:32 2015 New Revision: 397669 URL: https://svnweb.freebsd.org/changeset/ports/397669 Log: - Switch to options helpers - Pet portlint Approved by: portmgr blanket Modified: head/math/xppaut/Makefile Modified: head/math/xppaut/Makefile ============================================================================== --- head/math/xppaut/Makefile Wed Sep 23 22:55:52 2015 (r397668) +++ head/math/xppaut/Makefile Wed Sep 23 22:58:32 2015 (r397669) @@ -14,23 +14,17 @@ COMMENT= Graphical tool for solving diff LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_XORG= xbitmaps x11 xproto +USE_XORG= x11 xbitmaps xproto CFLAGS+= -w -Wno-return-type WRKSRC= ${WRKDIR} ALL_TARGET= xppaut -post-build: - ${RM} -f ${WRKSRC}/ode/._* - OPTIONS_DEFINE= DOCS EXAMPLES -.include +DOCS_MAKE_ENV_OFF= NOPORTDOCS=yes +EXAMPLES_MAKE_ENV_OFF= NOPORTEXAMPLES=yes -.if !${PORT_OPTIONS:MDOCS} -MAKE_ENV+= NOPORTDOCS=yes -.endif -.if !${PORT_OPTIONS:MEXAMPLES} -MAKE_ENV+= NOPORTEXAMPLES=yes -.endif +post-build: + ${RM} -f ${WRKSRC}/ode/._* .include From owner-svn-ports-head@freebsd.org Wed Sep 23 22:59:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92730A07DBE; Wed, 23 Sep 2015 22:59:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 836821AB8; Wed, 23 Sep 2015 22:59:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMx2u0087185; Wed, 23 Sep 2015 22:59:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMx2GR087184; Wed, 23 Sep 2015 22:59:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232259.t8NMx2GR087184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 22:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397670 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:59:02 -0000 Author: amdmi3 Date: Wed Sep 23 22:59:01 2015 New Revision: 397670 URL: https://svnweb.freebsd.org/changeset/ports/397670 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Wed Sep 23 22:58:32 2015 (r397669) +++ head/shells/zsh/Makefile Wed Sep 23 22:59:01 2015 (r397670) @@ -115,14 +115,6 @@ post-build: post-install: ${LN} -f ${STAGEDIR}${PREFIX}/bin/zsh ${STAGEDIR}${PREFIX}/bin/rzsh -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/StartupFiles && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif ${STAGEDIR}${PREFIX}/bin/zsh -fc ' \ setopt extendedglob nomark_dirs; \ cd ${STAGEDIR}/${DATADIR}/${ZSH_VER} ; \ @@ -131,6 +123,14 @@ post-install: ${CHMOD} 644 $$i.zwc ; \ done' +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/StartupFiles && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + regression-test: @cd ${WRKSRC}; ${SETENV} -i ${MAKE} check From owner-svn-ports-head@freebsd.org Wed Sep 23 22:59:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EDCEA07DE7; Wed, 23 Sep 2015 22:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1CC1B28; Wed, 23 Sep 2015 22:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMx70P087295; Wed, 23 Sep 2015 22:59:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMx6hF087293; Wed, 23 Sep 2015 22:59:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232259.t8NMx6hF087293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 22:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397671 - in head/audio/playgsf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:59:07 -0000 Author: amdmi3 Date: Wed Sep 23 22:59:06 2015 New Revision: 397671 URL: https://svnweb.freebsd.org/changeset/ports/397671 Log: - Drop 8.x support Approved by: portmgr blanket Added: head/audio/playgsf/files/patch-VBA_Util.cpp - copied unchanged from r397474, head/audio/playgsf/files/extrapatch-VBA__Util.cpp Deleted: head/audio/playgsf/files/extrapatch-VBA__Util.cpp Modified: head/audio/playgsf/Makefile Modified: head/audio/playgsf/Makefile ============================================================================== --- head/audio/playgsf/Makefile Wed Sep 23 22:59:01 2015 (r397670) +++ head/audio/playgsf/Makefile Wed Sep 23 22:59:06 2015 (r397671) @@ -27,12 +27,6 @@ ONLY_FOR_ARCHS= i386 amd64 PORTSCOUT= skipv:0.7.2 -.include - -.if ${OSVERSION} >= 901000 -EXTRA_PATCHES= ${FILESDIR}/extrapatch-VBA__Util.cpp -.endif - post-patch: @${REINPLACE_CMD} \ -e 's|\([[:space:]]*\).*configure.*|\1@true|' \ Copied: head/audio/playgsf/files/patch-VBA_Util.cpp (from r397474, head/audio/playgsf/files/extrapatch-VBA__Util.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/playgsf/files/patch-VBA_Util.cpp Wed Sep 23 22:59:06 2015 (r397671, copy of r397474, head/audio/playgsf/files/extrapatch-VBA__Util.cpp) @@ -0,0 +1,12 @@ +--- ./VBA/Util.cpp.orig 2013-04-02 11:32:02.322879639 +0200 ++++ ./VBA/Util.cpp 2013-04-02 11:33:58.107884638 +0200 +@@ -1484,7 +1484,8 @@ + + gzFile utilGzOpen(const char *file, const char *mode) + { +- utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ // utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ utilGzWriteFunc = (int (ZEXPORT *)(gzFile_s*, void * const, unsigned int))gzwrite; + utilGzReadFunc = gzread; + utilGzCloseFunc = gzclose; + From owner-svn-ports-head@freebsd.org Wed Sep 23 22:59:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA9C3A07E29; Wed, 23 Sep 2015 22:59:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB7FF1CA1; Wed, 23 Sep 2015 22:59:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NMxPvl087393; Wed, 23 Sep 2015 22:59:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NMxPaE087392; Wed, 23 Sep 2015 22:59:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232259.t8NMxPaE087392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 22:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397672 - head/net/mopd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:59:25 -0000 Author: amdmi3 Date: Wed Sep 23 22:59:25 2015 New Revision: 397672 URL: https://svnweb.freebsd.org/changeset/ports/397672 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/net/mopd/Makefile Modified: head/net/mopd/Makefile ============================================================================== --- head/net/mopd/Makefile Wed Sep 23 22:59:06 2015 (r397671) +++ head/net/mopd/Makefile Wed Sep 23 22:59:25 2015 (r397672) @@ -16,21 +16,15 @@ MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=$ OPTIONS_DEFINE= DOCS -.include - -.if ${PORT_OPTIONS:MDOCS} || make(makesum) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ VAX-netboot-HOWTO VS3100-console-cmds.txt -.endif do-configure: @${REINPLACE_CMD} -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \ + ${INSTALL_DATA} ${DISTDIR}/VAX-netboot-HOWTO \ ${DISTDIR}/VS3100-console-cmds.txt ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Wed Sep 23 23:42:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37355A07076; Wed, 23 Sep 2015 23:42:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB5912F0; Wed, 23 Sep 2015 23:42:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NNg8Ng007507; Wed, 23 Sep 2015 23:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NNg8Gk007506; Wed, 23 Sep 2015 23:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509232342.t8NNg8Gk007506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Sep 2015 23:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397673 - head/graphics/liblqr-1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 23:42:09 -0000 Author: amdmi3 Date: Wed Sep 23 23:42:08 2015 New Revision: 397673 URL: https://svnweb.freebsd.org/changeset/ports/397673 Log: - Switch to options helpers Modified: head/graphics/liblqr-1/Makefile Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Wed Sep 23 22:59:25 2015 (r397672) +++ head/graphics/liblqr-1/Makefile Wed Sep 23 23:42:08 2015 (r397673) @@ -23,23 +23,15 @@ USE_CSTD= gnu89 PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES HTMLDOCS +OPTIONS_SUB= yes HTMLDOCS_DESC= Build and install HTML documentation -.include +EXAMPLES_SUB_FILES= pkg-message +EXAMPLES_SUB_LIST= PORTSDIR=${PORTSDIR} -.if ${PORT_OPTIONS:MEXAMPLES} -SUB_FILES= pkg-message -SUB_LIST= PORTSDIR=${PORTSDIR} -.endif - -.if ${PORT_OPTIONS:MHTMLDOCS} -BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml -PLIST_SUB= HTMLDOCS="" -.else -PLIST_SUB= HTMLDOCS="@comment " -.endif +HTMLDOCS_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ + docbook-xml>0:${PORTSDIR}/textproc/docbook-xml post-patch: @${REINPLACE_CMD} -e '/^lqr_pkgconfigdir/ s|$$(libdir)|$${exec_prefix}/libdata|' \ @@ -49,17 +41,15 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr.*docbookx.dtd|${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd|' \ ${WRKSRC}/docs/liblqr_manual.docbook -.if ${PORT_OPTIONS:MHTMLDOCS} -post-build: +post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} html -.endif -post-install: -.if ${PORT_OPTIONS:MHTMLDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${DOCSDIR} -.endif +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} +post-install-HTMLDOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${DOCSDIR} + .include From owner-svn-ports-head@freebsd.org Thu Sep 24 01:06:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EFD6A06C6B; Thu, 24 Sep 2015 01:06:11 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C66E61A08; Thu, 24 Sep 2015 01:06:10 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by qgx61 with SMTP id 61so33663398qgx.3; Wed, 23 Sep 2015 18:06:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8oBQLPvQzO+xSOcj3u+Nie+Ud9NcAx0xFKcLF7VBE2s=; b=PtEWBK+L0/2b5csPMhAdmvdOwv2pEend97YE31nyx0eKTZjt4yjpj0toenQvfC8LgA L1aMzREUoIpH7cutVM6QiIESbXm286TLCOfXiScvJ40IFPBsK+vRAPVJvBcMhxgr7bNH D2jW0lzDESH5SJSwIQqLK52NGm/DGe1nX00Ae0go2UTa7o9nlKkZZnpVzDBWSg7/XX3d 85Av/tvlyN8V7Pkj6+yuJuWhRLQq/x7z8l5ewvibg7ZiPvYk07aPT8UyXWkKVNfk4pHx EZOOFgCHj+nfufSs2a3rdERjjxLGifi/IaF56oQSLDG9gI0S3nySPkaRMe63N3gWJYsx U6jQ== X-Received: by 10.140.16.131 with SMTP id 3mr39660694qgb.35.1443056769878; Wed, 23 Sep 2015 18:06:09 -0700 (PDT) Received: from xts-bsd.pa-us.unovitch.com (c-174-54-246-90.hsd1.pa.comcast.net. [174.54.246.90]) by smtp.gmail.com with ESMTPSA id d62sm3566548qhc.19.2015.09.23.18.06.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Sep 2015 18:06:09 -0700 (PDT) Date: Thu, 24 Sep 2015 01:06:07 +0000 From: Jason Unovitch To: Jan Beich Cc: Jason Unovitch , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397605 - in head/multimedia/kodi: . files Message-ID: <20150924010607.GA89721@xts-bsd.pa-us.unovitch.com> Reply-To: junovitch@FreeBSD.org References: <201509230235.t8N2Z9rE077910@repo.freebsd.org> <7fnh-7gr2-wny@vfemail.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7fnh-7gr2-wny@vfemail.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 01:06:11 -0000 On Wed, Sep 23, 2015 at 09:10:41AM +0200, Jan Beich wrote: > Jason Unovitch writes: > > > +.include > > +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 > > +USE_GCC= yes > > +.endif > > + > > Why not spell this as USES=compiler:c++11-lib ? Agreed! Fixed shortly afterwards after further discussion with PR submitter. https://svnweb.freebsd.org/changeset/ports/397613 Thanks! From owner-svn-ports-head@freebsd.org Thu Sep 24 02:56:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 886CFA064D0; Thu, 24 Sep 2015 02:56:07 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0F51126; Thu, 24 Sep 2015 02:56:07 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O2u7iZ084783; Thu, 24 Sep 2015 02:56:07 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O2u7aQ084781; Thu, 24 Sep 2015 02:56:07 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509240256.t8O2u7aQ084781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Sep 2015 02:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397674 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 02:56:07 -0000 Author: junovitch Date: Thu Sep 24 02:56:06 2015 New Revision: 397674 URL: https://svnweb.freebsd.org/changeset/ports/397674 Log: Revise Moodle multiple security vulnerabilities from r397210 to reflect recently published advisory Security: CVE-2015-5264 Security: CVE-2015-5272 Security: CVE-2015-5265 Security: CVE-2015-5266 Security: CVE-2015-5267 Security: CVE-2015-5268 Security: CVE-2015-5269 Security: c2fcbec2-5daa-11e5-9909-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 23 23:42:08 2015 (r397673) +++ head/security/vuxml/vuln.xml Thu Sep 24 02:56:06 2015 (r397674) @@ -427,15 +427,32 @@ Notes:

Moodle Release Notes report:

-
-

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

+
+

MSA-15-0030: Students can re-attempt answering questions in the + lesson (CVE-2015-5264)

+

MSA-15-0031: Teacher in forum can still post to "all participants" + and groups they are not members of (CVE-2015-5272 - 2.7.10 only)

+

MSA-15-0032: Users can delete files uploaded by other users in wiki + (CVE-2015-5265)

+

MSA-15-0033: Meta course synchronization enrolls suspended students + as managers for a short period of time (CVE-2015-5266)

+

MSA-15-0034: Vulnerability in password recovery mechanism + (CVE-2015-5267)

+

MSA-15-0035: Rating component does not check separate groups + (CVE-2015-5268)

+

MSA-15-0036: XSS in grouping description (CVE-2015-5269)

+ CVE-2015-5264 + CVE-2015-5272 + CVE-2015-5265 + CVE-2015-5266 + CVE-2015-5267 + CVE-2015-5268 + CVE-2015-5269 + http://www.openwall.com/lists/oss-security/2015/09/21/1 https://docs.moodle.org/dev/Moodle_2.7.10_release_notes https://docs.moodle.org/dev/Moodle_2.8.8_release_notes https://docs.moodle.org/dev/Moodle_2.9.2_release_notes @@ -443,6 +460,7 @@ Notes: 2015-09-14 2015-09-18 + 2015-09-24 From owner-svn-ports-head@freebsd.org Thu Sep 24 03:07:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A162A06C88; Thu, 24 Sep 2015 03:07:49 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C956619E2; Thu, 24 Sep 2015 03:07:48 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by qgez77 with SMTP id z77so35428770qge.1; Wed, 23 Sep 2015 20:07:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SiY/Aay65F0mUBfyLUZuRs1jyC7E9E0uiw4Bw45tOeM=; b=rY+xDvWQMyC1jhMwKXOUfveCcnlQBPcL0ybLyVUReAG5Ts6XgUZIHPJghEeBtbo9bs O6gGu1DqNtVphzRAgh4QdPowYYTtWtg9Gblh5tehVsFbJPgi/qsx545p0GduSYYu2jVR RnYuipnHUTnWTRVIsEStk2FFnrXCudhUwU8/O/olc22XYsoTRaKvNkWsromOtg5PvHs9 6yOI/7nckgi63DDsZJbNDS9f5wU0nFu6OqCqQX7WkxsBAM1KKoXQc47lwVKDI1TF4gVu 0BdZdOY8nxpTnkUo292dgOfXhRMhlc5PiYF27HFOrFN+4E6+vVPzbDGLkZwCsP7GT4q5 DNsA== X-Received: by 10.140.133.198 with SMTP id 189mr40414677qhf.99.1443064067713; Wed, 23 Sep 2015 20:07:47 -0700 (PDT) Received: from xts-bsd.pa-us.unovitch.com (c-174-54-246-90.hsd1.pa.comcast.net. [174.54.246.90]) by smtp.gmail.com with ESMTPSA id 68sm2706891qgy.16.2015.09.23.20.07.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Sep 2015 20:07:47 -0700 (PDT) Date: Thu, 24 Sep 2015 03:07:45 +0000 From: Jason Unovitch To: Wen Heping Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397099 - in head/www: moodle27 moodle28 moodle29 Message-ID: <20150924030745.GA6099@xts-bsd.pa-us.unovitch.com> Reply-To: junovitch@FreeBSD.org References: <201509170448.t8H4m09J087791@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 03:07:49 -0000 On Wed, Sep 23, 2015 at 11:05:46PM -0400, Jason Unovitch wrote: > > > On Thu, Sep 17, 2015 at 12:48 AM, Wen Heping wrote: > > Author: wen > > Date: Thu Sep 17 04:47:59 2015 > > New Revision: 397099 > > URL: https://svnweb.freebsd.org/changeset/ports/397099 > > > > Log: > > - Update moodle to 2.7.10, 2.8.8, 2.9.2 > > > > MFH: 2015Q3 > > Wen, This still needs the MFH. From owner-svn-ports-head@freebsd.org Thu Sep 24 03:50:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F97A0814D; Thu, 24 Sep 2015 03:50:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6ADB1E25; Thu, 24 Sep 2015 03:50:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O3o63O006653; Thu, 24 Sep 2015 03:50:06 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O3o6L5006652; Thu, 24 Sep 2015 03:50:06 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201509240350.t8O3o6L5006652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 24 Sep 2015 03:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397675 - head/net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 03:50:06 -0000 Author: zi Date: Thu Sep 24 03:50:05 2015 New Revision: 397675 URL: https://svnweb.freebsd.org/changeset/ports/397675 Log: - Resolve build failure in certain cases when LDAP support is enabled PR: 201957 Reported by: Emmanuel Vadot Modified: head/net/freeradius3/Makefile Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Thu Sep 24 02:56:06 2015 (r397674) +++ head/net/freeradius3/Makefile Thu Sep 24 03:50:05 2015 (r397675) @@ -115,6 +115,7 @@ CONFIGURE_ARGS+=--without-edir .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= YES +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+=--with-rlm_ldap PLIST_SUB+= LDAP="" _REQUIRE+= slapd From owner-svn-ports-head@freebsd.org Thu Sep 24 03:54:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1852A083A1; Thu, 24 Sep 2015 03:54:44 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B36051299; Thu, 24 Sep 2015 03:54:44 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O3siFt010556; Thu, 24 Sep 2015 03:54:44 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O3siHg010554; Thu, 24 Sep 2015 03:54:44 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201509240354.t8O3siHg010554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 24 Sep 2015 03:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397676 - in head/net-mgmt/nagios-check_email_delivery: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 03:54:44 -0000 Author: zi Date: Thu Sep 24 03:54:43 2015 New Revision: 397676 URL: https://svnweb.freebsd.org/changeset/ports/397676 Log: - Fix missing bracket - Bump PORTREVISION PR: 202930 Submitted by: Lukasz Wasikowski Added: head/net-mgmt/nagios-check_email_delivery/files/ head/net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota (contents, props changed) Modified: head/net-mgmt/nagios-check_email_delivery/Makefile Modified: head/net-mgmt/nagios-check_email_delivery/Makefile ============================================================================== --- head/net-mgmt/nagios-check_email_delivery/Makefile Thu Sep 24 03:50:05 2015 (r397675) +++ head/net-mgmt/nagios-check_email_delivery/Makefile Thu Sep 24 03:54:43 2015 (r397676) @@ -3,7 +3,7 @@ PORTNAME= check_email_delivery PORTVERSION= 0.7.1b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://buhacoff.net/software/check_email_delivery/archive/ \ http://mirrors.rit.edu/zi/ Added: head/net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota Thu Sep 24 03:54:43 2015 (r397676) @@ -0,0 +1,11 @@ +--- check_imap_quota.orig 2012-02-20 04:07:27 UTC ++++ check_imap_quota +@@ -151,7 +151,7 @@ eval { + } + if (!length($quotaUsed) && !length($quotaLimit)) { + print "no answer from imap host\n" if $verbose > 2; +- } elsif (!length($quotaUsed) || !length($quotaLimit) { ++ } elsif (!length($quotaUsed) || !length($quotaLimit)) { + print "incorrect answer from imap host\n"; + $imap->close(); + exit $status{UNKNOWN}; From owner-svn-ports-head@freebsd.org Thu Sep 24 04:40:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC43CA0756D; Thu, 24 Sep 2015 04:40:45 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41821444; Thu, 24 Sep 2015 04:40:45 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O4ejmV029009; Thu, 24 Sep 2015 04:40:45 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O4eji8029007; Thu, 24 Sep 2015 04:40:45 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509240440.t8O4eji8029007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 04:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397677 - head/dns/dnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 04:40:45 -0000 Author: truckman Date: Thu Sep 24 04:40:44 2015 New Revision: 397677 URL: https://svnweb.freebsd.org/changeset/ports/397677 Log: Upgrade to 0.8.0: * Replace Jansson with YAJL for JSON rendering, which results in a substantial performance improvement. * dnstable_dump: Add "--rrset_names" and "--rdata_names" options which dump the RRSET_NAME_FWD and RDATA_NAME_REV indices. * New function dnstable_reader_reload_setfile(), which calls mtbl_fileset_reload_now() on a dnstable_reader object's underlying mtbl_fileset object, if present. This requires libmtbl >= 0.8.0. Sponsored by: Farsight Security, Inc. Modified: head/dns/dnstable/Makefile head/dns/dnstable/distinfo Modified: head/dns/dnstable/Makefile ============================================================================== --- head/dns/dnstable/Makefile Thu Sep 24 03:54:43 2015 (r397676) +++ head/dns/dnstable/Makefile Thu Sep 24 04:40:44 2015 (r397677) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -12,8 +12,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg -LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libmtbl.so:${PORTSDIR}/devel/mtbl \ +LIB_DEPENDS= libmtbl.so:${PORTSDIR}/devel/mtbl \ + libyajl.so:${PORTSDIR}/devel/yajl \ libwdns.so:${PORTSDIR}/dns/wdns \ libnmsg.so:${PORTSDIR}/net/nmsg RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg @@ -23,7 +23,7 @@ USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/yajl LDFLAGS+= -L${LOCALBASE}/lib post-install: Modified: head/dns/dnstable/distinfo ============================================================================== --- head/dns/dnstable/distinfo Thu Sep 24 03:54:43 2015 (r397676) +++ head/dns/dnstable/distinfo Thu Sep 24 04:40:44 2015 (r397677) @@ -1,2 +1,2 @@ -SHA256 (dnstable-0.7.0.tar.gz) = 2035fa74b7f1fd91da846bab810b9ac376f839aaa8cf627dace2a29dee293b2b -SIZE (dnstable-0.7.0.tar.gz) = 383942 +SHA256 (dnstable-0.8.0.tar.gz) = 211134a407c3b70d82517f8daf0c598d8ef221e35a9071510800f14073e0e798 +SIZE (dnstable-0.8.0.tar.gz) = 385295 From owner-svn-ports-head@freebsd.org Thu Sep 24 04:58:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 896FAA0803E; Thu, 24 Sep 2015 04:58:10 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 782951BEB; Thu, 24 Sep 2015 04:58:10 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O4wASM035089; Thu, 24 Sep 2015 04:58:10 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O4wAKX035086; Thu, 24 Sep 2015 04:58:10 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509240458.t8O4wAKX035086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 04:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397678 - head/devel/py-pymtbl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 04:58:10 -0000 Author: truckman Date: Thu Sep 24 04:58:09 2015 New Revision: 397678 URL: https://svnweb.freebsd.org/changeset/ports/397678 Log: Upgrade to 0.4.0: * Add LZ4/LZ4HC compression types Sponsored by: Farsight Security, Inc. Modified: head/devel/py-pymtbl/Makefile head/devel/py-pymtbl/distinfo Modified: head/devel/py-pymtbl/Makefile ============================================================================== --- head/devel/py-pymtbl/Makefile Thu Sep 24 04:40:44 2015 (r397677) +++ head/devel/py-pymtbl/Makefile Thu Sep 24 04:58:09 2015 (r397678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pymtbl -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pymtbl/distinfo ============================================================================== --- head/devel/py-pymtbl/distinfo Thu Sep 24 04:40:44 2015 (r397677) +++ head/devel/py-pymtbl/distinfo Thu Sep 24 04:58:09 2015 (r397678) @@ -1,2 +1,2 @@ -SHA256 (pymtbl-0.3.1.tar.gz) = 899147cef582f90250e0450380610de4a15a063931be83967963b52c3eaa46df -SIZE (pymtbl-0.3.1.tar.gz) = 66593 +SHA256 (pymtbl-0.4.0.tar.gz) = 87ffc40050372825e49387e344f9c93ce3a32b1658d396d6c2dec716417d6e6d +SIZE (pymtbl-0.4.0.tar.gz) = 67020 From owner-svn-ports-head@freebsd.org Thu Sep 24 05:19:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76EA7A0882B; Thu, 24 Sep 2015 05:19:13 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680941349; Thu, 24 Sep 2015 05:19:13 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O5JDEq043270; Thu, 24 Sep 2015 05:19:13 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O5JCbi043268; Thu, 24 Sep 2015 05:19:12 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509240519.t8O5JCbi043268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 05:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397679 - head/dns/py-pydnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 05:19:13 -0000 Author: truckman Date: Thu Sep 24 05:19:12 2015 New Revision: 397679 URL: https://svnweb.freebsd.org/changeset/ports/397679 Log: Upgrade to 0.5.0: * Add reader.reload() method that calls dnstable_reader_reload_setfile() Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/dns/py-pydnstable/Makefile head/dns/py-pydnstable/distinfo Modified: head/dns/py-pydnstable/Makefile ============================================================================== --- head/dns/py-pydnstable/Makefile Thu Sep 24 04:58:09 2015 (r397678) +++ head/dns/py-pydnstable/Makefile Thu Sep 24 05:19:12 2015 (r397679) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydnstable -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libdnstable.so:${PORTSDIR}/dns/dnstable -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USES= pkgconfig python post-install: Modified: head/dns/py-pydnstable/distinfo ============================================================================== --- head/dns/py-pydnstable/distinfo Thu Sep 24 04:58:09 2015 (r397678) +++ head/dns/py-pydnstable/distinfo Thu Sep 24 05:19:12 2015 (r397679) @@ -1,2 +1,2 @@ -SHA256 (pydnstable-0.4.0.tar.gz) = 13261e616682bd609bacf9ef6836e4bab9bb29a485873cb9f9daf6dd258d341a -SIZE (pydnstable-0.4.0.tar.gz) = 41037 +SHA256 (pydnstable-0.5.0.tar.gz) = 828f9d072daff5080cf5db76b701b8f25bbe5afcb38c838a6471742737ef002e +SIZE (pydnstable-0.5.0.tar.gz) = 41914 From owner-svn-ports-head@freebsd.org Thu Sep 24 06:00:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73673A07A7E; Thu, 24 Sep 2015 06:00:28 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49D3512D1; Thu, 24 Sep 2015 06:00:28 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O60Sr6061549; Thu, 24 Sep 2015 06:00:28 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O60Reo061547; Thu, 24 Sep 2015 06:00:27 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509240600.t8O60Reo061547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 06:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397680 - head/net/axa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 06:00:28 -0000 Author: truckman Date: Thu Sep 24 06:00:27 2015 New Revision: 397680 URL: https://svnweb.freebsd.org/changeset/ports/397680 Log: Upgrade to 1.2.1: * Add accounting interval option to radtunnel and sratunnel * Document pidfile option * Handle nmsg fragments Switch back to MASTER_SITES=FARSIGHT from GitHub Sponsored by: Farsight Security, Inc. Modified: head/net/axa/Makefile head/net/axa/distinfo Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Thu Sep 24 05:19:12 2015 (r397679) +++ head/net/axa/Makefile Thu Sep 24 06:00:27 2015 (r397680) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.2.0 -DISTVERSIONPREFIX= tags/v +PORTVERSION= 1.2.1 CATEGORIES= net dns +MASTER_SITES= FARSIGHT/${PORTNAME}/${PORTVERSION} LOCAL/truckman/farsight +DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools @@ -18,11 +19,11 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR libwdns.so:${PORTSDIR}/dns/wdns RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg +WRKSRC= ${WRKDIR}/axa-tools + GNU_CONFIGURE= yes USES= autoreconf gmake libedit libtool pathfix pkgconfig CONFIGURE_SHELL= ${LOCALBASE}/bin/bash -USE_GITHUB= yes -GH_ACCOUNT= farsightsec USE_LDCONFIG= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Thu Sep 24 05:19:12 2015 (r397679) +++ head/net/axa/distinfo Thu Sep 24 06:00:27 2015 (r397680) @@ -1,2 +1,2 @@ -SHA256 (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = c78ff78c79182729f758bddbedd170402280f5e4bf41d5720da1d31ea470e7eb -SIZE (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = 200591 +SHA256 (axa_1.2.1.tar.gz) = b4414f149fb1d6fb28453b388dc9aa12344a856176920efc7deff6032f0e9133 +SIZE (axa_1.2.1.tar.gz) = 775750 From owner-svn-ports-head@freebsd.org Thu Sep 24 06:35:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA88FA08981; Thu, 24 Sep 2015 06:35:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ADA711F4; Thu, 24 Sep 2015 06:35:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O6Zf45075605; Thu, 24 Sep 2015 06:35:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O6ZfGm075603; Thu, 24 Sep 2015 06:35:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509240635.t8O6ZfGm075603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 24 Sep 2015 06:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397681 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 06:35:41 -0000 Author: matthew Date: Thu Sep 24 06:35:40 2015 New Revision: 397681 URL: https://svnweb.freebsd.org/changeset/ports/397681 Log: Update to 4.5.0 This is the first release from the 4.5 branch, and a major update. With this release, the minimum required version of PHP is php-5.5 ChangeLog: https://www.phpmyadmin.net/files/4.5.0/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Sep 24 06:00:27 2015 (r397680) +++ head/databases/phpmyadmin/Makefile Thu Sep 24 06:35:40 2015 (r397681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.15 +DISTVERSION= 4.5.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -18,7 +18,7 @@ CPE_PRODUCT= ${PORTNAME:tl} NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP=54 USE_PHP= ctype session filter mbstring json spl mysqli .endif Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Sep 24 06:00:27 2015 (r397680) +++ head/databases/phpmyadmin/distinfo Thu Sep 24 06:35:40 2015 (r397681) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5b0846cb753a94dfc48993c0626e87fab045dfb7b56c33687a387ad2711b3969 -SIZE (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5595740 +SHA256 (phpMyAdmin-4.5.0-all-languages.tar.xz) = a0bed8623eb94ee65ca86e5bb2893c0c5261adf436805e6c5fd65fe87eeddc36 +SIZE (phpMyAdmin-4.5.0-all-languages.tar.xz) = 5731056 From owner-svn-ports-head@freebsd.org Thu Sep 24 08:12:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04DBEA0766E; Thu, 24 Sep 2015 08:12:39 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCCC91FA3; Thu, 24 Sep 2015 08:12:38 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O8CcGx016839; Thu, 24 Sep 2015 08:12:38 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O8CY3n016822; Thu, 24 Sep 2015 08:12:34 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201509240812.t8O8CY3n016822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 24 Sep 2015 08:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397683 - in head: deskutils/fbreader devel/librcc devel/librcd graphics/prison graphics/vigra misc/chmlib multimedia/gstreamer-qt4 multimedia/xvid net/hupnp palm/libmal textproc/libuni... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 08:12:39 -0000 Author: culot Date: Thu Sep 24 08:12:33 2015 New Revision: 397683 URL: https://svnweb.freebsd.org/changeset/ports/397683 Log: - Reassign to the heap after fluffy@'s bit was taken in for safekeeping Modified: head/deskutils/fbreader/Makefile head/devel/librcc/Makefile head/devel/librcd/Makefile head/graphics/prison/Makefile head/graphics/vigra/Makefile head/misc/chmlib/Makefile head/multimedia/gstreamer-qt4/Makefile head/multimedia/xvid/Makefile head/net/hupnp/Makefile head/palm/libmal/Makefile head/textproc/libunibreak/Makefile head/textproc/wv2/Makefile head/www/lightsquid/Makefile head/x11-fm/krusader2/Makefile Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/deskutils/fbreader/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -freebsdport PORTREVISION= 1 CATEGORIES= deskutils -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Powerful e-book reader LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/devel/librcc/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ Modified: head/devel/librcd/Makefile ============================================================================== --- head/devel/librcd/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/devel/librcd/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for autodetection of Russian charset GNU_CONFIGURE= yes Modified: head/graphics/prison/Makefile ============================================================================== --- head/graphics/prison/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/graphics/prison/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Barcode library for KDE Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/graphics/vigra/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -6,7 +6,7 @@ DISTVERSION= 1.10.0 PORTREVISION= 6 CATEGORIES= graphics -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" LICENSE= MIT Modified: head/misc/chmlib/Makefile ============================================================================== --- head/misc/chmlib/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/misc/chmlib/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for dealing with Microsoft ITSS/CHM format files GNU_CONFIGURE= yes Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/multimedia/gstreamer-qt4/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -9,7 +9,7 @@ MASTER_SITES= http://gstreamer.freedeskt PKGNAMESUFFIX= -qt4 DISTNAME= qt-${PORTNAME}-${PORTVERSION} -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 bindings for GStreamer multimedia library LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs Modified: head/multimedia/xvid/Makefile ============================================================================== --- head/multimedia/xvid/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/multimedia/xvid/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -8,7 +8,7 @@ CATEGORIES= multimedia MASTER_SITES= http://downloads.xvid.org/downloads/ DISTNAME= ${PORTNAME}core-${PORTVERSION} -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Opensource MPEG-4 codec, based on OpenDivx USES= gmake Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/net/hupnp/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -8,7 +8,7 @@ CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= herqq-${PORTVERSION} -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for building UPnP devices and control points USES= gmake qmake zip Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/palm/libmal/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= http://www.jlogday.com/code/libmal/ -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library encapsulating malsync LICENSE= MPL Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/textproc/libunibreak/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode GNU_CONFIGURE= yes Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/textproc/wv2/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/wvware/ -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library providing routines to access Microsoft Word files USE_GNOME= libgsf Modified: head/www/lightsquid/Makefile ============================================================================== --- head/www/lightsquid/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/www/lightsquid/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Light and fast web based squid proxy traffic analyser OPTIONS_DEFINE= GD DOCS Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Thu Sep 24 08:11:06 2015 (r397682) +++ head/x11-fm/krusader2/Makefile Thu Sep 24 08:12:33 2015 (r397683) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= x11-fm kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander USES= cmake:outsource gettext tar:bzip2 From owner-svn-ports-head@freebsd.org Thu Sep 24 09:20:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C78A079DF; Thu, 24 Sep 2015 09:20:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEE901EBD; Thu, 24 Sep 2015 09:20:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O9Kv7t044104; Thu, 24 Sep 2015 09:20:57 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O9KvXr044102; Thu, 24 Sep 2015 09:20:57 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509240920.t8O9KvXr044102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 24 Sep 2015 09:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397684 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 09:20:57 -0000 Author: matthew Date: Thu Sep 24 09:20:56 2015 New Revision: 397684 URL: https://svnweb.freebsd.org/changeset/ports/397684 Log: Update to 4.5.0.1 This is a fix for a regression in 4.5.0: - issue #11492 AUTO_INCREMENT statements are partly missing from exports ChangeLog: https://www.phpmyadmin.net/files/4.5.0.1/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Sep 24 08:12:33 2015 (r397683) +++ head/databases/phpmyadmin/Makefile Thu Sep 24 09:20:56 2015 (r397684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.0 +DISTVERSION= 4.5.0.1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Sep 24 08:12:33 2015 (r397683) +++ head/databases/phpmyadmin/distinfo Thu Sep 24 09:20:56 2015 (r397684) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.0-all-languages.tar.xz) = a0bed8623eb94ee65ca86e5bb2893c0c5261adf436805e6c5fd65fe87eeddc36 -SIZE (phpMyAdmin-4.5.0-all-languages.tar.xz) = 5731056 +SHA256 (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = ec17e06648a70a6faff2602d00d2dd555b0d99ef3571d0e5153837adce832939 +SIZE (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = 5730712 From owner-svn-ports-head@freebsd.org Thu Sep 24 09:48:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28EA3A08898; Thu, 24 Sep 2015 09:48:19 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196951F1F; Thu, 24 Sep 2015 09:48:19 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O9mIVB054020; Thu, 24 Sep 2015 09:48:18 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O9mIO7054016; Thu, 24 Sep 2015 09:48:18 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201509240948.t8O9mIO7054016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 24 Sep 2015 09:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397685 - head/devel/py-country X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 09:48:19 -0000 Author: demon Date: Thu Sep 24 09:48:17 2015 New Revision: 397685 URL: https://svnweb.freebsd.org/changeset/ports/397685 Log: Update to version 1.15. Modified: head/devel/py-country/Makefile head/devel/py-country/distinfo Modified: head/devel/py-country/Makefile ============================================================================== --- head/devel/py-country/Makefile Thu Sep 24 09:20:56 2015 (r397684) +++ head/devel/py-country/Makefile Thu Sep 24 09:48:17 2015 (r397685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= country -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-country/distinfo ============================================================================== --- head/devel/py-country/distinfo Thu Sep 24 09:20:56 2015 (r397684) +++ head/devel/py-country/distinfo Thu Sep 24 09:48:17 2015 (r397685) @@ -1,2 +1,2 @@ -SHA256 (pycountry-1.14.tar.gz) = e5012671e4c1e0280574fff5bce50d892e8b56dea43e867661088c1bf91c2f0c -SIZE (pycountry-1.14.tar.gz) = 5009511 +SHA256 (pycountry-1.15.tar.gz) = 7808a46791650c6e8bf622d4016aa69474e54f134f758b06924dbb958852d3cb +SIZE (pycountry-1.15.tar.gz) = 5020820 From owner-svn-ports-head@freebsd.org Thu Sep 24 10:29:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C76A07B3E; Thu, 24 Sep 2015 10:29:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 922FD1083; Thu, 24 Sep 2015 10:29:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OAT03i071571; Thu, 24 Sep 2015 10:29:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OASwdg071561; Thu, 24 Sep 2015 10:28:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509241028.t8OASwdg071561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Sep 2015 10:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397686 - in head/net: . isboot-kmod isboot-kmod/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 10:29:00 -0000 Author: pi Date: Thu Sep 24 10:28:58 2015 New Revision: 397686 URL: https://svnweb.freebsd.org/changeset/ports/397686 Log: New port: net/isboot-kmod This installs Daisuke Aoyama's isboot kernel module, which allows booting FreeBSD directly from an iSCSI root disk. If your BIOS supports iSCSI you may configure your target settings in the BIOS and boot directly. If not, you may PXE boot using software that contains iSCSI support such as iPXE. The module reads the iSCSI Boot Firmware Table (IBFT) to configure the network and re-attach the volume once the kernel begins execution. WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese) PR: 203294 Submitted by: John Nielsen Added: head/net/isboot-kmod/ head/net/isboot-kmod/Makefile (contents, props changed) head/net/isboot-kmod/distinfo (contents, props changed) head/net/isboot-kmod/files/ head/net/isboot-kmod/files/patch-iscsi.c (contents, props changed) head/net/isboot-kmod/files/pkg-message.in (contents, props changed) head/net/isboot-kmod/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Sep 24 09:48:17 2015 (r397685) +++ head/net/Makefile Thu Sep 24 10:28:58 2015 (r397686) @@ -248,6 +248,7 @@ SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += irrd + SUBDIR += isboot-kmod SUBDIR += isc-dhcp41-client SUBDIR += isc-dhcp41-relay SUBDIR += isc-dhcp41-server Added: head/net/isboot-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isboot-kmod/Makefile Thu Sep 24 10:28:58 2015 (r397686) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= isboot-kmod +PORTVERSION= 0.2.10 +CATEGORIES= net +MASTER_SITES= http://www.peach.ne.jp/archives/isboot/ +DISTNAME= isboot-${PORTVERSION} + +MAINTAINER= john@jnielsen.net +COMMENT= Kernel module enabling iSCSI boot + +LICENSE= BSD2CLAUSE + +USES= kmod uidfix +SUB_FILES= pkg-message +WRKSRC_SUBDIR= src +PLIST_FILES= ${KMODDIR}/isboot.ko +PORTDOCS= README + +OPTIONS_DEFINE= DOCS VIMAGE +VIMAGE_DESC= Build for a kernel with 'options VIMAGE' +VIMAGE_CFLAGS= -DVIMAGE + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/${DISTNAME} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/net/isboot-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isboot-kmod/distinfo Thu Sep 24 10:28:58 2015 (r397686) @@ -0,0 +1,2 @@ +SHA256 (isboot-0.2.10.tar.gz) = b801708256f789e1032f7be2db79f886919fddb7b9b26ec1835f68a8237c3b48 +SIZE (isboot-0.2.10.tar.gz) = 30268 Added: head/net/isboot-kmod/files/patch-iscsi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isboot-kmod/files/patch-iscsi.c Thu Sep 24 10:28:58 2015 (r397686) @@ -0,0 +1,56 @@ +--- iscsi.c.orig 2015-09-23 05:51:43 UTC ++++ iscsi.c +@@ -1036,24 +1036,30 @@ isboot_append_param(pdu_t *pp, char *for + return (n); + } + +-#if __FreeBSD_version >= 1000050 ++#if __FreeBSD_version < 1000050 ++static void ++isboot_free_mbufext(void *p, void *optarg) ++#endif ++#if __FreeBSD_version >= 1000050 && __FreeBSD_version < 1100000 ++#define EXT_FREE_OK 0 + static int + isboot_free_mbufext(struct mbuf *m, void *p, void *optarg) +-#else ++#endif ++#if __FreeBSD_version >= 1100000 + static void +-isboot_free_mbufext(void *p, void *optarg) ++isboot_free_mbufext(struct mbuf *m, void *p, void *optarg) + #endif + { + + ISBOOT_TRACE("isboot_free_mbufext\n"); + if (p == NULL) +-#if __FreeBSD_version >= 1000050 ++#if __FreeBSD_version >= 1000050 && __FreeBSD_version < 1100000 + return (EXT_FREE_OK); + #else + return; + #endif + isboot_free_mext(p); +-#if __FreeBSD_version >= 1000050 ++#if __FreeBSD_version >= 1000050 && __FreeBSD_version < 1100000 + return (EXT_FREE_OK); + #endif + } +@@ -1072,7 +1078,7 @@ isboot_xmit_pdu(struct isboot_sess *sess + + sizeof(pp->hdr_dig) > MHLEN) { + panic("AHS=%d is too large", pp->ahs_len); + } +- MGETHDR(mh, M_TRYWAIT, MT_DATA); ++ MGETHDR(mh, M_WAITOK, MT_DATA); + mh->m_pkthdr.rcvif = NULL; + memcpy(mh->m_data, &pp->ipdu, ISCSI_BHS_LEN); + mh->m_len = ISCSI_BHS_LEN; +@@ -1099,7 +1105,7 @@ isboot_xmit_pdu(struct isboot_sess *sess + /* allocate external buffer and add it to mbuf */ + ds_dd = isboot_malloc_mext(ISCSI_ALIGN(pp->ds_len) + + sizeof(pp->ds_dig)); +- MGET(md, M_TRYWAIT, MT_DATA); ++ MGET(md, M_WAITOK, MT_DATA); + #if __FreeBSD_version >= 800016 + MEXTADD(md, (caddr_t)ds_dd, (ISCSI_ALIGN(pp->ds_len) + + sizeof(pp->ds_dig)), Added: head/net/isboot-kmod/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isboot-kmod/files/pkg-message.in Thu Sep 24 10:28:58 2015 (r397686) @@ -0,0 +1,5 @@ +Remember to have the module loaded at boot by adding the following to +/boot/loader.conf: + isboot_load="YES" + +See %%DOCSDIR%%/README for additional information. Added: head/net/isboot-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/isboot-kmod/pkg-descr Thu Sep 24 10:28:58 2015 (r397686) @@ -0,0 +1,9 @@ +This installs Daisuke Aoyama's isboot kernel module, which allows +booting FreeBSD directly from an iSCSI root disk. If your BIOS +supports iSCSI you may configure your target settings in the BIOS +and boot directly. If not, you may PXE boot using software that +contains iSCSI support such as iPXE. The module reads the iSCSI +Boot Firmware Table (IBFT) to configure the network and re-attach +the volume once the kernel begins execution. + +WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese) From owner-svn-ports-head@freebsd.org Thu Sep 24 11:15:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B96A08EB5; Thu, 24 Sep 2015 11:15:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47C6A1606; Thu, 24 Sep 2015 11:15:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OBF8cQ091598; Thu, 24 Sep 2015 11:15:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OBF85k091597; Thu, 24 Sep 2015 11:15:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509241115.t8OBF85k091597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 11:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397687 - head/net/spread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 11:15:08 -0000 Author: amdmi3 Date: Thu Sep 24 11:15:07 2015 New Revision: 397687 URL: https://svnweb.freebsd.org/changeset/ports/397687 Log: - Don't needlessly install *.conf from *.conf.sample, this is handled by @sample - Fix stagedir reference in .packlist; this is not handled by default fix-perl-things target as it is run before post-install; fixes stage-qa Approved by: portmgr blanket Modified: head/net/spread/Makefile Modified: head/net/spread/Makefile ============================================================================== --- head/net/spread/Makefile Thu Sep 24 10:28:58 2015 (r397686) +++ head/net/spread/Makefile Thu Sep 24 11:15:07 2015 (r397687) @@ -32,8 +32,6 @@ PKGMESSAGE= ${WRKSRC}/license.txt PORTDOCS= Readme.txt LICENSE HEADERFILES= sp_func.h sp_func.h sp_events.h -.include - # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together. PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" @@ -55,16 +53,8 @@ post-install: .endfor ${INSTALL_DATA} ${WRKSRC}/sample.spread.conf \ ${STAGEDIR}${PREFIX}/etc/spread.conf.sample -.if !exists(${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf) - ${INSTALL_DATA} ${WRKSRC}/sample.spread.conf \ - ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf -.endif ${INSTALL_DATA} ${WRKSRC}/sample.spread.access_ip \ ${STAGEDIR}${PREFIX}/etc/spread.access_ip.sample -.if !exists(${STAGEDIR}${PREFIX}/etc/spread.access_ip) - ${INSTALL_DATA} ${WRKSRC}/sample.spread.access_ip \ - ${STAGEDIR}${PREFIX}/etc/spread.access_ip -.endif (cd ${WRKSRC}/perl/Spread && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/perl/Spread/test.pl ${STAGEDIR}${EXAMPLESDIR} @@ -75,5 +65,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/Spread.so + ${REINPLACE_CMD} -i '' -e 's|^${STAGEDIR}||' ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/.packlist + ${ECHO_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/Spread/.packlist >> ${TMPPLIST} -.include +.include From owner-svn-ports-head@freebsd.org Thu Sep 24 11:28:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65929A072E9; Thu, 24 Sep 2015 11:28:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56BF71DEF; Thu, 24 Sep 2015 11:28:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OBSeHX095882; Thu, 24 Sep 2015 11:28:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OBSeuI095880; Thu, 24 Sep 2015 11:28:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509241128.t8OBSeuI095880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 11:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397688 - head/net/spread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 11:28:40 -0000 Author: amdmi3 Date: Thu Sep 24 11:28:39 2015 New Revision: 397688 URL: https://svnweb.freebsd.org/changeset/ports/397688 Log: - Improve the previous fix: do not duplicate fix-perl-things code, instead make the target run after post-install to fix things installed from there Approved by: portmgr blanket Modified: head/net/spread/Makefile Modified: head/net/spread/Makefile ============================================================================== --- head/net/spread/Makefile Thu Sep 24 11:15:07 2015 (r397687) +++ head/net/spread/Makefile Thu Sep 24 11:28:39 2015 (r397688) @@ -36,6 +36,8 @@ HEADERFILES= sp_func.h sp_func.h sp_even PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" +TARGET_ORDER_OVERRIDE= 710:fix-perl-things + post-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/docs/${PORTNAME}.1 ${WRKSRC}/docs/spmonitor.1 @@ -65,7 +67,5 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/Spread.so - ${REINPLACE_CMD} -i '' -e 's|^${STAGEDIR}||' ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/.packlist - ${ECHO_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/Spread/.packlist >> ${TMPPLIST} .include From owner-svn-ports-head@freebsd.org Thu Sep 24 13:13:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEBC7A07DD5; Thu, 24 Sep 2015 13:13:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BA81117; Thu, 24 Sep 2015 13:13:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ODDwuj040447; Thu, 24 Sep 2015 13:13:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ODDwoX040446; Thu, 24 Sep 2015 13:13:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201509241313.t8ODDwoX040446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 24 Sep 2015 13:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397689 - head/sysutils/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 13:13:58 -0000 Author: cy Date: Thu Sep 24 13:13:57 2015 New Revision: 397689 URL: https://svnweb.freebsd.org/changeset/ports/397689 Log: Fix IPMIPSU build. Modified: head/sysutils/nut/Makefile Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Thu Sep 24 11:28:39 2015 (r397688) +++ head/sysutils/nut/Makefile Thu Sep 24 13:13:57 2015 (r397689) @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -150,6 +150,7 @@ PLIST_SUB+= NUT_FREEIPMI="@comment " .endif .if ${PORT_OPTIONS:MIPMIPSU} +LIB_DEPENDS+= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi CONFIGURE_ARGS+= --with-ipmi PLIST_SUB+= NUT_IPMIPSU="" .else From owner-svn-ports-head@freebsd.org Thu Sep 24 13:47:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDF8A07251; Thu, 24 Sep 2015 13:47:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C06C11343; Thu, 24 Sep 2015 13:47:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ODlUVn052799; Thu, 24 Sep 2015 13:47:30 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ODlUwI052797; Thu, 24 Sep 2015 13:47:30 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201509241347.t8ODlUwI052797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 24 Sep 2015 13:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397690 - head/devel/p5-Test-Compile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 13:47:30 -0000 Author: culot Date: Thu Sep 24 13:47:29 2015 New Revision: 397690 URL: https://svnweb.freebsd.org/changeset/ports/397690 Log: - Update to v1.3.0 Changes: http://search.cpan.org/dist/Test-Compile/Changes Modified: head/devel/p5-Test-Compile/Makefile head/devel/p5-Test-Compile/distinfo Modified: head/devel/p5-Test-Compile/Makefile ============================================================================== --- head/devel/p5-Test-Compile/Makefile Thu Sep 24 13:13:57 2015 (r397689) +++ head/devel/p5-Test-Compile/Makefile Thu Sep 24 13:47:29 2015 (r397690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Compile -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES Modified: head/devel/p5-Test-Compile/distinfo ============================================================================== --- head/devel/p5-Test-Compile/distinfo Thu Sep 24 13:13:57 2015 (r397689) +++ head/devel/p5-Test-Compile/distinfo Thu Sep 24 13:47:29 2015 (r397690) @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-v1.2.1.tar.gz) = f9cfe1ebb3ef886025d6e017f9e67d1541d430c549fd2f7acebaa200ce949b13 -SIZE (Test-Compile-v1.2.1.tar.gz) = 15104 +SHA256 (Test-Compile-v1.3.0.tar.gz) = 77527e9477ac5260443c756367a7f7bc3d8f6c6ebbc561b0b2fb3f79303bad33 +SIZE (Test-Compile-v1.3.0.tar.gz) = 15198 From owner-svn-ports-head@freebsd.org Thu Sep 24 14:16:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D63A08930; Thu, 24 Sep 2015 14:16:32 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A974B15BE; Thu, 24 Sep 2015 14:16:32 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OEGWqd064983; Thu, 24 Sep 2015 14:16:32 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OEGVZG064976; Thu, 24 Sep 2015 14:16:31 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241416.t8OEGVZG064976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 14:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397691 - in head/sysutils: . py-cdmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 14:16:32 -0000 Author: wg Date: Thu Sep 24 14:16:30 2015 New Revision: 397691 URL: https://svnweb.freebsd.org/changeset/ports/397691 Log: sysutils/py-cdmi: CDMI for OpenStack's Swift A Python egg that adds support for the CDMI protocol to OpenStack Swift. WWW: https://github.com/osaddon/cdmi Added: head/sysutils/py-cdmi/ head/sysutils/py-cdmi/Makefile (contents, props changed) head/sysutils/py-cdmi/distinfo (contents, props changed) head/sysutils/py-cdmi/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Sep 24 13:47:29 2015 (r397690) +++ head/sysutils/Makefile Thu Sep 24 14:16:30 2015 (r397691) @@ -759,6 +759,7 @@ SUBDIR += py-XenAPI SUBDIR += py-analyzemft SUBDIR += py-bcfg2 + SUBDIR += py-cdmi SUBDIR += py-croniter SUBDIR += py-crontab SUBDIR += py-danzfs Added: head/sysutils/py-cdmi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/Makefile Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,25 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= cdmi +PORTVERSION= 1.0 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= CDMI on OpenStack Swift implementation + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}swift>0:${PORTSDIR}/databases/py-swift \ + ${PYTHON_PKGNAMEPREFIX}webob>0:${PORTSDIR}/www/py-webob + +USE_GITHUB= yes +GH_ACCOUNT= osaddon +GH_TAGNAME= f0e3ad9 + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/sysutils/py-cdmi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/distinfo Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,2 @@ +SHA256 (osaddon-cdmi-1.0-f0e3ad9_GH0.tar.gz) = 20901c38eae81d1bab9569713ad5a5d210300487658c6ce686b0e0eb7b4fe998 +SIZE (osaddon-cdmi-1.0-f0e3ad9_GH0.tar.gz) = 38619 Added: head/sysutils/py-cdmi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/pkg-descr Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,5 @@ +CDMI for OpenStack's Swift + +A Python egg that adds support for the CDMI protocol to OpenStack Swift. + +WWW: https://github.com/osaddon/cdmi From owner-svn-ports-head@freebsd.org Thu Sep 24 14:39:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B23DEA0759A; Thu, 24 Sep 2015 14:39:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3A9D111D; Thu, 24 Sep 2015 14:39:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OEdUKN073190; Thu, 24 Sep 2015 14:39:30 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OEdUVT073189; Thu, 24 Sep 2015 14:39:30 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201509241439.t8OEdUVT073189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 24 Sep 2015 14:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397692 - head/irc/bitlbee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 14:39:30 -0000 Author: garga Date: Thu Sep 24 14:39:29 2015 New Revision: 397692 URL: https://svnweb.freebsd.org/changeset/ports/397692 Log: Enable OTR by default on bitlbee Modified: head/irc/bitlbee/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Thu Sep 24 14:16:30 2015 (r397691) +++ head/irc/bitlbee/Makefile Thu Sep 24 14:39:29 2015 (r397692) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -44,7 +44,7 @@ YAHOO_DESC= Yahoo! Messenger support GLIB_DESC= Use glib as event handler LIBEVENT_DESC= Use libevent as event handler -OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR TWITTER YAHOO +OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER YAHOO CONFIGURE_ARGS= --config=/var/db/bitlbee \ --pcdir=${PREFIX}/libdata/pkgconfig From owner-svn-ports-head@freebsd.org Thu Sep 24 15:46:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B8B0A07C81; Thu, 24 Sep 2015 15:46:48 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15511231; Thu, 24 Sep 2015 15:46:47 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OFkliZ001710; Thu, 24 Sep 2015 15:46:47 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OFkkd0001706; Thu, 24 Sep 2015 15:46:46 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509241546.t8OFkkd0001706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 24 Sep 2015 15:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397693 - in head/net-mgmt: zabbix22-agent zabbix22-proxy zabbix22-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 15:46:48 -0000 Author: robak Date: Thu Sep 24 15:46:46 2015 New Revision: 397693 URL: https://svnweb.freebsd.org/changeset/ports/397693 Log: net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10 - Update slave ports: zabbix22-agent, zabbix22-proxy - Update maintainer address to pakhom@pakhom.spb.ru PR: 202243 Submitted by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix22-agent/Makefile head/net-mgmt/zabbix22-proxy/Makefile head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix22-server/distinfo Modified: head/net-mgmt/zabbix22-agent/Makefile ============================================================================== --- head/net-mgmt/zabbix22-agent/Makefile Thu Sep 24 14:39:29 2015 (r397692) +++ head/net-mgmt/zabbix22-agent/Makefile Thu Sep 24 15:46:46 2015 (r397693) @@ -1,4 +1,4 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix22 Modified: head/net-mgmt/zabbix22-proxy/Makefile ============================================================================== --- head/net-mgmt/zabbix22-proxy/Makefile Thu Sep 24 14:39:29 2015 (r397692) +++ head/net-mgmt/zabbix22-proxy/Makefile Thu Sep 24 15:46:46 2015 (r397693) @@ -1,4 +1,4 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix22 Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Thu Sep 24 14:39:29 2015 (r397692) +++ head/net-mgmt/zabbix22-server/Makefile Thu Sep 24 15:46:46 2015 (r397693) @@ -1,14 +1,14 @@ -# Created by: Pakhom Golynga +# Created by: Pakhom Golynga # $FreeBSD$ PORTNAME= zabbix22 -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.10 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server DISTNAME= zabbix-${PORTVERSION} -MAINTAINER= pakhom706@gmail.com +MAINTAINER= pakhom@pakhom.spb.ru COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LICENSE= GPLv2 Modified: head/net-mgmt/zabbix22-server/distinfo ============================================================================== --- head/net-mgmt/zabbix22-server/distinfo Thu Sep 24 14:39:29 2015 (r397692) +++ head/net-mgmt/zabbix22-server/distinfo Thu Sep 24 15:46:46 2015 (r397693) @@ -1,2 +1,2 @@ -SHA256 (zabbix-2.2.9.tar.gz) = 7c8c319b34beb978e4b7be8c93e084485f93fe028dd9dbc6b674a7498d324439 -SIZE (zabbix-2.2.9.tar.gz) = 15032149 +SHA256 (zabbix-2.2.10.tar.gz) = 4a7f005ae83c23eb782bc623680480bfcac74df471b0b400e8debb2f295e2239 +SIZE (zabbix-2.2.10.tar.gz) = 15128393 From owner-svn-ports-head@freebsd.org Thu Sep 24 15:57:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 118F7A0823B; Thu, 24 Sep 2015 15:57:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 018B717E8; Thu, 24 Sep 2015 15:57:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OFvsam005947; Thu, 24 Sep 2015 15:57:54 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OFvrjK005940; Thu, 24 Sep 2015 15:57:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241557.t8OFvrjK005940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 15:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397694 - in head/sysutils: . restic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 15:57:55 -0000 Author: wg Date: Thu Sep 24 15:57:52 2015 New Revision: 397694 URL: https://svnweb.freebsd.org/changeset/ports/397694 Log: sysutils/restic: Restic backup program Restic is a program that does backups right and was designed to be easy, fast verifiable, secure and efficient. WWW: https://restic.github.io Added: head/sysutils/restic/ head/sysutils/restic/Makefile (contents, props changed) head/sysutils/restic/distinfo (contents, props changed) head/sysutils/restic/pkg-descr (contents, props changed) head/sysutils/restic/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Sep 24 15:46:46 2015 (r397693) +++ head/sysutils/Makefile Thu Sep 24 15:57:52 2015 (r397694) @@ -823,6 +823,7 @@ SUBDIR += reoback SUBDIR += reptyr SUBDIR += respond + SUBDIR += restic SUBDIR += retail SUBDIR += rfstool SUBDIR += rhc Added: head/sysutils/restic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/restic/Makefile Thu Sep 24 15:57:52 2015 (r397694) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= restic +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= wg@FreeBSD.org +COMMENT= Restic backup program + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go + +USE_GITHUB= yes +GH_ACCOUNT= restic:DEFAULT,chunker juju:errors golang:crypto +GH_PROJECT= chunker:chunker errors:errors crypto:crypto +GH_TAGNAME= 16a28ff:chunker 1b5e39b:errors 74f810a:crypto + +STRIP= # stripping can break go binaries + +post-extract: + @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} +.for src in CONTRIBUTING.md Godeps LICENSE Makefile README.md VERSION Vagrantfile appveyor.yml archiver.go archiver_int_test.go archiver_test.go backend build.go cache.go cache_test.go checker cmd crypto debug doc doc.go filter fuse lock.go lock_test.go lock_unix.go lock_windows.go node.go node_darwin.go node_freebsd.go node_linux.go node_openbsd.go node_test.go node_unix.go node_windows.go pack pipe progress.go repository restorer.go run_integration_tests.go run_tests.go snapshot.go snapshot_test.go test tree.go tree_test.go walk.go walk_test.go + @${MV} ${WRKSRC}/${src} \ + ${WRKSRC}/src/github.com/restic/${PORTNAME} +.endfor + @${MKDIR} ${WRKSRC}/src/github.com/juju + @${MKDIR} ${WRKSRC}/src/golang.org/x + @${MV} ${WRKSRC_chunker} ${WRKSRC}/src/github.com/restic/chunker + @${MV} ${WRKSRC_errors} ${WRKSRC}/src/github.com/juju/errors + @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto + +do-build: + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/sysutils/restic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/restic/distinfo Thu Sep 24 15:57:52 2015 (r397694) @@ -0,0 +1,8 @@ +SHA256 (restic-restic-v0.1.0_GH0.tar.gz) = df7842cb690a56ce5371013a958d9f324072429897511d4bbfc092d76303f198 +SIZE (restic-restic-v0.1.0_GH0.tar.gz) = 13368404 +SHA256 (restic-chunker-16a28ff_GH0.tar.gz) = e5028b6fbc39997cf8ac6ba81025681228ddb1d80558a9acd6c2f10a0051c3cc +SIZE (restic-chunker-16a28ff_GH0.tar.gz) = 12241 +SHA256 (juju-errors-1b5e39b_GH0.tar.gz) = bf7ec9986aa03ad916f88e96c3860b8c7fb2705ed760f72f4149a6fc2341d53d +SIZE (juju-errors-1b5e39b_GH0.tar.gz) = 15611 +SHA256 (golang-crypto-74f810a_GH0.tar.gz) = 25e0c9cb7c6d6a5935aa318c9792fa6e18c8e0238994b5be039f90c8d58fd680 +SIZE (golang-crypto-74f810a_GH0.tar.gz) = 864642 Added: head/sysutils/restic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/restic/pkg-descr Thu Sep 24 15:57:52 2015 (r397694) @@ -0,0 +1,4 @@ +Restic is a program that does backups right and was designed to be easy, fast +verifiable, secure and efficient. + +WWW: https://restic.github.io Added: head/sysutils/restic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/restic/pkg-plist Thu Sep 24 15:57:52 2015 (r397694) @@ -0,0 +1 @@ +bin/restic From owner-svn-ports-head@freebsd.org Thu Sep 24 15:59:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB30A0831E; Thu, 24 Sep 2015 15:59:20 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE7291A40; Thu, 24 Sep 2015 15:59:20 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OFxK9I006153; Thu, 24 Sep 2015 15:59:20 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OFxK5S006151; Thu, 24 Sep 2015 15:59:20 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201509241559.t8OFxK5S006151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 24 Sep 2015 15:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397695 - head/devel/tcltls/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 15:59:21 -0000 Author: mi Date: Thu Sep 24 15:59:19 2015 New Revision: 397695 URL: https://svnweb.freebsd.org/changeset/ports/397695 Log: Fix up so it builds on all our platforms -- certain compilers weren't happy before causing build-failures. Tested with clang (base on 10.x), gcc-4.9 and gcc-4.2.1. The bundled self-tests continue to NOT work -- upstream maintainer confirms a problem and promises to try to test them... Modified: head/devel/tcltls/files/patch-protocols head/devel/tcltls/files/patch-warnings Modified: head/devel/tcltls/files/patch-protocols ============================================================================== --- head/devel/tcltls/files/patch-protocols Thu Sep 24 15:57:52 2015 (r397694) +++ head/devel/tcltls/files/patch-protocols Thu Sep 24 15:59:19 2015 (r397695) @@ -69,21 +69,6 @@ + ; int proto = 0; int verify = 0, require = 0, request = 1; -@@ -1029,9 +1029,9 @@ - State *statePtr; - int proto; -- char *key; -- char *cert; -- char *CAdir; -- char *CAfile; -- char *ciphers; -+ const char *key; -+ const char *cert; -+ const char *CAdir; -+ const char *CAfile; -+ const char *ciphers; - { - Tcl_Interp *interp = statePtr->interp; @@ -1050,5 +1050,5 @@ #if defined(NO_SSL2) if (ENABLED(proto, TLS_PROTO_SSL2)) { Modified: head/devel/tcltls/files/patch-warnings ============================================================================== --- head/devel/tcltls/files/patch-warnings Thu Sep 24 15:57:52 2015 (r397694) +++ head/devel/tcltls/files/patch-warnings Thu Sep 24 15:59:19 2015 (r397695) @@ -52,8 +52,8 @@ + (void *)bio, cmd, num, ptr); switch (cmd) { ---- tlsIO.c Mon Feb 4 17:46:31 2002 -+++ tlsIO.c Mon Jun 20 10:18:45 2005 +--- tlsIO.c 2015-06-06 09:07:08 UTC ++++ tlsIO.c 2015-09-22 20:41:37 UTC @@ -287,5 +287,5 @@ State *statePtr = (State *) instanceData; @@ -61,14 +61,21 @@ + dprintf(stderr,"\nTlsCloseProc(%p)", instanceData); if (channelTypeVersion == TLS_CHANNEL_VERSION_1) { -@@ -413,5 +413,5 @@ +@@ -424,5 +424,5 @@ *errorCodePtr = 0; - dprintf(stderr,"\nBIO_write(0x%x, %d)", (unsigned int) statePtr, toWrite); + dprintf(stderr,"\nBIO_write(%p, %d)", instanceData, toWrite); - if (!SSL_is_init_finished(statePtr->ssl)) { -@@ -443,6 +443,6 @@ + if (statePtr->flags & TLS_TCL_CALLBACK) { +@@ -444,5 +444,5 @@ + if (toWrite == 0) { + dprintf(stderr, "zero-write\n"); +- BIO_flush(statePtr->bio); ++ (void)BIO_flush(statePtr->bio); + written = 0; + goto output; +@@ -461,6 +461,6 @@ ERR_clear_error(); written = BIO_write(statePtr->bio, buf, toWrite); - dprintf(stderr,"\nBIO_write(0x%x, %d) -> [%d]", @@ -77,38 +84,138 @@ + instanceData, toWrite, written); } if (written <= 0) { -@@ -851,5 +851,5 @@ +@@ -543,5 +543,5 @@ + return (*getOptionProc)(Tcl_GetChannelInstanceData(downChan), + interp, optionName, dsPtr); +- } else if (optionName == (char*) NULL) { ++ } else if (optionName == NULL) { + /* + * Request is query for all options, this is ok. +@@ -554,10 +554,10 @@ + return TCL_ERROR; + } else { ++#if 0 + size_t len = 0; + +- if (optionName != (char *) NULL) { ++ if (optionName != NULL) { + len = strlen(optionName); + } +-#if 0 + if ((len == 0) || ((len > 1) && (optionName[1] == 'c') && + (strncmp(optionName, "-cipher", len) == 0))) { +@@ -888,5 +888,5 @@ int err; - dprintf(stderr,"\nWaitForConnect(0x%x)", (unsigned int) statePtr); + dprintf(stderr,"\nWaitForConnect(%p)", (void *)statePtr); - for (;;) { + if (statePtr->flags & TLS_TCL_HANDSHAKE_FAILED) { +@@ -913,5 +913,5 @@ + /*SSL_write(statePtr->ssl, (char*)&err, 0); HACK!!! */ + if (err > 0) { +- BIO_flush(statePtr->bio); ++ (void)BIO_flush(statePtr->bio); + } + +--- tls.c 2015-07-07 17:16:02 UTC ++++ tls.c 2015-09-22 20:18:04 UTC +@@ -64,7 +64,7 @@ + Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])); + +-static SSL_CTX *CTX_Init _ANSI_ARGS_((State *statePtr, int proto, char *key, +- char *cert, char *CAdir, char *CAfile, char *ciphers, +- char *DHparams)); ++static SSL_CTX *CTX_Init _ANSI_ARGS_((State *statePtr, int proto, const char *key, ++ const char *cert, const char *CAdir, const char *CAfile, ++ const char *ciphers, const char *DHparams)); ---- tls.c 2014-12-08 14:10:28.000000000 -0500 -+++ tls.c 2015-03-25 18:22:52.000000000 -0400 -@@ -514,5 +514,5 @@ + static int TlsLibInit _ANSI_ARGS_ (()) ; +@@ -309,5 +309,5 @@ + { + Tcl_Obj *cmdPtr, *result; +- char *errStr, *string; ++ const char *errStr; + int length; + SSL *ssl = (SSL*)X509_STORE_CTX_get_app_data(ctx); +@@ -320,7 +320,7 @@ + + if (!ok) { +- errStr = (char*)X509_verify_cert_error_string(err); ++ errStr = X509_verify_cert_error_string(err); + } else { +- errStr = (char *)0; ++ errStr = NULL; + } + +@@ -350,5 +350,5 @@ + + Tcl_ListObjAppendElement( statePtr->interp, cmdPtr, +- Tcl_NewStringObj( errStr ? errStr : "", -1) ); ++ Tcl_NewStringObj( errStr != NULL ? errStr : "", -1) ); + + Tcl_Preserve( (ClientData) statePtr->interp); +@@ -364,5 +364,5 @@ + } else { + result = Tcl_GetObjResult(statePtr->interp); +- string = Tcl_GetStringFromObj(result, &length); ++ Tcl_GetStringFromObj(result, &length); /* We only need the length */ + /* An empty result leaves verification unchanged. */ + if (length > 0) { +@@ -532,5 +532,5 @@ }; enum protocol { - TLS_SSL2, TLS_SSL3, TLS_TLS1, TLS_TLS1_1, TLS_TLS1_2, TLS_NONE + TLS_SSL2, TLS_SSL3, TLS_TLS1, TLS_TLS1_1, TLS_TLS1_2 }; Tcl_Obj *objPtr; -@@ -1040,5 +1040,5 @@ - Tcl_DString ds1; - int off = 0; -- const SSL_METHOD *method; -+ SSL_METHOD *method; - - if (!proto) { -@@ -1361,5 +1361,5 @@ +@@ -745,13 +745,13 @@ + int flags = TLS_TCL_INIT; + int server = 0; /* is connection incoming or outgoing? */ +- char *key = NULL; +- char *cert = NULL; +- char *ciphers = NULL; +- char *CAfile = NULL; +- char *CAdir = NULL; +- char *DHparams = NULL; +- char *model = NULL; ++ const char *key = NULL; ++ const char *cert = NULL; ++ const char *ciphers = NULL; ++ const char *CAfile = NULL; ++ const char *CAdir = NULL; ++ const char *DHparams = NULL; ++ const char *model = NULL; + #ifndef OPENSSL_NO_TLSEXT +- char *servername = NULL; /* hostname for Server Name Indication */ ++ const char *servername = NULL; /* hostname for Server Name Indication */ + #endif + #if defined(NO_SSL2) +@@ -1050,10 +1062,10 @@ + State *statePtr; + int proto; +- char *key; +- char *cert; +- char *CAdir; +- char *CAfile; +- char *ciphers; +- char *DHparams; ++ const char *key; ++ const char *cert; ++ const char *CAdir; ++ const char *CAfile; ++ const char *ciphers; ++ const char *DHparams; + { + Tcl_Interp *interp = statePtr->interp; +@@ -1422,5 +1434,5 @@ { static CONST84 char *commands [] = { "req", NULL }; - enum command { C_REQ, C_DUMMY }; + enum command { C_REQ }; int cmd; -@@ -1465,11 +1465,11 @@ +@@ -1526,11 +1538,11 @@ name=X509_get_subject_name(cert); - X509_NAME_add_entry_by_txt(name,"C", MBSTRING_ASC, k_C, -1, -1, 0); @@ -136,3 +243,26 @@ +#ifndef _TLSINT_H #define _TLSINT_H +--- tlsX509.c 2004-06-29 10:58:08 UTC ++++ tlsX509.c 2015-09-22 20:49:42 UTC +@@ -119,5 +119,5 @@ + n = max(n, 0); + subject[n] = 0; +- BIO_flush(bio); ++ (void)BIO_flush(bio); + + X509_NAME_print_ex(bio, X509_get_issuer_name(cert), 0, flags); +@@ -125,5 +125,5 @@ + n = max(n, 0); + issuer[n] = 0; +- BIO_flush(bio); ++ (void)BIO_flush(bio); + + i2a_ASN1_INTEGER(bio, X509_get_serialNumber(cert)); +@@ -131,5 +131,5 @@ + n = max(n, 0); + serial[n] = 0; +- BIO_flush(bio); ++ (void)BIO_flush(bio); + + BIO_free(bio); From owner-svn-ports-head@freebsd.org Thu Sep 24 16:21:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA177A05063; Thu, 24 Sep 2015 16:21:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A07BE17E8; Thu, 24 Sep 2015 16:21:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OGLLPw015575; Thu, 24 Sep 2015 16:21:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OGLLTv015574; Thu, 24 Sep 2015 16:21:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241621.t8OGLLTv015574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 16:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397696 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 16:21:21 -0000 Author: sunpoet Date: Thu Sep 24 16:21:20 2015 New Revision: 397696 URL: https://svnweb.freebsd.org/changeset/ports/397696 Log: - Remove ICONV option and enable iconv unconditionally - Bump PORTREVISION for dependency change Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Sep 24 15:59:19 2015 (r397695) +++ head/graphics/gdal/Makefile Thu Sep 24 16:21:20 2015 (r397696) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -20,9 +20,9 @@ LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/g libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff -OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 ICONV \ - JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ - SQLITE WEBP XERCES +OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ + KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ SQLITE \ + WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER @@ -40,12 +40,15 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libz=/usr \ --with-png=${LOCALBASE} \ --with-threads=yes \ - --without-libtool + --without-libtool \ + ${ICONV_CONFIGURE_ARG} +CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_LDCONFIG= yes -USES= gmake jpeg tar:xz +USES= gmake iconv jpeg tar:xz PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} PORTVERSION=${PORTVERSION} PORTDATA= * @@ -79,11 +82,6 @@ GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/d HDF5_CONFIGURE_OFF= --with-hdf5=no HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 -ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no -ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} -ICONV_CPPFLAGS= -I${LOCALBASE}/include -ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} -ICONV_USES= iconv JASPER_CONFIGURE_OFF= --with-jasper=no JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper From owner-svn-ports-head@freebsd.org Thu Sep 24 16:29:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D161A05508; Thu, 24 Sep 2015 16:29:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DC871B31; Thu, 24 Sep 2015 16:29:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OGTndG018429; Thu, 24 Sep 2015 16:29:49 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OGTnxS018428; Thu, 24 Sep 2015 16:29:49 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241629.t8OGTnxS018428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 16:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397697 - head/sysutils/restic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 16:29:49 -0000 Author: wg Date: Thu Sep 24 16:29:48 2015 New Revision: 397697 URL: https://svnweb.freebsd.org/changeset/ports/397697 Log: sysutils/restic build properly Modified: head/sysutils/restic/Makefile Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Thu Sep 24 16:21:20 2015 (r397696) +++ head/sysutils/restic/Makefile Thu Sep 24 16:29:48 2015 (r397697) @@ -2,6 +2,7 @@ PORTNAME= restic PORTVERSION= 0.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -30,9 +31,9 @@ post-extract: @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go run build.go do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include From owner-svn-ports-head@freebsd.org Thu Sep 24 17:07:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52099A06F86; Thu, 24 Sep 2015 17:07:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42A5914C2; Thu, 24 Sep 2015 17:07:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OH7rRX034844; Thu, 24 Sep 2015 17:07:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OH7q3M034842; Thu, 24 Sep 2015 17:07:52 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509241707.t8OH7q3M034842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 24 Sep 2015 17:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397698 - head/shells/wcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 17:07:53 -0000 Author: pawel Date: Thu Sep 24 17:07:52 2015 New Revision: 397698 URL: https://svnweb.freebsd.org/changeset/ports/397698 Log: - Update to version 5.3.0 - Use option helpers Modified: head/shells/wcd/Makefile head/shells/wcd/distinfo (contents, props changed) Modified: head/shells/wcd/Makefile ============================================================================== --- head/shells/wcd/Makefile Thu Sep 24 16:29:48 2015 (r397697) +++ head/shells/wcd/Makefile Thu Sep 24 17:07:52 2015 (r397698) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.2.7 +PORTVERSION= 5.3.0 CATEGORIES= shells MASTER_SITES= SF @@ -20,12 +20,7 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext - -.include - -.if ! ${PORT_OPTIONS:MNLS} -MAKE_ARGS+= ENABLE_NLS= -.endif +NLS_MAKE_ARGS_OFF= ENABLE_NLS= post-patch: @${REINPLACE_CMD} -e '/manfile/ s|datarootdir|prefix|' \ Modified: head/shells/wcd/distinfo ============================================================================== --- head/shells/wcd/distinfo Thu Sep 24 16:29:48 2015 (r397697) +++ head/shells/wcd/distinfo Thu Sep 24 17:07:52 2015 (r397698) @@ -1,2 +1,2 @@ -SHA256 (wcd-5.2.7.tar.gz) = e5f56824e054c6726186271b20a5de3c5b167116b97785a925907981cf3e3b39 -SIZE (wcd-5.2.7.tar.gz) = 622613 +SHA256 (wcd-5.3.0.tar.gz) = 9375c9b055e0ebff8d0b0a11673229bb9770071bda76249cf2494532794ecd9b +SIZE (wcd-5.3.0.tar.gz) = 617825 From owner-svn-ports-head@freebsd.org Thu Sep 24 17:18:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64A47A0759F; Thu, 24 Sep 2015 17:18:15 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495AD1AEB; Thu, 24 Sep 2015 17:18:15 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OHIFFY039175; Thu, 24 Sep 2015 17:18:15 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OHIDnS039169; Thu, 24 Sep 2015 17:18:13 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241718.t8OHIDnS039169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 17:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397699 - in head/sysutils: . ipfs-go ipfs-go/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 17:18:15 -0000 Author: wg Date: Thu Sep 24 17:18:13 2015 New Revision: 397699 URL: https://svnweb.freebsd.org/changeset/ports/397699 Log: sysutils/ipfs-go: IPFS implementation in Go IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. WWW: https://github.com/ipfs/go-ipfs Added: head/sysutils/ipfs-go/ head/sysutils/ipfs-go/Makefile (contents, props changed) head/sysutils/ipfs-go/distinfo (contents, props changed) head/sysutils/ipfs-go/files/ head/sysutils/ipfs-go/files/ipfs-go.in (contents, props changed) head/sysutils/ipfs-go/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Sep 24 17:07:52 2015 (r397698) +++ head/sysutils/Makefile Thu Sep 24 17:18:13 2015 (r397699) @@ -418,6 +418,7 @@ SUBDIR += ioping SUBDIR += ipa SUBDIR += ipad_charge + SUBDIR += ipfs-go SUBDIR += ipmitool SUBDIR += ipsc SUBDIR += isc-cron Added: head/sysutils/ipfs-go/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go/Makefile Thu Sep 24 17:18:13 2015 (r397699) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= ipfs-go +PORTVERSION= 0.3.7 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= wg@FreeBSD.org +COMMENT= IPFS implementation in Go + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= ipfs +GH_PROJECT= go-ipfs + +MAKE_ENV+= GOPATH=${WRKSRC} + +PLIST_FILES= bin/${PORTNAME} + +USE_RC_SUBR= ${PORTNAME} + +STRIP= # stripping can break go binaries + +# Prepare for possible extra modules in future +post-extract: + @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} +.for src in CHANGELOG.md Dockerfile Godeps LICENSE Makefile README.md assets bin blocks blockservice circle.yml cmd commands core dev dev.md diagnostics doc.go docs exchange fuse importer ipnsfs jenkins merkledag metrics misc namesys notifications p2p path pin repo routing test thirdparty tour unixfs updates util + ${MV} ${WRKSRC}/${src} \ + ${WRKSRC}/src/github.com/ipfs/${GH_PROJECT} +.endfor + +do-build: + cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/ipfs/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/sysutils/ipfs-go/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go/distinfo Thu Sep 24 17:18:13 2015 (r397699) @@ -0,0 +1,6 @@ +SHA256 (ipfs-go-ipfs-v0.3.7_GH0.tar.gz) = 4f811ff9a949162513585a073b97973029788561eace2f8b956884af968f717d +SIZE (ipfs-go-ipfs-v0.3.7_GH0.tar.gz) = 2500872 +SHA256 (golang-crypto-74f810a_GH0.tar.gz) = 25e0c9cb7c6d6a5935aa318c9792fa6e18c8e0238994b5be039f90c8d58fd680 +SIZE (golang-crypto-74f810a_GH0.tar.gz) = 864642 +SHA256 (codahale-metrics-7c37910_GH0.tar.gz) = 6d8da9cd2be5f02afadbd12154a6ebdd5a79bc3dd2904339b017db3cd7607492 +SIZE (codahale-metrics-7c37910_GH0.tar.gz) = 5282 Added: head/sysutils/ipfs-go/files/ipfs-go.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go/files/ipfs-go.in Thu Sep 24 17:18:13 2015 (r397699) @@ -0,0 +1,38 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: ipfs_go +# REQUIRE: NETWORKING +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Define these ipfs_go_* variables in /etc/rc.conf[.local]: +# +# ipfs_go_enable="YES" +# ipfs_go_path="/tank/ipfs" + +. /etc/rc.subr + +ipfs_go_enable=${exp_ipfs_enable-"NO"} +ipfs_go_path="/var/db/ipfs" + +name=ipfs_go +rcvar=ipfs_go_enable +command="%%PREFIX%%/bin/ipfs-go" + +start_precmd="ipfs_go_prestart" +start_cmd="ipfs_go_start" + +ipfs_go_prestart() { + [ -d ${ipfs_go_path}/datastore ] || env IPFS_PATH=${ipfs_go_path} ${command} init +} + +ipfs_go_start() { + echo running ${command} daemon + env IPFS_PATH=${ipfs_go_path} daemon -f ${command} daemon +} + +load_rc_config $name +run_rc_command "$1" Added: head/sysutils/ipfs-go/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go/pkg-descr Thu Sep 24 17:18:13 2015 (r397699) @@ -0,0 +1,6 @@ +IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas +from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single +bittorrent swarm, exchanging git objects. IPFS provides an interface as simple +as the HTTP web, but with permanence built in. + +WWW: https://github.com/ipfs/go-ipfs From owner-svn-ports-head@freebsd.org Thu Sep 24 18:08:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BED4BA0752B; Thu, 24 Sep 2015 18:08:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AED9F15C9; Thu, 24 Sep 2015 18:08:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OI8Grd059776; Thu, 24 Sep 2015 18:08:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OI8Grs059775; Thu, 24 Sep 2015 18:08:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241808.t8OI8Grs059775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397700 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:08:16 -0000 Author: jbeich Date: Thu Sep 24 18:08:15 2015 New Revision: 397700 URL: https://svnweb.freebsd.org/changeset/ports/397700 Log: graphics/waifu2x-converter-cpp: - Fix overly eager substitution in manpage - Wrap long lines Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Thu Sep 24 17:18:13 2015 (r397699) +++ head/graphics/waifu2x-converter-cpp/Makefile Thu Sep 24 18:08:15 2015 (r397700) @@ -3,7 +3,7 @@ PORTNAME= waifu2x-converter-cpp DISTVERSION= 1.0.0-237 DISTVERSIONSUFFIX= -gca65c93 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/:manpage DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -56,8 +56,10 @@ post-patch: @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ -e '/CmdLine/s,[^"]*"),${DISTVERSIONFULL}"),' \ ${WRKSRC}/src/main.cpp - @${REINPLACE_CMD} -e 's,${PORTNAME:C/-.*//},${PORTNAME},' \ - -e 's,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ +# Undo AUR rename and use version from |git describe --tags| + @${REINPLACE_CMD} -e '/AUTHORS/,$$! { /\.B mai/! \ + s,${PORTNAME:C/-.*//},${PORTNAME},; }' \ + -e '1s,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ ${WRKDIR}/${PORTNAME}.1 pre-install: @@ -69,7 +71,8 @@ do-install: ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_LIB} ${WRKSRC}/libw2xc.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} -p ${WRKSRC}/src/w2xconv.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} -p ${WRKSRC}/src/w2xconv.h \ + ${STAGEDIR}${PREFIX}/include (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA}" ${STAGEDIR}${DATADIR}) From owner-svn-ports-head@freebsd.org Thu Sep 24 18:08:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B4F6A07602; Thu, 24 Sep 2015 18:08:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF3617C6; Thu, 24 Sep 2015 18:08:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OI8vUU059914; Thu, 24 Sep 2015 18:08:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OI8uUn059912; Thu, 24 Sep 2015 18:08:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241808.t8OI8uUn059912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397701 - head/emulators/ppsspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:08:57 -0000 Author: jbeich Date: Thu Sep 24 18:08:56 2015 New Revision: 397701 URL: https://svnweb.freebsd.org/changeset/ports/397701 Log: emulators/ppsspp: generate better .desktop file The one from Debian was very basic and removed upstream. Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/pkg-plist (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Thu Sep 24 18:08:15 2015 (r397700) +++ head/emulators/ppsspp/Makefile Thu Sep 24 18:08:56 2015 (r397701) @@ -40,6 +40,13 @@ QMAKE_ARGS= CONFIG+="system_ffmpeg" LREL NINJA_VERBOSE= yes NO_INSTALL= yes # ports/202949 +DESKTOP_ENTRIES="PPSSPP" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME} %f" \ + "Game;Emulator;" \ + "" + OPTIONS_DEFAULT=QT5 OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 SDL @@ -85,8 +92,6 @@ do-install-SDL-off: ${STAGEDIR}${PREFIX}/bin post-install: - ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ - ${STAGEDIR}${DESKTOPDIR} ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 (cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \ Modified: head/emulators/ppsspp/pkg-plist ============================================================================== --- head/emulators/ppsspp/pkg-plist Thu Sep 24 18:08:15 2015 (r397700) +++ head/emulators/ppsspp/pkg-plist Thu Sep 24 18:08:56 2015 (r397701) @@ -1,6 +1,5 @@ bin/ppsspp man/man1/ppsspp.1.gz -share/applications/ppsspp.desktop share/icons/hicolor/128x128/apps/ppsspp.png share/icons/hicolor/16x16/apps/ppsspp.png share/icons/hicolor/24x24/apps/ppsspp.png From owner-svn-ports-head@freebsd.org Thu Sep 24 18:09:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37846A07669; Thu, 24 Sep 2015 18:09:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B55818CC; Thu, 24 Sep 2015 18:09:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OI9WNi060107; Thu, 24 Sep 2015 18:09:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OI9W9k060103; Thu, 24 Sep 2015 18:09:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241809.t8OI9W9k060103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397702 - in head/emulators: ppsspp ppsspp-devel ppsspp-devel/files ppsspp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:09:33 -0000 Author: jbeich Date: Thu Sep 24 18:09:31 2015 New Revision: 397702 URL: https://svnweb.freebsd.org/changeset/ports/397702 Log: emulators/ppsspp-devel: update to 1.0.1.2768 - Take advantage of more system libraries support upstream Changes: https://github.com/hrydgard/ppsspp/compare/253ed9f...d8b43dd Added: head/emulators/ppsspp/files/patch-git-version.cmake (contents, props changed) Deleted: head/emulators/ppsspp-devel/files/patch-CVE-2015-2331 Modified: head/emulators/ppsspp-devel/Makefile (contents, props changed) head/emulators/ppsspp-devel/distinfo (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) Modified: head/emulators/ppsspp-devel/Makefile ============================================================================== --- head/emulators/ppsspp-devel/Makefile Thu Sep 24 18:08:56 2015 (r397701) +++ head/emulators/ppsspp-devel/Makefile Thu Sep 24 18:09:31 2015 (r397702) @@ -1,16 +1,37 @@ # $FreeBSD$ -DISTVERSION= 1.0.1-2668 -DISTVERSIONSUFFIX= -g253ed9f -PORTREVISION= 1 +DISTVERSION= 1.0.1-2768 +DISTVERSIONSUFFIX= -gd8b43dd +PORTREVISION= 0 PKGNAMESUFFIX= -devel +# XXX Get from Debian once #697821 lands +MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/1/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage +DISTFILES= ${PORTNAME}.1:manpage +EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} GH_TAGNAME= e22d7a5:lang a0b878f:ext_armips CONFLICTS_INSTALL?= ${PORTNAME}-[0-9]* +LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \ + libsnappy.so:${PORTSDIR}/archivers/snappy +USE_GL= glew + +EXCLUDE= glew snappy libzip zlib +EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} + MASTERDIR= ${.CURDIR}/../ppsspp PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo +post-patch: slave-post-patch +slave-post-patch: + @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \ + ${WRKSRC}/Qt/*.pr* + +post-install: slave-post-install +slave-post-install: + ${INSTALL_MAN} ${_DISTDIR}/${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 + .include "${MASTERDIR}/Makefile" Modified: head/emulators/ppsspp-devel/distinfo ============================================================================== --- head/emulators/ppsspp-devel/distinfo Thu Sep 24 18:08:56 2015 (r397701) +++ head/emulators/ppsspp-devel/distinfo Thu Sep 24 18:09:31 2015 (r397702) @@ -1,5 +1,7 @@ -SHA256 (hrydgard-ppsspp-v1.0.1-2668-g253ed9f_GH0.tar.gz) = 53126bbbc64e0e9fb61f4ffe65d3d87f79f68803bbf3dcc67bcb387b1a00d270 -SIZE (hrydgard-ppsspp-v1.0.1-2668-g253ed9f_GH0.tar.gz) = 14919158 +SHA256 (ppsspp.1) = 8e335555393a6400c97d5f6d23798af801f88b909181bb5af676dfdcb4f8f8be +SIZE (ppsspp.1) = 1507 +SHA256 (hrydgard-ppsspp-v1.0.1-2768-gd8b43dd_GH0.tar.gz) = 0f5c25a67cf8466b56a7947fa0ceb65b92eca3f51b164830d6f6d84648432299 +SIZE (hrydgard-ppsspp-v1.0.1-2768-gd8b43dd_GH0.tar.gz) = 14756762 SHA256 (hrydgard-ppsspp-lang-e22d7a5_GH0.tar.gz) = b481a44c75b646d99909e3acd1f59614e7c05463e73c3827a662d9cf298e84cb SIZE (hrydgard-ppsspp-lang-e22d7a5_GH0.tar.gz) = 210229 SHA256 (Kingcom-armips-a0b878f_GH0.tar.gz) = 64623bbddda609f9692904e6b6823b1d2d4dd0149349f2be9edcc600bf12bafa Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Thu Sep 24 18:08:56 2015 (r397701) +++ head/emulators/ppsspp/Makefile Thu Sep 24 18:09:31 2015 (r397702) @@ -16,7 +16,7 @@ COMMENT= PSP emulator in C++ with dynare LICENSE= GPLv2 # or any later version -LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_GITHUB= yes @@ -32,7 +32,7 @@ GH_PROJECT+= native:native CONFLICTS_INSTALL?= ${PORTNAME}-devel-[0-9]* USES= compiler:c++11-lib pkgconfig -USE_GL= glu +USE_GL+= glu USE_SDL= sdl2 # joystick CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on QMAKE_SOURCE_PATH= ${WRKSRC}/Qt/PPSSPPQt.pro @@ -71,7 +71,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp - @${REINPLACE_CMD} -e '/find_package(Git)/d' \ + @${REINPLACE_CMD} \ -e 's/"unknown"/"${GH_TAGNAME}"/' \ -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \ ${WRKSRC}/git-version.cmake \ @@ -92,8 +92,10 @@ do-install-SDL-off: ${STAGEDIR}${PREFIX}/bin post-install: +.ifndef PKGNAMESUFFIX ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 +.endif (cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \ "hicolor" ${STAGEDIR}${PREFIX}/share/icons) ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps Added: head/emulators/ppsspp/files/patch-git-version.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/ppsspp/files/patch-git-version.cmake Thu Sep 24 18:09:31 2015 (r397702) @@ -0,0 +1,19 @@ +commit e81fa01 +Author: sergiobenrocha2 +Date: Wed Sep 16 19:07:25 2015 -0300 + + fix build when git is installed but there is no .git folder. + +diff --git git-version.cmake git-version.cmake +index a507a93..ff276d7 100644 +--- git-version.cmake ++++ git-version.cmake +@@ -3,7 +3,7 @@ set(GIT_VERSION "unknown") + set(GIT_VERSION_UPDATE "1") + + find_package(Git) +-if(GIT_FOUND) ++if(GIT_FOUND AND EXISTS ".git") + execute_process(COMMAND ${GIT_EXECUTABLE} describe --always + WORKING_DIRECTORY ${SOURCE_DIR} + RESULT_VARIABLE exit_code From owner-svn-ports-head@freebsd.org Thu Sep 24 18:10:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14BB9A0772A; Thu, 24 Sep 2015 18:10:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECDBA19DB; Thu, 24 Sep 2015 18:10:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OIA5GK060305; Thu, 24 Sep 2015 18:10:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OIA4XI060301; Thu, 24 Sep 2015 18:10:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241810.t8OIA4XI060301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397703 - in head/games/wxlauncher: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:10:06 -0000 Author: jbeich Date: Thu Sep 24 18:10:04 2015 New Revision: 397703 URL: https://svnweb.freebsd.org/changeset/ports/397703 Log: games/wxlauncher: update to 0.10.0 - Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address - Add pkgconfig to USES - Change USE_SDL value to sdl2, because of new dependency - Explicitly define used wxWidgets version through WXVER CMake's define - Adapt patches for new version - Remove WX_UNICODE define, after ports r397085 changes Changes: https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0 PR: 202939 Submitted by: lightside (maintainer) Modified: head/games/wxlauncher/Makefile (contents, props changed) head/games/wxlauncher/distinfo (contents, props changed) head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp (contents, props changed) head/games/wxlauncher/pkg-descr (contents, props changed) Modified: head/games/wxlauncher/Makefile ============================================================================== --- head/games/wxlauncher/Makefile Thu Sep 24 18:09:31 2015 (r397702) +++ head/games/wxlauncher/Makefile Thu Sep 24 18:10:04 2015 (r397703) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= wxlauncher -PORTVERSION= 0.9.6 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= release- -PORTREVISION= 2 CATEGORIES= games MAINTAINER= lightside@gmx.com @@ -17,11 +16,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ma ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_GITHUB= yes -GH_ACCOUNT= wxLauncher +GH_ACCOUNT= scp-fs2open +GH_PROJECT= wxLauncher -USES= cmake:outsource openal python:2,build -USE_SDL= sdl -WX_UNICODE= yes +USES= cmake:outsource openal pkgconfig python:2,build +USE_SDL= sdl2 CMAKE_ARGS+= -DRESOURCES_PATH:STRING="${DATADIR}" PORTDATA= * @@ -45,20 +44,13 @@ WX3_CXXFLAGS= -std=c++11 WX3_USES= compiler:c++11-lib WX3_USE= WX=3.0+ WX3_USE_OFF= WX=2.8 - -.include - -# Allow to build with using concrete wxWidgets version -.if ${PORT_OPTIONS:MWX3} -SED_RE_WX3= wxWidgets 2\./,+1d -.else -SED_RE_WX3= NOT wxWidgets_FOUND/,+3d -.endif +WX3_CMAKE_ON= -DWXVER:STRING="3.0" +WX3_CMAKE_OFF= -DWXVER:STRING="2.8" post-patch: .SILENT # Change version_strings.cpp.in file, based on GH_TAGNAME, without using git ${REINPLACE_CMD} -e '/find_program(GIT_EXECUTABLE/d ; \ - /version_strings.cpp will be generated/d ; /${SED_RE_WX3}' \ + /version_strings.cpp will be generated/d' \ ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e 's|123456789abc+ unknown custom tip|${GH_TAGNAME}|' \ ${WRKSRC}/code/global/version_strings.cpp.in Modified: head/games/wxlauncher/distinfo ============================================================================== --- head/games/wxlauncher/distinfo Thu Sep 24 18:09:31 2015 (r397702) +++ head/games/wxlauncher/distinfo Thu Sep 24 18:10:04 2015 (r397703) @@ -1,2 +1,2 @@ -SHA256 (wxLauncher-wxlauncher-release-0.9.6_GH0.tar.gz) = 24a90722a63ee8a711e268bd78535bbb1ec99a2b27fd7c3750517d07424b6979 -SIZE (wxLauncher-wxlauncher-release-0.9.6_GH0.tar.gz) = 893799 +SHA256 (scp-fs2open-wxLauncher-release-0.10.0_GH0.tar.gz) = b47c88be4d7cc6582a7b7816cf8dc9fe1502947f3bdd509bc0b4b6fcf06a8bc0 +SIZE (scp-fs2open-wxLauncher-release-0.10.0_GH0.tar.gz) = 2434207 Modified: head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp ============================================================================== --- head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp Thu Sep 24 18:09:31 2015 (r397702) +++ head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp Thu Sep 24 18:10:04 2015 (r397703) @@ -1,13 +1,13 @@ ---- code/apis/JoystickManager.cpp.orig 2015-04-11 22:15:55 UTC +--- code/apis/JoystickManager.cpp.orig 2015-08-26 04:54:06 UTC +++ code/apis/JoystickManager.cpp -@@ -65,8 +65,10 @@ bool JoyMan::IsInitialized() { +@@ -84,9 +84,9 @@ bool JoyMan::IsInitialized() { + \sa JoyMan::WasCompiledIn() */ - bool JoyMan::Initialize() { - if ( JoyMan::IsInitialized() ) { + bool JoyMan::Initialize(ApiType apiType) { +#if USE_JOYSTICK - wxLogDebug(_T("JoyMan already initialized with %d joysticks"), - joysticks.Count()); -+#endif - return true; - } + currentApi = apiType; +-#if USE_JOYSTICK + if ( JoyMan::IsInitialized() ) { + wxLogDebug(_T("JoyMan already initialized")); + return true; Modified: head/games/wxlauncher/pkg-descr ============================================================================== --- head/games/wxlauncher/pkg-descr Thu Sep 24 18:09:31 2015 (r397702) +++ head/games/wxlauncher/pkg-descr Thu Sep 24 18:10:04 2015 (r397703) @@ -5,4 +5,4 @@ community looking for an easy way to con to those looking for an easy way to find and get updates to their Freespace 2 MODs and TCs. -WWW: http://github.com/wxLauncher/wxlauncher +WWW: http://github.com/scp-fs2open/wxLauncher From owner-svn-ports-head@freebsd.org Thu Sep 24 18:10:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE0FA0780F; Thu, 24 Sep 2015 18:10:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9164F1C4C; Thu, 24 Sep 2015 18:10:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OIAkX3060986; Thu, 24 Sep 2015 18:10:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OIAjCc060982; Thu, 24 Sep 2015 18:10:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241810.t8OIAjCc060982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:10:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397704 - in head: editors/scite x11-toolkits/scintilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:10:46 -0000 Author: jbeich Date: Thu Sep 24 18:10:45 2015 New Revision: 397704 URL: https://svnweb.freebsd.org/changeset/ports/397704 Log: x11-toolkits/scintilla, editors/scite: update to 3.6.1 Changes: http://www.scintilla.org/ScintillaHistory.html PR: 203144 Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer) Modified: head/editors/scite/Makefile (contents, props changed) head/editors/scite/distinfo (contents, props changed) head/x11-toolkits/scintilla/Makefile (contents, props changed) head/x11-toolkits/scintilla/distinfo (contents, props changed) Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Thu Sep 24 18:10:04 2015 (r397703) +++ head/editors/scite/Makefile Thu Sep 24 18:10:45 2015 (r397704) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Thu Sep 24 18:10:04 2015 (r397703) +++ head/editors/scite/distinfo Thu Sep 24 18:10:45 2015 (r397704) @@ -1,2 +1,2 @@ -SHA256 (scite360.tgz) = cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170 -SIZE (scite360.tgz) = 2323368 +SHA256 (scite361.tgz) = bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010 +SIZE (scite361.tgz) = 2347061 Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Thu Sep 24 18:10:04 2015 (r397703) +++ head/x11-toolkits/scintilla/Makefile Thu Sep 24 18:10:45 2015 (r397704) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Thu Sep 24 18:10:04 2015 (r397703) +++ head/x11-toolkits/scintilla/distinfo Thu Sep 24 18:10:45 2015 (r397704) @@ -1,2 +1,2 @@ -SHA256 (scite360.tgz) = cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170 -SIZE (scite360.tgz) = 2323368 +SHA256 (scite361.tgz) = bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010 +SIZE (scite361.tgz) = 2347061 From owner-svn-ports-head@freebsd.org Thu Sep 24 18:11:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BD9BA0794C; Thu, 24 Sep 2015 18:11:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 103D81DA6; Thu, 24 Sep 2015 18:11:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OIBPkY062386; Thu, 24 Sep 2015 18:11:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OIBPdR062382; Thu, 24 Sep 2015 18:11:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509241811.t8OIBPdR062382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Sep 2015 18:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397705 - in head/print/cups-filters: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:11:26 -0000 Author: jbeich Date: Thu Sep 24 18:11:24 2015 New Revision: 397705 URL: https://svnweb.freebsd.org/changeset/ports/397705 Log: print/cups-filters: update to 1.0.76 - Drop MAKE_JOBS_UNSAFE after testing with -j32 on Core2 Quad Changes: /usr/local/share/doc/cups-filters/NEWS PR: 202686 Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer) Deleted: head/print/cups-filters/files/patch-poppler-0.34 Modified: head/print/cups-filters/Makefile (contents, props changed) head/print/cups-filters/distinfo (contents, props changed) head/print/cups-filters/files/patch-filter_pdftops.c (contents, props changed) head/print/cups-filters/pkg-plist (contents, props changed) Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Thu Sep 24 18:10:45 2015 (r397704) +++ head/print/cups-filters/Makefile Thu Sep 24 18:11:24 2015 (r397705) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.71 -PORTREVISION= 2 +PORTVERSION= 1.0.76 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -23,7 +22,6 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler -MAKE_JOBS_UNSAFE=YES USES= compiler:c++11-lib cpe ghostscript jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Thu Sep 24 18:10:45 2015 (r397704) +++ head/print/cups-filters/distinfo Thu Sep 24 18:11:24 2015 (r397705) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.71.tar.xz) = 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f -SIZE (cups-filters-1.0.71.tar.xz) = 1339116 +SHA256 (cups-filters-1.0.76.tar.xz) = b3a190b11a102af6994e41d2cfa47e5caf999c7d046f3c0b940f6b38729f5b32 +SIZE (cups-filters-1.0.76.tar.xz) = 1353016 Modified: head/print/cups-filters/files/patch-filter_pdftops.c ============================================================================== --- head/print/cups-filters/files/patch-filter_pdftops.c Thu Sep 24 18:10:45 2015 (r397704) +++ head/print/cups-filters/files/patch-filter_pdftops.c Thu Sep 24 18:11:24 2015 (r397705) @@ -1,6 +1,6 @@ ---- filter/pdftops.c.orig 2014-08-21 10:11:24.448404905 -0400 -+++ filter/pdftops.c 2014-08-21 10:12:00.298402116 -0400 -@@ -535,7 +535,7 @@ +--- filter/pdftops.c.orig 2015-07-04 11:21:47 UTC ++++ filter/pdftops.c +@@ -535,7 +535,7 @@ main(int argc, /* I - Number of comm if (renderer == PDFTOPS) { Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Thu Sep 24 18:10:45 2015 (r397704) +++ head/print/cups-filters/pkg-plist Thu Sep 24 18:11:24 2015 (r397705) @@ -21,6 +21,7 @@ lib/libfontembed.so.1 lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc +libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf From owner-svn-ports-head@freebsd.org Thu Sep 24 18:48:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D602DA08EFC; Thu, 24 Sep 2015 18:48:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C44F21F3C; Thu, 24 Sep 2015 18:48:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OIm0J3076891; Thu, 24 Sep 2015 18:48:00 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OIlx5H076879; Thu, 24 Sep 2015 18:47:59 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241847.t8OIlx5H076879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 18:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397706 - in head/lang: . erlang-riak erlang-riak/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:48:01 -0000 Author: wg Date: Thu Sep 24 18:47:58 2015 New Revision: 397706 URL: https://svnweb.freebsd.org/changeset/ports/397706 Log: lang/erlang-riak: Custom erlang from bashio to be used with riak2 WWW: http://docs.basho.com/riak/latest/ops/building/installing/erlang/ Submitted by: nbari (based on) Added: head/lang/erlang-riak/ head/lang/erlang-riak/Makefile (contents, props changed) head/lang/erlang-riak/distinfo (contents, props changed) head/lang/erlang-riak/files/ head/lang/erlang-riak/files/patch-Makefile.in (contents, props changed) head/lang/erlang-riak/pkg-descr (contents, props changed) head/lang/erlang-riak/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Sep 24 18:11:24 2015 (r397705) +++ head/lang/Makefile Thu Sep 24 18:47:58 2015 (r397706) @@ -63,6 +63,7 @@ SUBDIR += emacs-lisp-intro SUBDIR += erlang SUBDIR += erlang-java + SUBDIR += erlang-riak SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 Added: head/lang/erlang-riak/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/Makefile Thu Sep 24 18:47:58 2015 (r397706) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= erlang-riak +PORTVERSION= 16.b.02 +CATEGORIES= lang +MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/erlang/ +DISTNAME= otp_src_${ERL_RELEASE} +DIST_SUBDIR= erlang + +MAINTAINER= wg@FreeBSD.org +COMMENT= Custom erlang from bashio to be used with riak2 + +WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE} + +ERL_RELEASE= R16B02-basho5 + +USES= gmake perl5 +USE_PERL5= build +GNU_CONFIGURE= yes +USE_OPENSSL= yes + +CONFIGURE_ARGS+=--with-ssl=/usr \ + --disable-hipe \ + --enable-smp-support \ + --enable-threads \ + --enable-kernel-poll \ + --enable-sctp + +.include Added: head/lang/erlang-riak/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/distinfo Thu Sep 24 18:47:58 2015 (r397706) @@ -0,0 +1,2 @@ +SHA256 (erlang/otp_src_R16B02-basho5.tar.gz) = 5c36ed749f0f56d003d28ab352fa7cb405f11dbbfb885370edb69d3c1bd321fb +SIZE (erlang/otp_src_R16B02-basho5.tar.gz) = 33528087 Added: head/lang/erlang-riak/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/files/patch-Makefile.in Thu Sep 24 18:47:58 2015 (r397706) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-03-17 09:51:51 UTC ++++ Makefile.in +@@ -59,7 +59,7 @@ bindir = @bindir@ + libdir = @libdir@ + + # Where Erlang/OTP is located +-libdir_suffix = /erlang ++libdir_suffix = /riak-erlang + erlang_libdir = $(libdir)$(libdir_suffix) + erlang_bindir = $(erlang_libdir)/bin + +@@ -921,7 +921,7 @@ $(TEST_DIRS): + # + # Order is important here, don't change it! + # +-INST_DEP += install.dirs install.emulator install.libs install.Install install.bin ++INST_DEP += install.dirs install.emulator install.libs install.Install + + install: $(INST_DEP) + Added: head/lang/erlang-riak/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/pkg-descr Thu Sep 24 18:47:58 2015 (r397706) @@ -0,0 +1,3 @@ +Basho's patched version of Erlang to install Riak 2.0 + +WWW: http://docs.basho.com/riak/latest/ops/building/installing/erlang/ Added: head/lang/erlang-riak/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/pkg-plist Thu Sep 24 18:47:58 2015 (r397706) @@ -0,0 +1,4942 @@ +lib/riak-erlang/Install +lib/riak-erlang/bin/ct_run +lib/riak-erlang/bin/dialyzer +lib/riak-erlang/bin/epmd +lib/riak-erlang/bin/erl +lib/riak-erlang/bin/erlc +lib/riak-erlang/bin/escript +lib/riak-erlang/bin/run_erl +lib/riak-erlang/bin/start +lib/riak-erlang/bin/start.boot +lib/riak-erlang/bin/start.script +lib/riak-erlang/bin/start_clean.boot +lib/riak-erlang/bin/start_erl +lib/riak-erlang/bin/start_sasl.boot +lib/riak-erlang/bin/to_erl +lib/riak-erlang/bin/typer +lib/riak-erlang/erts-5.10.3/bin/beam +lib/riak-erlang/erts-5.10.3/bin/beam.smp +lib/riak-erlang/erts-5.10.3/bin/child_setup +lib/riak-erlang/erts-5.10.3/bin/ct_run +lib/riak-erlang/erts-5.10.3/bin/dialyzer +lib/riak-erlang/erts-5.10.3/bin/dyn_erl +lib/riak-erlang/erts-5.10.3/bin/epmd +lib/riak-erlang/erts-5.10.3/bin/erl +lib/riak-erlang/erts-5.10.3/bin/erl.src +lib/riak-erlang/erts-5.10.3/bin/erlc +lib/riak-erlang/erts-5.10.3/bin/erlexec +lib/riak-erlang/erts-5.10.3/bin/escript +lib/riak-erlang/erts-5.10.3/bin/heart +lib/riak-erlang/erts-5.10.3/bin/inet_gethost +lib/riak-erlang/erts-5.10.3/bin/run_erl +lib/riak-erlang/erts-5.10.3/bin/start +lib/riak-erlang/erts-5.10.3/bin/start.src +lib/riak-erlang/erts-5.10.3/bin/start_erl.src +lib/riak-erlang/erts-5.10.3/bin/to_erl +lib/riak-erlang/erts-5.10.3/bin/typer +lib/riak-erlang/erts-5.10.3/include/driver_int.h +lib/riak-erlang/erts-5.10.3/include/erl_driver.h +lib/riak-erlang/erts-5.10.3/include/erl_drv_nif.h +lib/riak-erlang/erts-5.10.3/include/erl_fixed_size_int_types.h +lib/riak-erlang/erts-5.10.3/include/erl_int_sizes_config.h +lib/riak-erlang/erts-5.10.3/include/erl_memory_trace_parser.h +lib/riak-erlang/erts-5.10.3/include/erl_nif.h +lib/riak-erlang/erts-5.10.3/include/erl_nif_api_funcs.h +lib/riak-erlang/erts-5.10.3/include/internal/README +lib/riak-erlang/erts-5.10.3/include/internal/erl_errno.h +lib/riak-erlang/erts-5.10.3/include/internal/erl_memory_trace_protocol.h +lib/riak-erlang/erts-5.10.3/include/internal/erl_misc_utils.h +lib/riak-erlang/erts-5.10.3/include/internal/erl_printf.h +lib/riak-erlang/erts-5.10.3/include/internal/erl_printf_format.h +lib/riak-erlang/erts-5.10.3/include/internal/erts_internal.mk +lib/riak-erlang/erts-5.10.3/include/internal/ethr_atomics.h +lib/riak-erlang/erts-5.10.3/include/internal/ethr_mutex.h +lib/riak-erlang/erts-5.10.3/include/internal/ethr_optimized_fallbacks.h +lib/riak-erlang/erts-5.10.3/include/internal/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/ethread.mk +lib/riak-erlang/erts-5.10.3/include/internal/ethread_header_config.h +lib/riak-erlang/erts-5.10.3/include/internal/gcc/ethr_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/gcc/ethr_dw_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/gcc/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/gcc/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/ethr_dw_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/rwlock.h +lib/riak-erlang/erts-5.10.3/include/internal/i386/spinlock.h +lib/riak-erlang/erts-5.10.3/include/internal/libatomic_ops/ethr_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/libatomic_ops/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/libatomic_ops/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/ppc32/atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/ppc32/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/ppc32/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/ppc32/rwlock.h +lib/riak-erlang/erts-5.10.3/include/internal/ppc32/spinlock.h +lib/riak-erlang/erts-5.10.3/include/internal/pthread/ethr_event.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc32/atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc32/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc32/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc32/rwlock.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc32/spinlock.h +lib/riak-erlang/erts-5.10.3/include/internal/sparc64/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/tile/atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/tile/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/tile/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/win/ethr_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/win/ethr_dw_atomic.h +lib/riak-erlang/erts-5.10.3/include/internal/win/ethr_event.h +lib/riak-erlang/erts-5.10.3/include/internal/win/ethr_membar.h +lib/riak-erlang/erts-5.10.3/include/internal/win/ethread.h +lib/riak-erlang/erts-5.10.3/include/internal/x86_64/ethread.h +lib/riak-erlang/erts-5.10.3/lib/internal/README +lib/riak-erlang/erts-5.10.3/lib/internal/liberts_internal.a +lib/riak-erlang/erts-5.10.3/lib/internal/liberts_internal_r.a +lib/riak-erlang/erts-5.10.3/lib/internal/libethread.a +lib/riak-erlang/erts-5.10.3/lib/liberts.a +lib/riak-erlang/erts-5.10.3/lib/liberts_r.a +lib/riak-erlang/erts-5.10.3/src/setuid_socket_wrap.c +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon.app +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon.appup +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_a.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_dg.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_lb.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_place.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_txt.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/appmon_web.beam +lib/riak-erlang/lib/appmon-2.1.14.2/ebin/process_info.beam +lib/riak-erlang/lib/appmon-2.1.14.2/priv/appmon.gif +lib/riak-erlang/lib/appmon-2.1.14.2/priv/appmon.tool +lib/riak-erlang/lib/appmon-2.1.14.2/priv/appmon_help.txt +lib/riak-erlang/lib/appmon-2.1.14.2/priv/blank.html +lib/riak-erlang/lib/appmon-2.1.14.2/priv/info_frames.html +lib/riak-erlang/lib/appmon-2.1.14.2/priv/main_frame.html +lib/riak-erlang/lib/appmon-2.1.14.2/priv/start_info.html +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_a.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_dg.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_dg.hrl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_lb.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_place.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_txt.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/appmon_web.erl +lib/riak-erlang/lib/appmon-2.1.14.2/src/process_info.erl +lib/riak-erlang/lib/asn1-2.0.3/c_src/asn1_erl_nif.c +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1.app +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1.appup +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1_db.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_check.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_constructed_ber_bin_v2.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_constructed_per.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_eval_ext.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_func.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_gen.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_gen_ber_bin_v2.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_gen_per.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_imm.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_name.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_parser2.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_pretty_format.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_rtt.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_table.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_tok.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1ct_value.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1rt.beam +lib/riak-erlang/lib/asn1-2.0.3/ebin/asn1rt_nif.beam +lib/riak-erlang/lib/asn1-2.0.3/examples/P-Record.asn +lib/riak-erlang/lib/asn1-2.0.3/priv/lib/asn1_erl_nif.so +lib/riak-erlang/lib/asn1-2.0.3/src/asn1.app.src +lib/riak-erlang/lib/asn1-2.0.3/src/asn1.appup.src +lib/riak-erlang/lib/asn1-2.0.3/src/asn1_db.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1_records.hrl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_check.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_constructed_ber_bin_v2.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_constructed_per.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_eval_ext.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_func.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_gen.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_gen_ber_bin_v2.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_gen_per.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_imm.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_name.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_parser2.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_pretty_format.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_rtt.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_table.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_tok.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1ct_value.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1rt.erl +lib/riak-erlang/lib/asn1-2.0.3/src/asn1rt_nif.erl +lib/riak-erlang/lib/common_test-1.7.3/ebin/common_test.app +lib/riak-erlang/lib/common_test-1.7.3/ebin/common_test.appup +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_config.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_config_plain.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_config_xml.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_conn_log_h.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_cover.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_event.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_framework.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_ftp.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_gen_conn.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_groups.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_hooks.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_hooks_lock.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_logs.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_make.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_master.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_master_event.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_master_logs.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_master_status.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_netconfc.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_repeat.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_rpc.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_run.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_slave.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_snmp.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_ssh.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_telnet.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_telnet_client.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_testspec.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/ct_util.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/cth_conn_log.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/cth_log_redirect.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/cth_surefire.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/unix_telnet.beam +lib/riak-erlang/lib/common_test-1.7.3/ebin/vts.beam +lib/riak-erlang/lib/common_test-1.7.3/include/ct.hrl +lib/riak-erlang/lib/common_test-1.7.3/include/ct_event.hrl +lib/riak-erlang/lib/common_test-1.7.3/priv/ct_default.css +lib/riak-erlang/lib/common_test-1.7.3/priv/jquery-latest.js +lib/riak-erlang/lib/common_test-1.7.3/priv/jquery.tablesorter.min.js +lib/riak-erlang/lib/common_test-1.7.3/priv/tile1.jpg +lib/riak-erlang/lib/common_test-1.7.3/priv/vts.tool +lib/riak-erlang/lib/common_test-1.7.3/src/ct.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_config.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_config_plain.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_config_xml.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_conn_log_h.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_cover.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_event.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_framework.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_ftp.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_gen_conn.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_groups.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_hooks.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_hooks_lock.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_logs.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_make.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_master.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_master_event.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_master_logs.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_master_status.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_netconfc.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_netconfc.hrl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_repeat.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_rpc.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_run.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_slave.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_snmp.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_ssh.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_telnet.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_telnet_client.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_testspec.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_util.erl +lib/riak-erlang/lib/common_test-1.7.3/src/ct_util.hrl +lib/riak-erlang/lib/common_test-1.7.3/src/cth_conn_log.erl +lib/riak-erlang/lib/common_test-1.7.3/src/cth_log_redirect.erl +lib/riak-erlang/lib/common_test-1.7.3/src/cth_surefire.erl +lib/riak-erlang/lib/common_test-1.7.3/src/unix_telnet.erl +lib/riak-erlang/lib/common_test-1.7.3/src/vts.erl +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_a.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_asm.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_block.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_bool.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_bsm.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_clean.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_dead.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_dict.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_disasm.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_except.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_flatten.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_jump.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_listing.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_opcodes.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_peep.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_receive.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_split.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_trim.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_type.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_utils.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_validator.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/beam_z.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/cerl.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/cerl_clauses.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/cerl_inline.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/cerl_trees.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/compile.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/compiler.app +lib/riak-erlang/lib/compiler-4.9.3/ebin/compiler.appup +lib/riak-erlang/lib/compiler-4.9.3/ebin/core_lib.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/core_lint.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/core_parse.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/core_pp.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/core_scan.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/erl_bifs.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/rec_env.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/sys_core_dsetel.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/sys_core_fold.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/sys_core_inline.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/sys_pre_attributes.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/sys_pre_expand.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/v3_codegen.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/v3_core.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/v3_kernel.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/v3_kernel_pp.beam +lib/riak-erlang/lib/compiler-4.9.3/ebin/v3_life.beam +lib/riak-erlang/lib/compiler-4.9.3/src/beam_a.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_asm.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_block.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_bool.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_bsm.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_clean.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_dead.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_dict.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_disasm.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_disasm.hrl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_except.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_flatten.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_jump.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_listing.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_opcodes.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_opcodes.hrl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_peep.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_receive.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_split.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_trim.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_type.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_utils.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_validator.erl +lib/riak-erlang/lib/compiler-4.9.3/src/beam_z.erl +lib/riak-erlang/lib/compiler-4.9.3/src/cerl.erl +lib/riak-erlang/lib/compiler-4.9.3/src/cerl_clauses.erl +lib/riak-erlang/lib/compiler-4.9.3/src/cerl_inline.erl +lib/riak-erlang/lib/compiler-4.9.3/src/cerl_trees.erl +lib/riak-erlang/lib/compiler-4.9.3/src/compile.erl +lib/riak-erlang/lib/compiler-4.9.3/src/core_lib.erl +lib/riak-erlang/lib/compiler-4.9.3/src/core_lint.erl +lib/riak-erlang/lib/compiler-4.9.3/src/core_parse.erl +lib/riak-erlang/lib/compiler-4.9.3/src/core_parse.hrl +lib/riak-erlang/lib/compiler-4.9.3/src/core_parse.yrl +lib/riak-erlang/lib/compiler-4.9.3/src/core_pp.erl +lib/riak-erlang/lib/compiler-4.9.3/src/core_scan.erl +lib/riak-erlang/lib/compiler-4.9.3/src/erl_bifs.erl +lib/riak-erlang/lib/compiler-4.9.3/src/rec_env.erl +lib/riak-erlang/lib/compiler-4.9.3/src/sys_core_dsetel.erl +lib/riak-erlang/lib/compiler-4.9.3/src/sys_core_fold.erl +lib/riak-erlang/lib/compiler-4.9.3/src/sys_core_inline.erl +lib/riak-erlang/lib/compiler-4.9.3/src/sys_pre_attributes.erl +lib/riak-erlang/lib/compiler-4.9.3/src/sys_pre_expand.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_codegen.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_core.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_kernel.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_kernel.hrl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_kernel_pp.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_life.erl +lib/riak-erlang/lib/compiler-4.9.3/src/v3_life.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_AlreadyConnected.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ConsumerAdmin.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_EventChannel.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPullConsumer.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPullConsumer_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPullSupplier.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPushConsumer.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPushConsumer_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_ProxyPushSupplier.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_SupplierAdmin.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_SupplierAdmin_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventChannelAdmin_TypeError.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventComm_Disconnected.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventComm_PullConsumer.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventComm_PullSupplier.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventComm_PushConsumer.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/CosEventComm_PushSupplier.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/cosEvent.app +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/cosEvent.appup +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/cosEventApp.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventChannelAdmin.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_CAdmin.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_CAdmin_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_Channel.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_Channel_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_Event.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_PullerS.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_PullerS_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_PusherS.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_CosEventComm_PusherS_impl.beam +lib/riak-erlang/lib/cosEvent-2.1.14/ebin/oe_cosEventApp.beam +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_ConsumerAdmin.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_EventChannel.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_ProxyPullConsumer.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_ProxyPullSupplier.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_ProxyPushConsumer.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_ProxyPushSupplier.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventChannelAdmin_SupplierAdmin.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventComm.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventComm_PullConsumer.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventComm_PullSupplier.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventComm_PushConsumer.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/CosEventComm_PushSupplier.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventChannelAdmin.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm_CAdmin.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm_Channel.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm_Event.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm_PullerS.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_CosEventComm_PusherS.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/include/oe_cosEventApp.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/info +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin.idl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_AlreadyConnected.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ConsumerAdmin.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_EventChannel.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPullConsumer.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPullConsumer_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPullSupplier.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPushConsumer.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPushConsumer_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_ProxyPushSupplier.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_SupplierAdmin.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_SupplierAdmin_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventChannelAdmin_TypeError.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm.idl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm_Disconnected.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm_PullConsumer.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm_PullSupplier.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm_PushConsumer.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/CosEventComm_PushSupplier.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/cosEventApp.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/cosEventApp.hrl +lib/riak-erlang/lib/cosEvent-2.1.14/src/cosEventApp.idl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventChannelAdmin.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_CAdmin.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_CAdmin_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_Channel.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_Channel_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_Event.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_PullerS.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_PullerS_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_PusherS.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_CosEventComm_PusherS_impl.erl +lib/riak-erlang/lib/cosEvent-2.1.14/src/oe_cosEventApp.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_AlreadyExists.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_Connection.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_ConnectionIDSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_ConnectionNotFound.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_CycleCreationForbidden.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_CycleSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_DiamondCreationForbidden.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_DiamondSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_DomainIDSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_DomainNotFound.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_EventDomain.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_EventDomainFactory.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_EventDomainFactory_impl.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_EventDomain_impl.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_MemberIDSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/CosEventDomainAdmin_RouteSeq.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/cosEventDomain.app +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/cosEventDomain.appup +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/cosEventDomainApp.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/ebin/oe_CosEventDomainAdmin.beam +lib/riak-erlang/lib/cosEventDomain-1.1.13/include/CosEventDomainAdmin.hrl +lib/riak-erlang/lib/cosEventDomain-1.1.13/include/CosEventDomainAdmin_EventDomain.hrl +lib/riak-erlang/lib/cosEventDomain-1.1.13/include/CosEventDomainAdmin_EventDomainFactory.hrl +lib/riak-erlang/lib/cosEventDomain-1.1.13/include/oe_CosEventDomainAdmin.hrl +lib/riak-erlang/lib/cosEventDomain-1.1.13/info +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin.idl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_AlreadyExists.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_Connection.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_ConnectionIDSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_ConnectionNotFound.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_CycleCreationForbidden.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_CycleSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_DiamondCreationForbidden.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_DiamondSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_DomainIDSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_DomainNotFound.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_EventDomain.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_EventDomainFactory.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_EventDomainFactory_impl.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_EventDomain_impl.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_MemberIDSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/CosEventDomainAdmin_RouteSeq.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/cosEventDomainApp.erl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/cosEventDomainApp.hrl +lib/riak-erlang/lib/cosEventDomain-1.1.13/src/oe_CosEventDomainAdmin.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_AccessLevel.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_CommandNotImplementedException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_Directory.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_Directory_impl.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_File.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileIterator.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileIterator_impl.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileList.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileNameList.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileNotFoundException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileTransferSession.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileTransferSession_impl.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_FileWrapper.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_File_impl.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_IllegalOperationException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_ProtocolAddressList.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_ProtocolSupport.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_RequestFailureException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_SessionException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_SupportedProtocolAddresses.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_TransferException.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_VirtualFileSystem.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_VirtualFileSystem_ContentList.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/CosFileTransfer_VirtualFileSystem_impl.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/cosFileTransfer.app +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/cosFileTransfer.appup +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/cosFileTransferApp.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/cosFileTransferNATIVE_file.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/ebin/oe_CosFileTransfer.beam +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer_Directory.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer_File.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer_FileIterator.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer_FileTransferSession.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/CosFileTransfer_VirtualFileSystem.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/include/oe_CosFileTransfer.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer.idl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_AccessLevel.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_CommandNotImplementedException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_Directory.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_Directory.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_Directory_impl.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_File.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_File.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileIterator.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileIterator.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileIterator_impl.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileList.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileNameList.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileNotFoundException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileTransferSession.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileTransferSession.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileTransferSession_impl.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_FileWrapper.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_File_impl.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_IllegalOperationException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_ProtocolAddressList.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_ProtocolSupport.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_RequestFailureException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_SessionException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_SupportedProtocolAddresses.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_TransferException.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_VirtualFileSystem.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_VirtualFileSystem.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_VirtualFileSystem_ContentList.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/CosFileTransfer_VirtualFileSystem_impl.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/cosFileTransferApp.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/cosFileTransferApp.hrl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/cosFileTransferNATIVE_file.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/oe_CosFileTransfer.erl +lib/riak-erlang/lib/cosFileTransfer-1.1.15/src/oe_CosFileTransfer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_AdminPropertiesAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_Common.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_EventBatch.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_EventHeader.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_EventType.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_EventTypeSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_FixedEventHeader.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_NamedPropertyRange.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_NamedPropertyRangeSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_Property.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_PropertyError.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_PropertyErrorSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_PropertyRange.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_PropertySeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_QoSAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_StructuredEvent.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_UnsupportedAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotification_UnsupportedQoS.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_AdminIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_AdminLimit.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_AdminLimitExceeded.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_AdminNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ChannelIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ChannelNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ConnectionAlreadyActive.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ConnectionAlreadyInactive.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ConsumerAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ConsumerAdmin_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_EventChannel.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_EventChannelFactory.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_EventChannelFactory_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_EventChannel_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_NotConnected.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyPullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyPullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyPushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxyPushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_ProxySupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SequenceProxyPullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SequenceProxyPullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SequenceProxyPushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SequenceProxyPushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_StructuredProxyPullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_StructuredProxyPullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_StructuredProxyPushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_StructuredProxyPushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SupplierAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyChannelAdmin_SupplierAdmin_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_InvalidEventType.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_NotifyPublish.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_NotifySubscribe.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_PullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_PullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_PushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_PushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_SequencePullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_SequencePullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_SequencePushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_SequencePushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_StructuredPullConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_StructuredPullSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_StructuredPushConsumer.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyComm_StructuredPushSupplier.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_CallbackIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_CallbackNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintExp.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintExpSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintInfo.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintInfoSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_ConstraintNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_DuplicateConstraintID.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_Filter.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_FilterAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_FilterFactory.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_FilterFactory_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_FilterIDSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_FilterNotFound.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_Filter_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_InvalidConstraint.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_InvalidGrammar.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_InvalidValue.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingConstraintInfo.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingConstraintInfoSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingConstraintPair.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingConstraintPairSeq.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingFilter.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_MappingFilter_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/CosNotifyFilter_UnsupportedFilterableData.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/PullerConsumer_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/PullerSupplier_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/PusherConsumer_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/PusherSupplier_impl.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification.app +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification.appup +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotificationApp.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification_Filter.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification_Grammar.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification_Scanner.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/cosNotification_eventDB.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_CosNotification.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_CosNotificationComm_Event.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_CosNotifyChannelAdmin.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_CosNotifyComm.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_CosNotifyFilter.beam +lib/riak-erlang/lib/cosNotification-1.1.20/ebin/oe_cosNotificationAppComm.beam +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotification.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotification_AdminPropertiesAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotification_QoSAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ConsumerAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_EventChannel.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_EventChannelFactory.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxyConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_ProxySupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_SequenceProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_SequenceProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_SequenceProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_SequenceProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_StructuredProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_StructuredProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_StructuredProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_StructuredProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyChannelAdmin_SupplierAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_NotifyPublish.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_NotifySubscribe.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_PullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_PullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_PushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_PushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_SequencePullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_SequencePullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_SequencePushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_SequencePushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_StructuredPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_StructuredPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_StructuredPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyComm_StructuredPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyFilter_Filter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyFilter_FilterAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyFilter_FilterFactory.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/CosNotifyFilter_MappingFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotification.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotificationComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotificationComm_Event.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotifyChannelAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotifyComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_CosNotifyFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/include/oe_cosNotificationAppComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification.idl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_AdminPropertiesAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_AdminPropertiesAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_Common.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_Definitions.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_EventBatch.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_EventHeader.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_EventType.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_EventTypeSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_FixedEventHeader.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_NamedPropertyRange.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_NamedPropertyRangeSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_Property.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_PropertyError.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_PropertyErrorSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_PropertyRange.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_PropertySeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_QoSAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_QoSAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_StructuredEvent.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_UnsupportedAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotification_UnsupportedQoS.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin.idl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_AdminIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_AdminLimit.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_AdminLimitExceeded.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_AdminNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ChannelIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ChannelNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ConnectionAlreadyActive.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ConnectionAlreadyInactive.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ConsumerAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ConsumerAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ConsumerAdmin_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannel.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannel.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannelFactory.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannelFactory.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannelFactory_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_EventChannel_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_NotConnected.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxySupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_ProxySupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SequenceProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_StructuredProxyPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SupplierAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SupplierAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyChannelAdmin_SupplierAdmin_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm.idl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_InvalidEventType.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_NotifyPublish.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_NotifyPublish.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_NotifySubscribe.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_NotifySubscribe.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_PushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_SequencePushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPullConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPullConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPullSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPullSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPushConsumer.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPushConsumer.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPushSupplier.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyComm_StructuredPushSupplier.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter.idl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_CallbackIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_CallbackNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintExp.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintExpSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintInfo.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintInfoSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_ConstraintNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_DuplicateConstraintID.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_Filter.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_Filter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterFactory.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterFactory.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterFactory_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterIDSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_FilterNotFound.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_Filter_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_InvalidConstraint.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_InvalidGrammar.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_InvalidValue.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingConstraintInfo.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingConstraintInfoSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingConstraintPair.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingConstraintPairSeq.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingFilter.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_MappingFilter_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/CosNotifyFilter_UnsupportedFilterableData.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/PullerConsumer_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/PullerSupplier_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/PusherConsumer_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/PusherSupplier_impl.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotificationApp.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotificationAppComm.idl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotification_Filter.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotification_Grammar.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotification_Grammar.yrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotification_Scanner.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/cosNotification_eventDB.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotification.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotification.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotificationComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotificationComm_Event.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotificationComm_Event.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyChannelAdmin.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyChannelAdmin.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyComm.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyComm.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyFilter.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_CosNotifyFilter.hrl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_cosNotificationAppComm.erl +lib/riak-erlang/lib/cosNotification-1.1.20/src/oe_cosNotificationAppComm.hrl +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_ConflictingProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_ConstraintNotSupported.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_FixedProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_InvalidPropertyName.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_MultipleExceptions.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_Properties.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertiesIterator.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertiesIterator_impl.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_Property.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyDef.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyDefs.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyException.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyExceptions.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyMode.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyModes.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyNames.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyNamesIterator.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyNamesIterator_impl.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyNotFound.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySet.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetDef.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetDefFactory.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetDefFactory_impl.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetDef_impl.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetFactory.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertySetFactory_impl.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_PropertyTypes.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_ReadOnlyProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_UnsupportedMode.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_UnsupportedProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/CosPropertyService_UnsupportedTypeCode.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/cosProperty.app +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/cosProperty.appup +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/cosProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/ebin/oe_CosProperty.beam +lib/riak-erlang/lib/cosProperty-1.1.16/include/CosPropertyService.hrl +lib/riak-erlang/lib/cosProperty-1.1.16/include/CosPropertyService_PropertiesIterator.hrl +lib/riak-erlang/lib/cosProperty-1.1.16/include/CosPropertyService_PropertyNamesIterator.hrl +lib/riak-erlang/lib/cosProperty-1.1.16/include/CosPropertyService_PropertySet.hrl +lib/riak-erlang/lib/cosProperty-1.1.16/include/CosPropertyService_PropertySetDef.hrl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Sep 24 18:56:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F95A0752F; Thu, 24 Sep 2015 18:56:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8E3E15FF; Thu, 24 Sep 2015 18:56:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OIuVKm081039; Thu, 24 Sep 2015 18:56:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OIuVYU081038; Thu, 24 Sep 2015 18:56:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509241856.t8OIuVYU081038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 24 Sep 2015 18:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397707 - head/security/libssh2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 18:56:31 -0000 Author: feld Date: Thu Sep 24 18:56:30 2015 New Revision: 397707 URL: https://svnweb.freebsd.org/changeset/ports/397707 Log: security/libssh2: Fix pkgconfig Update to 1.6.0 was breaking builds of libvirt, vlc, etc. Submitted by: milios@ccsys.com MFH: 2015Q3 Modified: head/security/libssh2/Makefile Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Thu Sep 24 18:47:58 2015 (r397706) +++ head/security/libssh2/Makefile Thu Sep 24 18:56:30 2015 (r397707) @@ -3,7 +3,7 @@ PORTNAME= libssh2 PORTVERSION= 1.6.0 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ @@ -48,4 +48,8 @@ post-patch: ${WRKSRC}/configure .endif +post-build: + @${REINPLACE_CMD} -E -e '/Requires.private:/{s/[[:<:]]zlib[[:>:]]//;s/,,/,/;s/ ,/ /;s/,$$//;}' \ + ${WRKSRC}/libssh2.pc + .include From owner-svn-ports-head@freebsd.org Thu Sep 24 19:02:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 734E6A079C4; Thu, 24 Sep 2015 19:02:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 639651CB6; Thu, 24 Sep 2015 19:02:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ2aMq085177; Thu, 24 Sep 2015 19:02:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ2ZfF085175; Thu, 24 Sep 2015 19:02:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241902.t8OJ2ZfF085175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397709 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:02:36 -0000 Author: sunpoet Date: Thu Sep 24 19:02:35 2015 New Revision: 397709 URL: https://svnweb.freebsd.org/changeset/ports/397709 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Sep 24 18:58:14 2015 (r397708) +++ head/graphics/gdal/Makefile Thu Sep 24 19:02:35 2015 (r397709) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -13,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Translator library for raster geospatial data formats LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ libgif.so:${PORTSDIR}/graphics/giflib \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Thu Sep 24 18:58:14 2015 (r397708) +++ head/graphics/gdal/distinfo Thu Sep 24 19:02:35 2015 (r397709) @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:02:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B983A079F5; Thu, 24 Sep 2015 19:02:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3192D1D0A; Thu, 24 Sep 2015 19:02:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ2fin085310; Thu, 24 Sep 2015 19:02:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ2fF2085307; Thu, 24 Sep 2015 19:02:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241902.t8OJ2fF2085307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397710 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:02:42 -0000 Author: sunpoet Date: Thu Sep 24 19:02:40 2015 New Revision: 397710 URL: https://svnweb.freebsd.org/changeset/ports/397710 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News Modified: head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GDAL/distinfo head/graphics/p5-Geo-GDAL/pkg-plist Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Thu Sep 24 19:02:35 2015 (r397709) +++ head/graphics/p5-Geo-GDAL/Makefile Thu Sep 24 19:02:40 2015 (r397710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= graphics perl5 MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -14,6 +14,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Thu Sep 24 19:02:35 2015 (r397709) +++ head/graphics/p5-Geo-GDAL/distinfo Thu Sep 24 19:02:40 2015 (r397710) @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 Modified: head/graphics/p5-Geo-GDAL/pkg-plist ============================================================================== --- head/graphics/p5-Geo-GDAL/pkg-plist Thu Sep 24 19:02:35 2015 (r397709) +++ head/graphics/p5-Geo-GDAL/pkg-plist Thu Sep 24 19:02:40 2015 (r397710) @@ -6,3 +6,4 @@ %%SITE_ARCH%%/auto/Geo/GDAL/GDAL.so %%SITE_ARCH%%/auto/Geo/OGR/OGR.so %%SITE_ARCH%%/auto/Geo/OSR/OSR.so +%%PERL5_MAN3%%/Geo::GDAL.3.gz From owner-svn-ports-head@freebsd.org Thu Sep 24 19:02:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D3EEA07A28; Thu, 24 Sep 2015 19:02:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 443FB1DEE; Thu, 24 Sep 2015 19:02:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ2ldC085427; Thu, 24 Sep 2015 19:02:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ2kix085425; Thu, 24 Sep 2015 19:02:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241902.t8OJ2kix085425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397711 - head/graphics/php-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:02:47 -0000 Author: sunpoet Date: Thu Sep 24 19:02:46 2015 New Revision: 397711 URL: https://svnweb.freebsd.org/changeset/ports/397711 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Thu Sep 24 19:02:40 2015 (r397710) +++ head/graphics/php-gdal/Makefile Thu Sep 24 19:02:46 2015 (r397711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Thu Sep 24 19:02:40 2015 (r397710) +++ head/graphics/php-gdal/distinfo Thu Sep 24 19:02:46 2015 (r397711) @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:02:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED361A07A83; Thu, 24 Sep 2015 19:02:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9769A1EED; Thu, 24 Sep 2015 19:02:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ2q8R085544; Thu, 24 Sep 2015 19:02:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ2q0o085542; Thu, 24 Sep 2015 19:02:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241902.t8OJ2q0o085542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397712 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:02:53 -0000 Author: sunpoet Date: Thu Sep 24 19:02:51 2015 New Revision: 397712 URL: https://svnweb.freebsd.org/changeset/ports/397712 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Thu Sep 24 19:02:46 2015 (r397711) +++ head/graphics/py-gdal/Makefile Thu Sep 24 19:02:51 2015 (r397712) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -14,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Thu Sep 24 19:02:46 2015 (r397711) +++ head/graphics/py-gdal/distinfo Thu Sep 24 19:02:51 2015 (r397712) @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:02:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9295EA07ABE; Thu, 24 Sep 2015 19:02:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8362F1FA4; Thu, 24 Sep 2015 19:02:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ2vf0085661; Thu, 24 Sep 2015 19:02:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ2vI8085659; Thu, 24 Sep 2015 19:02:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241902.t8OJ2vI8085659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397713 - head/graphics/ruby-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:02:57 -0000 Author: sunpoet Date: Thu Sep 24 19:02:56 2015 New Revision: 397713 URL: https://svnweb.freebsd.org/changeset/ports/397713 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News Modified: head/graphics/ruby-gdal/Makefile head/graphics/ruby-gdal/distinfo Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Thu Sep 24 19:02:51 2015 (r397712) +++ head/graphics/ruby-gdal/Makefile Thu Sep 24 19:02:56 2015 (r397713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= graphics ruby MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal Modified: head/graphics/ruby-gdal/distinfo ============================================================================== --- head/graphics/ruby-gdal/distinfo Thu Sep 24 19:02:51 2015 (r397712) +++ head/graphics/ruby-gdal/distinfo Thu Sep 24 19:02:56 2015 (r397713) @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E949A07AF7; Thu, 24 Sep 2015 19:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB2B10C2; Thu, 24 Sep 2015 19:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ32TS085782; Thu, 24 Sep 2015 19:03:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ32bj085779; Thu, 24 Sep 2015 19:03:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ32bj085779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397714 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:02 -0000 Author: sunpoet Date: Thu Sep 24 19:03:01 2015 New Revision: 397714 URL: https://svnweb.freebsd.org/changeset/ports/397714 Log: - Update to 1.3.2 Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Thu Sep 24 19:02:56 2015 (r397713) +++ head/net/rubygem-fog-sakuracloud/Makefile Thu Sep 24 19:03:01 2015 (r397714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Thu Sep 24 19:02:56 2015 (r397713) +++ head/net/rubygem-fog-sakuracloud/distinfo Thu Sep 24 19:03:01 2015 (r397714) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.3.1.gem) = 4ede487498e399bffe405eac618625467813a2b47afef0809434be5dc0146e82 -SIZE (rubygem/fog-sakuracloud-1.3.1.gem) = 19968 +SHA256 (rubygem/fog-sakuracloud-1.3.2.gem) = 69a57b98969bf9bc0b1a18f97c27ee30df2825ddd85eea061fdc04555a2ebb13 +SIZE (rubygem/fog-sakuracloud-1.3.2.gem) = 19968 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFFB2A07B2D; Thu, 24 Sep 2015 19:03:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D312B11DD; Thu, 24 Sep 2015 19:03:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ37tt085886; Thu, 24 Sep 2015 19:03:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ37rE085885; Thu, 24 Sep 2015 19:03:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ37rE085885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397715 - head/devel/p5-Any-Moose-Convert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:08 -0000 Author: sunpoet Date: Thu Sep 24 19:03:06 2015 New Revision: 397715 URL: https://svnweb.freebsd.org/changeset/ports/397715 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-Any-Moose-Convert/Makefile Modified: head/devel/p5-Any-Moose-Convert/Makefile ============================================================================== --- head/devel/p5-Any-Moose-Convert/Makefile Thu Sep 24 19:03:01 2015 (r397714) +++ head/devel/p5-Any-Moose-Convert/Makefile Thu Sep 24 19:03:06 2015 (r397715) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Convert Moose libraries to Mouse ones, or vice versa +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A20BA07B67; Thu, 24 Sep 2015 19:03:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E474812CF; Thu, 24 Sep 2015 19:03:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3Co4085993; Thu, 24 Sep 2015 19:03:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3CLt085992; Thu, 24 Sep 2015 19:03:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3CLt085992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397716 - head/devel/p5-AnyEvent-Gearman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:13 -0000 Author: sunpoet Date: Thu Sep 24 19:03:11 2015 New Revision: 397716 URL: https://svnweb.freebsd.org/changeset/ports/397716 Log: - Add NO_ARCH Modified: head/devel/p5-AnyEvent-Gearman/Makefile Modified: head/devel/p5-AnyEvent-Gearman/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Gearman/Makefile Thu Sep 24 19:03:06 2015 (r397715) +++ head/devel/p5-AnyEvent-Gearman/Makefile Thu Sep 24 19:03:11 2015 (r397716) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDI p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 613F8A07B8A; Thu, 24 Sep 2015 19:03:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 236F813B5; Thu, 24 Sep 2015 19:03:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3HgV086097; Thu, 24 Sep 2015 19:03:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3HoH086096; Thu, 24 Sep 2015 19:03:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3HoH086096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397717 - head/devel/p5-AnyMQ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:18 -0000 Author: sunpoet Date: Thu Sep 24 19:03:17 2015 New Revision: 397717 URL: https://svnweb.freebsd.org/changeset/ports/397717 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-AnyMQ/Makefile Modified: head/devel/p5-AnyMQ/Makefile ============================================================================== --- head/devel/p5-AnyMQ/Makefile Thu Sep 24 19:03:11 2015 (r397716) +++ head/devel/p5-AnyMQ/Makefile Thu Sep 24 19:03:17 2015 (r397717) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-blocking message queue system based on AnyEvent +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ @@ -21,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCFA0A07BD8; Thu, 24 Sep 2015 19:03:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58975150A; Thu, 24 Sep 2015 19:03:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3NqD086201; Thu, 24 Sep 2015 19:03:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3Nkw086200; Thu, 24 Sep 2015 19:03:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3Nkw086200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397718 - head/devel/p5-App-Rad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:24 -0000 Author: sunpoet Date: Thu Sep 24 19:03:22 2015 New Revision: 397718 URL: https://svnweb.freebsd.org/changeset/ports/397718 Log: - Add NO_ARCH Modified: head/devel/p5-App-Rad/Makefile Modified: head/devel/p5-App-Rad/Makefile ============================================================================== --- head/devel/p5-App-Rad/Makefile Thu Sep 24 19:03:17 2015 (r397717) +++ head/devel/p5-App-Rad/Makefile Thu Sep 24 19:03:22 2015 (r397718) @@ -14,6 +14,7 @@ COMMENT= Rapid creation of command line LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47DFFA07C1D; Thu, 24 Sep 2015 19:03:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38E9B1607; Thu, 24 Sep 2015 19:03:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3STa086307; Thu, 24 Sep 2015 19:03:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3Snu086306; Thu, 24 Sep 2015 19:03:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3Snu086306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397719 - head/devel/p5-App-Trace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:28 -0000 Author: sunpoet Date: Thu Sep 24 19:03:27 2015 New Revision: 397719 URL: https://svnweb.freebsd.org/changeset/ports/397719 Log: - Add NO_ARCH Modified: head/devel/p5-App-Trace/Makefile Modified: head/devel/p5-App-Trace/Makefile ============================================================================== --- head/devel/p5-App-Trace/Makefile Thu Sep 24 19:03:22 2015 (r397718) +++ head/devel/p5-App-Trace/Makefile Thu Sep 24 19:03:27 2015 (r397719) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFAFA07C69; Thu, 24 Sep 2015 19:03:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD740186A; Thu, 24 Sep 2015 19:03:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3XD1086410; Thu, 24 Sep 2015 19:03:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3XJV086409; Thu, 24 Sep 2015 19:03:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3XJV086409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397720 - head/devel/p5-Array-Iterator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:34 -0000 Author: sunpoet Date: Thu Sep 24 19:03:32 2015 New Revision: 397720 URL: https://svnweb.freebsd.org/changeset/ports/397720 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-Array-Iterator/Makefile Modified: head/devel/p5-Array-Iterator/Makefile ============================================================================== --- head/devel/p5-Array-Iterator/Makefile Thu Sep 24 19:03:27 2015 (r397719) +++ head/devel/p5-Array-Iterator/Makefile Thu Sep 24 19:03:32 2015 (r397720) @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of array iterators +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62A94A07CC6; Thu, 24 Sep 2015 19:03:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46FD41939; Thu, 24 Sep 2015 19:03:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3c1n086510; Thu, 24 Sep 2015 19:03:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3cwL086509; Thu, 24 Sep 2015 19:03:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3cwL086509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397721 - head/devel/p5-Array-Unique X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:39 -0000 Author: sunpoet Date: Thu Sep 24 19:03:38 2015 New Revision: 397721 URL: https://svnweb.freebsd.org/changeset/ports/397721 Log: - Add NO_ARCH Modified: head/devel/p5-Array-Unique/Makefile Modified: head/devel/p5-Array-Unique/Makefile ============================================================================== --- head/devel/p5-Array-Unique/Makefile Thu Sep 24 19:03:32 2015 (r397720) +++ head/devel/p5-Array-Unique/Makefile Thu Sep 24 19:03:38 2015 (r397721) @@ -14,6 +14,7 @@ COMMENT= Tie-able array that allows only LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8A85A07D17; Thu, 24 Sep 2015 19:03:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73C7F1A2E; Thu, 24 Sep 2015 19:03:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3iju086613; Thu, 24 Sep 2015 19:03:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3iux086612; Thu, 24 Sep 2015 19:03:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3iux086612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397722 - head/devel/p5-AutoLoader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:44 -0000 Author: sunpoet Date: Thu Sep 24 19:03:43 2015 New Revision: 397722 URL: https://svnweb.freebsd.org/changeset/ports/397722 Log: - Add NO_ARCH Modified: head/devel/p5-AutoLoader/Makefile Modified: head/devel/p5-AutoLoader/Makefile ============================================================================== --- head/devel/p5-AutoLoader/Makefile Thu Sep 24 19:03:38 2015 (r397721) +++ head/devel/p5-AutoLoader/Makefile Thu Sep 24 19:03:43 2015 (r397722) @@ -13,6 +13,7 @@ COMMENT= Load subroutines only on demand LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E0D1A07D69; Thu, 24 Sep 2015 19:03:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1B8B1B17; Thu, 24 Sep 2015 19:03:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3nq4086716; Thu, 24 Sep 2015 19:03:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3nbo086715; Thu, 24 Sep 2015 19:03:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3nbo086715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397723 - head/devel/p5-Bread-Board-Declare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:50 -0000 Author: sunpoet Date: Thu Sep 24 19:03:48 2015 New Revision: 397723 URL: https://svnweb.freebsd.org/changeset/ports/397723 Log: - Add NO_ARCH Modified: head/devel/p5-Bread-Board-Declare/Makefile Modified: head/devel/p5-Bread-Board-Declare/Makefile ============================================================================== --- head/devel/p5-Bread-Board-Declare/Makefile Thu Sep 24 19:03:43 2015 (r397722) +++ head/devel/p5-Bread-Board-Declare/Makefile Thu Sep 24 19:03:48 2015 (r397723) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Bread-Board>=0.22:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:03:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22A25A07DD1; Thu, 24 Sep 2015 19:03:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8501BE9; Thu, 24 Sep 2015 19:03:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ3sYq086819; Thu, 24 Sep 2015 19:03:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ3snp086818; Thu, 24 Sep 2015 19:03:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241903.t8OJ3snp086818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397724 - head/devel/p5-Bread-Board X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:03:55 -0000 Author: sunpoet Date: Thu Sep 24 19:03:53 2015 New Revision: 397724 URL: https://svnweb.freebsd.org/changeset/ports/397724 Log: - Add NO_ARCH Modified: head/devel/p5-Bread-Board/Makefile Modified: head/devel/p5-Bread-Board/Makefile ============================================================================== --- head/devel/p5-Bread-Board/Makefile Thu Sep 24 19:03:48 2015 (r397723) +++ head/devel/p5-Bread-Board/Makefile Thu Sep 24 19:03:53 2015 (r397724) @@ -26,6 +26,7 @@ TEST_DEPENDS= p5-Form-Sensible>=0:${PORT p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A907BA07E2A; Thu, 24 Sep 2015 19:04:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65B0A1CD6; Thu, 24 Sep 2015 19:04:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ405S086926; Thu, 24 Sep 2015 19:04:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ40g8086925; Thu, 24 Sep 2015 19:04:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ40g8086925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397725 - head/devel/p5-CLASS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:00 -0000 Author: sunpoet Date: Thu Sep 24 19:03:59 2015 New Revision: 397725 URL: https://svnweb.freebsd.org/changeset/ports/397725 Log: - Add NO_ARCH Modified: head/devel/p5-CLASS/Makefile Modified: head/devel/p5-CLASS/Makefile ============================================================================== --- head/devel/p5-CLASS/Makefile Thu Sep 24 19:03:53 2015 (r397724) +++ head/devel/p5-CLASS/Makefile Thu Sep 24 19:03:59 2015 (r397725) @@ -15,6 +15,7 @@ COMMENT= Alias for __PACKAGE__ LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54550A07E79; Thu, 24 Sep 2015 19:04:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 735691DAE; Thu, 24 Sep 2015 19:04:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ45OU087029; Thu, 24 Sep 2015 19:04:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ45qw087028; Thu, 24 Sep 2015 19:04:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ45qw087028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397726 - head/devel/p5-CPAN-Meta-Requirements X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:06 -0000 Author: sunpoet Date: Thu Sep 24 19:04:04 2015 New Revision: 397726 URL: https://svnweb.freebsd.org/changeset/ports/397726 Log: - Add NO_ARCH Modified: head/devel/p5-CPAN-Meta-Requirements/Makefile Modified: head/devel/p5-CPAN-Meta-Requirements/Makefile ============================================================================== --- head/devel/p5-CPAN-Meta-Requirements/Makefile Thu Sep 24 19:03:59 2015 (r397725) +++ head/devel/p5-CPAN-Meta-Requirements/Makefile Thu Sep 24 19:04:04 2015 (r397726) @@ -13,6 +13,7 @@ COMMENT= Set of version requirements for LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BED3DA07EC2; Thu, 24 Sep 2015 19:04:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17B701E62; Thu, 24 Sep 2015 19:04:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4A5c087146; Thu, 24 Sep 2015 19:04:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4AvB087144; Thu, 24 Sep 2015 19:04:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4AvB087144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397727 - head/www/p5-Web-Query X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:11 -0000 Author: sunpoet Date: Thu Sep 24 19:04:09 2015 New Revision: 397727 URL: https://svnweb.freebsd.org/changeset/ports/397727 Log: - Update to 0.34 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Web-Query/Changes Modified: head/www/p5-Web-Query/Makefile head/www/p5-Web-Query/distinfo Modified: head/www/p5-Web-Query/Makefile ============================================================================== --- head/www/p5-Web-Query/Makefile Thu Sep 24 19:04:04 2015 (r397726) +++ head/www/p5-Web-Query/Makefile Thu Sep 24 19:04:09 2015 (r397727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Web-Query -PORTVERSION= 0.32 +PORTVERSION= 0.34 CATEGORIES= www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception NO_ARCH= yes USE_PERL5= configure Modified: head/www/p5-Web-Query/distinfo ============================================================================== --- head/www/p5-Web-Query/distinfo Thu Sep 24 19:04:04 2015 (r397726) +++ head/www/p5-Web-Query/distinfo Thu Sep 24 19:04:09 2015 (r397727) @@ -1,2 +1,2 @@ -SHA256 (Web-Query-0.32.tar.gz) = bdb9bd01d60fd73cb625370ebb5f6c66d7c8fa13afebe5b0e16d9173b73b1fc1 -SIZE (Web-Query-0.32.tar.gz) = 42341 +SHA256 (Web-Query-0.34.tar.gz) = fbc2db0a039861021be72fe39cbd36778702db44936dfe951f6f7bf8f9f5acb3 +SIZE (Web-Query-0.34.tar.gz) = 43220 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D5CFA07F09; Thu, 24 Sep 2015 19:04:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE6B1F29; Thu, 24 Sep 2015 19:04:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4FOX087260; Thu, 24 Sep 2015 19:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4FnT087258; Thu, 24 Sep 2015 19:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4FnT087258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397728 - head/archivers/p5-Archive-Zip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:16 -0000 Author: sunpoet Date: Thu Sep 24 19:04:14 2015 New Revision: 397728 URL: https://svnweb.freebsd.org/changeset/ports/397728 Log: - Update to 1.53 Changes: http://search.cpan.org/dist/Archive-Zip/Changes Modified: head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Archive-Zip/distinfo Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Thu Sep 24 19:04:09 2015 (r397727) +++ head/archivers/p5-Archive-Zip/Makefile Thu Sep 24 19:04:14 2015 (r397728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.51 +PORTVERSION= 1.53 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Zip/distinfo ============================================================================== --- head/archivers/p5-Archive-Zip/distinfo Thu Sep 24 19:04:09 2015 (r397727) +++ head/archivers/p5-Archive-Zip/distinfo Thu Sep 24 19:04:14 2015 (r397728) @@ -1,2 +1,2 @@ -SHA256 (Archive-Zip-1.51.tar.gz) = 744fadb6cfb7a010a004644d2b90bd3720e1778a4e2615ae137d2d363b8dd287 -SIZE (Archive-Zip-1.51.tar.gz) = 193126 +SHA256 (Archive-Zip-1.53.tar.gz) = c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9 +SIZE (Archive-Zip-1.53.tar.gz) = 189493 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64B7AA07F47; Thu, 24 Sep 2015 19:04:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4620611CC; Thu, 24 Sep 2015 19:04:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4WPn087611; Thu, 24 Sep 2015 19:04:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4VhL087609; Thu, 24 Sep 2015 19:04:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4VhL087609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397731 - head/textproc/p5-PDF-API2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:32 -0000 Author: sunpoet Date: Thu Sep 24 19:04:31 2015 New Revision: 397731 URL: https://svnweb.freebsd.org/changeset/ports/397731 Log: - Update to 2.025 Changes: http://search.cpan.org/dist/PDF-API2/Changes Modified: head/textproc/p5-PDF-API2/Makefile head/textproc/p5-PDF-API2/distinfo Modified: head/textproc/p5-PDF-API2/Makefile ============================================================================== --- head/textproc/p5-PDF-API2/Makefile Thu Sep 24 19:04:25 2015 (r397730) +++ head/textproc/p5-PDF-API2/Makefile Thu Sep 24 19:04:31 2015 (r397731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-API2 -PORTVERSION= 2.024 +PORTVERSION= 2.025 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SSIMMS Modified: head/textproc/p5-PDF-API2/distinfo ============================================================================== --- head/textproc/p5-PDF-API2/distinfo Thu Sep 24 19:04:25 2015 (r397730) +++ head/textproc/p5-PDF-API2/distinfo Thu Sep 24 19:04:31 2015 (r397731) @@ -1,2 +1,2 @@ -SHA256 (PDF-API2-2.024.tar.gz) = 532620f4608f7d6f3f56cfa61bd21e78454cb79c72ab47f1c11a4f6f731d0c55 -SIZE (PDF-API2-2.024.tar.gz) = 3553969 +SHA256 (PDF-API2-2.025.tar.gz) = 123b49cd459526662d9e0c98c68a52294132051327abe07af1255d599e6d62ea +SIZE (PDF-API2-2.025.tar.gz) = 3554009 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A8E6A07FC6; Thu, 24 Sep 2015 19:04:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBF44138C; Thu, 24 Sep 2015 19:04:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4gva087817; Thu, 24 Sep 2015 19:04:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4gAw087816; Thu, 24 Sep 2015 19:04:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4gAw087816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397733 - head/devel/p5-Carp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:43 -0000 Author: sunpoet Date: Thu Sep 24 19:04:41 2015 New Revision: 397733 URL: https://svnweb.freebsd.org/changeset/ports/397733 Log: - Add NO_ARCH Modified: head/devel/p5-Carp/Makefile Modified: head/devel/p5-Carp/Makefile ============================================================================== --- head/devel/p5-Carp/Makefile Thu Sep 24 19:04:36 2015 (r397732) +++ head/devel/p5-Carp/Makefile Thu Sep 24 19:04:41 2015 (r397733) @@ -13,6 +13,7 @@ COMMENT= Alternative warn and die for mo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2145EA07F2D; Thu, 24 Sep 2015 19:04:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECE21015; Thu, 24 Sep 2015 19:04:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4KoK087377; Thu, 24 Sep 2015 19:04:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4K0X087375; Thu, 24 Sep 2015 19:04:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4K0X087375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397729 - head/math/p5-bignum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:21 -0000 Author: sunpoet Date: Thu Sep 24 19:04:19 2015 New Revision: 397729 URL: https://svnweb.freebsd.org/changeset/ports/397729 Log: - Update to 0.40 Changes: http://search.cpan.org/dist/bignum/CHANGES Modified: head/math/p5-bignum/Makefile head/math/p5-bignum/distinfo Modified: head/math/p5-bignum/Makefile ============================================================================== --- head/math/p5-bignum/Makefile Thu Sep 24 19:04:14 2015 (r397728) +++ head/math/p5-bignum/Makefile Thu Sep 24 19:04:19 2015 (r397729) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bignum -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM Modified: head/math/p5-bignum/distinfo ============================================================================== --- head/math/p5-bignum/distinfo Thu Sep 24 19:04:14 2015 (r397728) +++ head/math/p5-bignum/distinfo Thu Sep 24 19:04:19 2015 (r397729) @@ -1,2 +1,2 @@ -SHA256 (bignum-0.39.tar.gz) = 378e72cc984b8f3017136ad07a984a576b3ef218ea93ab3b50c91a8690b3424b -SIZE (bignum-0.39.tar.gz) = 40777 +SHA256 (bignum-0.40.tar.gz) = 7c94df8baf32ef2e2fb90a61e90723e3cae456dde0cb18d0acb038a72b3b8265 +SIZE (bignum-0.40.tar.gz) = 40886 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA0A9A07F3D; Thu, 24 Sep 2015 19:04:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5BD1146; Thu, 24 Sep 2015 19:04:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4Q4L087494; Thu, 24 Sep 2015 19:04:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4PUO087492; Thu, 24 Sep 2015 19:04:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4PUO087492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397730 - head/net/p5-Net-GitHub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:26 -0000 Author: sunpoet Date: Thu Sep 24 19:04:25 2015 New Revision: 397730 URL: https://svnweb.freebsd.org/changeset/ports/397730 Log: - Update to 0.78 Changes: http://search.cpan.org/dist/Net-GitHub/Changes Modified: head/net/p5-Net-GitHub/Makefile head/net/p5-Net-GitHub/distinfo Modified: head/net/p5-Net-GitHub/Makefile ============================================================================== --- head/net/p5-Net-GitHub/Makefile Thu Sep 24 19:04:19 2015 (r397729) +++ head/net/p5-Net-GitHub/Makefile Thu Sep 24 19:04:25 2015 (r397730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND Modified: head/net/p5-Net-GitHub/distinfo ============================================================================== --- head/net/p5-Net-GitHub/distinfo Thu Sep 24 19:04:19 2015 (r397729) +++ head/net/p5-Net-GitHub/distinfo Thu Sep 24 19:04:25 2015 (r397730) @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.77.tar.gz) = f5ae90c7cce3551b5ffa1558f6d499fc81b4635cc79519e5aca8eaf39bdb14dc -SIZE (Net-GitHub-0.77.tar.gz) = 46690 +SHA256 (Net-GitHub-0.78.tar.gz) = 19ed357279f811dbbcfc65641a04e4d093ca6ffc9eee99521f980431ed19b1a8 +SIZE (Net-GitHub-0.78.tar.gz) = 47046 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF335A0800F; Thu, 24 Sep 2015 19:04:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF9ED14BE; Thu, 24 Sep 2015 19:04:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4lpB087920; Thu, 24 Sep 2015 19:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4lIA087919; Thu, 24 Sep 2015 19:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4lIA087919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397734 - head/devel/p5-Class-Accessor-Children X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:48 -0000 Author: sunpoet Date: Thu Sep 24 19:04:46 2015 New Revision: 397734 URL: https://svnweb.freebsd.org/changeset/ports/397734 Log: - Add NO_ARCH Modified: head/devel/p5-Class-Accessor-Children/Makefile Modified: head/devel/p5-Class-Accessor-Children/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Children/Makefile Thu Sep 24 19:04:41 2015 (r397733) +++ head/devel/p5-Class-Accessor-Children/Makefile Thu Sep 24 19:04:46 2015 (r397734) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E09DA08098; Thu, 24 Sep 2015 19:04:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CA4017B2; Thu, 24 Sep 2015 19:04:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4vIP088123; Thu, 24 Sep 2015 19:04:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4vd9088122; Thu, 24 Sep 2015 19:04:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4vd9088122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397736 - head/devel/p5-Class-Accessor-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:58 -0000 Author: sunpoet Date: Thu Sep 24 19:04:57 2015 New Revision: 397736 URL: https://svnweb.freebsd.org/changeset/ports/397736 Log: - Add NO_ARCH Modified: head/devel/p5-Class-Accessor-Lite/Makefile Modified: head/devel/p5-Class-Accessor-Lite/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Lite/Makefile Thu Sep 24 19:04:52 2015 (r397735) +++ head/devel/p5-Class-Accessor-Lite/Makefile Thu Sep 24 19:04:57 2015 (r397736) @@ -13,6 +13,7 @@ COMMENT= Minimalistic variant of p5-Clas LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4D00A08064; Thu, 24 Sep 2015 19:04:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 168041602; Thu, 24 Sep 2015 19:04:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4qPD088021; Thu, 24 Sep 2015 19:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4qfO088020; Thu, 24 Sep 2015 19:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4qfO088020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397735 - head/devel/p5-Class-Accessor-Complex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:53 -0000 Author: sunpoet Date: Thu Sep 24 19:04:52 2015 New Revision: 397735 URL: https://svnweb.freebsd.org/changeset/ports/397735 Log: - Add NO_ARCH Modified: head/devel/p5-Class-Accessor-Complex/Makefile Modified: head/devel/p5-Class-Accessor-Complex/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Complex/Makefile Thu Sep 24 19:04:46 2015 (r397734) +++ head/devel/p5-Class-Accessor-Complex/Makefile Thu Sep 24 19:04:52 2015 (r397735) @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:04:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 124CEA07F8B; Thu, 24 Sep 2015 19:04:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B083712B7; Thu, 24 Sep 2015 19:04:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ4btG087714; Thu, 24 Sep 2015 19:04:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ4bDw087713; Thu, 24 Sep 2015 19:04:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241904.t8OJ4bDw087713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397732 - head/devel/p5-Carp-Always-Color X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:04:38 -0000 Author: sunpoet Date: Thu Sep 24 19:04:36 2015 New Revision: 397732 URL: https://svnweb.freebsd.org/changeset/ports/397732 Log: - Add NO_ARCH Modified: head/devel/p5-Carp-Always-Color/Makefile Modified: head/devel/p5-Carp-Always-Color/Makefile ============================================================================== --- head/devel/p5-Carp-Always-Color/Makefile Thu Sep 24 19:04:31 2015 (r397731) +++ head/devel/p5-Carp-Always-Color/Makefile Thu Sep 24 19:04:36 2015 (r397732) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Carp-Always>=0.10:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Pty-Easy>=0:${PORTSDIR}/devel/p5-IO-Pty-Easy +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A865A0810A; Thu, 24 Sep 2015 19:05:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D07118FE; Thu, 24 Sep 2015 19:05:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ53bC088238; Thu, 24 Sep 2015 19:05:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5326088237; Thu, 24 Sep 2015 19:05:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5326088237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397737 - head/devel/p5-Class-AutoClass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:04 -0000 Author: sunpoet Date: Thu Sep 24 19:05:02 2015 New Revision: 397737 URL: https://svnweb.freebsd.org/changeset/ports/397737 Log: - Add NO_ARCH Modified: head/devel/p5-Class-AutoClass/Makefile Modified: head/devel/p5-Class-AutoClass/Makefile ============================================================================== --- head/devel/p5-Class-AutoClass/Makefile Thu Sep 24 19:04:57 2015 (r397736) +++ head/devel/p5-Class-AutoClass/Makefile Thu Sep 24 19:05:02 2015 (r397737) @@ -21,6 +21,7 @@ TEST_DEPENDS= p5-IO-stringy>=2.1:${PORTS p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34380A08157; Thu, 24 Sep 2015 19:05:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA6F719B0; Thu, 24 Sep 2015 19:05:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ58ub088341; Thu, 24 Sep 2015 19:05:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ58rs088340; Thu, 24 Sep 2015 19:05:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ58rs088340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397738 - head/devel/p5-Class-Std-Utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:09 -0000 Author: sunpoet Date: Thu Sep 24 19:05:07 2015 New Revision: 397738 URL: https://svnweb.freebsd.org/changeset/ports/397738 Log: - Add NO_ARCH Modified: head/devel/p5-Class-Std-Utils/Makefile Modified: head/devel/p5-Class-Std-Utils/Makefile ============================================================================== --- head/devel/p5-Class-Std-Utils/Makefile Thu Sep 24 19:05:02 2015 (r397737) +++ head/devel/p5-Class-Std-Utils/Makefile Thu Sep 24 19:05:07 2015 (r397738) @@ -15,6 +15,7 @@ COMMENT= Utility subroutines for buildin LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8376A0819B; Thu, 24 Sep 2015 19:05:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C57281A85; Thu, 24 Sep 2015 19:05:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5DVA088444; Thu, 24 Sep 2015 19:05:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5D2Z088443; Thu, 24 Sep 2015 19:05:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5D2Z088443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397739 - head/devel/p5-Config-INI-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:13 -0000 Author: sunpoet Date: Thu Sep 24 19:05:12 2015 New Revision: 397739 URL: https://svnweb.freebsd.org/changeset/ports/397739 Log: - Add NO_ARCH Modified: head/devel/p5-Config-INI-Simple/Makefile Modified: head/devel/p5-Config-INI-Simple/Makefile ============================================================================== --- head/devel/p5-Config-INI-Simple/Makefile Thu Sep 24 19:05:07 2015 (r397738) +++ head/devel/p5-Config-INI-Simple/Makefile Thu Sep 24 19:05:12 2015 (r397739) @@ -14,6 +14,7 @@ COMMENT= Simple reading and writing from LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48F75A081F1; Thu, 24 Sep 2015 19:05:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A25A81BD7; Thu, 24 Sep 2015 19:05:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5J04088561; Thu, 24 Sep 2015 19:05:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5IhU088559; Thu, 24 Sep 2015 19:05:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5IhU088559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397740 - head/devel/rubygem-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:20 -0000 Author: sunpoet Date: Thu Sep 24 19:05:18 2015 New Revision: 397740 URL: https://svnweb.freebsd.org/changeset/ports/397740 Log: - Update to 5.8.1 Changes: https://github.com/seattlerb/minitest/blob/master/History.rdoc Modified: head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest/distinfo Modified: head/devel/rubygem-minitest/Makefile ============================================================================== --- head/devel/rubygem-minitest/Makefile Thu Sep 24 19:05:12 2015 (r397739) +++ head/devel/rubygem-minitest/Makefile Thu Sep 24 19:05:18 2015 (r397740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minitest -PORTVERSION= 5.8.0 +PORTVERSION= 5.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ COMMENT= Minitest provides a complete su LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-minitest/distinfo ============================================================================== --- head/devel/rubygem-minitest/distinfo Thu Sep 24 19:05:12 2015 (r397739) +++ head/devel/rubygem-minitest/distinfo Thu Sep 24 19:05:18 2015 (r397740) @@ -1,2 +1,2 @@ -SHA256 (rubygem/minitest-5.8.0.gem) = 875de2784b97b710da76c682e725095ca6c5142093a07474114e52cd6dea0953 -SIZE (rubygem/minitest-5.8.0.gem) = 71680 +SHA256 (rubygem/minitest-5.8.1.gem) = c8d2763ef0f3c86464b83ed60876772a1e7ff669c562bb63064679cf51109103 +SIZE (rubygem/minitest-5.8.1.gem) = 71680 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93E6DA08231; Thu, 24 Sep 2015 19:05:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4356C1CC9; Thu, 24 Sep 2015 19:05:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5ORI088664; Thu, 24 Sep 2015 19:05:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5Oli088663; Thu, 24 Sep 2015 19:05:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5Oli088663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397741 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:25 -0000 Author: sunpoet Date: Thu Sep 24 19:05:24 2015 New Revision: 397741 URL: https://svnweb.freebsd.org/changeset/ports/397741 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-activesupport4/Makefile Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Thu Sep 24 19:05:18 2015 (r397740) +++ head/devel/rubygem-activesupport4/Makefile Thu Sep 24 19:05:24 2015 (r397741) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json \ From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE65A0826E; Thu, 24 Sep 2015 19:05:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 704F21D9B; Thu, 24 Sep 2015 19:05:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5UuE088767; Thu, 24 Sep 2015 19:05:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5UTl088766; Thu, 24 Sep 2015 19:05:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5UTl088766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397742 - head/devel/rubygem-activesupport41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:30 -0000 Author: sunpoet Date: Thu Sep 24 19:05:29 2015 New Revision: 397742 URL: https://svnweb.freebsd.org/changeset/ports/397742 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-activesupport41/Makefile Modified: head/devel/rubygem-activesupport41/Makefile ============================================================================== --- head/devel/rubygem-activesupport41/Makefile Thu Sep 24 19:05:24 2015 (r397741) +++ head/devel/rubygem-activesupport41/Makefile Thu Sep 24 19:05:29 2015 (r397742) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json \ From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECF7A082A4; Thu, 24 Sep 2015 19:05:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 832881E83; Thu, 24 Sep 2015 19:05:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5ZsO088867; Thu, 24 Sep 2015 19:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5ZsM088866; Thu, 24 Sep 2015 19:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5ZsM088866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397743 - head/devel/rubygem-turn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:35 -0000 Author: sunpoet Date: Thu Sep 24 19:05:34 2015 New Revision: 397743 URL: https://svnweb.freebsd.org/changeset/ports/397743 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-turn/Makefile Modified: head/devel/rubygem-turn/Makefile ============================================================================== --- head/devel/rubygem-turn/Makefile Thu Sep 24 19:05:29 2015 (r397742) +++ head/devel/rubygem-turn/Makefile Thu Sep 24 19:05:34 2015 (r397743) @@ -10,12 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= New output format for Test::Unit LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ansi>=0:${PORTSDIR}/devel/rubygem-ansi \ rubygem-minitest>=4:${PORTSDIR}/devel/rubygem-minitest NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E88C2A082D3; Thu, 24 Sep 2015 19:05:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D39161F76; Thu, 24 Sep 2015 19:05:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5e8J088984; Thu, 24 Sep 2015 19:05:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5eiT088982; Thu, 24 Sep 2015 19:05:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5eiT088982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397744 - head/security/rubygem-doorkeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:41 -0000 Author: sunpoet Date: Thu Sep 24 19:05:39 2015 New Revision: 397744 URL: https://svnweb.freebsd.org/changeset/ports/397744 Log: - Update to 3.0.1 - Add LICENSE_FILE Changes: https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md Modified: head/security/rubygem-doorkeeper/Makefile head/security/rubygem-doorkeeper/distinfo Modified: head/security/rubygem-doorkeeper/Makefile ============================================================================== --- head/security/rubygem-doorkeeper/Makefile Thu Sep 24 19:05:34 2015 (r397743) +++ head/security/rubygem-doorkeeper/Makefile Thu Sep 24 19:05:39 2015 (r397744) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= doorkeeper -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE OPTIONS_SINGLE= SG1 OPTIONS_SINGLE_SG1= RAILTIES RAILTIES4 Modified: head/security/rubygem-doorkeeper/distinfo ============================================================================== --- head/security/rubygem-doorkeeper/distinfo Thu Sep 24 19:05:34 2015 (r397743) +++ head/security/rubygem-doorkeeper/distinfo Thu Sep 24 19:05:39 2015 (r397744) @@ -1,2 +1,2 @@ -SHA256 (rubygem/doorkeeper-3.0.0.gem) = 7a5b5be12905bf9b1c5459b445d78774a5029d7a1e4c115f594726e8ea121074 -SIZE (rubygem/doorkeeper-3.0.0.gem) = 96768 +SHA256 (rubygem/doorkeeper-3.0.1.gem) = 155d938673bf1a4009ecc7c6f20aec55e5e6c4aad99386d289f4bbe562ed3ba2 +SIZE (rubygem/doorkeeper-3.0.1.gem) = 96768 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57796A082FB; Thu, 24 Sep 2015 19:05:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 482101FF3; Thu, 24 Sep 2015 19:05:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5kPg089101; Thu, 24 Sep 2015 19:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5jMl089099; Thu, 24 Sep 2015 19:05:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5jMl089099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397745 - head/textproc/rubygem-nokogumbo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:46 -0000 Author: sunpoet Date: Thu Sep 24 19:05:45 2015 New Revision: 397745 URL: https://svnweb.freebsd.org/changeset/ports/397745 Log: - Update to 1.4.3 - Add LICENSE_FILE Changes: https://github.com/rubys/nokogumbo/commits/master Modified: head/textproc/rubygem-nokogumbo/Makefile head/textproc/rubygem-nokogumbo/distinfo Modified: head/textproc/rubygem-nokogumbo/Makefile ============================================================================== --- head/textproc/rubygem-nokogumbo/Makefile Thu Sep 24 19:05:39 2015 (r397744) +++ head/textproc/rubygem-nokogumbo/Makefile Thu Sep 24 19:05:45 2015 (r397745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nokogumbo -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Nokogiri interface to the Gumbo HTML5 parser LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri Modified: head/textproc/rubygem-nokogumbo/distinfo ============================================================================== --- head/textproc/rubygem-nokogumbo/distinfo Thu Sep 24 19:05:39 2015 (r397744) +++ head/textproc/rubygem-nokogumbo/distinfo Thu Sep 24 19:05:45 2015 (r397745) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogumbo-1.4.2.gem) = 8ab7734ec2576a77a77582a25e2658e242bc0710e3ab303643261620fc6cdce0 -SIZE (rubygem/nokogumbo-1.4.2.gem) = 222208 +SHA256 (rubygem/nokogumbo-1.4.3.gem) = d002114481e2be69e3d3a41538fec0a84eea59e3ae89f339e4848d531bae845d +SIZE (rubygem/nokogumbo-1.4.3.gem) = 227328 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59166A08345; Thu, 24 Sep 2015 19:05:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4164B1113; Thu, 24 Sep 2015 19:05:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5poJ089204; Thu, 24 Sep 2015 19:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5p5b089203; Thu, 24 Sep 2015 19:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5p5b089203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397746 - head/textproc/rubygem-sanitize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:51 -0000 Author: sunpoet Date: Thu Sep 24 19:05:50 2015 New Revision: 397746 URL: https://svnweb.freebsd.org/changeset/ports/397746 Log: - Add LICENSE_FILE Modified: head/textproc/rubygem-sanitize/Makefile Modified: head/textproc/rubygem-sanitize/Makefile ============================================================================== --- head/textproc/rubygem-sanitize/Makefile Thu Sep 24 19:05:45 2015 (r397745) +++ head/textproc/rubygem-sanitize/Makefile Thu Sep 24 19:05:50 2015 (r397746) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Whitelist based HTML sanitizer LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-crass>=1.0.2:${PORTSDIR}/www/rubygem-crass \ rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ From owner-svn-ports-head@freebsd.org Thu Sep 24 19:05:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C32EA08388; Thu, 24 Sep 2015 19:05:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7532011D5; Thu, 24 Sep 2015 19:05:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ5uwN089321; Thu, 24 Sep 2015 19:05:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ5t6v089319; Thu, 24 Sep 2015 19:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241905.t8OJ5t6v089319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397747 - head/textproc/rubygem-spreadsheet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:05:56 -0000 Author: sunpoet Date: Thu Sep 24 19:05:55 2015 New Revision: 397747 URL: https://svnweb.freebsd.org/changeset/ports/397747 Log: - Update to 1.0.7 Changes: http://scm.ywesee.com/?p=spreadsheet/.git;f=History.md;hb=HEAD Modified: head/textproc/rubygem-spreadsheet/Makefile head/textproc/rubygem-spreadsheet/distinfo Modified: head/textproc/rubygem-spreadsheet/Makefile ============================================================================== --- head/textproc/rubygem-spreadsheet/Makefile Thu Sep 24 19:05:50 2015 (r397746) +++ head/textproc/rubygem-spreadsheet/Makefile Thu Sep 24 19:05:55 2015 (r397747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spreadsheet -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-spreadsheet/distinfo ============================================================================== --- head/textproc/rubygem-spreadsheet/distinfo Thu Sep 24 19:05:50 2015 (r397746) +++ head/textproc/rubygem-spreadsheet/distinfo Thu Sep 24 19:05:55 2015 (r397747) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spreadsheet-1.0.6.gem) = 14ae01b6dc58919dd9932b3c949decdfffa981616ffc37f5a4565eb94f2452a7 -SIZE (rubygem/spreadsheet-1.0.6.gem) = 4477440 +SHA256 (rubygem/spreadsheet-1.0.7.gem) = 8530839bdc3af40c7293f21442bf2667cf0507e86008b79e3e0a99afa7ef1efc +SIZE (rubygem/spreadsheet-1.0.7.gem) = 4477952 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:06:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C78A08402; Thu, 24 Sep 2015 19:06:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EB8E12AA; Thu, 24 Sep 2015 19:06:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ61s5089442; Thu, 24 Sep 2015 19:06:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ61Fn089440; Thu, 24 Sep 2015 19:06:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241906.t8OJ61Fn089440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397748 - head/www/rubygem-httparty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:06:02 -0000 Author: sunpoet Date: Thu Sep 24 19:06:00 2015 New Revision: 397748 URL: https://svnweb.freebsd.org/changeset/ports/397748 Log: - Update to 0.13.7 Changes: https://github.com/jnunemaker/httparty/blob/master/History Modified: head/www/rubygem-httparty/Makefile head/www/rubygem-httparty/distinfo Modified: head/www/rubygem-httparty/Makefile ============================================================================== --- head/www/rubygem-httparty/Makefile Thu Sep 24 19:05:55 2015 (r397747) +++ head/www/rubygem-httparty/Makefile Thu Sep 24 19:06:00 2015 (r397748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httparty -PORTVERSION= 0.13.6 +PORTVERSION= 0.13.7 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-httparty/distinfo ============================================================================== --- head/www/rubygem-httparty/distinfo Thu Sep 24 19:05:55 2015 (r397747) +++ head/www/rubygem-httparty/distinfo Thu Sep 24 19:06:00 2015 (r397748) @@ -1,2 +1,2 @@ -SHA256 (rubygem/httparty-0.13.6.gem) = 3a4be6d49854520b7fda2b7ff9b37f276f3fc01892d4a14accf8119399f03a48 -SIZE (rubygem/httparty-0.13.6.gem) = 81920 +SHA256 (rubygem/httparty-0.13.7.gem) = 22c3f4d2681aeb083d4703405799fbc96453ff0d38c3ae3c1e5070dcccdb2f31 +SIZE (rubygem/httparty-0.13.7.gem) = 81920 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:06:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 205EFA0842C; Thu, 24 Sep 2015 19:06:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3FFB13AA; Thu, 24 Sep 2015 19:06:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ67gW089559; Thu, 24 Sep 2015 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 t8OJ672j089557; Thu, 24 Sep 2015 19:06:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241906.t8OJ672j089557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397749 - head/www/rubygem-jekyll-watch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:06:08 -0000 Author: sunpoet Date: Thu Sep 24 19:06:06 2015 New Revision: 397749 URL: https://svnweb.freebsd.org/changeset/ports/397749 Log: - Update to 1.3.0 Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown Modified: head/www/rubygem-jekyll-watch/Makefile head/www/rubygem-jekyll-watch/distinfo Modified: head/www/rubygem-jekyll-watch/Makefile ============================================================================== --- head/www/rubygem-jekyll-watch/Makefile Thu Sep 24 19:06:00 2015 (r397748) +++ head/www/rubygem-jekyll-watch/Makefile Thu Sep 24 19:06:06 2015 (r397749) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll-watch -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -15,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-listen2>=2.7:${PORTSDIR}/devel/rubygem-listen2 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-jekyll-watch/distinfo ============================================================================== --- head/www/rubygem-jekyll-watch/distinfo Thu Sep 24 19:06:00 2015 (r397748) +++ head/www/rubygem-jekyll-watch/distinfo Thu Sep 24 19:06:06 2015 (r397749) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-watch-1.2.1.gem) = 4a3e511ac0d6107ac241946cef4fa57fbbf28f79e11d5330c5fabd452a62355d -SIZE (rubygem/jekyll-watch-1.2.1.gem) = 5632 +SHA256 (rubygem/jekyll-watch-1.3.0.gem) = 2f2bbf2ffae94822060e6b79442f499487715b175be3ae7f81ca54285ade1cd7 +SIZE (rubygem/jekyll-watch-1.3.0.gem) = 5632 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:06:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E108A08476; Thu, 24 Sep 2015 19:06:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8289F14B3; Thu, 24 Sep 2015 19:06:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJ6CRx089662; Thu, 24 Sep 2015 19:06:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJ6CnW089660; Thu, 24 Sep 2015 19:06:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509241906.t8OJ6CnW089660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Sep 2015 19:06:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397750 - head/www/rubygem-jekyll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:06:12 -0000 Author: sunpoet Date: Thu Sep 24 19:06:11 2015 New Revision: 397750 URL: https://svnweb.freebsd.org/changeset/ports/397750 Log: - Add LICENSE_FILE Modified: head/www/rubygem-jekyll/Makefile Modified: head/www/rubygem-jekyll/Makefile ============================================================================== --- head/www/rubygem-jekyll/Makefile Thu Sep 24 19:06:06 2015 (r397749) +++ head/www/rubygem-jekyll/Makefile Thu Sep 24 19:06:11 2015 (r397750) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple, blog aware, static site generator LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-classifier-reborn>=2.0:${PORTSDIR}/devel/rubygem-classifier-reborn \ rubygem-colorator>=0.1:${PORTSDIR}/textproc/rubygem-colorator \ From owner-svn-ports-head@freebsd.org Thu Sep 24 19:11:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69AD1A088C8; Thu, 24 Sep 2015 19:11:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A9E41B84; Thu, 24 Sep 2015 19:11:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJBSiL093615; Thu, 24 Sep 2015 19:11:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJBRoF093613; Thu, 24 Sep 2015 19:11:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509241911.t8OJBRoF093613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Sep 2015 19:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397751 - head/devel/elixir-quantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:11:28 -0000 Author: olgeni Date: Thu Sep 24 19:11:27 2015 New Revision: 397751 URL: https://svnweb.freebsd.org/changeset/ports/397751 Log: Upgrade devel/elixir-quantum to version 1.5.0. Modified: head/devel/elixir-quantum/Makefile head/devel/elixir-quantum/distinfo Modified: head/devel/elixir-quantum/Makefile ============================================================================== --- head/devel/elixir-quantum/Makefile Thu Sep 24 19:06:11 2015 (r397750) +++ head/devel/elixir-quantum/Makefile Thu Sep 24 19:11:27 2015 (r397751) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= quantum -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-quantum/distinfo ============================================================================== --- head/devel/elixir-quantum/distinfo Thu Sep 24 19:06:11 2015 (r397750) +++ head/devel/elixir-quantum/distinfo Thu Sep 24 19:11:27 2015 (r397751) @@ -1,2 +1,2 @@ -SHA256 (c-rack-quantum-elixir-v1.4.0_GH0.tar.gz) = 1b70fc07116efcad9076bc43971cef24c4d2ed993f0ffee4189af0be3523c6f7 -SIZE (c-rack-quantum-elixir-v1.4.0_GH0.tar.gz) = 14023 +SHA256 (c-rack-quantum-elixir-v1.5.0_GH0.tar.gz) = 184f1b4058cf8ec9951f5bf12369129a5fe5463dc0b945ae0a246e7c393439d3 +SIZE (c-rack-quantum-elixir-v1.5.0_GH0.tar.gz) = 15019 From owner-svn-ports-head@freebsd.org Thu Sep 24 19:12:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AC84A08991; Thu, 24 Sep 2015 19:12:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4A5F1D17; Thu, 24 Sep 2015 19:12:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJC4xl093785; Thu, 24 Sep 2015 19:12:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJC4dO093781; Thu, 24 Sep 2015 19:12:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509241912.t8OJC4dO093781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Sep 2015 19:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397752 - in head/devel/erlang-clique: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:12:05 -0000 Author: olgeni Date: Thu Sep 24 19:12:03 2015 New Revision: 397752 URL: https://svnweb.freebsd.org/changeset/ports/397752 Log: Upgrade devel/erlang-clique to version 0.3.4. Deleted: head/devel/erlang-clique/files/patch-src_clique.app.src Modified: head/devel/erlang-clique/Makefile head/devel/erlang-clique/distinfo head/devel/erlang-clique/files/patch-rebar.config Modified: head/devel/erlang-clique/Makefile ============================================================================== --- head/devel/erlang-clique/Makefile Thu Sep 24 19:11:27 2015 (r397751) +++ head/devel/erlang-clique/Makefile Thu Sep 24 19:12:03 2015 (r397752) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-clique/distinfo ============================================================================== --- head/devel/erlang-clique/distinfo Thu Sep 24 19:11:27 2015 (r397751) +++ head/devel/erlang-clique/distinfo Thu Sep 24 19:12:03 2015 (r397752) @@ -1,2 +1,2 @@ -SHA256 (basho-clique-0.3.3_GH0.tar.gz) = ddb3143c9af81a1db2d9b25db296ebdfa6407787dd36a5b3b590b5f3829cd123 -SIZE (basho-clique-0.3.3_GH0.tar.gz) = 179260 +SHA256 (basho-clique-0.3.4_GH0.tar.gz) = 8c85bcf443a8b0770b0ff9e5041c54e08e1e51e5e277fcf349e5bf201e863e40 +SIZE (basho-clique-0.3.4_GH0.tar.gz) = 179474 Modified: head/devel/erlang-clique/files/patch-rebar.config ============================================================================== --- head/devel/erlang-clique/files/patch-rebar.config Thu Sep 24 19:11:27 2015 (r397751) +++ head/devel/erlang-clique/files/patch-rebar.config Thu Sep 24 19:12:03 2015 (r397752) @@ -1,9 +1,8 @@ ---- rebar.config.orig 2015-08-25 22:18:46 UTC +--- rebar.config.orig 2015-09-24 19:06:45 UTC +++ rebar.config -@@ -12,6 +12,4 @@ +@@ -12,5 +12,4 @@ ]}. {deps, [ -- {cuttlefish, "2.0.4", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.4"}}}, -- {webmachine, "1.10.8", {git, "git://github.com/basho/webmachine.git", {tag, "1.10.8"}}} +- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}} ]}. From owner-svn-ports-head@freebsd.org Thu Sep 24 19:12:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7EC3A089DF; Thu, 24 Sep 2015 19:12:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F6521E00; Thu, 24 Sep 2015 19:12:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJCSUt093930; Thu, 24 Sep 2015 19:12:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJCR4P093927; Thu, 24 Sep 2015 19:12:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509241912.t8OJCR4P093927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Sep 2015 19:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397753 - head/databases/elixir-calecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:12:28 -0000 Author: olgeni Date: Thu Sep 24 19:12:27 2015 New Revision: 397753 URL: https://svnweb.freebsd.org/changeset/ports/397753 Log: Upgrade databases/elixir-calecto to version 0.3.10. Modified: head/databases/elixir-calecto/Makefile head/databases/elixir-calecto/distinfo head/databases/elixir-calecto/pkg-plist Modified: head/databases/elixir-calecto/Makefile ============================================================================== --- head/databases/elixir-calecto/Makefile Thu Sep 24 19:12:03 2015 (r397752) +++ head/databases/elixir-calecto/Makefile Thu Sep 24 19:12:27 2015 (r397753) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calecto -PORTVERSION= 0.3.10 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-calecto/distinfo ============================================================================== --- head/databases/elixir-calecto/distinfo Thu Sep 24 19:12:03 2015 (r397752) +++ head/databases/elixir-calecto/distinfo Thu Sep 24 19:12:27 2015 (r397753) @@ -1,2 +1,2 @@ -SHA256 (lau-calecto-v0.3.10_GH0.tar.gz) = f28fe284d605170d08e9c45ae59c09541df3fc6cc1e8c807a3f60c4c228f0762 -SIZE (lau-calecto-v0.3.10_GH0.tar.gz) = 9699 +SHA256 (lau-calecto-v0.4.0_GH0.tar.gz) = c33189dc03b336526ebebb2577444af50dc94520de42d5243e814dd2f783da69 +SIZE (lau-calecto-v0.4.0_GH0.tar.gz) = 10951 Modified: head/databases/elixir-calecto/pkg-plist ============================================================================== --- head/databases/elixir-calecto/pkg-plist Thu Sep 24 19:12:03 2015 (r397752) +++ head/databases/elixir-calecto/pkg-plist Thu Sep 24 19:12:27 2015 (r397753) @@ -6,6 +6,15 @@ lib/elixir/lib/calecto/ebin/Elixir.Calec lib/elixir/lib/calecto/ebin/Elixir.Calecto.Time.beam lib/elixir/lib/calecto/ebin/Elixir.Calecto.Utils.beam lib/elixir/lib/calecto/ebin/Elixir.Calecto.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsDate.Calecto.Date.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsDate.Calecto.DateTimeUTC.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsDate.Calecto.NaiveDateTime.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsDateTime.Calecto.DateTimeUTC.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calecto.DateTimeUTC.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calecto.NaiveDateTime.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsTime.Calecto.DateTimeUTC.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsTime.Calecto.NaiveDateTime.beam +lib/elixir/lib/calecto/ebin/Elixir.Calendar.ContainsTime.Calecto.Time.beam lib/elixir/lib/calecto/ebin/Elixir.Mix.Tasks.Calecto.AddTypeMigration.beam lib/elixir/lib/calecto/ebin/calecto.app lib/elixir/lib/calecto/lib/calecto.ex From owner-svn-ports-head@freebsd.org Thu Sep 24 19:43:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A287A07FF8; Thu, 24 Sep 2015 19:43:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10FF2144B; Thu, 24 Sep 2015 19:43:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJhnfc006633; Thu, 24 Sep 2015 19:43:49 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJhnth006629; Thu, 24 Sep 2015 19:43:49 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509241943.t8OJhnth006629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Sep 2015 19:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397754 - in head/devel/elixir-tzdata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:43:50 -0000 Author: olgeni Date: Thu Sep 24 19:43:48 2015 New Revision: 397754 URL: https://svnweb.freebsd.org/changeset/ports/397754 Log: Upgrade devel/elixir-tzdata to version 0.5.3. Added: head/devel/elixir-tzdata/files/ head/devel/elixir-tzdata/files/patch-mix.exs (contents, props changed) Modified: head/devel/elixir-tzdata/Makefile head/devel/elixir-tzdata/distinfo Modified: head/devel/elixir-tzdata/Makefile ============================================================================== --- head/devel/elixir-tzdata/Makefile Thu Sep 24 19:12:27 2015 (r397753) +++ head/devel/elixir-tzdata/Makefile Thu Sep 24 19:43:48 2015 (r397754) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tzdata -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -15,7 +15,7 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= lau -MIX_BUILD_DEPS= www/elixir-httpoison -MIX_REWRITE= yes +MIX_BUILD_DEPS= www/elixir-httpoison \ + www/erlang-hackney .include Modified: head/devel/elixir-tzdata/distinfo ============================================================================== --- head/devel/elixir-tzdata/distinfo Thu Sep 24 19:12:27 2015 (r397753) +++ head/devel/elixir-tzdata/distinfo Thu Sep 24 19:43:48 2015 (r397754) @@ -1,2 +1,2 @@ -SHA256 (lau-tzdata-v0.5.2_GH0.tar.gz) = a496ca1507eb1e50ac54bdb9c6b47d4bb017cc6ab547c9b23492d5393b97e770 -SIZE (lau-tzdata-v0.5.2_GH0.tar.gz) = 808284 +SHA256 (lau-tzdata-v0.5.3_GH0.tar.gz) = f78ac22c2a5225584229b819bb922d64912e13a3cb0a3a3c6ba6b7dae86b0368 +SIZE (lau-tzdata-v0.5.3_GH0.tar.gz) = 808744 Added: head/devel/elixir-tzdata/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/files/patch-mix.exs Thu Sep 24 19:43:48 2015 (r397754) @@ -0,0 +1,11 @@ +--- mix.exs.orig 2015-09-24 19:41:49 UTC ++++ mix.exs +@@ -8,7 +8,7 @@ defmodule Tzdata.Mixfile do + elixir: "~> 1.0 or ~> 1.1", + package: package, + description: description, +- deps: deps] ++ deps: []] + end + + def application do From owner-svn-ports-head@freebsd.org Thu Sep 24 19:49:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3907EA082F8; Thu, 24 Sep 2015 19:49:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AADF1791; Thu, 24 Sep 2015 19:49:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJnJKS007069; Thu, 24 Sep 2015 19:49:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJnHbU007061; Thu, 24 Sep 2015 19:49:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509241949.t8OJnHbU007061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Sep 2015 19:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397755 - in head: . net/mediatomb net/mediatomb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:49:20 -0000 Author: pi Date: Thu Sep 24 19:49:17 2015 New Revision: 397755 URL: https://svnweb.freebsd.org/changeset/ports/397755 Log: net/mediatomb: remove BROKEN, fix build - now uses UIDs/GIDs - fix build in certain cases PR: 198436, 202467 Submitted by: Pavel Nedoshivkin , dim Approved by: maintainer (timeout) Added: head/net/mediatomb/files/patch-timer.cc (contents, props changed) Modified: head/GIDs head/UIDs head/net/mediatomb/Makefile head/net/mediatomb/files/config.xml.dist.in head/net/mediatomb/files/mediatomb.in head/net/mediatomb/files/pkg-install.in head/net/mediatomb/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Thu Sep 24 19:43:48 2015 (r397754) +++ head/GIDs Thu Sep 24 19:49:17 2015 (r397755) @@ -280,6 +280,7 @@ teamspeak:*:942: dnetfold:*:943: bbs:*:944: dbxml:*:945: +mediatomb:*:946: gnokii:*:947: dnrd:*:948: _lldpd:*:949: Modified: head/UIDs ============================================================================== --- head/UIDs Thu Sep 24 19:43:48 2015 (r397754) +++ head/UIDs Thu Sep 24 19:49:17 2015 (r397755) @@ -284,6 +284,7 @@ teamspeak:*:942:942::0:0:TeamSpeak user: dnetfold:*:943:943::0:0:& user:/nonexistent:/usr/sbin/nologin bbs:*:944:944::0:0:& user:/nonexistent:/usr/sbin/nologin dbxml:*:945:945::0:0:& user:/nonexistent:/usr/sbin/nologin +mediatomb:*:946:946::0:0:Mediatomb UPnP AV MediaServer:/nonexistent:/usr/sbin/nologin mapred:*:947:955::0:0:Hadoop MapReduce user:/nonexistent:/usr/sbin/nologin dnrd:*:948:948::0:0:& user:/nonexistent:/usr/sbin/nologin _lldpd:*:949:949::0:0:lldpd user:/nonexistent:/usr/sbin/nologin Modified: head/net/mediatomb/Makefile ============================================================================== --- head/net/mediatomb/Makefile Thu Sep 24 19:43:48 2015 (r397754) +++ head/net/mediatomb/Makefile Thu Sep 24 19:49:17 2015 (r397755) @@ -10,39 +10,30 @@ MASTER_SITES= SF/${PORTNAME}/MediaTomb/$ MAINTAINER= leo@mediatomb.cc COMMENT= UPnP AV MediaServer -BROKEN= Fails to configure, does not use USERS/GROUPS +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread +LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS= --with-search="${LOCALBASE}" \ --disable-inotify CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" -USES= iconv +USES= compiler:gcc-c++11-lib iconv USE_RC_SUBR= mediatomb -# --- configurable variables --- -MEDIATOMB_USER?= mediatomb -MEDIATOMB_GROUP?= mediatomb -MEDIATOMB_DIR?= /var/mediatomb -MEDIATOMB_MASK?= 750 -# --- +USERS= mediatomb +GROUPS= ${USERS} SUB_FILES= config.xml.dist \ pkg-install \ pkg-deinstall -SUB_LIST= MEDIATOMB_USER=${MEDIATOMB_USER} \ - MEDIATOMB_GROUP=${MEDIATOMB_GROUP} \ - MEDIATOMB_DIR=${MEDIATOMB_DIR} \ - MEDIATOMB_MASK=${MEDIATOMB_MASK} - -PLIST_SUB= MEDIATOMB_USER=${MEDIATOMB_USER} \ - MEDIATOMB_GROUP=${MEDIATOMB_GROUP} \ - MEDIATOMB_DIR=${MEDIATOMB_DIR} \ - MEDIATOMB_MASK=${MEDIATOMB_MASK} \ +SUB_LIST= MEDIATOMB_USER=${USERS} \ + MEDIATOMB_GROUP=${GROUPS} \ + MEDIATOMB_DIR=${DESTDIR}/var/db/mediatomb OPTIONS_DEFINE= JS LIBEXIF FFMPEGTHUMBNAILER \ EXTERNAL_TRANSCODING CURL DEBUG @@ -164,11 +155,10 @@ CONFIGURE_ARGS+= --enable-tombdebug CONFIGURE_ARGS+= --disable-tombdebug .endif -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: - @${MKDIR} -m ${MEDIATOMB_MASK} -p ${STAGEDIR}${PREFIX}/etc/mediatomb + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mediatomb + ${MKDIR} ${STAGEDIR}/var/log/mediatomb + ${MKDIR} ${STAGEDIR}/var/db/mediatomb @${INSTALL} ${COPY} ${WRKDIR}/config.xml.dist ${STAGEDIR}${PREFIX}/etc/mediatomb/config.xml.dist .include Modified: head/net/mediatomb/files/config.xml.dist.in ============================================================================== --- head/net/mediatomb/files/config.xml.dist.in Thu Sep 24 19:43:48 2015 (r397754) +++ head/net/mediatomb/files/config.xml.dist.in Thu Sep 24 19:49:17 2015 (r397755) @@ -29,7 +29,6 @@ - redsonic.com 105 --> @@ -37,8 +36,17 @@ + + UTF-8 + UTF-8 + UTF-8 %%DATADIR%%/js/common.js %%DATADIR%%/js/playlists.js @@ -67,6 +75,8 @@ + + Modified: head/net/mediatomb/files/mediatomb.in ============================================================================== --- head/net/mediatomb/files/mediatomb.in Thu Sep 24 19:43:48 2015 (r397754) +++ head/net/mediatomb/files/mediatomb.in Thu Sep 24 19:49:17 2015 (r397755) @@ -18,11 +18,11 @@ mediatomb_enable=${mediatomb_enable-"NO"} # mediatomb_flags="" # mediatomb_interface="" -mediatomb_mtuser=${mediatomb_mtuser-"%%MEDIATOMB_USER%%"} -mediatomb_mtgroup=${mediatomb_mtgroup-"%%MEDIATOMB_GROUP%%"} +mediatomb_mtuser=${mediatomb_mtuser-"mediatomb"} +mediatomb_mtgroup=${mediatomb_mtgroup-"mediatomb"} mediatomb_config=${mediatomb_config-"%%PREFIX%%/etc/mediatomb/config.xml"} -mediatomb_logfile=${mediatomb_logfile-"%%MEDIATOMB_DIR%%/mediatomb.log"} -mediatomb_pidfile=${mediatomb_pidfile-"%%MEDIATOMB_DIR%%/mediatomb.pid"} +mediatomb_logfile=${mediatomb_logfile-"/var/log/mediatomb/mediatomb.log"} +mediatomb_pidfile=${mediatomb_pidfile-"/var/run/mediatomb.pid"} name="mediatomb" rcvar=mediatomb_enable Added: head/net/mediatomb/files/patch-timer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mediatomb/files/patch-timer.cc Thu Sep 24 19:49:17 2015 (r397755) @@ -0,0 +1,20 @@ +--- src/timer.cc.orig 2010-03-25 15:58:11.000000000 +0100 ++++ src/timer.cc 2015-03-08 22:18:05.760740000 +0100 +@@ -33,12 +33,15 @@ + #include "autoconfig.h" + #endif + ++#include "singleton.h" ++ ++class Timer; ++SINGLETON_MUTEX(Timer, true); ++ + #include "timer.h" + + using namespace zmm; + +-SINGLETON_MUTEX(Timer, true); +- + template <> + Ref > > > Timer::getAppropriateSubscribers >() + { Modified: head/net/mediatomb/files/pkg-install.in ============================================================================== --- head/net/mediatomb/files/pkg-install.in Thu Sep 24 19:43:48 2015 (r397754) +++ head/net/mediatomb/files/pkg-install.in Thu Sep 24 19:49:17 2015 (r397755) @@ -6,35 +6,34 @@ if [ "$2" != "PRE-INSTALL" ]; then exit 0 fi -PREFIX=${PKG_PREFIX:-%%PREFIX%%} +#PREFIX=${PKG_PREFIX:-%%PREFIX%%} -USER=%%MEDIATOMB_USER%% -GROUP=%%MEDIATOMB_GROUP%% +#USER=%%MEDIATOMB_USER%% +#GROUP=%%MEDIATOMB_GROUP%% -PW="pw" -INSTALL=%%INSTALL%% -DIR=%%MEDIATOMB_DIR%% -MASK=%%MEDIATOMB_MASK%% - -if ! ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then - if ${PW} groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! ${PW} usershow "${USER}" 2>/dev/null 1>&2; then - if ${PW} useradd ${USER} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "MediaTomb"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi +#INSTALL=%%INSTALL%% +#DIR=%%MEDIATOMB_DIR%% +#MASK=%%MEDIATOMB_MASK%% + +#if ! ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then +# if ${PW} groupadd ${GROUP}; then +# echo "Added group \"${GROUP}\"." +# else +# echo "Adding group \"${GROUP}\" failed..." +# exit 1 +# fi +#fi + +#if ! ${PW} usershow "${USER}" 2>/dev/null 1>&2; then +# if ${PW} useradd ${USER} -g ${GROUP} -h - \ +# -s "/sbin/nologin" -d "/nonexistent" \ +# -c "MediaTomb"; \ +# then +# echo "Added user \"${USER}\"." +# else +# echo "Adding user \"${USER}\" failed..." +# exit 1 +# fi +#fi exit 0 Modified: head/net/mediatomb/pkg-plist ============================================================================== --- head/net/mediatomb/pkg-plist Thu Sep 24 19:43:48 2015 (r397754) +++ head/net/mediatomb/pkg-plist Thu Sep 24 19:49:17 2015 (r397755) @@ -1,7 +1,4 @@ bin/mediatomb -@exec chgrp %%MEDIATOMB_GROUP%% %D/bin/mediatomb -@exec chmod a-x %D/bin/mediatomb -@exec chmod g+x %D/bin/mediatomb man/man1/mediatomb.1.gz %%DATADIR%%/js/import.js %%DATADIR%%/js/playlists.js @@ -90,23 +87,15 @@ man/man1/mediatomb.1.gz %%DATADIR%%/web/top.html %%DATADIR%%/web/topleft.html %%DATADIR%%/web/topright.html -@owner %%MEDIATOMB_USER%% -@group %%MEDIATOMB_GROUP%% -@unexec if cmp -s %D/etc/mediatomb/config.xml.dist %D/etc/mediatomb/config.xml; then rm -f %D/etc/mediatomb/config.xml; fi -@dirrmtry etc/mediatomb +@unexec if cmp -s %D/etc/mediatomb/config.xml.dist %D/%%DATADIR%%/etc/mediatomb/config.xml; then rm -f %D/etc/mediatomb/config.xml; fi +@dir(mediatomb,mediatomb,750) etc/mediatomb etc/mediatomb/config.xml.dist -@exec mkdir -m %%MEDIATOMB_MASK%% -p %D/etc/mediatomb -@exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %D/etc/mediatomb -@exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %D/etc/mediatomb/config.xml.dist -@exec chmod 640 %D/etc/mediatomb/config.xml.dist -@exec [ -f %B/config.xml ] || cp -p %B/%f %B/config.xml -@unexec rmdir %%MEDIATOMB_DIR%% 2>/dev/null 1>&2 || true -@exec mkdir -m %%MEDIATOMB_MASK%% -p %%MEDIATOMB_DIR%% -@exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %%MEDIATOMB_DIR%% -@dirrm %%DATADIR%%/js -@dirrm %%DATADIR%%/web/icons/nanotree/images -@dirrm %%DATADIR%%/web/icons/nanotree -@dirrm %%DATADIR%%/web/icons -@dirrm %%DATADIR%%/web/js -@dirrm %%DATADIR%%/web -@dirrm %%DATADIR%% +@dir %%DATADIR%%/js +@dir %%DATADIR%%/web/icons/nanotree/images +@dir %%DATADIR%%/web/icons/nanotree +@dir %%DATADIR%%/web/icons +@dir %%DATADIR%%/web/js +@dir %%DATADIR%%/web +@dir %%DATADIR%% +@dir(mediatomb,mediatomb,750) /var/log/mediatomb +@dir(mediatomb,mediatomb,750) /var/db/mediatomb From owner-svn-ports-head@freebsd.org Thu Sep 24 19:53:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB7AA08662; Thu, 24 Sep 2015 19:53:51 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCFF1E37; Thu, 24 Sep 2015 19:53:51 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OJrpLw011085; Thu, 24 Sep 2015 19:53:51 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OJroCl011083; Thu, 24 Sep 2015 19:53:50 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201509241953.t8OJroCl011083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 24 Sep 2015 19:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397756 - head/devel/rubygem-ruby-bugzilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 19:53:51 -0000 Author: zi Date: Thu Sep 24 19:53:50 2015 New Revision: 397756 URL: https://svnweb.freebsd.org/changeset/ports/397756 Log: - Update to interim release that adds support new authentication in newer bugzilla releases With hat: ruby@ Modified: head/devel/rubygem-ruby-bugzilla/Makefile head/devel/rubygem-ruby-bugzilla/distinfo Modified: head/devel/rubygem-ruby-bugzilla/Makefile ============================================================================== --- head/devel/rubygem-ruby-bugzilla/Makefile Thu Sep 24 19:49:17 2015 (r397755) +++ head/devel/rubygem-ruby-bugzilla/Makefile Thu Sep 24 19:53:50 2015 (r397756) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ruby-bugzilla -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.3.1 CATEGORIES= devel rubygems -MASTER_SITES= RG +MASTER_SITES= http://bitbucket.org/linuxgeek247/${PORTNAME}/downloads/ MAINTAINER= ruby@FreeBSD.org COMMENT= Access to Bugzilla through WebService APIs in Ruby Modified: head/devel/rubygem-ruby-bugzilla/distinfo ============================================================================== --- head/devel/rubygem-ruby-bugzilla/distinfo Thu Sep 24 19:49:17 2015 (r397755) +++ head/devel/rubygem-ruby-bugzilla/distinfo Thu Sep 24 19:53:50 2015 (r397756) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-bugzilla-0.6.3.gem) = 66d655165b623fa457a7f944094b4bd91d0572d2500be629b2cc275941fd5eb0 -SIZE (rubygem/ruby-bugzilla-0.6.3.gem) = 22528 +SHA256 (rubygem/ruby-bugzilla-0.6.3.1.gem) = 26797718a82b48697e164cd4a5c72e4cafdcb34fc2297d1159ff18c734ffbd24 +SIZE (rubygem/ruby-bugzilla-0.6.3.1.gem) = 22528 From owner-svn-ports-head@freebsd.org Thu Sep 24 20:27:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4BA6A07A78; Thu, 24 Sep 2015 20:27:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99A7D12D6; Thu, 24 Sep 2015 20:27:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OKRlkU023770; Thu, 24 Sep 2015 20:27:47 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OKRkm3023765; Thu, 24 Sep 2015 20:27:46 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201509242027.t8OKRkm3023765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Thu, 24 Sep 2015 20:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397757 - in head/devel: . p5-Getopt-Tabular X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 20:27:47 -0000 Author: dim (src committer) Date: Thu Sep 24 20:27:45 2015 New Revision: 397757 URL: https://svnweb.freebsd.org/changeset/ports/397757 Log: New port: devel/p5-Getopt-Tabular Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. WWW: http://search.cpan.org/~gward/Getopt-Tabular-0.3/ Reviewed by: kwm Added: head/devel/p5-Getopt-Tabular/ head/devel/p5-Getopt-Tabular/Makefile (contents, props changed) head/devel/p5-Getopt-Tabular/distinfo (contents, props changed) head/devel/p5-Getopt-Tabular/pkg-descr (contents, props changed) head/devel/p5-Getopt-Tabular/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 24 19:53:50 2015 (r397756) +++ head/devel/Makefile Thu Sep 24 20:27:45 2015 (r397757) @@ -2324,6 +2324,7 @@ SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive + SUBDIR += p5-Getopt-Tabular SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log Added: head/devel/p5-Getopt-Tabular/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-Tabular/Makefile Thu Sep 24 20:27:45 2015 (r397757) @@ -0,0 +1,18 @@ +# Created by: Dimitry Andric +# $FreeBSD$ + +PORTNAME= Getopt-Tabular +PORTVERSION= 0.3 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dim@FreeBSD.org +COMMENT= Table-driven argument parsing for Perl 5 + +USES= perl5 +USE_PERL5= configure + +MAN3= Getopt::Tabular.3 + +.include Added: head/devel/p5-Getopt-Tabular/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-Tabular/distinfo Thu Sep 24 20:27:45 2015 (r397757) @@ -0,0 +1,2 @@ +SHA256 (Getopt-Tabular-0.3.tar.gz) = 9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377 +SIZE (Getopt-Tabular-0.3.tar.gz) = 26453 Added: head/devel/p5-Getopt-Tabular/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-Tabular/pkg-descr Thu Sep 24 20:27:45 2015 (r397757) @@ -0,0 +1,4 @@ +Getopt::Tabular is a Perl 5 module for table-driven argument parsing, +vaguely inspired by John Ousterhout's Tk_ParseArgv. + +WWW: http://search.cpan.org/~gward/Getopt-Tabular-0.3/ Added: head/devel/p5-Getopt-Tabular/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-Tabular/pkg-plist Thu Sep 24 20:27:45 2015 (r397757) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Getopt::Tabular.3.gz +%%SITE_PERL%%/Getopt/Tabular.pm From owner-svn-ports-head@freebsd.org Thu Sep 24 20:39:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D9E3A08250; Thu, 24 Sep 2015 20:39:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34A1F1BDF; Thu, 24 Sep 2015 20:39:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OKd6s0028111; Thu, 24 Sep 2015 20:39:06 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OKd5Re028109; Thu, 24 Sep 2015 20:39:05 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509242039.t8OKd5Re028109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 24 Sep 2015 20:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397758 - in head/sysutils/beadm-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 20:39:06 -0000 Author: bdrewery Date: Thu Sep 24 20:39:05 2015 New Revision: 397758 URL: https://svnweb.freebsd.org/changeset/ports/397758 Log: Update to 812292829e43786db878ee2c9102b72b59f325ce Changes: - Restrict allowed characters for BE. - Fix dataset listing (avoid listing snapshots). - Avoid issues with bookmarks. - Automatically unmount the BE when activating it. - Fix grub not updating for: rename, activate. - Generate a new /boot/entropy file for new BE. PR: 202965 Deleted: head/sysutils/beadm-devel/files/ Modified: head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Thu Sep 24 20:27:45 2015 (r397757) +++ head/sysutils/beadm-devel/Makefile Thu Sep 24 20:39:05 2015 (r397758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beadm -PORTVERSION= 1.1.99.20140315 +PORTVERSION= 1.2.99.20150924 CATEGORIES= sysutils PKGNAMESUFFIX= -devel MASTER_SITES= GH \ @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= vermaden -GH_TAGNAME= 748d2f2 +GH_TAGNAME= 812292829e43786db878ee2c9102b72b59f325ce NO_BUILD= YES Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm-devel/distinfo Thu Sep 24 20:27:45 2015 (r397757) +++ head/sysutils/beadm-devel/distinfo Thu Sep 24 20:39:05 2015 (r397758) @@ -1,2 +1,2 @@ -SHA256 (vermaden-beadm-1.1.99.20140315-748d2f2_GH0.tar.gz) = 36d300efcdf48a4ec01364fa7e3de8b532843b9e081938cf0fc734ea6068f140 -SIZE (vermaden-beadm-1.1.99.20140315-748d2f2_GH0.tar.gz) = 14631 +SHA256 (vermaden-beadm-1.2.99.20150924-812292829e43786db878ee2c9102b72b59f325ce_GH0.tar.gz) = f778f9dc656801bf572c03d4172054e5517e35c410bdb989c9aca9529db95ccc +SIZE (vermaden-beadm-1.2.99.20150924-812292829e43786db878ee2c9102b72b59f325ce_GH0.tar.gz) = 15239 From owner-svn-ports-head@freebsd.org Thu Sep 24 20:53:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30213A08ABE; Thu, 24 Sep 2015 20:53:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FF831316; Thu, 24 Sep 2015 20:53:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OKrOCo036351; Thu, 24 Sep 2015 20:53:24 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OKrLCK036339; Thu, 24 Sep 2015 20:53:21 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509242053.t8OKrLCK036339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 20:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397759 - in head/databases: . riak2 riak2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 20:53:24 -0000 Author: wg Date: Thu Sep 24 20:53:21 2015 New Revision: 397759 URL: https://svnweb.freebsd.org/changeset/ports/397759 Log: databses/riak2: Riak is an open source, distributed database. Riak is architected for: * Low-Latency Riak is designed to store data and serve requests predictably and quickly, even during peak times. * Availability Riak replicates and retrieves data intelligently, making it available for read and write operations even in failure conditions. * Fault-Tolerance Riak is fault-tolerant so you can lose access to nodes due to network partition or hardware failure and never lose data. * Operational Simplicity Riak allows you to add machines to the cluster easily, without a large operational burden. WWW: http://basho.com/riak Submitted by: nbari, Scott Kamp (based on) Added: head/databases/riak2/ head/databases/riak2/Makefile (contents, props changed) head/databases/riak2/distinfo (contents, props changed) head/databases/riak2/files/ head/databases/riak2/files/patch-deps_erlang__js_c__src_patches_js-src-config-FreeBSD.mk.patch (contents, props changed) head/databases/riak2/files/patch-deps_yokozuna_tools_grab-solr.sh (contents, props changed) head/databases/riak2/files/patch-rel_vars.config (contents, props changed) head/databases/riak2/files/riak.in (contents, props changed) head/databases/riak2/pkg-descr (contents, props changed) head/databases/riak2/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Sep 24 20:39:05 2015 (r397758) +++ head/databases/Makefile Thu Sep 24 20:53:21 2015 (r397759) @@ -809,6 +809,7 @@ SUBDIR += redis SUBDIR += redis-devel SUBDIR += riak + SUBDIR += riak2 SUBDIR += rocksdb SUBDIR += rrdman SUBDIR += rrdmerge Added: head/databases/riak2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/Makefile Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,97 @@ +# $FreeBSD$ + +PORTNAME= riak2 +PORTVERSION= 2.1.1 +CATEGORIES= databases +MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ + http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ + http://s3.amazonaws.com/files.basho.com/solr/:solr \ + http://s3.amazonaws.com/files.basho.com/yokozuna/:yokozuna +DISTNAME= riak-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + solr-4.7.0-yz-1.tgz:solr \ + yokozuna-1.jar:yokozuna \ + yz_monitor-1.jar:yokozuna +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} solr-4.7.0-yz-1.tgz + +MAINTAINER= wg@FreeBSD.org +COMMENT= Riak is an open source, distributed, noSQL database + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak + +USES= gmake readline +USE_RC_SUBR= riak +USE_GCC= yes + +USERS= riak +GROUPS= riak + +RIAK_CONFDIR?= ${PREFIX}/etc/riak +RIAK_DBDIR?= /var/db/riak +RIAK_HOMEDIR?= ${PREFIX}/lib/riak +RIAK_LIBDIR?= ${PREFIX}/lib/riak/lib +RIAK_LOGDIR?= /var/log/riak + +PLIST_SUB+= RIAK_CONFDIR=${RIAK_CONFDIR} \ + RIAK_DBDIR=${RIAK_DBDIR} \ + RIAK_HOMEDIR=${RIAK_HOMEDIR} \ + RIAK_LIBDIR=${RIAK_LIBDIR} \ + RIAK_LOGDIR=${RIAK_LOGDIR} \ + USERS=${USERS} \ + GROUPS=${GROUPS} + +ALL_TARGET= rel +MAKE_JOBS_UNSAFE=yes +MAKE_ENV= PATH=${LOCALBASE}/lib/riak-erlang/bin:${PATH} + +post-patch: + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/rel/vars.config + @${REINPLACE_CMD} -e 's|%%BUILD_DIR%%|${WRKDIR}|g' \ + -e 's|%%DISTDIR%%|${DISTDIR}|g' \ + -e 's|%%YOKOZUNA%%|${WRKSRC}/deps/yokozuna|g' \ + ${WRKSRC}/deps/yokozuna/tools/grab-solr.sh + +do-install: + ${MKDIR} ${STAGEDIR}${RIAK_CONFDIR} + ${MKDIR} ${STAGEDIR}${RIAK_DBDIR} + ${MKDIR} ${STAGEDIR}${RIAK_LOGDIR} + ${INSTALL_DATA} ${WRKSRC}/rel/riak/etc/riak.conf ${STAGEDIR}${RIAK_CONFDIR}/riak.conf.sample + ${INSTALL_DATA} ${WRKSRC}/rel/riak/etc/solr-log4j.properties ${STAGEDIR}${RIAK_CONFDIR}/solr-log4j.properties.sample + (cd ${WRKSRC}/rel/riak/lib/ && ${COPYTREE_BIN} . ${STAGEDIR}${RIAK_LIBDIR}) + (cd ${WRKSRC}/rel/riak/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin/) + (cd ${WRKSRC}/rel/riak/lib/basho-patches && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAK_LIBDIR}/basho-patches) + (cd ${WRKSRC}/rel/riak/releases && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAK_HOMEDIR}/releases) + ${CP} -R ${WRKSRC}/rel/riak/erts-* ${STAGEDIR}${RIAK_HOMEDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/riak.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/riak-admin.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/riak-debug.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/search-cmd.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/ + #@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/riak/lib/bitcask-1.7.0/priv/bitcask.so + #@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/riak/lib/erlang_js-1.3.0-0-g07467d8/priv/erlang_js_drv.so + #@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/riak/lib/syslog-1.0.2/priv/syslog_drv.so + #@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/riak/lib/canola-2.0.0-0-g9bdfee8/priv/canola-port + #@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/riak/lib/sext-1.1p3-0-g846b9cc/priv/sext.so + +post-install: + (cd ${STAGEDIR}${RIAK_HOMEDIR}; ${FIND} releases -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/riak/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAK_HOMEDIR}; ${FIND} erts-* -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn \ + | ${AWK} '{print "lib/riak/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAK_LIBDIR}; ${FIND} . -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/riak/lib/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAK_LIBDIR}; ${FIND} . -type d -empty \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "@dir lib/riak/lib/"$$2 }' >> ${TMPPLIST}) + ${ECHO} "@owner" >> ${TMPPLIST} + ${ECHO} "@group" >> ${TMPPLIST} + +.include Added: head/databases/riak2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/distinfo Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,8 @@ +SHA256 (riak-2.1.1.tar.gz) = b5414e7bab650862c26fbbad382b81d47135ce55eafd02fdac027d3bff90a5ae +SIZE (riak-2.1.1.tar.gz) = 18771429 +SHA256 (solr-4.7.0-yz-1.tgz) = 172380c6c334797b4639f7c497a2a34a249efbfd3917106b3662f6b1e8a0352f +SIZE (solr-4.7.0-yz-1.tgz) = 166999678 +SHA256 (yokozuna-1.jar) = 91a208e1fde1ef2a931f8d14ba150f730c92bc3a7a8e8bce30c6a6b027e18f82 +SIZE (yokozuna-1.jar) = 10645 +SHA256 (yz_monitor-1.jar) = 35c41c103c83452c6377fac42b6c8bb714d2e1e2b8c02053397c0fa2423b694d +SIZE (yz_monitor-1.jar) = 2661 Added: head/databases/riak2/files/patch-deps_erlang__js_c__src_patches_js-src-config-FreeBSD.mk.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/files/patch-deps_erlang__js_c__src_patches_js-src-config-FreeBSD.mk.patch Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,27 @@ +--- deps/erlang_js/c_src/patches/js-src-config-FreeBSD.mk.patch.orig 2015-02-26 16:11:58 UTC ++++ deps/erlang_js/c_src/patches/js-src-config-FreeBSD.mk.patch +@@ -1,6 +1,6 @@ + --- c_src.orig/js/src/config/FreeBSD.mk 1969-12-31 19:00:00.000000000 -0500 + +++ c_src/js/src/config/FreeBSD.mk 2011-03-30 20:12:51.000000000 -0400 +-@@ -0,0 +1,99 @@ ++@@ -0,0 +1,100 @@ + +# -*- Mode: makefile -*- + +# + +# ***** BEGIN LICENSE BLOCK ***** +@@ -46,6 +46,7 @@ + + + +CC ?= gcc + +CCC ?= g++ +++LD = $(CC) + +CFLAGS += -Wall -Wno-format + +OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R + + +@@ -63,7 +64,7 @@ + +OS_CFLAGS+= -DX86_LINUX + + + +ifeq (gcc, $(CC)) +-+# if using gcc on x86, check version for opt bug +++# if using gcc on x86, check version for opt bug + +# (http://bugzilla.mozilla.org/show_bug.cgi?id=24892) + +GCC_VERSION := $(shell gcc -v 2>&1 | grep version | awk '{ print $$3 }') + +GCC_LIST:=$(sort 2.91.66 $(GCC_VERSION) ) Added: head/databases/riak2/files/patch-deps_yokozuna_tools_grab-solr.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/files/patch-deps_yokozuna_tools_grab-solr.sh Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,109 @@ +--- deps/yokozuna/tools/grab-solr.sh.orig 2015-04-15 02:24:04.000000000 +1000 ++++ deps/yokozuna/tools/grab-solr.sh 2015-09-24 10:46:04.504531298 +1000 +@@ -14,10 +14,10 @@ + cd tools + fi + +-PRIV_DIR=../priv ++PRIV_DIR=%%YOKOZUNA%%/priv + CONF_DIR=$PRIV_DIR/conf + SOLR_DIR=$PRIV_DIR/solr +-BUILD_DIR=../build ++BUILD_DIR=%%BUILD_DIR%% + VSN=solr-4.7.0-yz-1 + FILENAME=$VSN.tgz + TMP_DIR=/var/tmp/yokozuna +@@ -32,58 +32,11 @@ + test -e $SOLR_DIR/start.jar + } + +-download() +-{ +- if which wget > /dev/null; then +- wget --no-check-certificate --progress=dot:mega $1 +- elif which curl > /dev/null; then +- curl --insecure --progress-bar -O $1 +- elif which fetch > /dev/null; then +- fetch --no-verify-peer $1 +- fi +-} +- +-get_solr() +-{ +- if [ -z ${SOLR_PKG_DIR+x} ] +- then +- if [ -e $TMP_FILE ]; then +- echo "Using cached copy of Solr $TMP_FILE" +- ln -s $TMP_FILE $FILENAME +- else +- echo "Pulling Solr from S3" +- download "http://s3.amazonaws.com/files.basho.com/solr/$FILENAME" +- if [ -d $TMP_DIR ]; then +- cp $FILENAME $TMP_DIR +- else +- mkdir $TMP_DIR +- cp $FILENAME $TMP_DIR +- fi +- fi +- else +- # This is now obsolete thanks to implicit caching above +- # but will leave in for now as to not break anyone. +- echo "Using local copy of Solr $SOLR_PKG_DIR/$FILENAME" +- cp $SOLR_PKG_DIR/$FILENAME ./ +- fi +- tar zxf $FILENAME +-} +- + if ! check_for_solr + then + +- echo "Create dir $BUILD_DIR" +- if [ ! -e $BUILD_DIR ]; then +- mkdir $BUILD_DIR +- fi +- + cd $BUILD_DIR + +- if [ ! -e $SRC_DIR ] +- then +- get_solr +- fi +- + echo "Creating Solr dir $SOLR_DIR" + + # Explicitly copy files needed rather than copying everything and +@@ -108,7 +61,7 @@ + echo "Solr dir created successfully" + fi + +-JAVA_LIB=../priv/java_lib ++JAVA_LIB=%%YOKOZUNA%%/priv/java_lib +-YZ_JAR_VSN=2 ++YZ_JAR_VSN=1 + YZ_JAR_NAME=yokozuna-$YZ_JAR_VSN.jar + +@@ -118,19 +71,17 @@ + then + mkdir $JAVA_LIB + fi +- +- echo "Downloading $YZ_JAR_NAME" +- download "http://s3.amazonaws.com/files.basho.com/yokozuna/$YZ_JAR_NAME" +- mv $YZ_JAR_NAME $JAVA_LIB/$YZ_JAR_NAME ++ echo "Copying $YZ_JAR_NAME" ++ cp %%DISTDIR%%/$YZ_JAR_NAME $JAVA_LIB/$YZ_JAR_NAME + fi + +-EXT_LIB=../priv/solr/lib/ext ++EXT_LIB=%%YOKOZUNA%%/priv/solr/lib/ext + MON_JAR_VSN=1 + MON_JAR_NAME=yz_monitor-$MON_JAR_VSN.jar + + if [ ! -e $EXT_LIB/$MON_JAR_NAME ] + then + echo "Downloading $MON_JAR_NAME" +- download "http://s3.amazonaws.com/files.basho.com/yokozuna/$MON_JAR_NAME" +- mv $MON_JAR_NAME $EXT_LIB/$MON_JAR_NAME ++ echo "Copying $MON_JAR_NAME" ++ cp %%DISTDIR%%/$MON_JAR_NAME $EXT_LIB/$MON_JAR_NAME + fi Added: head/databases/riak2/files/patch-rel_vars.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/files/patch-rel_vars.config Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,42 @@ +--- rel/vars.config.orig 2015-02-27 13:37:42 UTC ++++ rel/vars.config +@@ -2,11 +2,12 @@ + %% ex: ft=erlang ts=4 sw=4 et + + %% Platform-specific installation paths +-{platform_bin_dir, "./bin"}. +-{platform_data_dir, "./data"}. +-{platform_etc_dir, "./etc"}. +-{platform_lib_dir, "./lib"}. +-{platform_log_dir, "./log"}. ++{platform_base_dir, "%%PREFIX%%/lib/riak"}. ++{platform_bin_dir, "%%PREFIX%%/sbin"}. ++{platform_etc_dir, "%%PREFIX%%/etc/riak"}. ++{platform_lib_dir, "%%PREFIX%%/lib/riak/lib"}. ++{platform_data_dir, "/var/db/riak"}. ++{platform_log_dir, "/var/log/riak"}. + + %% + %% etc/app.config +@@ -40,14 +41,14 @@ + %% + %% bin/riak + %% +-{runner_script_dir, "\`cd \\`dirname $0\\` && /bin/pwd\`"}. +-{runner_base_dir, "{{runner_script_dir}}/.."}. +-{runner_etc_dir, "$RUNNER_BASE_DIR/etc"}. +-{runner_log_dir, "$RUNNER_BASE_DIR/log"}. +-{runner_lib_dir, "$RUNNER_BASE_DIR/lib"}. +-{runner_patch_dir, "$RUNNER_BASE_DIR/lib/basho-patches"}. +-{pipe_dir, "/tmp/$RUNNER_BASE_DIR/"}. +-{runner_user, ""}. ++{runner_script_dir, "{{platform_bin_dir}}"}. ++{runner_base_dir, "{{platform_base_dir}}"}. ++{runner_etc_dir, "{{platform_etc_dir}}"}. ++{runner_log_dir, "{{platform_log_dir}}"}. ++{runner_lib_dir, "{{platform_lib_dir}}"}. ++{runner_patch_dir, "{{platform_lib_dir}}/basho-patches"}. ++{pipe_dir, "/tmp/riak"}. ++{runner_user, "riak"}. + {runner_wait_process, "riak_core_node_watcher"}. + {runner_ulimit_warn, 65536}. Added: head/databases/riak2/files/riak.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/files/riak.in Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,27 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: riak +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# riak_enable (bool): Set to NO by default. +# Set it to YES to enable riak + +. /etc/rc.subr + +name=riak +rcvar=riak_enable + +load_rc_config $name + +command=%%PREFIX%%/lib/riak/erts-5.10.4/bin/beam.smp +pidfile="/var/run/${name}/${name}.pid" +start_cmd="%%PREFIX%%/sbin/${name} start" +stop_cmd="%%PREFIX%%/sbin/${name} stop" + +run_rc_command "$1" Added: head/databases/riak2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/pkg-descr Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,19 @@ +Riak is an open source, distributed database. Riak is architected for: + +* Low-Latency +Riak is designed to store data and serve requests predictably and quickly, even +during peak times. + +* Availability +Riak replicates and retrieves data intelligently, making it available for read +and write operations even in failure conditions. + +* Fault-Tolerance +Riak is fault-tolerant so you can lose access to nodes due to network partition +or hardware failure and never lose data. + +* Operational Simplicity +Riak allows you to add machines to the cluster easily, without a large +operational burden. + +WWW: http://basho.com/riak Added: head/databases/riak2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/riak2/pkg-plist Thu Sep 24 20:53:21 2015 (r397759) @@ -0,0 +1,16 @@ +sbin/riak +sbin/riak-admin +sbin/riak-debug +sbin/search-cmd +man/man1/riak-admin.1.gz +man/man1/riak-debug.1.gz +man/man1/riak.1.gz +man/man1/search-cmd.1.gz +@sample %%RIAK_CONFDIR%%/riak.conf.sample +@sample %%RIAK_CONFDIR%%/solr-log4j.properties.sample +@owner %%USERS%% +@group %%GROUPS%% +@dir %%RIAK_DBDIR%% +@dir %%RIAK_HOMEDIR%% +@dir %%RIAK_LIBDIR%% +@dir %%RIAK_LOGDIR%% From owner-svn-ports-head@freebsd.org Thu Sep 24 21:06:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E416FA075DA; Thu, 24 Sep 2015 21:06:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8B5D1FAC; Thu, 24 Sep 2015 21:06:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OL6Uxt040937; Thu, 24 Sep 2015 21:06:30 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OL6UOO040932; Thu, 24 Sep 2015 21:06:30 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509242106.t8OL6UOO040932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 21:06:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397760 - in head/editors/openoffice-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:06:31 -0000 Author: truckman Date: Thu Sep 24 21:06:29 2015 New Revision: 397760 URL: https://svnweb.freebsd.org/changeset/ports/397760 Log: Update to svn revsion r1704217. Fix a regression in directory permissions and add a missing directory used for shared extensions. This combination of issues could cause incomplete cleanup on pkg removal if OpenOffice had been run by a user in the wheel group. Add a note about the location of the Wiki Publisher extension to pkg-message. Modified: head/editors/openoffice-devel/Makefile head/editors/openoffice-devel/distinfo head/editors/openoffice-devel/files/pkg-message.in Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Thu Sep 24 20:53:21 2015 (r397759) +++ head/editors/openoffice-devel/Makefile Thu Sep 24 21:06:29 2015 (r397760) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 2 +#PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors java MASTER_SITES= http://ci.apache.org/projects/openoffice/milestones/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -100,7 +100,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1697984 +SVNREVISION= 1704217 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz @@ -204,7 +204,8 @@ GNU_CONFIGURE= yes WRKSUBDIR= ${WRKDIR}/aoo-${AOOVERSION} WRKSRC?= ${WRKSUBDIR}/main SUB_FILES= pkg-message -SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} +SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \ + PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR} CONFIGURE_ARGS+= \ --with-unix-wrapper=${EXECBASE} \ @@ -397,7 +398,8 @@ do-build: LANG=C LC_ALL=C build.pl --all -P$${numproc} -- -P$${dmproc} do-install: - @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions/ \ + @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions \ + ${STAGEDIR}${OOPATH}/uno_packages/cache/uno_packages \ ${STAGEDIR}${DESKTOPDIR} @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; \ for i in *.tar.?z ; do \ @@ -413,8 +415,7 @@ do-install: ${ECHO_CMD} "stripping executables and shared libraries" ; \ ${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \ regview *.so* *.bin ; \ - ${ECHO_CMD} "fixing permissions" ; \ - ${FIND} . -type d -exec ${CHMOD} 755 {} \; + ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ ${STAGEDIR}${OOPATH}/program/bootstraprc Modified: head/editors/openoffice-devel/distinfo ============================================================================== --- head/editors/openoffice-devel/distinfo Thu Sep 24 20:53:21 2015 (r397759) +++ head/editors/openoffice-devel/distinfo Thu Sep 24 21:06:29 2015 (r397760) @@ -1,5 +1,5 @@ -SHA256 (openoffice/apache-openoffice-r1697984-src.tar.xz) = 50eb71b4af05d55071a03c85449108efb9351ee8c0f158d44413bd4726c557f8 -SIZE (openoffice/apache-openoffice-r1697984-src.tar.xz) = 215196304 +SHA256 (openoffice/apache-openoffice-r1704217-src.tar.xz) = 52b0c1c54cfd0aa9ec1bd27a99c2c6240fd4279171bcf6025383fe7e0d55f24b +SIZE (openoffice/apache-openoffice-r1704217-src.tar.xz) = 215145548 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa Modified: head/editors/openoffice-devel/files/pkg-message.in ============================================================================== --- head/editors/openoffice-devel/files/pkg-message.in Thu Sep 24 20:53:21 2015 (r397759) +++ head/editors/openoffice-devel/files/pkg-message.in Thu Sep 24 21:06:29 2015 (r397760) @@ -33,8 +33,13 @@ to your PATH and you will be able to use OpenOffice does need $LANG to be set to a suitable value. -4. If you run into problems --------------------------------------------------- +4. Wiki Publisher Extension +--------------------------- +The Wiki Publisher extension can be installed from +%%PRINSTALLATION_BASEDIR%%/extensions/ + +5. If you run into problems +--------------------------- If you somehow run into problems, please remove the already installed "%%AOOUDIR%%" directory in your home directory, then redo the user installation and the problems should go away. From owner-svn-ports-head@freebsd.org Thu Sep 24 21:07:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90F88A0765B; Thu, 24 Sep 2015 21:07:19 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81E5410CB; Thu, 24 Sep 2015 21:07:19 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OL7Jh5041086; Thu, 24 Sep 2015 21:07:19 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OL7JxM041084; Thu, 24 Sep 2015 21:07:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509242107.t8OL7JxM041084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 21:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397761 - in head/editors/openoffice-4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:07:19 -0000 Author: truckman Date: Thu Sep 24 21:07:18 2015 New Revision: 397761 URL: https://svnweb.freebsd.org/changeset/ports/397761 Log: Fix a regression in directory permissions and add a missing directory used for shared extensions. This combination of issues could cause incomplete cleanup on pkg removal if OpenOffice had been run by a user in the wheel group. Add a note about the location of the Wiki Publisher extension to pkg-message. Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-4/files/pkg-message.in Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Thu Sep 24 21:06:29 2015 (r397760) +++ head/editors/openoffice-4/Makefile Thu Sep 24 21:07:18 2015 (r397761) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -192,7 +192,8 @@ GNU_CONFIGURE= yes WRKSUBDIR= ${WRKDIR}/aoo-${AOOVERSION} WRKSRC?= ${WRKSUBDIR}/main SUB_FILES= pkg-message -SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} +SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \ + PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR} CONFIGURE_ARGS+= \ --with-unix-wrapper=${EXECBASE} \ @@ -385,7 +386,8 @@ do-build: LANG=C LC_ALL=C build.pl --all -P$${numproc} -- -P$${dmproc} do-install: - @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions/ \ + @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions \ + ${STAGEDIR}${OOPATH}/uno_packages/cache/uno_packages \ ${STAGEDIR}${DESKTOPDIR} @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; \ for i in *.tar.?z ; do \ @@ -401,8 +403,7 @@ do-install: ${ECHO_CMD} "stripping executables and shared libraries" ; \ ${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \ regview *.so* *.bin ; \ - ${ECHO_CMD} "fixing permissions" ; \ - ${FIND} . -type d -exec ${CHMOD} 755 {} \; + ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ ${STAGEDIR}${OOPATH}/program/bootstraprc Modified: head/editors/openoffice-4/files/pkg-message.in ============================================================================== --- head/editors/openoffice-4/files/pkg-message.in Thu Sep 24 21:06:29 2015 (r397760) +++ head/editors/openoffice-4/files/pkg-message.in Thu Sep 24 21:07:18 2015 (r397761) @@ -33,8 +33,13 @@ to your PATH and you will be able to use OpenOffice does need $LANG to be set to a suitable value. -4. If you run into problems --------------------------------------------------- +4. Wiki Publisher Extension +--------------------------- +The Wiki Publisher extension can be installed from +%%PRINSTALLATION_BASEDIR%%/extensions/ + +5. If you run into problems +--------------------------- If you somehow run into problems, please remove the already installed "%%AOOUDIR%%" directory in your home directory, then redo the user installation and the problems should go away. From owner-svn-ports-head@freebsd.org Thu Sep 24 21:19:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08D3A08109; Thu, 24 Sep 2015 21:19:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1D2B1E09; Thu, 24 Sep 2015 21:19:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLJTL4045381; Thu, 24 Sep 2015 21:19:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLJTVB045380; Thu, 24 Sep 2015 21:19:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242119.t8OLJTVB045380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397763 - head/net/packetdrill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:19:29 -0000 Author: amdmi3 Date: Thu Sep 24 21:19:28 2015 New Revision: 397763 URL: https://svnweb.freebsd.org/changeset/ports/397763 Log: - Switch to options helpers - No need to add DOCS and EXAMPLES to OPTIONS_DEFAULT Approved by: portmgr blanket Modified: head/net/packetdrill/Makefile Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Thu Sep 24 21:19:27 2015 (r397762) +++ head/net/packetdrill/Makefile Thu Sep 24 21:19:28 2015 (r397763) @@ -17,9 +17,6 @@ PORTDOCS= README PORTEXAMPLES= tests OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_DEFAULT=DOCS EXAMPLES - -.include do-configure: ${PRINTF} "%s\n" "#include " "int main(void) {" \ @@ -43,14 +40,14 @@ post-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTDATA} \ ${STAGEDIR}${DATADIR} -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Thu Sep 24 21:19:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC914A08139; Thu, 24 Sep 2015 21:19:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54F131E70; Thu, 24 Sep 2015 21:19:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLJWWY045475; Thu, 24 Sep 2015 21:19:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLJVGb045473; Thu, 24 Sep 2015 21:19:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242119.t8OLJVGb045473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397764 - head/mail/spamdyke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:19:32 -0000 Author: amdmi3 Date: Thu Sep 24 21:19:31 2015 New Revision: 397764 URL: https://svnweb.freebsd.org/changeset/ports/397764 Log: - Switch to options helpers - Switch to @sample Approved by: portmgr blanket Modified: head/mail/spamdyke/Makefile head/mail/spamdyke/pkg-plist Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Thu Sep 24 21:19:28 2015 (r397763) +++ head/mail/spamdyke/Makefile Thu Sep 24 21:19:31 2015 (r397764) @@ -3,6 +3,7 @@ PORTNAME= spamdyke PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.spamdyke.org/releases/ @@ -33,26 +34,21 @@ TLS_USE= OPENSSL=yes DEBUG_CONFIGURE_ENABLE= debug-output DEBUG_EXCESSIVE_CONFIGURE_ENABLE= excessive-output -.include - -.if ${PORT_OPTIONS:MDOCS} PORTDOCS= Changelog.txt FAQ.html GNUGPL.txt INSTALL.txt \ README.html README_ip_file_format.html \ README_rdns_directory_format.html README_rdns_file_format.html \ UPGRADING.txt UPGRADING_version_3_to_version_4.txt -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/documentation/spamdyke.conf.example ${STAGEDIR}${PREFIX}/etc post-patch: @${REINPLACE_CMD} -e 's#^CFLAGS :=.*#CFLAGS = ${CFLAGS}#' ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spamdyke ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/documentation/spamdyke.conf.example \ + ${STAGEDIR}${PREFIX}/etc/spamdyke.conf.sample + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/mail/spamdyke/pkg-plist ============================================================================== --- head/mail/spamdyke/pkg-plist Thu Sep 24 21:19:28 2015 (r397763) +++ head/mail/spamdyke/pkg-plist Thu Sep 24 21:19:31 2015 (r397764) @@ -1,4 +1,2 @@ bin/spamdyke -@unexec if cmp -s %D/etc/spamdyke.conf.example %D/etc/spamdyke.conf; then rm -f %D/etc/spamdyke.conf; fi -etc/spamdyke.conf.example -@exec if [ ! -f %D/etc/spamdyke.conf ] ; then cp -p %D/%F %B/spamdyke.conf; fi +@sample etc/spamdyke.conf.sample From owner-svn-ports-head@freebsd.org Thu Sep 24 21:19:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 584BAA08105; Thu, 24 Sep 2015 21:19:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 498071E08; Thu, 24 Sep 2015 21:19:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLJS4K045293; Thu, 24 Sep 2015 21:19:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLJSbE045292; Thu, 24 Sep 2015 21:19:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242119.t8OLJSbE045292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397762 - head/science/devisor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:19:28 -0000 Author: amdmi3 Date: Thu Sep 24 21:19:27 2015 New Revision: 397762 URL: https://svnweb.freebsd.org/changeset/ports/397762 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/science/devisor/Makefile Modified: head/science/devisor/Makefile ============================================================================== --- head/science/devisor/Makefile Thu Sep 24 21:07:18 2015 (r397761) +++ head/science/devisor/Makefile Thu Sep 24 21:19:27 2015 (r397762) @@ -27,18 +27,16 @@ PLIST_FILES= bin/devisorgrid OPTIONS_DEFINE= DOCS -.include - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/devisorgrid.sh ${STAGEDIR}${PREFIX}/bin/devisorgrid cd ${WRKSRC} \ && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR} "-not -name *\.pdf" cd ${WRKSRC} \ && ${COPYTREE_SHARE} "${CLASSFILES}" ${STAGEDIR}${DATADIR} "-name *\.class" -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: cd ${WRKSRC}/manual \ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-name *\.pdf" -.endif post-install: @cd ${WRKSRC} \ From owner-svn-ports-head@freebsd.org Thu Sep 24 21:19:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 024DFA081A3; Thu, 24 Sep 2015 21:19:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7AE210AD; Thu, 24 Sep 2015 21:19:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLJgVo045583; Thu, 24 Sep 2015 21:19:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLJgXW045581; Thu, 24 Sep 2015 21:19:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242119.t8OLJgXW045581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397765 - in head/x11-toolkits: vte vte290 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:19:43 -0000 Author: amdmi3 Date: Thu Sep 24 21:19:41 2015 New Revision: 397765 URL: https://svnweb.freebsd.org/changeset/ports/397765 Log: - Switch to options helpers - Drop 8.x support Approved by: portmgr blanket Modified: head/x11-toolkits/vte/Makefile head/x11-toolkits/vte290/Makefile Modified: head/x11-toolkits/vte/Makefile ============================================================================== --- head/x11-toolkits/vte/Makefile Thu Sep 24 21:19:31 2015 (r397764) +++ head/x11-toolkits/vte/Makefile Thu Sep 24 21:19:41 2015 (r397765) @@ -36,12 +36,6 @@ CONFIGURE_ARGS?=--disable-python \ CPE_VENDOR= nalin_dahyabhai -.include - -.if ${OSVERSION} < 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c -.endif - .include .endif Modified: head/x11-toolkits/vte290/Makefile ============================================================================== --- head/x11-toolkits/vte290/Makefile Thu Sep 24 21:19:31 2015 (r397764) +++ head/x11-toolkits/vte290/Makefile Thu Sep 24 21:19:41 2015 (r397765) @@ -42,20 +42,12 @@ INSTALL_TARGET= install-strip .if !defined(MASTERDIR) OPTIONS_DEFINE= GLX GLX_DESC= Support for DRI/GLX rendering -.endif - -PLIST_SUB= VERSION=2.90 -.include - -.if ${OSVERSION} < 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c +GLX_CONFIGURE_ON= --with-glX +GLX_USE= GL=yes .endif -.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif +PLIST_SUB= VERSION=2.90 post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/profile.d/vte.sh \ From owner-svn-ports-head@freebsd.org Thu Sep 24 21:19:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97D29A081F0; Thu, 24 Sep 2015 21:19:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 894C7118D; Thu, 24 Sep 2015 21:19:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLJtRO045680; Thu, 24 Sep 2015 21:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLJtFg045679; Thu, 24 Sep 2015 21:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242119.t8OLJtFg045679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397766 - head/net/udt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:19:55 -0000 Author: amdmi3 Date: Thu Sep 24 21:19:54 2015 New Revision: 397766 URL: https://svnweb.freebsd.org/changeset/ports/397766 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/net/udt/Makefile Modified: head/net/udt/Makefile ============================================================================== --- head/net/udt/Makefile Thu Sep 24 21:19:41 2015 (r397765) +++ head/net/udt/Makefile Thu Sep 24 21:19:54 2015 (r397766) @@ -12,7 +12,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= C++ library containing the UDT API implementation PATCH_WRKSRC= ${WRKDIR}/udt${PORTVERSION:R} -WRKSRC= ${PATCH_WRKSRC}/src +WRKSRC= ${PATCH_WRKSRC}/src MAKEFILE= ${FILESDIR}/BSDmakefile EXTRACT_AFTER_ARGS= --exclude '*md5*' \ --exclude udt${PORTVERSION:R}/win @@ -22,6 +22,8 @@ USES= uidfix OPTIONS_DEFINE= DOCS +DOCS_VARS_OFF= EXTRACT_AFTER_ARGS+="--exclude udt${PORTVERSION:R}/doc" + post-build: # Building sample applications: .for a in ${UDT_APPS} @@ -29,17 +31,13 @@ post-build: -I${WRKSRC} -L${WRKSRC} -ludt -pthread .endfor -.include - post-install: # Installing sample applications: ${INSTALL_PROGRAM} ${UDT_APPS:S|^|${WRKSRC:H}/app/udt-|} ${STAGEDIR}${PREFIX}/bin/ -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: # Installing documentation tree into ${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC:H}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -.else -EXTRACT_AFTER_ARGS+= --exclude udt${PORTVERSION:R}/doc -.endif .include From owner-svn-ports-head@freebsd.org Thu Sep 24 21:20:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9153A082BE; Thu, 24 Sep 2015 21:20:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A15F1399; Thu, 24 Sep 2015 21:20:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLKExP046208; Thu, 24 Sep 2015 21:20:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLKE1W046192; Thu, 24 Sep 2015 21:20:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242120.t8OLKE1W046192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397767 - in head/devel/libdisorder: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:20:14 -0000 Author: amdmi3 Date: Thu Sep 24 21:20:13 2015 New Revision: 397767 URL: https://svnweb.freebsd.org/changeset/ports/397767 Log: - Add LICENSE - Drop 8.x support Approved by: portmgr blanket Deleted: head/devel/libdisorder/files/extra-patch-disorder.c Modified: head/devel/libdisorder/Makefile Modified: head/devel/libdisorder/Makefile ============================================================================== --- head/devel/libdisorder/Makefile Thu Sep 24 21:19:54 2015 (r397766) +++ head/devel/libdisorder/Makefile Thu Sep 24 21:20:13 2015 (r397767) @@ -9,22 +9,14 @@ MASTER_SITES= http://libdisorder.freshde MAINTAINER= kevlo@FreeBSD.org COMMENT= Simple C library for entropy measurement -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes -.include - -.if ${OSVERSION} < 900027 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-disorder.c -.endif - post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/Makefile -do-build: - cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} - do-install: ${INSTALL_DATA} ${WRKSRC}/include/disorder.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/lib/libdisorder.a ${STAGEDIR}${PREFIX}/lib @@ -33,4 +25,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tool/ropy ${STAGEDIR}${PREFIX}/bin ${LN} -sf ${PREFIX}/lib/libdisorder.so.1 ${STAGEDIR}${PREFIX}/lib/libdisorder.so -.include +.include From owner-svn-ports-head@freebsd.org Thu Sep 24 21:20:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10E1A082F2; Thu, 24 Sep 2015 21:20:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B6C14F0; Thu, 24 Sep 2015 21:20:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLKOeH049041; Thu, 24 Sep 2015 21:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLKOJM049039; Thu, 24 Sep 2015 21:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242120.t8OLKOJM049039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397768 - head/net-mgmt/wifimgr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:20:25 -0000 Author: amdmi3 Date: Thu Sep 24 21:20:23 2015 New Revision: 397768 URL: https://svnweb.freebsd.org/changeset/ports/397768 Log: - Drop 8.x support - Add LICENSE - Switch to options helpers - Simplify plist Approved by: portmgr blanket Modified: head/net-mgmt/wifimgr/Makefile head/net-mgmt/wifimgr/pkg-plist Modified: head/net-mgmt/wifimgr/Makefile ============================================================================== --- head/net-mgmt/wifimgr/Makefile Thu Sep 24 21:20:13 2015 (r397767) +++ head/net-mgmt/wifimgr/Makefile Thu Sep 24 21:20:23 2015 (r397768) @@ -11,31 +11,20 @@ MASTER_SITES= http://opal.com/freebsd/po MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= desktop-file-utils pkgconfig tar:bzip2 USE_XORG= x11 USE_GNOME= gtk20 INSTALLS_ICONS= yes +MAKE_ENV= INSTALL="install -U" OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 901504 -MAKE_ENV+= INSTALL="install -U" -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext pkgconfig -PLIST_SUB+= NLS="" -.else -CFLAGS+= -DWITHOUT_NLS -PLIST_SUB+= NLS="@comment " -MAKE_ENV+= WITHOUT_NLS=${WITHOUT_NLS} -.endif - -post-patch: -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 901504 - @${REINPLACE_CMD} -e 's/-o root -g wheel//' ${WRKSRC}/src/Makefile -.endif +NLS_USES= gettext pkgconfig +NLS_CFLAGS_OFF= -DWITHOUT_NLS +NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes .include Modified: head/net-mgmt/wifimgr/pkg-plist ============================================================================== --- head/net-mgmt/wifimgr/pkg-plist Thu Sep 24 21:20:13 2015 (r397767) +++ head/net-mgmt/wifimgr/pkg-plist Thu Sep 24 21:20:23 2015 (r397768) @@ -1,7 +1,5 @@ bin/wifimgr -@mode 4511 -libexec/wifimgrsu -@mode +@(,,4511) libexec/wifimgrsu man/man8/wifimgr.8.gz %%DATADIR%%/icons/eye.png %%DATADIR%%/icons/freebsd-surf.png From owner-svn-ports-head@freebsd.org Thu Sep 24 21:20:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDEF8A08338; Thu, 24 Sep 2015 21:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF63917E5; Thu, 24 Sep 2015 21:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLKXLN049131; Thu, 24 Sep 2015 21:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLKXTb049130; Thu, 24 Sep 2015 21:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242120.t8OLKXTb049130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397769 - head/sysutils/ipmitool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:20:34 -0000 Author: amdmi3 Date: Thu Sep 24 21:20:33 2015 New Revision: 397769 URL: https://svnweb.freebsd.org/changeset/ports/397769 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/sysutils/ipmitool/Makefile Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Thu Sep 24 21:20:23 2015 (r397768) +++ head/sysutils/ipmitool/Makefile Thu Sep 24 21:20:33 2015 (r397769) @@ -43,23 +43,15 @@ CONFIGURE_ARGS+= --enable-intf-open CONFIGURE_ARGS+= --disable-intf-open .endif -.include +DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-Makefile.in -.if empty(PORT_OPTIONS:MDOCS) -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Makefile.in -.endif - -.if ${PORT_OPTIONS:MFREEIPMI} -LIB_DEPENDS+= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-intf-free -.else -CONFIGURE_ARGS+= --disable-intf-free -.endif +FREEIPMI_LIB_DEPENDS= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi +FREEIPMI_CPPFLAGS= -I${LOCALBASE}/include +FREEIPMI_LDFLAGS= -L${LOCALBASE}/lib +FREEIPMI_CONFIGURE_ENABLE= intf-free post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIR} - @${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi + ${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi .include From owner-svn-ports-head@freebsd.org Thu Sep 24 21:54:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95EDFA08950; Thu, 24 Sep 2015 21:54:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8742C1F07; Thu, 24 Sep 2015 21:54:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLsU0E062099; Thu, 24 Sep 2015 21:54:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLsU3R062098; Thu, 24 Sep 2015 21:54:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242154.t8OLsU3R062098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 21:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397770 - head/www/twig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:54:30 -0000 Author: bapt Date: Thu Sep 24 21:54:29 2015 New Revision: 397770 URL: https://svnweb.freebsd.org/changeset/ports/397770 Log: Deprecate a php3/php4 port with no upstream Modified: head/www/twig/Makefile Modified: head/www/twig/Makefile ============================================================================== --- head/www/twig/Makefile Thu Sep 24 21:20:33 2015 (r397769) +++ head/www/twig/Makefile Thu Sep 24 21:54:29 2015 (r397770) @@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.dinoex.de/pub/Fr MAINTAINER= ports@FreeBSD.org COMMENT= Web Based Email Client and Scheduler +DEPRECATED= Upstream vanished, php3 and php4 are long unsupported +EXPIRATION_DATE= 2015-10-24 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-head@freebsd.org Thu Sep 24 21:54:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D0E3A089A1; Thu, 24 Sep 2015 21:54:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 553551FF6; Thu, 24 Sep 2015 21:54:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLsfVf062218; Thu, 24 Sep 2015 21:54:41 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLseUm062216; Thu, 24 Sep 2015 21:54:40 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509242154.t8OLseUm062216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 24 Sep 2015 21:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397771 - in head/security/openssh-portable: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:54:41 -0000 Author: bdrewery Date: Thu Sep 24 21:54:40 2015 New Revision: 397771 URL: https://svnweb.freebsd.org/changeset/ports/397771 Log: Stop trying to create the RSA protocol 1 key from the rc.d file. It is no longer supported by default since 7.0. [1] I do plan to make this configurable based on PR 202169 [2] soon. PR: 202792 [1] PR: 202169 [2] Submitted by: chrysalis@chrysalisnet.org [1] Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/files/openssh.in Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Sep 24 21:54:29 2015 (r397770) +++ head/security/openssh-portable/Makefile Thu Sep 24 21:54:40 2015 (r397771) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 7.1p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable Modified: head/security/openssh-portable/files/openssh.in ============================================================================== --- head/security/openssh-portable/files/openssh.in Thu Sep 24 21:54:29 2015 (r397770) +++ head/security/openssh-portable/files/openssh.in Thu Sep 24 21:54:40 2015 (r397771) @@ -35,8 +35,7 @@ pidfile=${openssh_pidfile:="/var/run/ssh openssh_keygen() { - if [ -f %%ETCDIR%%/ssh_host_key -a \ - -f %%ETCDIR%%/ssh_host_dsa_key -a \ + if [ -f %%ETCDIR%%/ssh_host_dsa_key -a \ -f %%ETCDIR%%/ssh_host_rsa_key -a \ -f %%ETCDIR%%/ssh_host_ecdsa_key -a \ -f %%ETCDIR%%/ssh_host_ed25519_key ]; then @@ -49,15 +48,6 @@ openssh_keygen() [ -x %%PREFIX%%/bin/ssh-keygen ] || err 1 "%%PREFIX%%/bin/ssh-keygen does not exist." - if [ -f %%ETCDIR%%/ssh_host_key ]; then - echo "You already have an RSA host key" \ - "in %%ETCDIR%%/ssh_host_key" - echo "Skipping protocol version 1 RSA Key Generation" - else - %%PREFIX%%/bin/ssh-keygen -t rsa1 -b 1024 \ - -f %%ETCDIR%%/ssh_host_key -N '' - fi - if [ -f %%ETCDIR%%/ssh_host_dsa_key ]; then echo "You already have a DSA host key" \ "in %%ETCDIR%%/ssh_host_dsa_key" From owner-svn-ports-head@freebsd.org Thu Sep 24 22:05:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8E64A08FB1; Thu, 24 Sep 2015 22:05:25 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE9CE14D6; Thu, 24 Sep 2015 22:05:25 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OM5PpH066581; Thu, 24 Sep 2015 22:05:25 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OM5OGN066577; Thu, 24 Sep 2015 22:05:24 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509242205.t8OM5OGN066577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 24 Sep 2015 22:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397772 - in head/security/openssh-portable-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:05:26 -0000 Author: bdrewery Date: Thu Sep 24 22:05:23 2015 New Revision: 397772 URL: https://svnweb.freebsd.org/changeset/ports/397772 Log: - Update to latest snapshot. - Remove obsoleted RSA Protocol 1 ssh_host_key support from the rc script [1] PR: 202792 [1] Modified: head/security/openssh-portable-devel/Makefile head/security/openssh-portable-devel/distinfo head/security/openssh-portable-devel/files/extra-patch-hpn head/security/openssh-portable-devel/files/openssh.in Modified: head/security/openssh-portable-devel/Makefile ============================================================================== --- head/security/openssh-portable-devel/Makefile Thu Sep 24 21:54:40 2015 (r397771) +++ head/security/openssh-portable-devel/Makefile Thu Sep 24 22:05:23 2015 (r397772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssh -DISTVERSION= 20150821 +DISTVERSION= 20150924 PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= http://www.mindrot.org/openssh_snap/ \ Modified: head/security/openssh-portable-devel/distinfo ============================================================================== --- head/security/openssh-portable-devel/distinfo Thu Sep 24 21:54:40 2015 (r397771) +++ head/security/openssh-portable-devel/distinfo Thu Sep 24 22:05:23 2015 (r397772) @@ -1,5 +1,5 @@ -SHA256 (openssh-SNAP-20150821.tar.gz) = 6ef0a5996e2c623f42138773ce0860fb52bcf7b8d18a62a9ad596ae4b0463031 -SIZE (openssh-SNAP-20150821.tar.gz) = 1473625 +SHA256 (openssh-SNAP-20150924.tar.gz) = 056ca3e8ad8f13010f82b5f55fe84f7cdd96620728ca63985f2cd11e9686e46c +SIZE (openssh-SNAP-20150924.tar.gz) = 1474959 SHA256 (openssh-6.8p1-sctp-2573.patch.gz) = 0348713ad4cb4463e90cf5202ed41c8f726d7d604f3f93922a9aa55b86abf04a SIZE (openssh-6.8p1-sctp-2573.patch.gz) = 8531 SHA256 (openssh-7.0p1+x509-8.5.diff.gz) = 6000557f1ddae06aff8837d440d93342a923fada571fec59fc5dedf388fb5f9e Modified: head/security/openssh-portable-devel/files/extra-patch-hpn ============================================================================== --- head/security/openssh-portable-devel/files/extra-patch-hpn Thu Sep 24 21:54:40 2015 (r397771) +++ head/security/openssh-portable-devel/files/extra-patch-hpn Thu Sep 24 22:05:23 2015 (r397772) @@ -447,9 +447,9 @@ diff -urN -x configure -x config.guess - echo "" ---- work.clean/openssh-6.8p1/kex.c.orig 2015-08-11 01:57:29.000000000 -0700 -+++ work.clean/openssh-6.8p1/kex.c 2015-08-17 17:02:06.770901000 -0700 -@@ -652,6 +652,13 @@ kex_choose_conf(struct ssh *ssh) +--- work.clean/openssh/kex.c.orig 2015-09-20 21:33:42.000000000 -0700 ++++ work.clean/openssh/kex.c 2015-09-24 14:59:44.155826000 -0700 +@@ -668,6 +668,13 @@ kex_choose_conf(struct ssh *ssh) int nenc, nmac, ncomp; u_int mode, ctos, need, dh_need, authlen; int r, first_kex_follows; @@ -461,9 +461,9 @@ diff -urN -x configure -x config.guess - + debug ("AUTH STATE IS %d", auth_flag); +#endif - if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0 || - (r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) -@@ -709,6 +716,17 @@ kex_choose_conf(struct ssh *ssh) + debug2("local %s KEXINIT proposal", kex->server ? "server" : "client"); + if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) +@@ -740,6 +747,17 @@ kex_choose_conf(struct ssh *ssh) peer[ncomp] = NULL; goto out; } @@ -478,7 +478,7 @@ diff -urN -x configure -x config.guess - + } + } +#endif - debug("kex: %s %s %s %s", + debug("kex: %s cipher: %s MAC: %s compression: %s", ctos ? "client->server" : "server->client", newkeys->enc.name, --- work.clean/openssh-6.8p1/myproposal.h 2015-03-17 00:49:20.000000000 -0500 Modified: head/security/openssh-portable-devel/files/openssh.in ============================================================================== --- head/security/openssh-portable-devel/files/openssh.in Thu Sep 24 21:54:40 2015 (r397771) +++ head/security/openssh-portable-devel/files/openssh.in Thu Sep 24 22:05:23 2015 (r397772) @@ -35,8 +35,7 @@ pidfile=${openssh_pidfile:="/var/run/ssh openssh_keygen() { - if [ -f %%ETCDIR%%/ssh_host_key -a \ - -f %%ETCDIR%%/ssh_host_dsa_key -a \ + if [ -f %%ETCDIR%%/ssh_host_dsa_key -a \ -f %%ETCDIR%%/ssh_host_rsa_key -a \ -f %%ETCDIR%%/ssh_host_ecdsa_key -a \ -f %%ETCDIR%%/ssh_host_ed25519_key ]; then @@ -49,15 +48,6 @@ openssh_keygen() [ -x %%PREFIX%%/bin/ssh-keygen ] || err 1 "%%PREFIX%%/bin/ssh-keygen does not exist." - if [ -f %%ETCDIR%%/ssh_host_key ]; then - echo "You already have an RSA host key" \ - "in %%ETCDIR%%/ssh_host_key" - echo "Skipping protocol version 1 RSA Key Generation" - else - %%PREFIX%%/bin/ssh-keygen -t rsa1 -b 1024 \ - -f %%ETCDIR%%/ssh_host_key -N '' - fi - if [ -f %%ETCDIR%%/ssh_host_dsa_key ]; then echo "You already have a DSA host key" \ "in %%ETCDIR%%/ssh_host_dsa_key" From owner-svn-ports-head@freebsd.org Thu Sep 24 22:09:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A056FA07259; Thu, 24 Sep 2015 22:09:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 861D21767; Thu, 24 Sep 2015 22:09:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OM9ugX066943; Thu, 24 Sep 2015 22:09:56 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OM9t3Q066939; Thu, 24 Sep 2015 22:09:55 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509242209.t8OM9t3Q066939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 24 Sep 2015 22:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397773 - in head/x11: nvidia-driver nvidia-driver-304 nvidia-driver-340 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:09:56 -0000 Author: jkim Date: Thu Sep 24 22:09:54 2015 New Revision: 397773 URL: https://svnweb.freebsd.org/changeset/ports/397773 Log: - Update x11/nvidia-driver to 346.96. - Update x11/nvidia-driver-340 to 340.93. - Update x11/nvidia-driver-304 to 304.128. Approved by: danfe (maintainer) Modified: head/x11/nvidia-driver-304/Makefile head/x11/nvidia-driver-340/Makefile head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo Modified: head/x11/nvidia-driver-304/Makefile ============================================================================== --- head/x11/nvidia-driver-304/Makefile Thu Sep 24 22:05:23 2015 (r397772) +++ head/x11/nvidia-driver-304/Makefile Thu Sep 24 22:09:54 2015 (r397773) @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ -DISTVERSION= 304.125 +DISTVERSION= 304.128 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 Modified: head/x11/nvidia-driver-340/Makefile ============================================================================== --- head/x11/nvidia-driver-340/Makefile Thu Sep 24 22:05:23 2015 (r397772) +++ head/x11/nvidia-driver-340/Makefile Thu Sep 24 22:09:54 2015 (r397773) @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ -DISTVERSION= 340.76 +DISTVERSION= 340.93 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Thu Sep 24 22:05:23 2015 (r397772) +++ head/x11/nvidia-driver/Makefile Thu Sep 24 22:09:54 2015 (r397773) @@ -11,7 +11,7 @@ # or `x11/nvidia-driver-340'). PORTNAME= nvidia-driver -DISTVERSION?= 346.47 +DISTVERSION?= 346.96 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 @@ -284,6 +284,8 @@ post-install: .SILENT .endif .if ${NVVERSION} < 180.029 ${REINPLACE_CMD} -e '/vdpau/d' ${TMPPLIST} +.else if ${NVVERSION} >= 304.128 && ${NVVERSION} < 310.019 + ${REINPLACE_CMD} -E '/libvdpau(_trace)?\.so/d' ${TMPPLIST} .endif .if ${NVVERSION} < 185.01829 ${REINPLACE_CMD} -e '/libcuda/d' ${TMPPLIST} Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Thu Sep 24 22:05:23 2015 (r397772) +++ head/x11/nvidia-driver/distinfo Thu Sep 24 22:09:54 2015 (r397773) @@ -1,14 +1,14 @@ -SHA256 (NVIDIA-FreeBSD-x86_64-346.47.tar.gz) = 663d7cb9570d594e7b49ec7560cdc86e80bf4fdba97580406a28286d031fe3f9 -SIZE (NVIDIA-FreeBSD-x86_64-346.47.tar.gz) = 58745451 -SHA256 (NVIDIA-FreeBSD-x86-346.47.tar.gz) = f72639ef6474c9e0127a7ea85b54192353e49a5993f256b7e360b38e25ca5016 -SIZE (NVIDIA-FreeBSD-x86-346.47.tar.gz) = 57996755 -SHA256 (NVIDIA-FreeBSD-x86_64-340.76.tar.gz) = 60037d035b9af9f1d4dcdd5033e1b28b0cd4c7ca94f6bcb8d267e037a930fdc0 -SIZE (NVIDIA-FreeBSD-x86_64-340.76.tar.gz) = 60206978 -SHA256 (NVIDIA-FreeBSD-x86-340.76.tar.gz) = 0abbcc3bed3f017e7f1887a5c2d014e2b5a020462071998986ed49cdb8e7119f -SIZE (NVIDIA-FreeBSD-x86-340.76.tar.gz) = 59362290 -SHA256 (NVIDIA-FreeBSD-x86_64-304.125.tar.gz) = 46b14b8c5ee1c02ff5e30afc9c99f4dd2edc426ccb2b73764093a1787639699d -SIZE (NVIDIA-FreeBSD-x86_64-304.125.tar.gz) = 35498616 -SHA256 (NVIDIA-FreeBSD-x86-304.125.tar.gz) = 806d0bff9d394390b3a257472bc342857f150e9dba6673e6b930f47a93ec0269 -SIZE (NVIDIA-FreeBSD-x86-304.125.tar.gz) = 34494889 +SHA256 (NVIDIA-FreeBSD-x86_64-346.96.tar.gz) = 89daaff29afe92d825ec8c00149a703b4eb234e4f16bbfb98673f077521bcff9 +SIZE (NVIDIA-FreeBSD-x86_64-346.96.tar.gz) = 58774970 +SHA256 (NVIDIA-FreeBSD-x86-346.96.tar.gz) = a27d7b79c053702bf6524b2c4725321fa557be18a585735e0b8122d884348c3e +SIZE (NVIDIA-FreeBSD-x86-346.96.tar.gz) = 58010757 +SHA256 (NVIDIA-FreeBSD-x86_64-340.93.tar.gz) = 07208f6a832c2da8748b1c4f8b5ce42a7b617f2ee1ac59155fecaff952c30988 +SIZE (NVIDIA-FreeBSD-x86_64-340.93.tar.gz) = 60215584 +SHA256 (NVIDIA-FreeBSD-x86-340.93.tar.gz) = 094dc6df60b8e57cf9b94d982cb29c32d5e0c1d81796dbadb39145e78a3b0086 +SIZE (NVIDIA-FreeBSD-x86-340.93.tar.gz) = 59385673 +SHA256 (NVIDIA-FreeBSD-x86_64-304.128.tar.gz) = ee38635fb02eb598dd0cdfdbc9014096774104d75ba42fee7688126e531fed8f +SIZE (NVIDIA-FreeBSD-x86_64-304.128.tar.gz) = 35481444 +SHA256 (NVIDIA-FreeBSD-x86-304.128.tar.gz) = c26d0ce5bda8965b37a8b8f91e8580f98b740e16dd21f3aaf7fb6bc84d3dd363 +SIZE (NVIDIA-FreeBSD-x86-304.128.tar.gz) = 34479549 SHA256 (NVIDIA-FreeBSD-x86-173.14.39.tar.gz) = 63a922ce4c5b676b4cb1ace98094dace4cc5408f2553e183df7b2127777a238b SIZE (NVIDIA-FreeBSD-x86-173.14.39.tar.gz) = 20038266 From owner-svn-ports-head@freebsd.org Thu Sep 24 22:12:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02649A074B2; Thu, 24 Sep 2015 22:12:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03EC1AD5; Thu, 24 Sep 2015 22:12:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMCAPd070791; Thu, 24 Sep 2015 22:12:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMCAhs070788; Thu, 24 Sep 2015 22:12:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242212.t8OMCAhs070788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397774 - head/audio/xhippo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:12:11 -0000 Author: bapt Date: Thu Sep 24 22:12:09 2015 New Revision: 397774 URL: https://svnweb.freebsd.org/changeset/ports/397774 Log: Convert to @sample Modified: head/audio/xhippo/Makefile head/audio/xhippo/pkg-plist Modified: head/audio/xhippo/Makefile ============================================================================== --- head/audio/xhippo/Makefile Thu Sep 24 22:09:54 2015 (r397773) +++ head/audio/xhippo/Makefile Thu Sep 24 22:12:09 2015 (r397774) @@ -3,6 +3,7 @@ PORTNAME= xhippo PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU @@ -25,11 +26,11 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= xhippo post-extract: - @${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.default + @${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.sample post-patch: @${REINPLACE_CMD} -e \ - '/^sysconf_DATA/s|=.*|= xhippo.config.default|' \ + '/^sysconf_DATA/s|=.*|= xhippo.config.sample|' \ ${WRKSRC}/Makefile.in .include Modified: head/audio/xhippo/pkg-plist ============================================================================== --- head/audio/xhippo/pkg-plist Thu Sep 24 22:09:54 2015 (r397773) +++ head/audio/xhippo/pkg-plist Thu Sep 24 22:12:09 2015 (r397774) @@ -1,6 +1,4 @@ bin/xhippo -@unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi -etc/xhippo.config.default -@exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config +@sample etc/xhippo.config.sample man/man1/xhippo.1.gz share/locale/de/LC_MESSAGES/xhippo.mo From owner-svn-ports-head@freebsd.org Thu Sep 24 22:19:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915CEA078E9; Thu, 24 Sep 2015 22:19:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68ADF1CC4; Thu, 24 Sep 2015 22:19:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMJxTD071260; Thu, 24 Sep 2015 22:19:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMJw77071256; Thu, 24 Sep 2015 22:19:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242219.t8OMJw77071256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397775 - head/editors/diakonos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:19:59 -0000 Author: bapt Date: Thu Sep 24 22:19:58 2015 New Revision: 397775 URL: https://svnweb.freebsd.org/changeset/ports/397775 Log: Convert to @sample While here, use option helper Modified: head/editors/diakonos/Makefile head/editors/diakonos/pkg-plist Modified: head/editors/diakonos/Makefile ============================================================================== --- head/editors/diakonos/Makefile Thu Sep 24 22:12:09 2015 (r397774) +++ head/editors/diakonos/Makefile Thu Sep 24 22:19:58 2015 (r397775) @@ -3,6 +3,7 @@ PORTNAME= diakonos PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= editors ruby MASTER_SITES= http://diakonos.pist0s.ca/archives/ @@ -29,10 +30,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/installation.rb \ ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/diakonos.conf \ - ${STAGEDIR}${PREFIX}/etc/diakonos.conf.dist + ${STAGEDIR}${PREFIX}/etc/diakonos.conf.sample ${INSTALL_DATA} ${WRKSRC}/diakonos-256-colour.conf \ - ${STAGEDIR}${PREFIX}/etc/diakonos-256-colour.conf.dist + ${STAGEDIR}${PREFIX}/etc/diakonos-256-colour.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR}/help + +post-install-DOCS-on: (cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG LICENCE README.rdoc \ ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/help/*.dhf ${STAGEDIR}${DOCSDIR}/help Modified: head/editors/diakonos/pkg-plist ============================================================================== --- head/editors/diakonos/pkg-plist Thu Sep 24 22:12:09 2015 (r397774) +++ head/editors/diakonos/pkg-plist Thu Sep 24 22:19:58 2015 (r397775) @@ -1,10 +1,6 @@ bin/diakonos -@unexec if cmp -s %D/etc/diakonos.conf.dist %D/etc/diakonos.conf; then rm -f %D/etc/diakonos.conf; fi -etc/diakonos.conf.dist -@exec if [ ! -f %B/diakonos.conf ]; then cp -p %D/%F %B/diakonos.conf; fi -@unexec if cmp -s %D/etc/diakonos-256-colour.conf.dist %D/etc/diakonos-256-colour.conf; then rm -f %D/etc/diakonos-256-colour.conf; fi -etc/diakonos-256-colour.conf.dist -@exec if [ ! -f %B/diakonos-256-colour.conf ]; then cp -p %D/%F %B/diakonos-256-colour.conf; fi +@sample etc/diakonos.conf.sample +@sample etc/diakonos-256-colour.conf.sample %%RUBY_SITELIBDIR%%/diakonos.rb %%RUBY_SITELIBDIR%%/diakonos/about.rb %%RUBY_SITELIBDIR%%/diakonos/bookmark.rb From owner-svn-ports-head@freebsd.org Thu Sep 24 22:26:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ACAFA07EC5; Thu, 24 Sep 2015 22:26:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B810117D; Thu, 24 Sep 2015 22:26:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMQ4P5075270; Thu, 24 Sep 2015 22:26:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMQ4eW075268; Thu, 24 Sep 2015 22:26:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242226.t8OMQ4eW075268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397776 - head/games/xboing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:26:04 -0000 Author: bapt Date: Thu Sep 24 22:26:03 2015 New Revision: 397776 URL: https://svnweb.freebsd.org/changeset/ports/397776 Log: Simplify a bit the plist Use options helpers Modified: head/games/xboing/Makefile head/games/xboing/pkg-plist Modified: head/games/xboing/Makefile ============================================================================== --- head/games/xboing/Makefile Thu Sep 24 22:19:58 2015 (r397775) +++ head/games/xboing/Makefile Thu Sep 24 22:26:03 2015 (r397776) @@ -21,11 +21,7 @@ OPTIONS_DEFINE=SOUND OPTIONS_DEFAULT=SOUND OPTIONS_SUB=yes -.include - -.if ${PORT_OPTIONS:MSOUND} -MAKE_ENV+= WITHOUT_AUDIO=True -.endif +SOUND_MAKE_ENV= WITHOUT_AUDIO=True post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/X11/xboing/.xboing.scr Modified: head/games/xboing/pkg-plist ============================================================================== --- head/games/xboing/pkg-plist Thu Sep 24 22:19:58 2015 (r397775) +++ head/games/xboing/pkg-plist Thu Sep 24 22:26:03 2015 (r397776) @@ -1,4 +1,4 @@ -bin/xboing +@(root,games,2755) bin/xboing lib/X11/xboing/levels/demo.data lib/X11/xboing/levels/editor.data lib/X11/xboing/levels/level01.data @@ -130,14 +130,8 @@ man/man1/xboing.1.gz %%SOUND%%lib/X11/xboing/sounds/wzzz2.au %%SOUND%%lib/X11/xboing/sounds/youagod.au lib/X11/xboing/problems.doc -@exec chown root:games %D/bin/xboing -@exec chmod 2755 %D/bin/xboing @exec touch %D/lib/X11/xboing/.xboing.scr -@exec chown root:games %D/lib/X11/xboing -@exec chmod 775 %D/lib/X11/xboing @exec chown root:games %D/lib/X11/xboing/.xboing.scr @exec chmod 664 %D/lib/X11/xboing/.xboing.scr @unexec if test ! -s %D/lib/X11/xboing/.xboing.scr ; then rm -f %D/lib/X11/xboing/.xboing.scr ; fi -%%SOUND%%@dirrm lib/X11/xboing/sounds -@dirrm lib/X11/xboing/levels -@dirrm lib/X11/xboing +@dir(root,games,775) lib/X11/xboing From owner-svn-ports-head@freebsd.org Thu Sep 24 22:30:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C94D0A08150; Thu, 24 Sep 2015 22:30:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E0B144A; Thu, 24 Sep 2015 22:30:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMUQF0077223; Thu, 24 Sep 2015 22:30:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMUQ3n077222; Thu, 24 Sep 2015 22:30:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242230.t8OMUQ3n077222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397777 - head/games/noegnud-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:30:26 -0000 Author: bapt Date: Thu Sep 24 22:30:25 2015 New Revision: 397777 URL: https://svnweb.freebsd.org/changeset/ports/397777 Log: Use DATADIR macro where possible Remove useless @exec pkg will already do the right thing Reset @owner/@group when not needed anymore Modified: head/games/noegnud-data/pkg-plist Modified: head/games/noegnud-data/pkg-plist ============================================================================== --- head/games/noegnud-data/pkg-plist Thu Sep 24 22:26:03 2015 (r397776) +++ head/games/noegnud-data/pkg-plist Thu Sep 24 22:30:25 2015 (r397777) @@ -1,1569 +1,1548 @@ @owner games @group bin -share/noegnud-0.8.0/data/char/DeeT.png -share/noegnud-0.8.0/data/char/anethack.png -share/noegnud-0.8.0/data/char/deco.png -share/noegnud-0.8.0/data/char/nethack.png -share/noegnud-0.8.0/data/char/pc8.png -share/noegnud-0.8.0/data/credits.txt -share/noegnud-0.8.0/data/gui/back.png -share/noegnud-0.8.0/data/gui/credits.png -share/noegnud-0.8.0/data/gui/splashscreen.png -share/noegnud-0.8.0/data/images/dungeon.png -share/noegnud-0.8.0/data/images/tilenotfound.png -share/noegnud-0.8.0/data/lang/README -share/noegnud-0.8.0/data/lang/afrikaans.lang -share/noegnud-0.8.0/data/lang/afrikaans_gangsta.lang -share/noegnud-0.8.0/data/lang/deutsch.lang -share/noegnud-0.8.0/data/lang/suomi.lang -share/noegnud-0.8.0/data/minimap-fonts/DeeT_minimap.png -share/noegnud-0.8.0/data/minimap-fonts/default.png -share/noegnud-0.8.0/data/news -share/noegnud-0.8.0/data/textcolouring/default.colour -share/noegnud-0.8.0/data/textcolouring/default_light.colour -share/noegnud-0.8.0/data/tilesets/nethack.inf -share/noegnud-0.8.0/data/tilesets/nethack/cmap.air.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.altar.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.cloud.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.corridor.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.dark part of a room.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.door.doorway.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.door.horizontal closed door.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.door.horizontal open door.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.door.vertical closed door.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.door.vertical open door.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.camera flash.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.dig beam.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.horizontal beam.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.left slant beam.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.magic shield 1.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.magic shield 2.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.magic shield 3.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.magic shield 4.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.right slant beam.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.thrown boomerang.open left.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.thrown boomerang.open right.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.effect.vertical beam.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.floor of a room.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.fountain.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.grave.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.ice.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.iron bars.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.ladder down.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.ladder up.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.lit corridor.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.lowered drawbridge.horizontal.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.lowered drawbridge.vertical.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.molten lava.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.opulent throne.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.pool.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.raised drawbridge.horizontal.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.raised drawbridge.vertical.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.sink.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.staircase down.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.staircase up.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.swallow.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.toilet.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.anti-magic field.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.arrow trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.bear trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.dart trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.falling rock trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.fire trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.hole.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.land mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.level teleporter.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.magic portal.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.magic trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.pit.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.polymorph trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.rolling boulder trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.rust trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.sleeping gas trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.spiked pit.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.squeaky board.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.statue trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.teleportation trap.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.trap door.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.trap.web.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.tree.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom left corner.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom left corner.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom left corner.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom left corner.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom left corner.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom right corner.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom right corner.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom right corner.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom right corner.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.bottom right corner.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.crosswall.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.crosswall.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.crosswall.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.crosswall.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.crosswall.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.horizontal.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.horizontal.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.horizontal.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.horizontal.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.horizontal.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee down.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee down.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee down.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee down.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee down.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee left.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee left.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee left.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee left.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee left.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee right.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee right.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee right.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee right.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee right.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee up.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee up.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee up.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee up.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.tee up.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top left corner.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top left corner.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top left corner.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top left corner.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top left corner.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top right corner.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top right corner.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top right corner.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top right corner.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.top right corner.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.vertical.gehennom.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.vertical.knox.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.vertical.mine.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.vertical.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.wall.vertical.sokoban.png -share/noegnud-0.8.0/data/tilesets/nethack/cmap.water.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.acid.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.dark.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.death.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.fiery.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.frosty.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.lighting.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.magical.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.muddy.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.noxious.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.bottom center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.bottom left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.bottom right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.middle center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.middle left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.middle right.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.top center.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.top left.png -share/noegnud-0.8.0/data/tilesets/nethack/explosion.wet.top right.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.aleax.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.angel.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.archon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.astral deva.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.couatl.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.ki-rin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.monadic deva.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.movanic deva.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.planetar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.angelic being.solar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.assassin bug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.black wasp.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.fire ant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant ant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant beetle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant flea.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant louse.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant tick.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.giant wasp.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.killer bee.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.killer beetle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.migo drone.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.migo queen.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.migo warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.queen bee.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.snow ant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.soldier ant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.spitting beetle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.tsetse fly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ant or other insect.yellow jacket.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.athol.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.bat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.byakhee.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.giant bat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.harpy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.hellbat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.mobat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.mongbat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.nightgaunt.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.raven.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.rhumbat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.bat or bird.vampire bat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.acid blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.burbling blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.gelatinous cube.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.jiggling blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.lava blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.quivering blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.blob.static blob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.caterwaul.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.displacer beast.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.hellcat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.housecat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.jaguar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.kamadan.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.kitten.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.large cat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.lynx.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.panther.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.sabre-toothed cat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.tiger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.werepanther.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cat or other feline.weretiger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.centaur.forest centaur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.centaur.mountain centaur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.centaur.plains centaur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.chickatrice.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.chicken.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.cockatoo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.cockatrice.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.parrot.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.cockatrice.pyrolisk.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.cerberus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.coyote.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.death dog.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.dingo puppy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.dingo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.dog.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.fox.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.hell hound pup.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.hell hound.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.jackal.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.large dingo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.large dog.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.little dog.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.mist wolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.pit bull.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.rabid wolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.shadow wolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.warg.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.werejackal.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.werewolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.winter wolf cub.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.winter wolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.wolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dog or other canine.wolverine.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby black dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby blue dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby deep dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby gray dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby green dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby orange dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby red dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby shimmering dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby silver dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby white dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.baby yellow dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.black dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.blue dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.chromatic dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.deep dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.gray dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.green dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.hydra.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.ixoth.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.orange dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.red dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.shimmering dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.silver dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.smaug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.white dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.wyvern.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.dragon.yellow dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.elemental.air elemental.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.elemental.earth elemental.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.elemental.fire elemental.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.elemental.stalker.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.elemental.water elemental.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.beholder.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.blinking eye.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.bloodshot eye.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.flaming sphere.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.floating eye.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.freezing sphere.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.gas spore.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.glowing eye.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.eye or sphere.shocking sphere.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.black mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.brown mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.disgusting mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.green mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.lichen.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.red mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.shrieker.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.violet fungus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.fungus or mold.yellow mold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ghost.ghost.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ghost.shade.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ghost.shadow.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.cyclops.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.ettin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.father dagon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.fire giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.frost giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.hill giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.lord surtur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.minotaur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.mother hydra.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.stone giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.storm giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.the largest giant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.giant humanoid.titan.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.deep gnome.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnoll chieftain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnoll shaman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnoll warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnoll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnome king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnome lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnome thief.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnome warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnome.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.gnomish wizard.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gnome.ruggo the gnome king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.clay golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.crystal golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.diamond golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.flesh golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.frankensteins monster.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.glass golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.gold golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.iron golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.leather golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.paper golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.plastic golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.rope golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.ruby golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.sapphire golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.steel golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.stone golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.straw golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.wax golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.golem.wood golem.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gremlin.gargoyle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gremlin.gremlin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gremlin.statue gargoyle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.gremlin.winged gargoyle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.abbot.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.acolyte.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.aligned priest.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.apprentice.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.arch priest.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.archeologist.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.ashikaga takauji.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.attendant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.barbarian.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.black marketeer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.captain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.caveman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.cavewoman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.charon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.chief yeoman warder.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.chieftain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.colonel blood.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.count dracula.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.croesus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.dark lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.dark one.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.doppelganger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.drow.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.earendil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.earth mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.elf-lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.elf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.elvenking.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.elwing.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.embalmer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.exterminator.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.flame mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.froster.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.gibberling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.grand master.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.green-elf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.grey-elf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.grimlock.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.guard.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.guide.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.gypsy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.healer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.high flame mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.high ice mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.high lycanthrope.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.high priest.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.high-elf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.hippocrates.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.human.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.hunter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.ice mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.igniter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.intern.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.king arthur.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.knight.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.lareth.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.lieutenant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.lord carnarvon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.lord sato.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.master assassin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.master kaen.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.master of thieves.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.master shifter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.medusa.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.monk.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.mugger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.neanderthal.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.necromancer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.neferet the green.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.ninja.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.norn.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.nurse.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.oracle.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.orion.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.page.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.pelias.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.priest.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.priestess.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.prisoner.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.ranger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.rogue.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.ronin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.roshi.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.samurai.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.sergeant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.shaman karnov.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.shifter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.shopkeeper.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.sir lorimar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.soldier.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.student.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.thoth amon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.thug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.tourist.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.transmuter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.twoflower.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.undead slayer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.valkyrie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.van helsing.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.watch captain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.watchman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.water mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.werejackal.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.werepanther.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.wererat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.weresnake.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.werespider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.weretiger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.werewolf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.wizard of balance.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.wizard of yendor.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.wizard.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.woodland-elf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.yeoman warder.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.human or elf.yeoman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.bilbo baggins.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.bugbear.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.deep one.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.deeper one.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.deepest one.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.duergar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.dwarf king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.dwarf lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.dwarf thief.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.dwarf warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.dwarf.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.farmer maggot.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.fiend.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.gollum.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.hobbit.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.master mind flayer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.mind flayer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.proudfoot.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.humanoid.thorin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.blood imp.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.dretch.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.homunculus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.imp.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.lemure.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.manes.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.nupperibo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.quasit.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.rutterkin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.imp or minor demon.tengu.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.invisible monster.invisible monster.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jabberwock.jabberwock.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jabberwock.vorpal jabberwock.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.blue jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.clear jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.ochre jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.orange jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.rancid jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.spotted jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.jelly.yellow jelly.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.keystone kop.keystone kop.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.keystone kop.kop kaptain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.keystone kop.kop lieutenant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.keystone kop.kop sergeant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.kobold lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.kobold shaman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.kobold warrior.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.kobold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.kroo the kobold king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.large kobold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.rock kobold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.kobold.swamp kobold.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.leprechaun.leprechaun wizard.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.leprechaun.leprechaun.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lich.arch-lich.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lich.demilich.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lich.lich.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lich.master lich.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lich.vecna.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.light.black light.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.light.yellow light.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.baby crocodile.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.basilisk.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.chameleon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.crocodile.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.gecko.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.gila monster.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.iguana.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.komodo dragon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.lizard.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.newt.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.rhaumbusun.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.lizard.salamander.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.long worm tail.long worm tail.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.asmodeus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.baalzebub.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.babau.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.balrog.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.bar-lgura.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.barbed devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.bearded devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.bone devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.chasme.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.cthulhu.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.dao.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.death.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.demogorgon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.dispater.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.djinni.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.efreeti.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.erinys.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.famine.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.geryon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.hezrou.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.horned devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.ice devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.incubus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.juiblex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.mail daemon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.marid.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.marilith.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.maugneshaagar.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.minion of huhetotl.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.nabassu.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.nalfeshnee.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.nalzok.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.orcus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.pestilence.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.pit fiend.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.sandestin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.spined devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.succubus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.vrock.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.water demon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.major demon.yeenoghu.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mimic.giant mimic.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mimic.large mimic.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mimic.small mimic.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.dwarf mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.elf mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.ettin mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.giant mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.gnome mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.human mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.kobold mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.orc mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.mummy.troll mummy.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.black naga hatchling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.black naga.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.golden naga hatchling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.golden naga.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.guardian naga hatchling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.guardian naga.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.red naga hatchling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.naga.red naga.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.aphrodite.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.brownie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.mountain nymph.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.pixie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.quickling.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.water nymph.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.nymph.wood nymph.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ogre.ogre king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ogre.ogre lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ogre.ogre mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ogre.ogre.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.ogre.shadow ogre.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.demon orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.goblin king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.goblin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.great orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.grund the orc king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.hill orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.hobgoblin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.mordor orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.orc shaman.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.orc-captain.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.snow orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.uruk-hai.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.orc.war orc.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piece of food.bad egg.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piece of food.killer food ration.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piece of food.killer tripe ration.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piercer.glass piercer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piercer.iron piercer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.piercer.rock piercer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pile of coins.huge pile of killer coins.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pile of coins.large pile of killer coins.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pile of coins.pile of killer coins.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.black pudding.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.brown pudding.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.giant shoggoth.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.gray ooze.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.green slime.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.moldy pudding.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.pudding or ooze.shoggoth.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.baluchitherium.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.bull.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.catoblepas.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.cow.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.giant badger.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.goat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.juggernaut.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.jumbo the elephant.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.lamb.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.leocrotta.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.mangler.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.mastodon.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.mumak.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.rothe.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.scramper.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.sheep.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.squealer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.titanothere.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quadruped.wumpus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quantum mechanic or other scientist.doctor frankenstein.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quantum mechanic or other scientist.genetic engineer.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.quantum mechanic or other scientist.quantum mechanic.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.black rat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.giant rat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.hellrat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.pack rat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.rabbit.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.rabid rabbit.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.rabid rat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.rock mole.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.sewer rat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.the rat king.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.wererat.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rodent.woodchuck.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rust monster or disenchanter.disenchanter.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rust monster or disenchanter.displacer beast.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.rust monster or disenchanter.rust monster.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.electric eel.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.giant crab.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.giant eel.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.jellyfish.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.kraken.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.piranha.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.sea monster.shark.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.asphynx.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.cobra.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.garter snake.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.king cobra.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.pit viper.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.python.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.snake.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.water moccasin.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.snake.weresnake.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.barking spider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.carrion crawler.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.cave spider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.centipede.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.giant scorpion.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.giant spider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.girtab.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.lolth.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.nickelpede.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.phase spider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.recluse spider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.scorpion.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.scorpius.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.shelob.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.spider.werespider.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.trapper or lurker above.lurker above.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.trapper or lurker above.trapper.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.black troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.ice troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.olog-hai.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.rock troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.two-headed troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.troll.water troll.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.umber hulk.umber hulk.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.umber hulk.water hulk.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.black unicorn.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.gray unicorn.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.horse.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.nightmare.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.pegasus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.pony.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.warhorse.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.unicorn or horse.white unicorn.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.fire vampire.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.star vampire.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.vampire lord.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.vampire mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.vampire.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vampire.vlad the impaler.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.dust vortex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.energy vortex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.fire vortex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.fog cloud.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.ice vortex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.vortex.steam vortex.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.acid worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.baby long worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.baby purple worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.bloodworm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.dung worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.larva.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.long worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.maggot.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.purple worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.rot worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.worm.tunnel worm.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.wraith.barrow wight.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.wraith.nazgul.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.wraith.wight.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.wraith.wraith.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xan or other mythical.fantastic insect.arc bug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xan or other mythical.fantastic insect.grid bug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xan or other mythical.fantastic insect.lightning bug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xan or other mythical.fantastic insect.spark bug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xan or other mythical.fantastic insect.xan.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.xorn.xorn.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.ape.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.carnivorous ape.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.monkey.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.owlbear.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.sasquatch.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.yeti.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.yeti ape or other large beast.zruty.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.dwarf zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.elf zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.ettin zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.ghast.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.ghoul mage.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.ghoul queen.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.ghoul.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.giant zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.gnome zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.gug.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.human zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.kobold zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.orc zombie.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zombie.skeleton.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.echidna.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.kangaroo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.koala.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.platypus.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.tasmanian devil.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.wallaby.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.wallaroo.png -share/noegnud-0.8.0/data/tilesets/nethack/monster.zouthern animal.wombat.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.amulet of yendor.cheap plastic imitation of the amulet of yendor.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.amulet of yendor.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.circular.amulet of esp.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.concave.amulet of unchanging.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.convex.amulet of flying.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.hexagonal.amulet of reflection.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.lunate.amulet versus stone.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.octagonal.amulet of magical breathing.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.oval.amulet of strangulation.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.pyramidal.amulet versus poison.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.spherical.amulet of life saving.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.square.amulet of change.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.triangular.amulet of restful sleep.png -share/noegnud-0.8.0/data/tilesets/nethack/object.amulets.warped.amulet of drain resistance.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.apron.alchemy smock.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.banded mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.black dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.black dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.black gloves.gauntlets of swimming.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.blue and green shield.elven shield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.blue dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.blue dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.blue robe.robe of protection.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.bronze plate mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.buckled boots.kicking boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.chain mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.coarse mantelet.orcish cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.combat boots.speed boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.conical hat.cornuthaum.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.conical hat.dunce cap.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.crested helmet.helm of opposite alignment.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.crude chain mail.orcish chain mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.crude ring mail.orcish ring mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.crystal plate mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.dark elven mithril-coat.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.deep dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.deep dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.dented pot.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.dirty rag.cloak of poisonousness.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.dirty rag.poisonous cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.dwarvish mithril-coat.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.elven mithril-coat.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.etched helmet.helm of brilliance.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.faded pall.elven cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.fedora.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.fencing gloves.gauntlets of dexterity.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.gray dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.gray dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.green dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.green dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.green robe.robe of weakness.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.hard hat.dwarvish iron helm.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.hard shoes.iron shoes.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.hawaiian shirt.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.hiking boots.jumping boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.hooded cloak.dwarvish cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.iron skull cap.orcish helm.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.jackboots.high boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.jungle boots.water walking boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.large round shield.dwarvish roundshield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.large shield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.leather armor.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.leather cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.leather hat.elven leather helm.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.leather jacket.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.mud boots.elven boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.mummy wrapping.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.old gloves.leather gloves.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.opera cloak.cloak of invisibility.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.orange dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.orange dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.orange robe.robe of power.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.ornamental cope.cloak of magic resistance.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.padded gloves.gauntlets of fumbling.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.piece of cloth.cloak of displacement.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.plate mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.plumed helmet.helmet.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.polished silver shield.shield of reflection.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.red dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.red dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.red robe.robe.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.red-eyed shield.orcish shield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.riding boots.fumble boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.riding gloves.gauntlets of power.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.ring mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.robe.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.shimmering dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.shimmering dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.silver dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.silver dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.slippery cloak.oilskin cloak.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.small shield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.snow boots.levitation boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.splint mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.steel boots.kicking boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.studded leather armor.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.t-shirt.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.tattered cape.cloak of protection.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.visored helmet.helm of telepathy.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.walking shoes.low boots.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.white coat.lab coat.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.white dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.white dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.white-handed shield.uruk-hai shield.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.yellow dragon scale mail.png -share/noegnud-0.8.0/data/tilesets/nethack/object.armor.yellow dragon scales.png -share/noegnud-0.8.0/data/tilesets/nethack/object.chains.iron chain.png -share/noegnud-0.8.0/data/tilesets/nethack/object.coins.gold piece.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.apple.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.asian pear.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.banana.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.c-ration.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.candy bar.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.carrot.png -share/noegnud-0.8.0/data/tilesets/nethack/object.food.cheese.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Sep 24 22:41:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE29FA08812; Thu, 24 Sep 2015 22:41:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF5D11A7E; Thu, 24 Sep 2015 22:41:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMfD5D083320; Thu, 24 Sep 2015 22:41:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMfDrZ083319; Thu, 24 Sep 2015 22:41:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242241.t8OMfDrZ083319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397778 - head/net/minidlna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:41:14 -0000 Author: bapt Date: Thu Sep 24 22:41:13 2015 New Revision: 397778 URL: https://svnweb.freebsd.org/changeset/ports/397778 Log: Convert to @sample Modified: head/net/minidlna/pkg-plist Modified: head/net/minidlna/pkg-plist ============================================================================== --- head/net/minidlna/pkg-plist Thu Sep 24 22:30:25 2015 (r397777) +++ head/net/minidlna/pkg-plist Thu Sep 24 22:41:13 2015 (r397778) @@ -1,7 +1,5 @@ sbin/minidlnad -@unexec if cmp -s %D/etc/minidlna.conf %D/etc/minidlna.conf.sample; then rm -f %D/etc/minidlna.conf; fi -etc/minidlna.conf.sample -@exec [ -f %D/etc/minidlna.conf ] || cp -p %D/etc/minidlna.conf.sample %D/etc/minidlna.conf +@sample etc/minidlna.conf.sample man/man5/minidlna.conf.5.gz man/man8/minidlnad.8.gz %%NLS%%share/locale/da/LC_MESSAGES/minidlna.mo From owner-svn-ports-head@freebsd.org Thu Sep 24 22:43:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02B7AA08A17; Thu, 24 Sep 2015 22:43:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7E271C48; Thu, 24 Sep 2015 22:43:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMhTAJ083522; Thu, 24 Sep 2015 22:43:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMhTg8083520; Thu, 24 Sep 2015 22:43:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242243.t8OMhTg8083520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397779 - head/net/queso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:43:30 -0000 Author: bapt Date: Thu Sep 24 22:43:28 2015 New Revision: 397779 URL: https://svnweb.freebsd.org/changeset/ports/397779 Log: Convert @sample which fixes a bad @exec line Convert to options helpers Modified: head/net/queso/Makefile head/net/queso/pkg-plist Modified: head/net/queso/Makefile ============================================================================== --- head/net/queso/Makefile Thu Sep 24 22:41:13 2015 (r397778) +++ head/net/queso/Makefile Thu Sep 24 22:43:28 2015 (r397779) @@ -3,7 +3,7 @@ PORTNAME= queso PORTVERSION= 980922 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= PACKETSTORM/UNIX/scanners @@ -25,6 +25,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/queso ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/queso.conf.sample ${STAGEDIR}${PREFIX}/etc + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${STAGEDIR}${DOCSDIR} Modified: head/net/queso/pkg-plist ============================================================================== --- head/net/queso/pkg-plist Thu Sep 24 22:41:13 2015 (r397778) +++ head/net/queso/pkg-plist Thu Sep 24 22:43:28 2015 (r397779) @@ -1,5 +1,3 @@ sbin/queso -@unexec if cmp -s %D/etc/etc/queso.conf %D/etc/etc/queso.conf.sample; then rm -f %D/etc/queso.conf.sample; fi -etc/queso.conf.sample -@exec [ -f %B/queso.conf.sample ] || cp %B/%f %B/queso.conf.sample +@sample etc/queso.conf.sample %%PORTDOCS%%%%DOCSDIR%%/Documentation.txt From owner-svn-ports-head@freebsd.org Thu Sep 24 22:44:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD69A08AAE; Thu, 24 Sep 2015 22:44:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F1821D38; Thu, 24 Sep 2015 22:44:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMiRRN083670; Thu, 24 Sep 2015 22:44:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMiRBp083669; Thu, 24 Sep 2015 22:44:27 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242244.t8OMiRBp083669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397780 - head/net/stone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:44:27 -0000 Author: bapt Date: Thu Sep 24 22:44:26 2015 New Revision: 397780 URL: https://svnweb.freebsd.org/changeset/ports/397780 Log: Convert to @sample Modified: head/net/stone/pkg-plist Modified: head/net/stone/pkg-plist ============================================================================== --- head/net/stone/pkg-plist Thu Sep 24 22:43:28 2015 (r397779) +++ head/net/stone/pkg-plist Thu Sep 24 22:44:26 2015 (r397780) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/stone.cnf %D/etc/stone.cnf.sample; then rm -f %D/etc/stone.cnf; fi -etc/stone.cnf.sample -@exec [ -f %B/stone.cnf ] || cp %B/%f %B/stone.cnf +@sampleetc/stone.cnf.sample bin/stone man/ja/man1/stone.1.gz man/man1/stone.1.gz From owner-svn-ports-head@freebsd.org Thu Sep 24 22:46:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93AC6A08C0F; Thu, 24 Sep 2015 22:46:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84FEA1E5F; Thu, 24 Sep 2015 22:46:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMkHb3083846; Thu, 24 Sep 2015 22:46:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMkHWL083845; Thu, 24 Sep 2015 22:46:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242246.t8OMkHWL083845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397781 - head/net/wizd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:46:17 -0000 Author: bapt Date: Thu Sep 24 22:46:16 2015 New Revision: 397781 URL: https://svnweb.freebsd.org/changeset/ports/397781 Log: Convert to @sample Modified: head/net/wizd/pkg-plist Modified: head/net/wizd/pkg-plist ============================================================================== --- head/net/wizd/pkg-plist Thu Sep 24 22:44:26 2015 (r397780) +++ head/net/wizd/pkg-plist Thu Sep 24 22:46:16 2015 (r397781) @@ -1,7 +1,5 @@ bin/wizd -@unexec if cmp -s %D/etc/wizd.conf %D/etc/wizd.conf.sample; then rm -f %D/etc/wizd.conf; fi -etc/wizd.conf.sample -@exec if [ ! -f %B/wizd.conf ]; then cp -p %B/%f %B/wizd.conf; fi +@sample etc/wizd.conf.sample %%DATADIR%%/skins/simplicity/back-delete.jpg %%DATADIR%%/skins/simplicity/back-portal.jpg %%DATADIR%%/skins/simplicity/back.jpg From owner-svn-ports-head@freebsd.org Thu Sep 24 22:46:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 062D4A08C67; Thu, 24 Sep 2015 22:46:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAFC31F4F; Thu, 24 Sep 2015 22:46:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMkwbh083960; Thu, 24 Sep 2015 22:46:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMkw70083959; Thu, 24 Sep 2015 22:46:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242246.t8OMkw70083959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397782 - head/net/xprobe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:46:59 -0000 Author: bapt Date: Thu Sep 24 22:46:58 2015 New Revision: 397782 URL: https://svnweb.freebsd.org/changeset/ports/397782 Log: Convert to @sample Modified: head/net/xprobe/pkg-plist Modified: head/net/xprobe/pkg-plist ============================================================================== --- head/net/xprobe/pkg-plist Thu Sep 24 22:46:16 2015 (r397781) +++ head/net/xprobe/pkg-plist Thu Sep 24 22:46:58 2015 (r397782) @@ -1,5 +1,3 @@ bin/xprobe2 -@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf %D/%%ETCDIR%%/xprobe2.conf.sample; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi -%%ETCDIR%%/xprobe2.conf.sample -@exec if [ ! -f %D/%%ETCDIR%%/xprobe2.conf ]; then cp -p %D/%F %B/xprobe2.conf; fi +@sample %%ETCDIR%%/xprobe2.conf.sample man/man1/xprobe2.1.gz From owner-svn-ports-head@freebsd.org Thu Sep 24 22:49:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72772A08D96; Thu, 24 Sep 2015 22:49:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 635CB10A4; Thu, 24 Sep 2015 22:49:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMn15f084136; Thu, 24 Sep 2015 22:49:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMn1C9084135; Thu, 24 Sep 2015 22:49:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242249.t8OMn1C9084135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397783 - head/devel/pear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:49:01 -0000 Author: bapt Date: Thu Sep 24 22:49:00 2015 New Revision: 397783 URL: https://svnweb.freebsd.org/changeset/ports/397783 Log: Convert to @sample Modified: head/devel/pear/pkg-plist Modified: head/devel/pear/pkg-plist ============================================================================== --- head/devel/pear/pkg-plist Thu Sep 24 22:46:58 2015 (r397782) +++ head/devel/pear/pkg-plist Thu Sep 24 22:49:00 2015 (r397783) @@ -1,9 +1,7 @@ bin/pear bin/peardev bin/pecl -@unexec if cmp -s %D/etc/pear.conf %D/etc/pear.conf.sample; then rm -f %D/etc/pear.conf; fi -etc/pear.conf.sample -@exec [ -f %B/pear.conf ] || cp %B/%f %B/pear.conf +@sample etc/pear.conf.sample %%DOCSDIR%%/Archive_Tar/docs/Archive_Tar.txt %%DOCSDIR%%/PEAR/INSTALL %%DOCSDIR%%/PEAR/LICENSE From owner-svn-ports-head@freebsd.org Thu Sep 24 22:52:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC90BA0801C; Thu, 24 Sep 2015 22:52:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAEDF1479; Thu, 24 Sep 2015 22:52:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMq1ck087960; Thu, 24 Sep 2015 22:52:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMq1T4087959; Thu, 24 Sep 2015 22:52:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242252.t8OMq1T4087959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397784 - head/games/pouetchess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:52:02 -0000 Author: bapt Date: Thu Sep 24 22:52:00 2015 New Revision: 397784 URL: https://svnweb.freebsd.org/changeset/ports/397784 Log: Convert to @sample Modified: head/games/pouetchess/pkg-plist Modified: head/games/pouetchess/pkg-plist ============================================================================== --- head/games/pouetchess/pkg-plist Thu Sep 24 22:49:00 2015 (r397783) +++ head/games/pouetchess/pkg-plist Thu Sep 24 22:52:00 2015 (r397784) @@ -1,4 +1,2 @@ bin/pouetChess -@unexec if cmp -s %D/etc/pouetChess.conf %D/etc/pouetChess.conf.sample; then rm -f %D/etc/pouetChess.conf; fi -etc/pouetChess.conf.sample -@exec if [ ! -f %D/etc/pouetChess.conf ]; then cp -p %D/etc/pouetChess.conf.sample %D/etc/pouetChess.conf; fi +@sample etc/pouetChess.conf.sample From owner-svn-ports-head@freebsd.org Thu Sep 24 22:57:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0288DA082C5; Thu, 24 Sep 2015 22:57:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB2E31650; Thu, 24 Sep 2015 22:57:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OMvwjx088366; Thu, 24 Sep 2015 22:57:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OMvvMi088362; Thu, 24 Sep 2015 22:57:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242257.t8OMvvMi088362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 22:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397785 - in head: games/xfireworks mail/qmhandle mail/sgwi misc/dphys-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 22:57:59 -0000 Author: bapt Date: Thu Sep 24 22:57:57 2015 New Revision: 397785 URL: https://svnweb.freebsd.org/changeset/ports/397785 Log: Convert to @sample Modified: head/games/xfireworks/pkg-plist head/mail/qmhandle/pkg-plist head/mail/sgwi/pkg-plist head/misc/dphys-config/pkg-plist Modified: head/games/xfireworks/pkg-plist ============================================================================== --- head/games/xfireworks/pkg-plist Thu Sep 24 22:52:00 2015 (r397784) +++ head/games/xfireworks/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) @@ -1,5 +1,3 @@ bin/xfireworks man/man1/xfireworks.1.gz -@unexec if cmp -s %D/etc/xfireworks.conf %D/etc/xfireworks.conf.sample; then rm -f %D/etc/xfireworks.conf; fi -etc/xfireworks.conf.sample -@exec test -f %B/xfireworks.conf || cp %B/%f %B/xfireworks.conf +@sample etc/xfireworks.conf.sample Modified: head/mail/qmhandle/pkg-plist ============================================================================== --- head/mail/qmhandle/pkg-plist Thu Sep 24 22:52:00 2015 (r397784) +++ head/mail/qmhandle/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) @@ -1,4 +1,2 @@ bin/qmHandle -@unexec if cmp -s %D/etc/qmHandle.conf %D/etc/qmHandle.conf.sample; then rm -f %D/etc/qmHandle.conf; fi -etc/qmHandle.conf.sample -@exec [ -f %B/qmHandle.conf ] || cp %B/%f %B/qmHandle.conf +@sample etc/qmHandle.conf.sample Modified: head/mail/sgwi/pkg-plist ============================================================================== --- head/mail/sgwi/pkg-plist Thu Sep 24 22:52:00 2015 (r397784) +++ head/mail/sgwi/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) @@ -1,16 +1,10 @@ -@unexec if cmp -s %D/www/sgwi/.htaccess %D/www/sgwi/.htaccess.sample; then rm -f %D/www/sgwi/.htaccess; fi -www/sgwi/.htaccess.sample -@exec [ -f %B/.htaccess ] || cp %B/%f %B/.htaccess -@unexec if cmp -s %D/www/sgwi/.htpasswd %D/www/sgwi/.htpasswd.sample; then rm -f %D/www/sgwi/.htpasswd; fi -www/sgwi/.htpasswd.sample -@exec [ -f %B/.htpasswd ] || cp %B/%f %B/.htpasswd +@sample www/sgwi/.htaccess.sample +@sample www/sgwi/.htpasswd.sample www/sgwi/awl.php www/sgwi/connect.php www/sgwi/includes/awl.inc.php @exec [ -f %D/www/sgwi/config.inc.php ] && mv -f %D/www/sgwi/config.inc.php %D/www/sgwi/includes/config.inc.php -@unexec if cmp -s %D/www/sgwi/includes/config.inc.php %D/www/sgwi/includes/config.inc.php.sample; then rm -f %D/www/sgwi/includes/config.inc.php; fi -www/sgwi/includes/config.inc.php.sample -@exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php +@sample www/sgwi/includes/config.inc.php.sample www/sgwi/includes/connect.inc.php www/sgwi/includes/copyright.inc.php www/sgwi/includes/functions.inc.php Modified: head/misc/dphys-config/pkg-plist ============================================================================== --- head/misc/dphys-config/pkg-plist Thu Sep 24 22:52:00 2015 (r397784) +++ head/misc/dphys-config/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) @@ -1,7 +1,5 @@ bin/dphys-config -@unexec if cmp -s %D/etc/dphys-config %D/etc/dphys-config.sample; then rm -f %D/etc/dphys-config; fi -etc/dphys-config.sample -@exec [ -f %B/dphys-config ] || cp %B/%f %B/dphys-config +@sample etc/dphys-config.sample man/man1/dphys-config.1.gz %%EXAMPLESDIR%%/cron.d.example %%EXAMPLESDIR%%/dphys-config.example From owner-svn-ports-head@freebsd.org Thu Sep 24 23:03:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0359A08655; Thu, 24 Sep 2015 23:03:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8971B25; Thu, 24 Sep 2015 23:03:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ON3kLk092400; Thu, 24 Sep 2015 23:03:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ON3jCd092392; Thu, 24 Sep 2015 23:03:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242303.t8ON3jCd092392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397786 - in head: net/hsflowd net/nss_ldap ports-mgmt/portshaker-config security/nikto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:03:47 -0000 Author: bapt Date: Thu Sep 24 23:03:44 2015 New Revision: 397786 URL: https://svnweb.freebsd.org/changeset/ports/397786 Log: Convert to @sample Modified: head/net/hsflowd/pkg-plist head/net/nss_ldap/pkg-plist head/ports-mgmt/portshaker-config/Makefile head/ports-mgmt/portshaker-config/pkg-plist head/security/nikto/pkg-plist Modified: head/net/hsflowd/pkg-plist ============================================================================== --- head/net/hsflowd/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) +++ head/net/hsflowd/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) @@ -1,5 +1,3 @@ -@unexec if cmp -s %D/%%ETCDIR%%/hsflowd.conf %D/%%ETCDIR%%/hsflowd.conf.sample; then rm -f %D/%%ETCDIR%%/hsflowd.conf; fi -%%ETCDIR%%/hsflowd.conf.sample -@exec if [ ! -f %D/%%ETCDIR%%/hsflowd.conf ]; then cp -p %D/%F %B/hsflowd.conf; fi +@sample %%ETCDIR%%/hsflowd.conf.sample sbin/hsflowd @unexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi Modified: head/net/nss_ldap/pkg-plist ============================================================================== --- head/net/nss_ldap/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) +++ head/net/nss_ldap/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) @@ -1,5 +1,3 @@ lib/nss_ldap.so.1 -@unexec if cmp -s %D/etc/nss_ldap.conf %D/etc/nss_ldap.conf.sample; then rm -f %D/etc/nss_ldap.conf; fi -etc/nss_ldap.conf.sample -@exec if [ ! -f %D/etc/nss_ldap.conf ]; then cp %B/%f %D/etc/nss_ldap.conf; fi +@sample etc/nss_ldap.conf.sample man/man5/nss_ldap.5.gz Modified: head/ports-mgmt/portshaker-config/Makefile ============================================================================== --- head/ports-mgmt/portshaker-config/Makefile Thu Sep 24 22:57:57 2015 (r397785) +++ head/ports-mgmt/portshaker-config/Makefile Thu Sep 24 23:03:44 2015 (r397786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portshaker-config -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MAINTAINER= romain@FreeBSD.org @@ -22,6 +22,6 @@ pre-install: post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/portshaker.conf \ - ${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample-config + ${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample .include "${MASTERDIR}/Makefile" Modified: head/ports-mgmt/portshaker-config/pkg-plist ============================================================================== --- head/ports-mgmt/portshaker-config/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) +++ head/ports-mgmt/portshaker-config/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/portshaker.conf.sample-config %D/etc/portshaker.conf; then rm -f %D/etc/portshaker.conf; fi -etc/portshaker.conf.sample-config -@exec if [ ! -f %D/etc/portshaker.conf ] ; then cp -p %D/%F %B/portshaker.conf; fi +@sample etc/portshaker.conf.sample etc/portshaker.d/bsd_sharp etc/portshaker.d/bsd_sharp_releng_2_0 etc/portshaker.d/bsd_sharp_releng_2_2 Modified: head/security/nikto/pkg-plist ============================================================================== --- head/security/nikto/pkg-plist Thu Sep 24 22:57:57 2015 (r397785) +++ head/security/nikto/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) @@ -1,7 +1,5 @@ bin/nikto -@unexec if cmp -s %D/etc/nikto.conf %D/etc/nikto.conf.sample; then rm -f %D/etc/nikto.conf; fi -etc/nikto.conf.sample -@exec if [ ! -f %D/etc/nikto.conf ] ; then cp -p %D/%F %B/nikto.conf; fi +@sample etc/nikto.conf.sample man/man1/nikto.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt From owner-svn-ports-head@freebsd.org Thu Sep 24 23:07:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8818EA0888F; Thu, 24 Sep 2015 23:07:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 786B61C95; Thu, 24 Sep 2015 23:07:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ON74Pg092680; Thu, 24 Sep 2015 23:07:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ON737V092676; Thu, 24 Sep 2015 23:07:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242307.t8ON737V092676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397787 - in head: sysutils/py-supervisor www/cgichk www/magento www/ojs2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:07:04 -0000 Author: bapt Date: Thu Sep 24 23:07:02 2015 New Revision: 397787 URL: https://svnweb.freebsd.org/changeset/ports/397787 Log: Convert to @sample Modified: head/sysutils/py-supervisor/pkg-plist head/www/cgichk/pkg-plist head/www/magento/pkg-plist head/www/ojs2/pkg-plist Modified: head/sysutils/py-supervisor/pkg-plist ============================================================================== --- head/sysutils/py-supervisor/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) +++ head/sysutils/py-supervisor/pkg-plist Thu Sep 24 23:07:02 2015 (r397787) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/supervisord.conf.sample %D/etc/supervisord.conf; then rm -f %D/etc/supervisord.conf; fi -etc/supervisord.conf.sample -@exec if [ ! -f %D/etc/supervisord.conf ]; then cp %D/etc/supervisord.conf.sample %D/etc/supervisord.conf; fi +@sample etc/supervisord.conf.sample @exec mkdir -p %%PIDDIR%% @unexec echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" @unexec echo "If you are permanently removing py-supervisor, you should also:" | /usr/bin/fmt Modified: head/www/cgichk/pkg-plist ============================================================================== --- head/www/cgichk/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) +++ head/www/cgichk/pkg-plist Thu Sep 24 23:07:02 2015 (r397787) @@ -1,4 +1,2 @@ bin/cgichk -@unexec if cmp -s %D/etc/cgichk.cfg %D/etc/cgichk.cfg.sample; then rm -f %D/etc/cgichk.cfg; fi -etc/cgichk.cfg.sample -@exec if [ ! -f %B/cgichk.cfg ]; then cp -p %B/%f %B/cgichk.cfg; fi +@sample etc/cgichk.cfg.sample Modified: head/www/magento/pkg-plist ============================================================================== --- head/www/magento/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) +++ head/www/magento/pkg-plist Thu Sep 24 23:07:02 2015 (r397787) @@ -1,7 +1,5 @@ @comment .htaccess when used can contain a lot of customizations -@unexec if cmp -s %D/%%MAGENTODIR%%/.htaccess %D/%%MAGENTODIR%%/.htaccess.sample; then rm -f %D/%%MAGENTODIR%%/.htaccess; fi -%%MAGENTODIR%%/.htaccess.sample -@exec if [ ! -f %D/%%MAGENTODIR%%/.htaccess ]; then cp -p %D/%F %B/.htaccess; fi +@sample %%MAGENTODIR%%/.htaccess.sample %%MAGENTODIR%%/LICENSE.html %%MAGENTODIR%%/LICENSE.txt %%MAGENTODIR%%/LICENSE_AFL.txt Modified: head/www/ojs2/pkg-plist ============================================================================== --- head/www/ojs2/pkg-plist Thu Sep 24 23:03:44 2015 (r397786) +++ head/www/ojs2/pkg-plist Thu Sep 24 23:07:02 2015 (r397787) @@ -296,9 +296,7 @@ %%WWWDIR%%/classes/xml/XMLNode.inc.php %%WWWDIR%%/classes/xml/XMLParser.inc.php %%WWWDIR%%/classes/xml/XMLParserDOMHandler.inc.php -@unexec if cmp -s %D/%%WWWDIR%%/config.inc.php.sample %D/%%WWWDIR%%/config.inc.php; then rm -f %D/%%WWWDIR%%/config.inc.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/config.inc.php has not been removed"; fi -%%WWWDIR%%/config.inc.php.sample -@exec if [ ! -f %D/%%WWWDIR%%/config.inc.php ]; then cp -p %D/%F %B/config.inc.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/config.inc.php has not been overwritten"; fi +@sample %%WWWDIR%%/config.inc.php.sample %%WWWDIR%%/dbscripts/xml/data/email_templates.xml %%WWWDIR%%/dbscripts/xml/data/locale/de_DE/email_templates_data.xml %%WWWDIR%%/dbscripts/xml/data/locale/el_GR/email_templates_data.xml From owner-svn-ports-head@freebsd.org Thu Sep 24 23:14:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D115A08D5D; Thu, 24 Sep 2015 23:14:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E24311FF; Thu, 24 Sep 2015 23:14:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ONEPD4096729; Thu, 24 Sep 2015 23:14:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ONEPca096728; Thu, 24 Sep 2015 23:14:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242314.t8ONEPca096728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397788 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:14:25 -0000 Author: bapt Date: Thu Sep 24 23:14:24 2015 New Revision: 397788 URL: https://svnweb.freebsd.org/changeset/ports/397788 Log: Remove now wrong comment Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Sep 24 23:07:02 2015 (r397787) +++ head/Mk/bsd.port.mk Thu Sep 24 23:14:24 2015 (r397788) @@ -294,7 +294,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # if a particular version is desired. # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. -# make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. # DEPENDS_TARGET # - The default target to execute when a port is calling a From owner-svn-ports-head@freebsd.org Thu Sep 24 23:19:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01529A07094; Thu, 24 Sep 2015 23:19:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E67A81512; Thu, 24 Sep 2015 23:19:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ONJb2e097080; Thu, 24 Sep 2015 23:19:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ONJbUT097079; Thu, 24 Sep 2015 23:19:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242319.t8ONJbUT097079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397789 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:19:38 -0000 Author: bapt Date: Thu Sep 24 23:19:37 2015 New Revision: 397789 URL: https://svnweb.freebsd.org/changeset/ports/397789 Log: Remove another wrong comment Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Sep 24 23:14:24 2015 (r397788) +++ head/Mk/bsd.port.mk Thu Sep 24 23:19:37 2015 (r397789) @@ -294,7 +294,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # if a particular version is desired. # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. -# lib can contain extended regular expressions. # DEPENDS_TARGET # - The default target to execute when a port is calling a # dependency. From owner-svn-ports-head@freebsd.org Thu Sep 24 23:26:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3669A0765C; Thu, 24 Sep 2015 23:26:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C46F91B9B; Thu, 24 Sep 2015 23:26:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ONQZEE001244; Thu, 24 Sep 2015 23:26:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ONQZTU001243; Thu, 24 Sep 2015 23:26:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242326.t8ONQZTU001243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397790 - head/misc/compat10x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:26:35 -0000 Author: bapt Date: Thu Sep 24 23:26:34 2015 New Revision: 397790 URL: https://svnweb.freebsd.org/changeset/ports/397790 Log: Remove unneeded @dirrmtry Modified: head/misc/compat10x/pkg-plist.i386 Modified: head/misc/compat10x/pkg-plist.i386 ============================================================================== --- head/misc/compat10x/pkg-plist.i386 Thu Sep 24 23:19:37 2015 (r397789) +++ head/misc/compat10x/pkg-plist.i386 Thu Sep 24 23:26:34 2015 (r397790) @@ -6,4 +6,3 @@ lib/compat/libipx.so.5 lib/compat/libopie.so.7 lib/compat/libreadline.so.8 lib/compat/libsbuf.so.6 -@dirrmtry lib/compat From owner-svn-ports-head@freebsd.org Thu Sep 24 23:38:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1296A07F57; Thu, 24 Sep 2015 23:38:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A23BF1087; Thu, 24 Sep 2015 23:38:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ONckfp005471; Thu, 24 Sep 2015 23:38:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ONck3B005470; Thu, 24 Sep 2015 23:38:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509242338.t8ONck3B005470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2015 23:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397791 - head/www/nspluginwrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:38:46 -0000 Author: bapt Date: Thu Sep 24 23:38:45 2015 New Revision: 397791 URL: https://svnweb.freebsd.org/changeset/ports/397791 Log: Remove useless @dirrm Modified: head/www/nspluginwrapper/pkg-plist Modified: head/www/nspluginwrapper/pkg-plist ============================================================================== --- head/www/nspluginwrapper/pkg-plist Thu Sep 24 23:26:34 2015 (r397790) +++ head/www/nspluginwrapper/pkg-plist Thu Sep 24 23:38:45 2015 (r397791) @@ -7,9 +7,3 @@ bin/nspluginwrapper %%LIBDIR%%/i386/linux/npviewer %%LIBDIR%%/i386/linux/npviewer.bin %%LIBDIR%%/noarch/npviewer.sh -@dirrm %%LIBDIR%%/noarch -@dirrm %%LIBDIR%%/i386/linux -@dirrm %%LIBDIR%%/%%HOST_ARCH%%/freebsd -@dirrm %%LIBDIR%%/i386 -%%HOST_AMD64%%@dirrm %%LIBDIR%%/%%HOST_ARCH%% -@dirrm %%LIBDIR%% From owner-svn-ports-head@freebsd.org Fri Sep 25 05:50:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C86F0A081C1; Fri, 25 Sep 2015 05:50:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9E4106C; Fri, 25 Sep 2015 05:50:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P5oWAY058071; Fri, 25 Sep 2015 05:50:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P5oVpm058011; Fri, 25 Sep 2015 05:50:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509250550.t8P5oVpm058011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 25 Sep 2015 05:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397792 - head/math/coinmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 05:50:32 -0000 Author: pi Date: Fri Sep 25 05:50:31 2015 New Revision: 397792 URL: https://svnweb.freebsd.org/changeset/ports/397792 Log: math/coinmp: 1.8.2 -> 1.8.3 - added compatibility with SoPlex 2.2 - added OsiSpx::getLpPtr() PR: 203317 Submitted by: Carlos J Puga Medina Modified: head/math/coinmp/Makefile head/math/coinmp/distinfo head/math/coinmp/pkg-plist Modified: head/math/coinmp/Makefile ============================================================================== --- head/math/coinmp/Makefile Thu Sep 24 23:38:45 2015 (r397791) +++ head/math/coinmp/Makefile Fri Sep 25 05:50:31 2015 (r397792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CoinMP -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/ Modified: head/math/coinmp/distinfo ============================================================================== --- head/math/coinmp/distinfo Thu Sep 24 23:38:45 2015 (r397791) +++ head/math/coinmp/distinfo Fri Sep 25 05:50:31 2015 (r397792) @@ -1,2 +1,2 @@ -SHA256 (CoinMP-1.8.2.tgz) = 6a7a98749f2555f5a3dba1eef79fed573365fc6ba128475660d261d4799b6728 -SIZE (CoinMP-1.8.2.tgz) = 10578206 +SHA256 (CoinMP-1.8.3.tgz) = a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7 +SIZE (CoinMP-1.8.3.tgz) = 10535972 Modified: head/math/coinmp/pkg-plist ============================================================================== --- head/math/coinmp/pkg-plist Thu Sep 24 23:38:45 2015 (r397791) +++ head/math/coinmp/pkg-plist Fri Sep 25 05:50:31 2015 (r397792) @@ -231,37 +231,37 @@ include/coin/OsiSolverParameters.hpp include/coin/OsiUnitTests.hpp lib/libCbc.so lib/libCbc.so.3 -lib/libCbc.so.3.9.5 +lib/libCbc.so.3.9.6 lib/libCbcSolver.so lib/libCbcSolver.so.3 -lib/libCbcSolver.so.3.9.5 +lib/libCbcSolver.so.3.9.6 lib/libCgl.so lib/libCgl.so.1 -lib/libCgl.so.1.9.5 +lib/libCgl.so.1.9.7 lib/libClp.so lib/libClp.so.1 -lib/libClp.so.1.13.6 +lib/libClp.so.1.13.8 lib/libClpSolver.so lib/libClpSolver.so.1 -lib/libClpSolver.so.1.13.6 +lib/libClpSolver.so.1.13.8 lib/libCoinMP.so lib/libCoinMP.so.1 -lib/libCoinMP.so.1.8.2 +lib/libCoinMP.so.1.8.3 lib/libCoinUtils.so lib/libCoinUtils.so.3 -lib/libCoinUtils.so.3.10.8 +lib/libCoinUtils.so.3.10.10 lib/libOsi.so lib/libOsi.so.1 -lib/libOsi.so.1.12.4 +lib/libOsi.so.1.12.6 lib/libOsiCbc.so lib/libOsiCbc.so.3 -lib/libOsiCbc.so.3.9.5 +lib/libOsiCbc.so.3.9.6 lib/libOsiClp.so lib/libOsiClp.so.1 -lib/libOsiClp.so.1.13.6 +lib/libOsiClp.so.1.13.8 lib/libOsiCommonTests.so lib/libOsiCommonTests.so.1 -lib/libOsiCommonTests.so.1.12.4 +lib/libOsiCommonTests.so.1.12.6 libdata/pkgconfig/cbc.pc libdata/pkgconfig/cgl.pc libdata/pkgconfig/clp.pc From owner-svn-ports-head@freebsd.org Fri Sep 25 05:50:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4AC5A081C7; Fri, 25 Sep 2015 05:50:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D59E21074; Fri, 25 Sep 2015 05:50:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P5oX5g058129; Fri, 25 Sep 2015 05:50:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P5oXn3058125; Fri, 25 Sep 2015 05:50:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250550.t8P5oXn3058125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 05:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397793 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 05:50:34 -0000 Author: olgeni Date: Fri Sep 25 05:50:32 2015 New Revision: 397793 URL: https://svnweb.freebsd.org/changeset/ports/397793 Log: Upgrade devel/elixir-timex to version 0.19.5. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Fri Sep 25 05:50:31 2015 (r397792) +++ head/devel/elixir-timex/Makefile Fri Sep 25 05:50:32 2015 (r397793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 0.19.4 +PORTVERSION= 0.19.5 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Fri Sep 25 05:50:31 2015 (r397792) +++ head/devel/elixir-timex/distinfo Fri Sep 25 05:50:32 2015 (r397793) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-0.19.4_GH0.tar.gz) = c04823225afc0e9226dd109fc0d4efeab36b879a5da738836f3dac9e699b21f5 -SIZE (bitwalker-timex-0.19.4_GH0.tar.gz) = 74286 +SHA256 (bitwalker-timex-0.19.5_GH0.tar.gz) = 834ee6239d1003b2bdb0a2d7c45b8060a6af24cc72351e527561942b3e1d2652 +SIZE (bitwalker-timex-0.19.5_GH0.tar.gz) = 74490 From owner-svn-ports-head@freebsd.org Fri Sep 25 06:18:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFD5EA06356; Fri, 25 Sep 2015 06:18:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0CA51C4F; Fri, 25 Sep 2015 06:18:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P6If5G069762; Fri, 25 Sep 2015 06:18:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P6Ifg7069761; Fri, 25 Sep 2015 06:18:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509250618.t8P6Ifg7069761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 06:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397794 - head/devel/avr-libc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 06:18:42 -0000 Author: bapt Date: Fri Sep 25 06:18:40 2015 New Revision: 397794 URL: https://svnweb.freebsd.org/changeset/ports/397794 Log: Drop latest @dirrm from devel category Modified: head/devel/avr-libc/pkg-plist.doc Modified: head/devel/avr-libc/pkg-plist.doc ============================================================================== --- head/devel/avr-libc/pkg-plist.doc Fri Sep 25 05:50:32 2015 (r397793) +++ head/devel/avr-libc/pkg-plist.doc Fri Sep 25 06:18:40 2015 (r397794) @@ -19,12 +19,3 @@ share/doc/avr-libc/examples/stdiodemo/ua share/doc/avr-libc/examples/stdiodemo/uart.h share/doc/avr-libc/examples/twitest/Makefile share/doc/avr-libc/examples/twitest/twitest.c -@dirrm share/doc/avr-libc/examples/twitest -@dirrm share/doc/avr-libc/examples/stdiodemo -@dirrm share/doc/avr-libc/examples/largedemo -@dirrm share/doc/avr-libc/examples/demo -@dirrm share/doc/avr-libc/examples/asmdemo -@dirrm share/doc/avr-libc/examples -@dirrm share/doc/avr-libc/man/man3 -@dirrm share/doc/avr-libc/man -@dirrm share/doc/avr-libc/avr-libc-user-manual From owner-svn-ports-head@freebsd.org Fri Sep 25 06:21:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83D66A0666F; Fri, 25 Sep 2015 06:21:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0CE1E72; Fri, 25 Sep 2015 06:21:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P6LM1h071140; Fri, 25 Sep 2015 06:21:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P6LMYx071139; Fri, 25 Sep 2015 06:21:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509250621.t8P6LMYx071139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 06:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397795 - head/games/ldmud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 06:21:22 -0000 Author: bapt Date: Fri Sep 25 06:21:21 2015 New Revision: 397795 URL: https://svnweb.freebsd.org/changeset/ports/397795 Log: Remove useless @dirrm Modified: head/games/ldmud/pkg-plist Modified: head/games/ldmud/pkg-plist ============================================================================== --- head/games/ldmud/pkg-plist Fri Sep 25 06:18:40 2015 (r397794) +++ head/games/ldmud/pkg-plist Fri Sep 25 06:21:21 2015 (r397795) @@ -1365,43 +1365,5 @@ man/man1/ldmud.1.gz %%PORTDOCS%%%%DOCSDIR%%/other/mcp2.html %%PORTDOCS%%%%DOCSDIR%%/other/msp.htm %%PORTDOCS%%%%DOCSDIR%%/other/mxp.htm -%%PORTDOCS%%@dirrm %%DOCSDIR%%/master -%%PORTDOCS%%@dirrm %%DOCSDIR%%/efun -%%PORTDOCS%%@dirrm %%DOCSDIR%%/efun.de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/driver -%%PORTDOCS%%@dirrm %%DOCSDIR%%/concepts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/applied -%%PORTDOCS%%@dirrm %%DOCSDIR%%/obsolete -%%PORTDOCS%%@dirrm %%DOCSDIR%%/other -%%PORTDOCS%%@dirrm %%DOCSDIR%%/LPC -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man -%%PORTDOCS%%@dirrm %%DOCSDIR%%/hook -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%DEMOLIB%%@dirrm %%DATADIR%%/uni-crasher -%%DEMOLIB%%@dirrm %%DATADIR%%/sys -%%LPMUD%%@dirrm %%DATADIR%%/sys -%%LPMUD%%@dirrm %%DATADIR%%/secure -%%LPMUD%%@dirrm %%DATADIR%%/room/sub -%%LPMUD%%@dirrm %%DATADIR%%/room/south -%%LPMUD%%@dirrm %%DATADIR%%/room/mine -%%LPMUD%%@dirrm %%DATADIR%%/room/maze1 -%%LPMUD%%@dirrm %%DATADIR%%/room/death -%%LPMUD%%@dirrm %%DATADIR%%/room -%%LPMUD%%@dirrm %%DATADIR%%/players/lars -%%LPMUD%%@dirrm %%DATADIR%%/players -%%LPMUD%%@dirrm %%DATADIR%%/obj/Go -%%LPMUD%%@dirrm %%DATADIR%%/obj -%%LPMUD%%@dirrm %%DATADIR%%/log -%%LPMUD%%@dirrm %%DATADIR%%/doc/w -%%LPMUD%%@dirrm %%DATADIR%%/doc/sefun -%%LPMUD%%@dirrm %%DATADIR%%/doc/lfun -%%LPMUD%%@dirrm %%DATADIR%%/doc/helpdir -%%LPMUD%%@dirrm %%DATADIR%%/doc/examples -%%LPMUD%%@dirrm %%DATADIR%%/doc/build -%%LPMUD%%@dirrm %%DATADIR%%/doc -%%LPMUD%%@dirrm %%DATADIR%%/banish -@dirrm %%DATADIR%% -@owner mud -@group mud -@dirrmtry /var/run/ldmud -@dirrmtry /var/log/ldmud +@dir(mud,mud) /var/run/ldmud +@dir(mud,mud) /var/log/ldmud From owner-svn-ports-head@freebsd.org Fri Sep 25 06:29:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B14BEA06AED; Fri, 25 Sep 2015 06:29:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9681E115D; Fri, 25 Sep 2015 06:29:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P6Tfu7073998; Fri, 25 Sep 2015 06:29:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P6TfDP073996; Fri, 25 Sep 2015 06:29:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509250629.t8P6TfDP073996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 06:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397796 - head/games/alephone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 06:29:41 -0000 Author: bapt Date: Fri Sep 25 06:29:40 2015 New Revision: 397796 URL: https://svnweb.freebsd.org/changeset/ports/397796 Log: Remove dirrm from plist Convert to options helpers Fix typos in dependency marcros Modified: head/games/alephone/Makefile head/games/alephone/pkg-plist Modified: head/games/alephone/Makefile ============================================================================== --- head/games/alephone/Makefile Fri Sep 25 06:21:21 2015 (r397795) +++ head/games/alephone/Makefile Fri Sep 25 06:29:40 2015 (r397796) @@ -3,7 +3,7 @@ PORTNAME= alephone PORTVERSION= 20120514 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2012-05-14 DISTNAME= AlephOne-${PORTVERSION} @@ -28,49 +28,27 @@ ZZIP_DESC= Enable zziplib support OPTIONS_DEFAULT= MAD OGG SPEEX SMPEG TTF ZZIP -.include +MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad +MAD_CONFIGURE_ENABLE= mad -.if ${PORT_OPTIONS:MMAD} -LIB_DEPEND+= libmad.so:${PORTSDIR}/audio/libmad -.else -CONFIGURE_ARGS+=--disable-mad -.endif - -.if ${PORT_OPTIONS:MOGG} -LIB_DEPEND+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+=--disable-vorbis -.endif - -.if ${PORT_OPTIONS:MSPEEX} -LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex -.else -CONFIGURE_ARGS+=--disable-speex -.endif - -.if ${PORT_OPTIONS:MSMPEG} -LIB_DEPENDS+= libsmpeg.so:${PORTSDIR}/multimedia/smpeg -.else -CONFIGURE_ARGS+=--disable-smpeg -.endif - -.if ${PORT_OPTIONS:MTTF} -USE_SDL+= ttf -.else -CONFIGURE_ARGS+=--disable-ttf -.endif - -.if ${PORT_OPTIONS:MZZIP} -LIB_DEPENDS+= libzzip.so:${PORTSDIR}/devel/zziplib -.else -CONFIGURE_ARGS+=--disable-zzip -.endif +OGG_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis +OGG_CONFIGURE_ENABLE= vorbis -post-install: -.if ${PORT_OPTIONS:MDOCS} +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex +SPEEX_CONFIGURE_ENABLE= speex + +SMPEG_LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg +SMPEG_CONFIGURE_ENABLE= smpeg + +TTF_USE= SDL=ttf +TTF_CONFIGURE_ENABLE= ttf + +ZZIP_LIB_DEPENDS= libzzip.so:${PORTSDIR}/devel/zziplib +ZZIP_CONFIGURE_ENABLE= zzip + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/games/alephone/pkg-plist ============================================================================== --- head/games/alephone/pkg-plist Fri Sep 25 06:21:21 2015 (r397795) +++ head/games/alephone/pkg-plist Fri Sep 25 06:29:40 2015 (r397796) @@ -50,8 +50,3 @@ man/man6/alephone.6.gz %%PORTDOCS%%%%DOCSDIR%%/Lua_HUD.html %%PORTDOCS%%%%DOCSDIR%%/MML.html %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/Themes/Default -@dirrm %%DATADIR%%/Themes -@dirrm %%DATADIR%%/MML -@dirrmtry %%DATADIR%% From owner-svn-ports-head@freebsd.org Fri Sep 25 06:38:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B008FA0755F; Fri, 25 Sep 2015 06:38:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 882E618E6; Fri, 25 Sep 2015 06:38:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P6cClO078081; Fri, 25 Sep 2015 06:38:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P6cBYt078075; Fri, 25 Sep 2015 06:38:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509250638.t8P6cBYt078075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 06:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397797 - head/mail/sgwi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 06:38:12 -0000 Author: bapt Date: Fri Sep 25 06:38:11 2015 New Revision: 397797 URL: https://svnweb.freebsd.org/changeset/ports/397797 Log: Update to 1.1.8 Switch to USE=tar:tgz add SQLITE3 option While here: switch to options helpers PR: 203141 Submitted by: takefu@airport.fm Approved by: Lukasz Wasikowski (maintainer) Modified: head/mail/sgwi/Makefile head/mail/sgwi/distinfo head/mail/sgwi/pkg-plist Modified: head/mail/sgwi/Makefile ============================================================================== --- head/mail/sgwi/Makefile Fri Sep 25 06:29:40 2015 (r397796) +++ head/mail/sgwi/Makefile Fri Sep 25 06:38:11 2015 (r397797) @@ -2,39 +2,34 @@ # $FreeBSD$ PORTNAME= sgwi -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.8 CATEGORIES= mail www MASTER_SITES= http://www.vanheusden.com/sgwi/ \ http://lukasz.wasikowski.net/files/ DISTNAME= sqlgreywebinterface-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= lukasz@wasikowski.net COMMENT= PHP web interface to SQLGrey LICENSE= GPLv2 +USES= tar:tgz NO_BUILD= yes SUB_FILES+= pkg-message pkg-install SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= MYSQL PGSQL +OPTIONS_SINGLE_BACKEND= MYSQL PGSQL SQLITE3 MYSQL_DESC= MySQL back-end (use mysql PHP extension) PGSQL_DESC= PostgreSQL back-end (use pgsql PHP extension) +SQLITE3_DESC= SQLite3 back-end (use pgsql PHP extension) OPTIONS_DEFAULT=MYSQL -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif +MYSQL_USE= PHP=mysql +PGSQL_USE= PHP=pgsql +SQLITE3_USE= PHP=sqlite3 WANT_PHP_WEB= yes Modified: head/mail/sgwi/distinfo ============================================================================== --- head/mail/sgwi/distinfo Fri Sep 25 06:29:40 2015 (r397796) +++ head/mail/sgwi/distinfo Fri Sep 25 06:38:11 2015 (r397797) @@ -1,2 +1,2 @@ -SHA256 (sqlgreywebinterface-1.1.6.tgz) = d544d99b8b3b675d0399cd66b2b2378c7473d24e434be6bf814590dee914e73d -SIZE (sqlgreywebinterface-1.1.6.tgz) = 9256 +SHA256 (sqlgreywebinterface-1.1.8.tgz) = 33685805e417f13de7224fe5ccb98c4a4a2df27cb2f1c98a3a8ae76f2911cf08 +SIZE (sqlgreywebinterface-1.1.8.tgz) = 14257 Modified: head/mail/sgwi/pkg-plist ============================================================================== --- head/mail/sgwi/pkg-plist Fri Sep 25 06:29:40 2015 (r397796) +++ head/mail/sgwi/pkg-plist Fri Sep 25 06:38:11 2015 (r397797) @@ -3,7 +3,6 @@ www/sgwi/awl.php www/sgwi/connect.php www/sgwi/includes/awl.inc.php -@exec [ -f %D/www/sgwi/config.inc.php ] && mv -f %D/www/sgwi/config.inc.php %D/www/sgwi/includes/config.inc.php @sample www/sgwi/includes/config.inc.php.sample www/sgwi/includes/connect.inc.php www/sgwi/includes/copyright.inc.php From owner-svn-ports-head@freebsd.org Fri Sep 25 07:43:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 515CDA06214; Fri, 25 Sep 2015 07:43:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 421241A3F; Fri, 25 Sep 2015 07:43:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P7hEF9006464; Fri, 25 Sep 2015 07:43:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P7hD2v006462; Fri, 25 Sep 2015 07:43:13 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509250743.t8P7hD2v006462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 25 Sep 2015 07:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397798 - head/net/turnserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 07:43:14 -0000 Author: madpilot Date: Fri Sep 25 07:43:13 2015 New Revision: 397798 URL: https://svnweb.freebsd.org/changeset/ports/397798 Log: Update to 4.5.0.1 PR: 203305 Submitted by: Bradley T. Hughes Approved by: mom040267 at gmail.com (maintainer) Modified: head/net/turnserver/Makefile head/net/turnserver/distinfo Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Fri Sep 25 06:38:11 2015 (r397797) +++ head/net/turnserver/Makefile Fri Sep 25 07:43:13 2015 (r397798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= turnserver -PORTVERSION= 4.4.5.3 +PORTVERSION= 4.5.0.1 CATEGORIES= net MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \ http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ Modified: head/net/turnserver/distinfo ============================================================================== --- head/net/turnserver/distinfo Fri Sep 25 06:38:11 2015 (r397797) +++ head/net/turnserver/distinfo Fri Sep 25 07:43:13 2015 (r397798) @@ -1,4 +1,4 @@ -SHA256 (turnserver-4.4.5.3.tar.gz) = 0ba795b29cf971b73f775e7f904200f480bae554f1f506fc6160bc967674f7f9 -SIZE (turnserver-4.4.5.3.tar.gz) = 382004 +SHA256 (turnserver-4.5.0.1.tar.gz) = 84f9810f88d12e905757aa5ae6919c95de510caeb67141985601fbe7a158fb66 +SIZE (turnserver-4.5.0.1.tar.gz) = 382385 SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:00:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60A1BA0703E; Fri, 25 Sep 2015 08:00:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50D63126A; Fri, 25 Sep 2015 08:00:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P80vd0012015; Fri, 25 Sep 2015 08:00:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P80uCZ012013; Fri, 25 Sep 2015 08:00:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250800.t8P80uCZ012013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397799 - head/lang/erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:00:57 -0000 Author: olgeni Date: Fri Sep 25 08:00:56 2015 New Revision: 397799 URL: https://svnweb.freebsd.org/changeset/ports/397799 Log: Upgrade lang/erlang-runtime18 to version 18.1. Modified: head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/distinfo Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Fri Sep 25 07:43:13 2015 (r397798) +++ head/lang/erlang-runtime18/Makefile Fri Sep 25 08:00:56 2015 (r397799) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0.3 -PORTREVISION= 1 +PORTVERSION= 18.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -17,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 patch-otp-18.0.3 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -48,7 +47,7 @@ WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= HIPE SCTP -ERL_RELEASE= 18.0 +ERL_RELEASE= 18.1 USES= gmake perl5 USE_PERL5= build @@ -200,14 +199,6 @@ post-install: ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9 - ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime18/distinfo ============================================================================== --- head/lang/erlang-runtime18/distinfo Fri Sep 25 07:43:13 2015 (r397798) +++ head/lang/erlang-runtime18/distinfo Fri Sep 25 08:00:56 2015 (r397799) @@ -1,12 +1,6 @@ -SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa -SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 -SHA256 (erlang/otp_doc_man_18.0.tar.gz) = e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673 -SIZE (erlang/otp_doc_man_18.0.tar.gz) = 1389178 -SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 -SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 -SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b -SIZE (erlang/patch-otp-18.0.1) = 5727 -SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 -SIZE (erlang/patch-otp-18.0.2) = 32063 -SHA256 (erlang/patch-otp-18.0.3) = 6b04def158c5b1992362d95e36373c46b8991a92cbbbcdadd9eb5e7c5a5ee696 -SIZE (erlang/patch-otp-18.0.3) = 8134 +SHA256 (erlang/otp_src_18.1.tar.gz) = e4a147228a6b7fa60dce05c8adfb3cbc254d97cf6e45456d93d93adbde8b0f11 +SIZE (erlang/otp_src_18.1.tar.gz) = 68231709 +SHA256 (erlang/otp_doc_man_18.1.tar.gz) = e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6 +SIZE (erlang/otp_doc_man_18.1.tar.gz) = 1390525 +SHA256 (erlang/otp_doc_html_18.1.tar.gz) = fe7d035f84492bbf86f8d53891bf31fa327a81ed7dde15c050e9c32615dceb3c +SIZE (erlang/otp_doc_html_18.1.tar.gz) = 34049065 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:28:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A5FAA0834A; Fri, 25 Sep 2015 08:28:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26CD91FB0; Fri, 25 Sep 2015 08:28:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8STHM023103; Fri, 25 Sep 2015 08:28:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8SRNh023093; Fri, 25 Sep 2015 08:28:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250828.t8P8SRNh023093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397800 - in head/lang: erlang erlang-java erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:28:29 -0000 Author: olgeni Date: Fri Sep 25 08:28:26 2015 New Revision: 397800 URL: https://svnweb.freebsd.org/changeset/ports/397800 Log: Upgrade lang/erlang, lang/erlang-java, and lang/erlang-wx to 18.1. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang-wx/pkg-plist (contents, props changed) head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang-java/Makefile Fri Sep 25 08:28:26 2015 (r397800) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0.3 +PORTVERSION= 18.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 patch-otp-18.0.3 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java @@ -29,7 +29,7 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.0 +ERL_RELEASE= 18.1 USES= gmake perl5 GNU_CONFIGURE= yes Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang-java/distinfo Fri Sep 25 08:28:26 2015 (r397800) @@ -1,10 +1,4 @@ -SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa -SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 -SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 -SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 -SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b -SIZE (erlang/patch-otp-18.0.1) = 5727 -SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 -SIZE (erlang/patch-otp-18.0.2) = 32063 -SHA256 (erlang/patch-otp-18.0.3) = 6b04def158c5b1992362d95e36373c46b8991a92cbbbcdadd9eb5e7c5a5ee696 -SIZE (erlang/patch-otp-18.0.3) = 8134 +SHA256 (erlang/otp_src_18.1.tar.gz) = e4a147228a6b7fa60dce05c8adfb3cbc254d97cf6e45456d93d93adbde8b0f11 +SIZE (erlang/otp_src_18.1.tar.gz) = 68231709 +SHA256 (erlang/otp_doc_html_18.1.tar.gz) = fe7d035f84492bbf86f8d53891bf31fa327a81ed7dde15c050e9c32615dceb3c +SIZE (erlang/otp_doc_html_18.1.tar.gz) = 34049065 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang-wx/Makefile Fri Sep 25 08:28:26 2015 (r397800) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0.3 -PORTREVISION= 1 +PORTVERSION= 18.1 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -15,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 patch-otp-18.0.3 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows @@ -31,13 +30,13 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.0 +ERL_RELEASE= 18.1 USES= gmake GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.4 +APP_VERSION= 1.5 APP_DIR= ${PREFIX}/lib/erlang/lib/wx-${APP_VERSION} .include @@ -50,7 +49,6 @@ CONFIGURE_ARGS+=--enable-threads --witho USE_WX= 2.8+ WX_COMPS= wx contrib -WX_UNICODE= yes ERLANG_DOCS= otp_doc_html_${ERL_RELEASE}.tar.gz Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang-wx/distinfo Fri Sep 25 08:28:26 2015 (r397800) @@ -1,10 +1,4 @@ -SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa -SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 -SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 -SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 -SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b -SIZE (erlang/patch-otp-18.0.1) = 5727 -SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 -SIZE (erlang/patch-otp-18.0.2) = 32063 -SHA256 (erlang/patch-otp-18.0.3) = 6b04def158c5b1992362d95e36373c46b8991a92cbbbcdadd9eb5e7c5a5ee696 -SIZE (erlang/patch-otp-18.0.3) = 8134 +SHA256 (erlang/otp_src_18.1.tar.gz) = e4a147228a6b7fa60dce05c8adfb3cbc254d97cf6e45456d93d93adbde8b0f11 +SIZE (erlang/otp_src_18.1.tar.gz) = 68231709 +SHA256 (erlang/otp_doc_html_18.1.tar.gz) = fe7d035f84492bbf86f8d53891bf31fa327a81ed7dde15c050e9c32615dceb3c +SIZE (erlang/otp_doc_html_18.1.tar.gz) = 34049065 Modified: head/lang/erlang-wx/pkg-plist ============================================================================== --- head/lang/erlang-wx/pkg-plist Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang-wx/pkg-plist Fri Sep 25 08:28:26 2015 (r397800) @@ -238,6 +238,9 @@ %%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/part.xml %%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/part_notes.xml %%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/ref_man.xml.src +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/info +lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiSimpleTabArt.html +lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMouseCaptureLostEvent.html lib/erlang/lib/wx-%%APP_VERSION%%/ebin/gl.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/glu.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx.app @@ -253,6 +256,7 @@ lib/erlang/lib/wx-%%APP_VERSION%%/ebin/w lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiNotebook.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiNotebookEvent.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiPaneInfo.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiSimpleTabArt.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiTabArt.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBitmap.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBitmapButton.beam @@ -375,6 +379,7 @@ lib/erlang/lib/wx-%%APP_VERSION%%/ebin/w lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMiniFrame.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMirrorDC.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMouseCaptureChangedEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMouseCaptureLostEvent.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMouseEvent.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMoveEvent.beam lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMultiChoiceDialog.beam @@ -471,7 +476,6 @@ lib/erlang/lib/wx-%%APP_VERSION%%/ebin/w lib/erlang/lib/wx-%%APP_VERSION%%/include/gl.hrl lib/erlang/lib/wx-%%APP_VERSION%%/include/glu.hrl lib/erlang/lib/wx-%%APP_VERSION%%/include/wx.hrl -%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/info lib/erlang/lib/wx-%%APP_VERSION%%/priv/%%CONFIGURE_TARGET%%/erl_gl.so lib/erlang/lib/wx-%%APP_VERSION%%/priv/%%CONFIGURE_TARGET%%/wxe_driver.so lib/erlang/lib/wx-%%APP_VERSION%%/priv/erlang-logo128.png @@ -490,6 +494,7 @@ lib/erlang/lib/wx-%%APP_VERSION%%/src/ge lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiNotebook.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiNotebookEvent.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiPaneInfo.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiSimpleTabArt.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiTabArt.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBitmap.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBitmapButton.erl @@ -612,6 +617,7 @@ lib/erlang/lib/wx-%%APP_VERSION%%/src/ge lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMiniFrame.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMirrorDC.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMouseCaptureChangedEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMouseCaptureLostEvent.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMouseEvent.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMoveEvent.erl lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMultiChoiceDialog.erl Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang/Makefile Fri Sep 25 08:28:26 2015 (r397800) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0.3 -PORTREVISION= 1 +PORTVERSION= 18.1 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -21,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 patch-otp-18.0.3 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -53,7 +52,7 @@ WX_DESC= Enable WX application OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= HIPE SCTP -ERL_RELEASE= 18.0 +ERL_RELEASE= 18.1 USES= gmake perl5 USE_PERL5= build @@ -63,7 +62,7 @@ LDFLAGS+= -L${LOCALBASE}/lib EI_VSN= 3.8 SNMP_VSN= 5.2 -TOOLS_VSN= 2.8 +TOOLS_VSN= 2.8.1 .include @@ -222,14 +221,6 @@ post-install: ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9 - ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Fri Sep 25 08:00:56 2015 (r397799) +++ head/lang/erlang/distinfo Fri Sep 25 08:28:26 2015 (r397800) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa -SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 -SHA256 (erlang/otp_doc_man_18.0.tar.gz) = e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673 -SIZE (erlang/otp_doc_man_18.0.tar.gz) = 1389178 -SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 -SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 +SHA256 (erlang/otp_src_18.1.tar.gz) = e4a147228a6b7fa60dce05c8adfb3cbc254d97cf6e45456d93d93adbde8b0f11 +SIZE (erlang/otp_src_18.1.tar.gz) = 68231709 +SHA256 (erlang/otp_doc_man_18.1.tar.gz) = e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6 +SIZE (erlang/otp_doc_man_18.1.tar.gz) = 1390525 +SHA256 (erlang/otp_doc_html_18.1.tar.gz) = fe7d035f84492bbf86f8d53891bf31fa327a81ed7dde15c050e9c32615dceb3c +SIZE (erlang/otp_doc_html_18.1.tar.gz) = 34049065 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b @@ -16,9 +16,3 @@ SHA256 (erlang/mnesia_overview.pdf) = f0 SIZE (erlang/mnesia_overview.pdf) = 150266 SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 SIZE (erlang/programming_rules.pdf) = 77025 -SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b -SIZE (erlang/patch-otp-18.0.1) = 5727 -SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 -SIZE (erlang/patch-otp-18.0.2) = 32063 -SHA256 (erlang/patch-otp-18.0.3) = 6b04def158c5b1992362d95e36373c46b8991a92cbbbcdadd9eb5e7c5a5ee696 -SIZE (erlang/patch-otp-18.0.3) = 8134 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:33:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F05A08691; Fri, 25 Sep 2015 08:33:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A535F134A; Fri, 25 Sep 2015 08:33:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8XKGd027091; Fri, 25 Sep 2015 08:33:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8XJTv027085; Fri, 25 Sep 2015 08:33:19 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250833.t8P8XJTv027085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397801 - in head/net/rabbitmq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:33:20 -0000 Author: olgeni Date: Fri Sep 25 08:33:18 2015 New Revision: 397801 URL: https://svnweb.freebsd.org/changeset/ports/397801 Log: Upgrade net/rabbitmq to version 3.5.5. Added: head/net/rabbitmq/files/patch-scripts_rabbitmqctl (contents, props changed) Deleted: head/net/rabbitmq/files/patch-rabbitmqctl Modified: head/net/rabbitmq/Makefile head/net/rabbitmq/distinfo head/net/rabbitmq/files/patch-scripts_rabbitmq-plugins (contents, props changed) head/net/rabbitmq/files/patch-scripts_rabbitmq-server (contents, props changed) head/net/rabbitmq/pkg-plist (contents, props changed) Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Fri Sep 25 08:28:26 2015 (r397800) +++ head/net/rabbitmq/Makefile Fri Sep 25 08:33:18 2015 (r397801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rabbitmq -PORTVERSION= 3.5.4 +PORTVERSION= 3.5.5 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} Modified: head/net/rabbitmq/distinfo ============================================================================== --- head/net/rabbitmq/distinfo Fri Sep 25 08:28:26 2015 (r397800) +++ head/net/rabbitmq/distinfo Fri Sep 25 08:33:18 2015 (r397801) @@ -1,2 +1,2 @@ -SHA256 (rabbitmq-server-3.5.4.tar.gz) = f79814d5fd5574734f599ef570ddace02ce4e47a1441cd052c568cde4d6ca3a4 -SIZE (rabbitmq-server-3.5.4.tar.gz) = 3730770 +SHA256 (rabbitmq-server-3.5.5.tar.gz) = 8f354bc40166508e067dfdf0a38e53aaffedc1c687e238659a6a79f3ca2db0c3 +SIZE (rabbitmq-server-3.5.5.tar.gz) = 3744013 Modified: head/net/rabbitmq/files/patch-scripts_rabbitmq-plugins ============================================================================== --- head/net/rabbitmq/files/patch-scripts_rabbitmq-plugins Fri Sep 25 08:28:26 2015 (r397800) +++ head/net/rabbitmq/files/patch-scripts_rabbitmq-plugins Fri Sep 25 08:33:18 2015 (r397801) @@ -1,4 +1,4 @@ ---- scripts/rabbitmq-plugins.orig 2015-05-22 10:15:37 UTC +--- scripts/rabbitmq-plugins.orig 2015-09-24 20:00:50 UTC +++ scripts/rabbitmq-plugins @@ -20,6 +20,7 @@ . `dirname $0`/rabbitmq-env Modified: head/net/rabbitmq/files/patch-scripts_rabbitmq-server ============================================================================== --- head/net/rabbitmq/files/patch-scripts_rabbitmq-server Fri Sep 25 08:28:26 2015 (r397800) +++ head/net/rabbitmq/files/patch-scripts_rabbitmq-server Fri Sep 25 08:33:18 2015 (r397801) @@ -1,10 +1,10 @@ ---- scripts/rabbitmq-server.orig 2015-05-22 10:15:37 UTC +--- scripts/rabbitmq-server.orig 2015-09-24 20:00:50 UTC +++ scripts/rabbitmq-server -@@ -100,6 +100,7 @@ fi - set -f +@@ -101,6 +101,7 @@ set -f - RABBITMQ_CONFIG_FILE=$RABBITMQ_CONFIG_FILE \ -+HOME=/var/db/rabbitmq \ - exec ${ERL_DIR}erl \ - -pa ${RABBITMQ_EBIN_ROOT} \ - ${RABBITMQ_START_RABBIT} \ + start_rabbitmq_server() { + RABBITMQ_CONFIG_FILE=$RABBITMQ_CONFIG_FILE \ ++ HOME=/var/db/rabbitmq \ + exec ${ERL_DIR}erl \ + -pa ${RABBITMQ_EBIN_ROOT} \ + ${RABBITMQ_START_RABBIT} \ Added: head/net/rabbitmq/files/patch-scripts_rabbitmqctl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rabbitmq/files/patch-scripts_rabbitmqctl Fri Sep 25 08:33:18 2015 (r397801) @@ -0,0 +1,10 @@ +--- scripts/rabbitmqctl.orig 2015-09-24 20:00:50 UTC ++++ scripts/rabbitmqctl +@@ -23,6 +23,7 @@ + # (e.g. forget_cluster_node --offline) require us to impersonate the + # real node. + RABBITMQ_USE_LONGNAME=${RABBITMQ_USE_LONGNAME} \ ++HOME=/var/db/rabbitmq \ + exec ${ERL_DIR}erl \ + -pa "${RABBITMQ_HOME}/ebin" \ + -noinput \ Modified: head/net/rabbitmq/pkg-plist ============================================================================== --- head/net/rabbitmq/pkg-plist Fri Sep 25 08:28:26 2015 (r397800) +++ head/net/rabbitmq/pkg-plist Fri Sep 25 08:33:18 2015 (r397801) @@ -154,12 +154,14 @@ lib/erlang/lib/rabbitmq_server-%%VERSION lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_vhost.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_vm.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_writer.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/ssl_compat.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/supervised_lifecycle.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/supervisor2.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_acceptor.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_acceptor_sup.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_listener.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_listener_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/time_compat.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/truncate.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/vm_memory_monitor.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/worker_pool.beam From owner-svn-ports-head@freebsd.org Fri Sep 25 08:36:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCECFA08874; Fri, 25 Sep 2015 08:36:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C120714CF; Fri, 25 Sep 2015 08:36:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8aBSv027347; Fri, 25 Sep 2015 08:36:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8aAUC027342; Fri, 25 Sep 2015 08:36:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250836.t8P8aAUC027342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397802 - in head/textproc/elixir-ex_doc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:36:12 -0000 Author: olgeni Date: Fri Sep 25 08:36:10 2015 New Revision: 397802 URL: https://svnweb.freebsd.org/changeset/ports/397802 Log: Upgrade textproc/elixir-ex_doc to version 0.10.0. Modified: head/textproc/elixir-ex_doc/Makefile head/textproc/elixir-ex_doc/distinfo head/textproc/elixir-ex_doc/files/patch-mix.exs head/textproc/elixir-ex_doc/pkg-plist Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Fri Sep 25 08:33:18 2015 (r397801) +++ head/textproc/elixir-ex_doc/Makefile Fri Sep 25 08:36:10 2015 (r397802) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ex_doc -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-ex_doc/distinfo ============================================================================== --- head/textproc/elixir-ex_doc/distinfo Fri Sep 25 08:33:18 2015 (r397801) +++ head/textproc/elixir-ex_doc/distinfo Fri Sep 25 08:36:10 2015 (r397802) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ex_doc-v0.9.0_GH0.tar.gz) = 1699a0c1511b7e3f2cf619e58e8a2a7d946228ce2a8d5e3ed4a328da3ac84590 -SIZE (elixir-lang-ex_doc-v0.9.0_GH0.tar.gz) = 672644 +SHA256 (elixir-lang-ex_doc-v0.10.0_GH0.tar.gz) = f3842bdf1837a7fb364f4467b378952f7397a68430c6e6c66f6cf0be075e5b18 +SIZE (elixir-lang-ex_doc-v0.10.0_GH0.tar.gz) = 107418 Modified: head/textproc/elixir-ex_doc/files/patch-mix.exs ============================================================================== --- head/textproc/elixir-ex_doc/files/patch-mix.exs Fri Sep 25 08:33:18 2015 (r397801) +++ head/textproc/elixir-ex_doc/files/patch-mix.exs Fri Sep 25 08:36:10 2015 (r397802) @@ -1,12 +1,11 @@ ---- mix.exs.orig 2015-07-02 21:09:21 UTC +--- mix.exs.orig 2015-09-25 08:16:43 UTC +++ mix.exs -@@ -11,8 +11,7 @@ defmodule ExDoc.Mixfile do - end - - defp deps do -- [{:earmark, "~> 0.1.17 or ~> 0.2", optional: true}, -- {:markdown, github: "devinus/markdown", only: [:test]}] -+ [] - end - - defp aliases do +@@ -5,7 +5,7 @@ defmodule ExDoc.Mixfile do + [app: :ex_doc, + version: "0.10.0", + elixir: "~> 1.0", +- deps: deps, ++ deps: [], + aliases: aliases, + package: package, + source_url: "https://github.com/elixir-lang/ex_doc/", Modified: head/textproc/elixir-ex_doc/pkg-plist ============================================================================== --- head/textproc/elixir-ex_doc/pkg-plist Fri Sep 25 08:33:18 2015 (r397801) +++ head/textproc/elixir-ex_doc/pkg-plist Fri Sep 25 08:36:10 2015 (r397802) @@ -20,24 +20,23 @@ lib/elixir/lib/ex_doc/lib/ex_doc/cli.ex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html.ex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/autolink.ex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates.ex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/api_reference_entry_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/api_reference_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/detail_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.css lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.js lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/extra_template.eex -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/FontAwesome.otf -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.eot -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.svg -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.ttf -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.woff -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.woff2 +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.eot +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.svg +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.ttf +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.woff lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/footer_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/head_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/module_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/not_found_template.eex -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_entry_template.eex -lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/redirect_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_item_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/type_detail_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/markdown.ex From owner-svn-ports-head@freebsd.org Fri Sep 25 08:40:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 812D8A08A7F; Fri, 25 Sep 2015 08:40:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 722C21882; Fri, 25 Sep 2015 08:40:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8eBBW027645; Fri, 25 Sep 2015 08:40:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8eB0F027643; Fri, 25 Sep 2015 08:40:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250840.t8P8eB0F027643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397803 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:40:11 -0000 Author: olgeni Date: Fri Sep 25 08:40:10 2015 New Revision: 397803 URL: https://svnweb.freebsd.org/changeset/ports/397803 Log: Upgrade devel/elixir-exrm to version 0.19.6. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Fri Sep 25 08:36:10 2015 (r397802) +++ head/devel/elixir-exrm/Makefile Fri Sep 25 08:40:10 2015 (r397803) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.19.5 +PORTVERSION= 0.19.6 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Fri Sep 25 08:36:10 2015 (r397802) +++ head/devel/elixir-exrm/distinfo Fri Sep 25 08:40:10 2015 (r397803) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.19.5_GH0.tar.gz) = 6245db3c31e5c6140959f7162ec64f0f54dae5eda9461ad9dc2571d09980e8fb -SIZE (bitwalker-exrm-0.19.5_GH0.tar.gz) = 46626 +SHA256 (bitwalker-exrm-0.19.6_GH0.tar.gz) = 5828d19556ddc6b0beac1d2b6655ae7cb090882a63220e82b074466a5b280774 +SIZE (bitwalker-exrm-0.19.6_GH0.tar.gz) = 46628 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:41:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E23DA08C1D; Fri, 25 Sep 2015 08:41:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F2B11A55; Fri, 25 Sep 2015 08:41:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8fTfK030877; Fri, 25 Sep 2015 08:41:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8fSVW030875; Fri, 25 Sep 2015 08:41:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250841.t8P8fSVW030875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397804 - head/security/elixir-comeonin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:41:29 -0000 Author: olgeni Date: Fri Sep 25 08:41:28 2015 New Revision: 397804 URL: https://svnweb.freebsd.org/changeset/ports/397804 Log: Upgrade security/elixir-comeonin to version 1.1.4. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Fri Sep 25 08:40:10 2015 (r397803) +++ head/security/elixir-comeonin/Makefile Fri Sep 25 08:41:28 2015 (r397804) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Fri Sep 25 08:40:10 2015 (r397803) +++ head/security/elixir-comeonin/distinfo Fri Sep 25 08:41:28 2015 (r397804) @@ -1,2 +1,2 @@ -SHA256 (elixircnx-comeonin-v1.1.3_GH0.tar.gz) = 1b59fa36b7e98cfc76b985469cab49da4e91720e2287f2938b4e9132ec9bf676 -SIZE (elixircnx-comeonin-v1.1.3_GH0.tar.gz) = 34256 +SHA256 (elixircnx-comeonin-v1.1.4_GH0.tar.gz) = 7a63fa8716fddc1710f1f67461d262260198583fbf2d34f10265e7c0a034f738 +SIZE (elixircnx-comeonin-v1.1.4_GH0.tar.gz) = 34049 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:53:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69BECA094CC; Fri, 25 Sep 2015 08:53:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7C81206; Fri, 25 Sep 2015 08:53:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8rwMi035653; Fri, 25 Sep 2015 08:53:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8rv35035651; Fri, 25 Sep 2015 08:53:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509250853.t8P8rv35035651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Sep 2015 08:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397805 - head/devel/erlang-rebar3_hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:53:58 -0000 Author: olgeni Date: Fri Sep 25 08:53:57 2015 New Revision: 397805 URL: https://svnweb.freebsd.org/changeset/ports/397805 Log: Upgrade devel/erlang-rebar3_hex to version 1.7.0. Modified: head/devel/erlang-rebar3_hex/Makefile head/devel/erlang-rebar3_hex/distinfo Modified: head/devel/erlang-rebar3_hex/Makefile ============================================================================== --- head/devel/erlang-rebar3_hex/Makefile Fri Sep 25 08:41:28 2015 (r397804) +++ head/devel/erlang-rebar3_hex/Makefile Fri Sep 25 08:53:57 2015 (r397805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rebar3_hex -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-rebar3_hex/distinfo ============================================================================== --- head/devel/erlang-rebar3_hex/distinfo Fri Sep 25 08:41:28 2015 (r397804) +++ head/devel/erlang-rebar3_hex/distinfo Fri Sep 25 08:53:57 2015 (r397805) @@ -1,2 +1,2 @@ -SHA256 (hexpm-rebar3_hex-v1.6.3_GH0.tar.gz) = 1512e59f51a89a164f4664efd1fe16809f111ea947a7b8fe9205c1690261dc78 -SIZE (hexpm-rebar3_hex-v1.6.3_GH0.tar.gz) = 11127 +SHA256 (hexpm-rebar3_hex-v1.7.0_GH0.tar.gz) = 3276ebe39bce39f8dcd4a828ce0f8dba4440aac0b0d17d2b801aac473c02ad7f +SIZE (hexpm-rebar3_hex-v1.7.0_GH0.tar.gz) = 11331 From owner-svn-ports-head@freebsd.org Fri Sep 25 08:56:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0862FA09662; Fri, 25 Sep 2015 08:56:11 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDB4213BC; Fri, 25 Sep 2015 08:56:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8P8uAh4035862; Fri, 25 Sep 2015 08:56:10 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8P8uANm035861; Fri, 25 Sep 2015 08:56:10 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509250856.t8P8uANm035861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 25 Sep 2015 08:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397806 - head/x11/gnome3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:56:11 -0000 Author: kwm Date: Fri Sep 25 08:56:10 2015 New Revision: 397806 URL: https://svnweb.freebsd.org/changeset/ports/397806 Log: Lists DOCS in OPTIONS_DEFINE, fix typo in RUN_DEPENDS for the MAPI option. Submitted by: truckman@ Modified: head/x11/gnome3/Makefile Modified: head/x11/gnome3/Makefile ============================================================================== --- head/x11/gnome3/Makefile Fri Sep 25 08:53:57 2015 (r397805) +++ head/x11/gnome3/Makefile Fri Sep 25 08:56:10 2015 (r397806) @@ -38,11 +38,11 @@ CONFLICTS?= gnome3-lite-[0-9]* USES= metaport .if ${.CURDIR:T}!="gnome3-lite" -OPTIONS_DEFINE+=MAPI +OPTIONS_DEFINE+=MAPI DOCS MAPI_DESC= Depend on evolution-mapi (pulls in samba4) DOCS_RUN_DEPENDS= gnome-user-docs>=0:${PORTSDIR}/misc/gnome-user-docs -MAPS_RUN_DEPENDS= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi +MAPI_RUN_DEPENDS= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi .endif .include From owner-svn-ports-head@freebsd.org Fri Sep 25 10:05:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C5E6A09884; Fri, 25 Sep 2015 10:05:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 803191BB1; Fri, 25 Sep 2015 10:05:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PA5nxc064150; Fri, 25 Sep 2015 10:05:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PA5mFr064147; Fri, 25 Sep 2015 10:05:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509251005.t8PA5mFr064147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 25 Sep 2015 10:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397807 - in head/dns: bind-tools bind910 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 10:05:49 -0000 Author: mat Date: Fri Sep 25 10:05:48 2015 New Revision: 397807 URL: https://svnweb.freebsd.org/changeset/ports/397807 Log: Fix build on -CURRENT. [1] - Force building with libedit - Bump PORTREVISION to account for accidental succesful builds PR: 203273 [1] Sponsored by: Absolight Modified: head/dns/bind-tools/Makefile head/dns/bind910/Makefile head/dns/bind99/Makefile Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Fri Sep 25 08:56:10 2015 (r397806) +++ head/dns/bind-tools/Makefile Fri Sep 25 10:05:48 2015 (r397807) @@ -1,14 +1,6 @@ # $FreeBSD$ # Define PORTREVISION in ${MASTERDIR} -PKGNAMESUFFIX= -tools - -COMMENT= Command line tools from BIND: delv, dig, host, nslookup... - -CONFIGURE_ARGS+= --disable-shared - -CONFLICTS+= bind910-9.10.* - MASTERDIR= ${.CURDIR}/../../dns/bind910 DESCR= ${.CURDIR}/pkg-descr @@ -19,14 +11,4 @@ BIND_TOOLS_SLAVE= YES INSTALL_WRKSRC= ${WRKSRC}/bin -post-patch: - @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ - -e 's#isc-config.sh installdirs#installdirs#' \ - -e 's#.*INSTALL.*isc-config.*##' \ - -e 's#.*INSTALL.*bind.keys.*##' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \ - -e 's#^ .*check confgen ##' \ - ${WRKSRC}/bin/Makefile.in - .include "${MASTERDIR}/Makefile" Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Fri Sep 25 08:56:10 2015 (r397806) +++ head/dns/bind910/Makefile Fri Sep 25 10:05:48 2015 (r397807) @@ -5,18 +5,26 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 0 +PORTREVISION= 1 .else # dns/bind910 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} -PKGNAMESUFFIX?= 910 +.if defined(BIND_TOOLS_SLAVE) +PKGNAMESUFFIX= -tools +.else +PKGNAMESUFFIX= 910 +.endif DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org -COMMENT?= BIND DNS suite with updated DNSSEC and DNS64 +.if defined(BIND_TOOLS_SLAVE) +COMMENT= Command line tools from BIND: delv, dig, host, nslookup... +.else +COMMENT= BIND DNS suite with updated DNSSEC and DNS64 +.endif LICENSE= ISCL @@ -40,7 +48,11 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ + --with-readline=-ledit \ --sysconfdir=${ETCDIR} +.if defined(BIND_TOOLS_SLAVE) +CONFIGURE_ARGS+= --disable-shared +.endif ETCDIR= ${PREFIX}/etc/namedb CONFLICTS+= bind9*-9.[456789].* bind9*-sdb-9.[456789].* @@ -107,7 +119,9 @@ MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extr FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit QUERYTRACE_CONFIGURE_ENABLE= querytrace -.if !defined(BIND_TOOLS_SLAVE) +.if defined(BIND_TOOLS_SLAVE) +CONFLICTS+= bind910-9.10.* +.else CONFLICTS+= bind-tools-9.* .endif # BIND_TOOLS_SLAVE @@ -221,16 +235,30 @@ PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * -.if !defined(BIND_TOOLS_SLAVE) post-patch: -.for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ + @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ + s|readline/history.h|histedit.h|' \ + ${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c +.if defined(BIND_TOOLS_SLAVE) + @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ + -e 's#isc-config.sh installdirs#installdirs#' \ + -e 's#.*INSTALL.*isc-config.*##' \ + -e 's#.*INSTALL.*bind.keys.*##' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \ + -e 's#^ .*check confgen ##' \ + ${WRKSRC}/bin/Makefile.in +.else +. for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \ -e 's#/etc/rndc.conf#${ETCDIR}/rndc.conf#g' \ -e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \ ${WRKSRC}/bin/${FILE} -.endfor +. endfor +.endif +.if !defined(BIND_TOOLS_SLAVE) .if ${PORTREVISION:N0} post-patch-PORTREVISION-on: @${REINPLACE_CMD} -e '/EXTENSIONS/s#=$$#=_${PORTREVISION}#' \ Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Sep 25 08:56:10 2015 (r397806) +++ head/dns/bind99/Makefile Fri Sep 25 10:05:48 2015 (r397807) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --d --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ + --with-readline=-ledit \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb @@ -194,6 +195,9 @@ PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * post-patch: + @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ + s|readline/history.h|histedit.h|' \ + ${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \ From owner-svn-ports-head@freebsd.org Fri Sep 25 11:24:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C69CBA09B98; Fri, 25 Sep 2015 11:24:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3E651ECC; Fri, 25 Sep 2015 11:24:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBOcXf096454; Fri, 25 Sep 2015 11:24:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBOcSi096452; Fri, 25 Sep 2015 11:24:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509251124.t8PBOcSi096452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 11:24:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397808 - head/ports-mgmt/portshaker-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:24:38 -0000 Author: bapt Date: Fri Sep 25 11:24:37 2015 New Revision: 397808 URL: https://svnweb.freebsd.org/changeset/ports/397808 Log: Revert r397786 Both portshaker and portshaker-config tries to manipulate the portshaker.conf So converting this one to @sample make it conflict with the portshaker package Reported by: mat Pointyhat to: bapt Modified: head/ports-mgmt/portshaker-config/Makefile head/ports-mgmt/portshaker-config/pkg-plist Modified: head/ports-mgmt/portshaker-config/Makefile ============================================================================== --- head/ports-mgmt/portshaker-config/Makefile Fri Sep 25 10:05:48 2015 (r397807) +++ head/ports-mgmt/portshaker-config/Makefile Fri Sep 25 11:24:37 2015 (r397808) @@ -22,6 +22,6 @@ pre-install: post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/portshaker.conf \ - ${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample + ${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample-config .include "${MASTERDIR}/Makefile" Modified: head/ports-mgmt/portshaker-config/pkg-plist ============================================================================== --- head/ports-mgmt/portshaker-config/pkg-plist Fri Sep 25 10:05:48 2015 (r397807) +++ head/ports-mgmt/portshaker-config/pkg-plist Fri Sep 25 11:24:37 2015 (r397808) @@ -1,4 +1,6 @@ -@sample etc/portshaker.conf.sample +@unexec if cmp -s %D/etc/portshaker.conf.sample-config %D/etc/portshaker.conf; then rm -f %D/etc/portshaker.conf; fi +etc/portshaker.conf.sample-config +@exec if [ ! -f %D/etc/portshaker.conf ] ; then cp -p %D/%F %B/portshaker.conf; fi etc/portshaker.d/bsd_sharp etc/portshaker.d/bsd_sharp_releng_2_0 etc/portshaker.d/bsd_sharp_releng_2_2 From owner-svn-ports-head@freebsd.org Fri Sep 25 11:29:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A28A09E57; Fri, 25 Sep 2015 11:29:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20BE110C1; Fri, 25 Sep 2015 11:29:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBThD2096736; Fri, 25 Sep 2015 11:29:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBTh73096735; Fri, 25 Sep 2015 11:29:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509251129.t8PBTh73096735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 11:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397809 - head/ports-mgmt/portshaker-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:29:44 -0000 Author: bapt Date: Fri Sep 25 11:29:43 2015 New Revision: 397809 URL: https://svnweb.freebsd.org/changeset/ports/397809 Log: Bump portrevision Modified: head/ports-mgmt/portshaker-config/Makefile Modified: head/ports-mgmt/portshaker-config/Makefile ============================================================================== --- head/ports-mgmt/portshaker-config/Makefile Fri Sep 25 11:24:37 2015 (r397808) +++ head/ports-mgmt/portshaker-config/Makefile Fri Sep 25 11:29:43 2015 (r397809) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portshaker-config -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MAINTAINER= romain@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri Sep 25 11:37:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 317F8A083CD; Fri, 25 Sep 2015 11:37:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078A115F9; Fri, 25 Sep 2015 11:37:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBbWaC000903; Fri, 25 Sep 2015 11:37:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBbW2k000901; Fri, 25 Sep 2015 11:37:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251137.t8PBbW2k000901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397810 - head/games/magicor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:37:33 -0000 Author: amdmi3 Date: Fri Sep 25 11:37:31 2015 New Revision: 397810 URL: https://svnweb.freebsd.org/changeset/ports/397810 Log: - Switch to @sample - Tweak LICENSE - Add NO_ARCH Modified: head/games/magicor/Makefile head/games/magicor/pkg-plist Modified: head/games/magicor/Makefile ============================================================================== --- head/games/magicor/Makefile Fri Sep 25 11:29:43 2015 (r397809) +++ head/games/magicor/Makefile Fri Sep 25 11:37:31 2015 (r397810) @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-source-${PORTVERS MAINTAINER= amdmi3@FreeBSD.org COMMENT= Old-school, puzzle game similar to Solomon's Key -LICENSE= unknown +LICENSE= PD LICENSE_NAME= Public Domain LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_FILE= ${WRKSRC}/LICENSE @@ -21,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame USES= python NO_BUILD= yes +NO_ARCH= yes PORTDOCS= * PORTDATA= * @@ -55,12 +56,12 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/magicor ${INSTALL_SCRIPT} ${WRKSRC}/Magicor.py ${STAGEDIR}${PREFIX}/bin/magicor ${INSTALL_DATA} ${WRKSRC}/etc/magicor.conf \ - ${STAGEDIR}${PREFIX}/etc/magicor/magicor.conf.dist + ${STAGEDIR}${PREFIX}/etc/magicor/magicor.conf.sample do-install-EDITOR-on: ${INSTALL_SCRIPT} ${WRKSRC}/Magicor-LevelEditor.py ${STAGEDIR}${PREFIX}/bin/magicor-editor ${INSTALL_DATA} ${WRKSRC}/etc/magicor-editor.conf \ - ${STAGEDIR}${PREFIX}/etc/magicor/magicor-editor.conf.dist + ${STAGEDIR}${PREFIX}/etc/magicor/magicor-editor.conf.sample do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/magicor/pkg-plist ============================================================================== --- head/games/magicor/pkg-plist Fri Sep 25 11:29:43 2015 (r397809) +++ head/games/magicor/pkg-plist Fri Sep 25 11:37:31 2015 (r397810) @@ -1,11 +1,7 @@ bin/magicor -@unexec if cmp -s %D/etc/magicor/magicor.conf.dist %D/etc/magicor/magicor.conf; then rm -f %D/etc/magicor/magicor.conf; fi -etc/magicor/magicor.conf.dist -@exec if [ ! -f %B/magicor.conf ]; then cp -p %D/%F %B/magicor.conf; fi +@sample etc/magicor/magicor.conf.sample %%EDITOR%%bin/magicor-editor -%%EDITOR%%@unexec if cmp -s %D/etc/magicor/magicor-editor.conf.dist %D/etc/magicor/magicor-editor.conf; then rm -f %D/etc/magicor/magicor-editor.conf; fi -%%EDITOR%%etc/magicor/magicor-editor.conf.dist -%%EDITOR%%@exec if [ ! -f %B/magicor-editor.conf ]; then cp -p %D/%F %B/magicor-editor.conf; fi +%%EDITOR%%@sample etc/magicor/magicor-editor.conf.sample %%PYTHON_SITELIBDIR%%/magicor/__init__.py %%PYTHON_SITELIBDIR%%/magicor/editor/__init__.py %%PYTHON_SITELIBDIR%%/magicor/editor/brushes.py From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F007AA08B4B; Fri, 25 Sep 2015 11:50:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E01DE1C2D; Fri, 25 Sep 2015 11:50:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBoCUS005735; Fri, 25 Sep 2015 11:50:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBoCKo005717; Fri, 25 Sep 2015 11:50:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBoCKo005717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397811 - head/audio/qmpdclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:13 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:12 2015 New Revision: 397811 URL: https://svnweb.freebsd.org/changeset/ports/397811 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/audio/qmpdclient/Makefile Modified: head/audio/qmpdclient/Makefile ============================================================================== --- head/audio/qmpdclient/Makefile Fri Sep 25 11:37:31 2015 (r397810) +++ head/audio/qmpdclient/Makefile Fri Sep 25 11:50:12 2015 (r397811) @@ -32,13 +32,7 @@ DBUS_USE= QT4=dbus DEBUG_QMAKE_ON= CONFIG+=debug -.include - post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e '/INSTALLS += translations/d' \ - ${WRKSRC}/${PORTNAME}.pro -.endif @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ -e 's|lupdate|lupdate-qt4|' \ -e 's|lrelease|lrelease-qt4|' \ @@ -46,4 +40,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \ ${WRKSRC}/src/notifications_dbus.cpp +post-patch-NLS-off: + @${REINPLACE_CMD} -e '/INSTALLS += translations/d' \ + ${WRKSRC}/${PORTNAME}.pro + .include From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A3B5A08B75; Fri, 25 Sep 2015 11:50:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB781C9D; Fri, 25 Sep 2015 11:50:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBoH9C007200; Fri, 25 Sep 2015 11:50:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBoHoH007198; Fri, 25 Sep 2015 11:50:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBoHoH007198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397812 - head/games/wop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:18 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:16 2015 New Revision: 397812 URL: https://svnweb.freebsd.org/changeset/ports/397812 Log: - Add LICENSE - Switch to @sample - Switch to options helpers Modified: head/games/wop/Makefile head/games/wop/pkg-plist Modified: head/games/wop/Makefile ============================================================================== --- head/games/wop/Makefile Fri Sep 25 11:50:12 2015 (r397811) +++ head/games/wop/Makefile Fri Sep 25 11:50:16 2015 (r397812) @@ -13,6 +13,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-sr MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free real-time Worms game +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend USES= tar:bzip2 gmake @@ -45,6 +48,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/woprc ${STAGEDIR}${PREFIX}/etc/woprc.sample ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKDIR}/${PORTNAME}data-${DATAVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog README README-COMMAND-LINE-OPTIONS.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ Modified: head/games/wop/pkg-plist ============================================================================== --- head/games/wop/pkg-plist Fri Sep 25 11:50:12 2015 (r397811) +++ head/games/wop/pkg-plist Fri Sep 25 11:50:16 2015 (r397812) @@ -1,4 +1,2 @@ bin/wop -@unexec if cmp -s %D/etc/woprc %D/etc/woprc.sample; then rm -f %D/etc/woprc; fi -etc/woprc.sample -@exec if [ ! -f %D/etc/woprc ]; then cp -p %D/etc/woprc.sample %D/etc/woprc; fi +@sample etc/woprc.sample From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8043A08BAD; Fri, 25 Sep 2015 11:50:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B826B1EAD; Fri, 25 Sep 2015 11:50:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBoP2H007290; Fri, 25 Sep 2015 11:50:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBoPLa007289; Fri, 25 Sep 2015 11:50:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBoPLa007289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397813 - head/x11/mlterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:26 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:24 2015 New Revision: 397813 URL: https://svnweb.freebsd.org/changeset/ports/397813 Log: - Drop 8.x support - Switch to options helpers Approved by: portmgr blanket Modified: head/x11/mlterm/Makefile Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Fri Sep 25 11:50:16 2015 (r397812) +++ head/x11/mlterm/Makefile Fri Sep 25 11:50:24 2015 (r397813) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= CAIRO DOCS FRIBIDI IBUS M17NLIB REGIS SCIM SIXEL UIM +OPTIONS_SUB= yes CAIRO_DESC= Use Cairo for type engine (experimental) FRIBIDI_DESC= Use Fribidi for BiDi rendering IBUS_DESC= IBUS support (experimental) @@ -33,93 +34,44 @@ SCIM_DESC= SCIM support (experimental) SIXEL_DESC= Sixel graphics support UIM_DESC= uim support (experimental) -.include +FRIBIDI_CONFIGURE_ENABLE= fribidi +FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi -.if ${PORT_OPTIONS:MFRIBIDI} -CONFIGURE_ARGS+= --enable-fribidi -LIB_DEPENDS+= libfribidi.so:${PORTSDIR}/converters/fribidi -PLIST_SUB+= FRIBIDI="" -.else -CONFIGURE_ARGS+= --disable-fribidi -PLIST_SUB+= FRIBIDI="@comment " -.endif +UIM_CONFIGURE_ENABLE= uim +UIM_LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim -.if ${PORT_OPTIONS:MUIM} -CONFIGURE_ARGS+= --enable-uim -LIB_DEPENDS+= libuim.so:${PORTSDIR}/textproc/uim -PLIST_SUB+= UIM="" -.else -CONFIGURE_ARGS+= --disable-uim -PLIST_SUB+= UIM="@comment " -.endif +M17NLIB_CONFIGURE_ENABLE= m17nlib +M17NLIB_LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib -.if ${PORT_OPTIONS:MM17NLIB} -CONFIGURE_ARGS+= --enable-m17nlib -LIB_DEPENDS+= libm17n.so:${PORTSDIR}/devel/m17n-lib -PLIST_SUB+= M17NLIB="" -.else -CONFIGURE_ARGS+= --disable-m17nlib -PLIST_SUB+= M17NLIB="@comment " -.endif +SCIM_CONFIGURE_ENABLE= scim +SCIM_LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim -.if ${PORT_OPTIONS:MSCIM} -CONFIGURE_ARGS+= --enable-scim -LIB_DEPENDS+= libscim-1.0.so:${PORTSDIR}/textproc/scim -PLIST_SUB+= SCIM="" -.else -CONFIGURE_ARGS+= --disable-scim -PLIST_SUB+= SCIM="@comment " -.endif +IBUS_CONFIGURE_ENABLE= ibus +IBUS_LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus -.if ${PORT_OPTIONS:MIBUS} -CONFIGURE_ARGS+= --enable-ibus -LIB_DEPENDS+= libibus-1.0.so:${PORTSDIR}/textproc/ibus -PLIST_SUB+= IBUS="" -.else -CONFIGURE_ARGS+= --disable-ibus -PLIST_SUB+= IBUS="@comment " -.endif +CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo +CAIRO_CONFIGURE_ON= --with-type-engines="xcore,xft,cairo" +CAIRO_CONFIGURE_OFF= --with-type-engines="xcore,xft" -.if ${PORT_OPTIONS:MCAIRO} -CONFIGURE_ARGS+= --with-type-engines="xcore,xft,cairo" -LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" -.else -CONFIGURE_ARGS+= --with-type-engines="xcore,xft" -PLIST_SUB+= CAIRO="@comment " -.endif +SIXEL_CONFIGURE_ENABLE= sixel -.if ${PORT_OPTIONS:MSIXEL} -CONFIGURE_ARGS+= --enable-sixel -PLIST_SUB+= SIXEL="" -.else -CONFIGURE_ARGS+= --disable-sixel -PLIST_SUB+= SIXEL="@comment " -.endif +REGIS_LIB_DEPENDS= libSDL.so:${PORTSDIR}/devel/sdl12 \ + libSDL_ttf.so:${PORTSDIR}/graphics/sdl_ttf \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig + +.include .if ${PORT_OPTIONS:MREGIS} -LIB_DEPENDS+= libSDL.so:${PORTSDIR}/devel/sdl12 \ - libSDL_ttf.so:${PORTSDIR}/graphics/sdl_ttf \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig EXTERNAL_TOOLS+=,registobmp -PLIST_SUB+= REGIS="" -.else -PLIST_SUB+= REGIS="@comment " .endif CONFIGURE_ARGS+=--with-tools="${EXTERNAL_TOOLS}" -.if ${OSVERSION} < 900004 -LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter -.endif - post-configure: @${REINPLACE_CMD} -e "s,@CGI_BIN@,${PREFIX}/libexec/w3mmlconfig," \ ${WRKSRC}/tool/w3mmlconfig/mlconfig.cgi -.if ${OSVERSION} >= 900004 @${REINPLACE_CMD} -e 's|kik_utmp_bsd|kik_utmp_utmper|' \ ${WRKSRC}/kiklib/src/Makefile -.endif post-install: (cd ${WRKSRC}/tool/w3mmlconfig && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E529A08CD0; Fri, 25 Sep 2015 11:50:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E8E41FAF; Fri, 25 Sep 2015 11:50:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBoXUX007392; Fri, 25 Sep 2015 11:50:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBoXGt007391; Fri, 25 Sep 2015 11:50:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBoXGt007391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397814 - in head/sysutils/spiped: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:33 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:32 2015 New Revision: 397814 URL: https://svnweb.freebsd.org/changeset/ports/397814 Log: - Drop 8.x support Approved by: portmgr blanket Deleted: head/sysutils/spiped/files/extra-patch-proto_proto__conn.c Modified: head/sysutils/spiped/Makefile Modified: head/sysutils/spiped/Makefile ============================================================================== --- head/sysutils/spiped/Makefile Fri Sep 25 11:50:24 2015 (r397813) +++ head/sysutils/spiped/Makefile Fri Sep 25 11:50:32 2015 (r397814) @@ -32,11 +32,6 @@ USE_RC_SUBR= spiped OPTIONS_DEFINE= DOCS -.include -.if ${OSVERSION} < 900503 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-proto_proto__conn.c -.endif - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70347A08D0E; Fri, 25 Sep 2015 11:50:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 609B010B1; Fri, 25 Sep 2015 11:50:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBoec8007483; Fri, 25 Sep 2015 11:50:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBoelK007482; Fri, 25 Sep 2015 11:50:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBoelK007482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397815 - head/archivers/gtar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:40 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:39 2015 New Revision: 397815 URL: https://svnweb.freebsd.org/changeset/ports/397815 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/archivers/gtar/Makefile Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Fri Sep 25 11:50:32 2015 (r397814) +++ head/archivers/gtar/Makefile Fri Sep 25 11:50:39 2015 (r397815) @@ -36,13 +36,8 @@ NLS_CONFIGURE_ENABLE= nls STATIC_LDFLAGS= -static STATIC_CONFIGURE_ENV= SHLIBEXT="" -.include - -.if ${PORT_OPTIONS:MSTATIC} -STATIC_ARGS= build -.else -STATIC_ARGS= lib -.endif +STATIC_VARS= STATIC_ARGS=build +STATIC_VARS_OFF= STATIC_ARGS=lib # Tests 161 163 are known to fail because path resolution of ".." # in a removed directory fails. From owner-svn-ports-head@freebsd.org Fri Sep 25 11:50:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338DAA08D60; Fri, 25 Sep 2015 11:50:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E7A11AC; Fri, 25 Sep 2015 11:50:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBomtt007577; Fri, 25 Sep 2015 11:50:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBomX4007576; Fri, 25 Sep 2015 11:50:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251150.t8PBomX4007576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 11:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397816 - head/science/liblinear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:50:48 -0000 Author: amdmi3 Date: Fri Sep 25 11:50:47 2015 New Revision: 397816 URL: https://svnweb.freebsd.org/changeset/ports/397816 Log: - Switch to options helpers - Simplify DOCS handling Approved by: portmgr blanket Modified: head/science/liblinear/Makefile Modified: head/science/liblinear/Makefile ============================================================================== --- head/science/liblinear/Makefile Fri Sep 25 11:50:39 2015 (r397815) +++ head/science/liblinear/Makefile Fri Sep 25 11:50:47 2015 (r397816) @@ -13,36 +13,26 @@ COMMENT= Library for Large Linear Classi LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS -OPTIONS_DEFAULT=OPTIMIZED_CFLAGS - USES= zip -TXT_DOCS= COPYRIGHT README +PORTDOCS= COPYRIGHT README PLIST_FILES= bin/train bin/predict -.include - -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= ${TXT_DOCS} -.endif +OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS +OPTIONS_DEFAULT=OPTIMIZED_CFLAGS -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} # same as LIBLINEAR itself -CFLAGS= -Wall -O3 -.endif +OPTIMIZED_CFLAGS_CFLAGS= -Wall -O3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/train ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/predict ${STAGEDIR}${PREFIX}/bin -post-install: -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${STAGEDIR}${DOCSDIR}; \ + for f in ${PORTDOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/$$f ${STAGEDIR}${DOCSDIR}; \ done -.endif -.include +.include From owner-svn-ports-head@freebsd.org Fri Sep 25 11:54:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D38A08F13; Fri, 25 Sep 2015 11:54:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3B01389; Fri, 25 Sep 2015 11:54:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PBrxZH009547; Fri, 25 Sep 2015 11:53:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PBrwCY009542; Fri, 25 Sep 2015 11:53:58 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509251153.t8PBrwCY009542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 25 Sep 2015 11:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397817 - in head/net: . gupnp-dlna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:54:00 -0000 Author: kwm Date: Fri Sep 25 11:53:58 2015 New Revision: 397817 URL: https://svnweb.freebsd.org/changeset/ports/397817 Log: Add gupnp-dlna. GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. Added: head/net/gupnp-dlna/ head/net/gupnp-dlna/Makefile (contents, props changed) head/net/gupnp-dlna/distinfo (contents, props changed) head/net/gupnp-dlna/pkg-descr (contents, props changed) head/net/gupnp-dlna/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Sep 25 11:50:47 2015 (r397816) +++ head/net/Makefile Fri Sep 25 11:53:58 2015 (r397817) @@ -188,6 +188,7 @@ SUBDIR += gtknetcat SUBDIR += gupnp SUBDIR += gupnp-av + SUBDIR += gupnp-dlna SUBDIR += gupnp-igd SUBDIR += gupnp-ui SUBDIR += gutenfetch Added: head/net/gupnp-dlna/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gupnp-dlna/Makefile Fri Sep 25 11:53:58 2015 (r397817) @@ -0,0 +1,30 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= gupnp-dlna +PORTVERSION= 0.10.3 +CATEGORIES= net +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Helpers for DLNA-related tasks using GUPnP + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ + gupnp>=0.19.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp +RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp + +CONFIGURE_ARGS= --enable-introspection \ + --enable-gstreamer-metadata-backend + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 introspection:build libxml2 +USE_GSTREAMER1= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +.include Added: head/net/gupnp-dlna/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gupnp-dlna/distinfo Fri Sep 25 11:53:58 2015 (r397817) @@ -0,0 +1,2 @@ +SHA256 (gupnp-dlna-0.10.3.tar.xz) = dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5 +SIZE (gupnp-dlna-0.10.3.tar.xz) = 328376 Added: head/net/gupnp-dlna/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gupnp-dlna/pkg-descr Fri Sep 25 11:53:58 2015 (r397817) @@ -0,0 +1,4 @@ +GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks +such as media profile guessing, transcoding to a given profile, etc. + +WWW: http://www.gupnp.org/ Added: head/net/gupnp-dlna/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gupnp-dlna/pkg-plist Fri Sep 25 11:53:58 2015 (r397817) @@ -0,0 +1,104 @@ +bin/gupnp-dlna-info-2.0 +bin/gupnp-dlna-ls-profiles-2.0 +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-audio-information.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-container-information.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-g-values.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-gst-utils.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-image-information.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-information.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-profile-guesser.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-profile.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-restriction.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-value-list.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-values.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna-video-information.h +include/gupnp-dlna-2.0/libgupnp-dlna/gupnp-dlna.h +include/gupnp-dlna-2.0/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.h +lib/girepository-1.0/GUPnPDLNA-2.0.typelib +lib/girepository-1.0/GUPnPDLNAGst-2.0.typelib +lib/gupnp-dlna/libgstreamer.so +lib/libgupnp-dlna-2.0.a +lib/libgupnp-dlna-2.0.so +lib/libgupnp-dlna-2.0.so.3 +lib/libgupnp-dlna-2.0.so.3.0.0 +lib/libgupnp-dlna-gst-2.0.a +lib/libgupnp-dlna-gst-2.0.so +lib/libgupnp-dlna-gst-2.0.so.3 +lib/libgupnp-dlna-gst-2.0.so.3.0.0 +libdata/pkgconfig/gupnp-dlna-2.0.pc +libdata/pkgconfig/gupnp-dlna-gst-2.0.pc +libdata/pkgconfig/gupnp-dlna-metadata-2.0.pc +share/gir-1.0/GUPnPDLNA-2.0.gir +share/gir-1.0/GUPnPDLNAGst-2.0.gir +share/gtk-doc/html/gupnp-dlna-gst/annotation-glossary.html +share/gtk-doc/html/gupnp-dlna-gst/ch01.html +share/gtk-doc/html/gupnp-dlna-gst/gupnp-dlna-gst-gupnp-dlna-gst-utils.html +share/gtk-doc/html/gupnp-dlna-gst/gupnp-dlna-gst.devhelp2 +share/gtk-doc/html/gupnp-dlna-gst/home.png +share/gtk-doc/html/gupnp-dlna-gst/index.html +share/gtk-doc/html/gupnp-dlna-gst/index.sgml +share/gtk-doc/html/gupnp-dlna-gst/left-insensitive.png +share/gtk-doc/html/gupnp-dlna-gst/left.png +share/gtk-doc/html/gupnp-dlna-gst/right-insensitive.png +share/gtk-doc/html/gupnp-dlna-gst/right.png +share/gtk-doc/html/gupnp-dlna-gst/style.css +share/gtk-doc/html/gupnp-dlna-gst/up-insensitive.png +share/gtk-doc/html/gupnp-dlna-gst/up.png +share/gtk-doc/html/gupnp-dlna-metadata/GUPnPDLNAMetadataExtractor.html +share/gtk-doc/html/gupnp-dlna-metadata/annotation-glossary.html +share/gtk-doc/html/gupnp-dlna-metadata/ch01.html +share/gtk-doc/html/gupnp-dlna-metadata/gupnp-dlna-metadata.devhelp2 +share/gtk-doc/html/gupnp-dlna-metadata/home.png +share/gtk-doc/html/gupnp-dlna-metadata/index.html +share/gtk-doc/html/gupnp-dlna-metadata/index.sgml +share/gtk-doc/html/gupnp-dlna-metadata/left-insensitive.png +share/gtk-doc/html/gupnp-dlna-metadata/left.png +share/gtk-doc/html/gupnp-dlna-metadata/right-insensitive.png +share/gtk-doc/html/gupnp-dlna-metadata/right.png +share/gtk-doc/html/gupnp-dlna-metadata/style.css +share/gtk-doc/html/gupnp-dlna-metadata/up-insensitive.png +share/gtk-doc/html/gupnp-dlna-metadata/up.png +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAAudioInformation.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAContainerInformation.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAImageInformation.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAInformation.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAProfile.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAProfileGuesser.html +share/gtk-doc/html/gupnp-dlna/GUPnPDLNAVideoInformation.html +share/gtk-doc/html/gupnp-dlna/annotation-glossary.html +share/gtk-doc/html/gupnp-dlna/ch01.html +share/gtk-doc/html/gupnp-dlna/gupnp-dlna-GUPnP-DLNA-Values.html +share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-g-values.html +share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-restriction.html +share/gtk-doc/html/gupnp-dlna/gupnp-dlna-gupnp-dlna-value-list.html +share/gtk-doc/html/gupnp-dlna/gupnp-dlna.devhelp2 +share/gtk-doc/html/gupnp-dlna/home.png +share/gtk-doc/html/gupnp-dlna/index.html +share/gtk-doc/html/gupnp-dlna/index.sgml +share/gtk-doc/html/gupnp-dlna/left-insensitive.png +share/gtk-doc/html/gupnp-dlna/left.png +share/gtk-doc/html/gupnp-dlna/right-insensitive.png +share/gtk-doc/html/gupnp-dlna/right.png +share/gtk-doc/html/gupnp-dlna/style.css +share/gtk-doc/html/gupnp-dlna/up-insensitive.png +share/gtk-doc/html/gupnp-dlna/up.png +%%DATADIR%%-2.0/dlna-profiles/aac.xml +%%DATADIR%%-2.0/dlna-profiles/ac3.xml +%%DATADIR%%-2.0/dlna-profiles/amr.xml +%%DATADIR%%-2.0/dlna-profiles/avc.xml +%%DATADIR%%-2.0/dlna-profiles/common.xml +%%DATADIR%%-2.0/dlna-profiles/dlna-profiles.rng +%%DATADIR%%-2.0/dlna-profiles/jpeg.xml +%%DATADIR%%-2.0/dlna-profiles/lpcm.xml +%%DATADIR%%-2.0/dlna-profiles/mp3.xml +%%DATADIR%%-2.0/dlna-profiles/mpeg-common.xml +%%DATADIR%%-2.0/dlna-profiles/mpeg-ps.xml +%%DATADIR%%-2.0/dlna-profiles/mpeg-ts.xml +%%DATADIR%%-2.0/dlna-profiles/mpeg1.xml +%%DATADIR%%-2.0/dlna-profiles/mpeg4.xml +%%DATADIR%%-2.0/dlna-profiles/png.xml +%%DATADIR%%-2.0/dlna-profiles/wma.xml +share/vala/vapi/gupnp-dlna-2.0.deps +share/vala/vapi/gupnp-dlna-2.0.vapi +share/vala/vapi/gupnp-dlna-gst-2.0.deps +share/vala/vapi/gupnp-dlna-gst-2.0.vapi From owner-svn-ports-head@freebsd.org Fri Sep 25 11:58:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 606B5A071AE; Fri, 25 Sep 2015 11:58:07 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 286CB1601; Fri, 25 Sep 2015 11:58:06 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 6F516B064F; Fri, 25 Sep 2015 14:58:04 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 7A609520; Fri, 25 Sep 2015 14:54:30 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 152BA23D51B; Fri, 25 Sep 2015 14:57:10 +0300 (MSK) Date: Fri, 25 Sep 2015 14:57:10 +0300 From: Dmitry Marakasov To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397658 - in head/graphics/openjpeg: . files Message-ID: <20150925115710.GL3910@hades.panopticon> References: <201509232018.t8NKI6k3017227@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201509232018.t8NKI6k3017227@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 11:58:07 -0000 * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: This has broken mupdf. > Author: sunpoet > Date: Wed Sep 23 20:18:05 2015 > New Revision: 397658 > URL: https://svnweb.freebsd.org/changeset/ports/397658 > > Log: > - Update to 2.1.1 > - Add LICENSE_FILE > - Add upstream patches [1] > > Obtained from: https://github.com/uclouvain/openjpeg/commit/a4e93c3b0af1c42770206b5d25014a05a60ec8f5 [1] > https://github.com/uclouvain/openjpeg/commit/c16c91797f4b15eb55d56f85fd497d588331e71f [1] > https://github.com/uclouvain/openjpeg/commit/55dbf8acff9afab1591b6a094b744d8426a32dd4 [1] > Security: a233d51f-5d4c-11e5-9ad8-14dae9d210b8 > MFH: 2015Q3 > > Added: > head/graphics/openjpeg/files/ > head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c (contents, props changed) > Modified: > head/graphics/openjpeg/Makefile > head/graphics/openjpeg/distinfo > > Modified: head/graphics/openjpeg/Makefile > ============================================================================== > --- head/graphics/openjpeg/Makefile Wed Sep 23 20:16:42 2015 (r397657) > +++ head/graphics/openjpeg/Makefile Wed Sep 23 20:18:05 2015 (r397658) > @@ -2,14 +2,14 @@ > # $FreeBSD$ > > PORTNAME= openjpeg > -PORTVERSION= 2.1.0 > -PORTREVISION= 1 > +PORTVERSION= 2.1.1 > CATEGORIES= graphics > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Open-source JPEG 2000 codec > > LICENSE= BSD2CLAUSE > +LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ > libpng.so:${PORTSDIR}/graphics/png \ > @@ -21,7 +21,8 @@ USES= cmake cpe pkgconfig > PLIST_SUB= VER=${PORTVERSION:R} > > GH_ACCOUNT= uclouvain > -GH_TAGNAME= version.${PORTVERSION:R} > +#GH_TAGNAME= version.${PORTVERSION:R} > +GH_TAGNAME= 9c911c0 > USE_GITHUB= yes > > post-patch: > > Modified: head/graphics/openjpeg/distinfo > ============================================================================== > --- head/graphics/openjpeg/distinfo Wed Sep 23 20:16:42 2015 (r397657) > +++ head/graphics/openjpeg/distinfo Wed Sep 23 20:18:05 2015 (r397658) > @@ -1,2 +1,2 @@ > -SHA256 (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 4afc996cd5e0d16360d71c58216950bcb4ce29a3272360eb29cadb1c8bce4efc > -SIZE (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 1775088 > +SHA256 (uclouvain-openjpeg-2.1.1-9c911c0_GH0.tar.gz) = cb0f08de689cfc70604876aaa68c11546db508d0d711e48d946bd2b0a154f50d > +SIZE (uclouvain-openjpeg-2.1.1-9c911c0_GH0.tar.gz) = 1942736 > > Added: head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/openjpeg/files/patch-src-lib-openjp2-j2k.c Wed Sep 23 20:18:05 2015 (r397658) > @@ -0,0 +1,59 @@ > +Obtained from: https://github.com/uclouvain/openjpeg/commit/a4e93c3b0af1c42770206b5d25014a05a60ec8f5 > + https://github.com/uclouvain/openjpeg/commit/c16c91797f4b15eb55d56f85fd497d588331e71f > + https://github.com/uclouvain/openjpeg/commit/55dbf8acff9afab1591b6a094b744d8426a32dd4 > + > +--- src/lib/openjp2/j2k.c.orig 2015-09-16 18:49:45 UTC > ++++ src/lib/openjp2/j2k.c > +@@ -8603,8 +8603,10 @@ static opj_codestream_index_t* opj_j2k_c > + cstr_index->marknum = 0; > + cstr_index->marker = (opj_marker_info_t*) > + opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t)); > +- if (!cstr_index-> marker) > ++ if (!cstr_index-> marker) { > ++ opj_free(cstr_index); > + return NULL; > ++ } > + > + cstr_index->tile_index = NULL; > + > +@@ -9668,14 +9670,14 @@ static OPJ_BOOL opj_j2k_decode_one_tile > + * so move to the last SOT read */ > + if ( !(opj_stream_read_seek(p_stream, p_j2k->m_specific_param.m_decoder.m_last_sot_read_pos+2, p_manager)) ){ > + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); > +- opj_free(l_current_data); > ++ opj_free(l_current_data); > + return OPJ_FALSE; > + } > + } > + else{ > + if ( !(opj_stream_read_seek(p_stream, p_j2k->cstr_index->tile_index[l_tile_no_to_dec].tp_index[0].start_pos+2, p_manager)) ) { > + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); > +- opj_free(l_current_data); > ++ opj_free(l_current_data); > + return OPJ_FALSE; > + } > + } > +@@ -9733,6 +9735,7 @@ static OPJ_BOOL opj_j2k_decode_one_tile > + /* move into the codestream to the the first SOT (FIXME or not move?)*/ > + if (!(opj_stream_read_seek(p_stream, p_j2k->cstr_index->main_head_end + 2, p_manager) ) ) { > + opj_event_msg(p_manager, EVT_ERROR, "Problem with seek function\n"); > ++ opj_free(l_current_data); > + return OPJ_FALSE; > + } > + break; > +@@ -9998,11 +10001,15 @@ OPJ_BOOL opj_j2k_encode(opj_j2k_t * p_j2 > + /* now copy this data into the tile component */ > + if (! opj_tcd_copy_tile_data(p_j2k->m_tcd,l_current_data,l_current_tile_size)) { > + opj_event_msg(p_manager, EVT_ERROR, "Size mismatch between tile data and sent data." ); > ++ opj_free(l_current_data); > + return OPJ_FALSE; > + } > + } > + > + if (! opj_j2k_post_write_tile (p_j2k,p_stream,p_manager)) { > ++ if (l_current_data) { > ++ opj_free(l_current_data); > ++ } > + return OPJ_FALSE; > + } > + } > > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-head@freebsd.org Fri Sep 25 12:24:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE3AEA08929; Fri, 25 Sep 2015 12:24:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1DE51619; Fri, 25 Sep 2015 12:24:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PCOANx021919; Fri, 25 Sep 2015 12:24:10 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PCO8O2021911; Fri, 25 Sep 2015 12:24:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509251224.t8PCO8O2021911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 25 Sep 2015 12:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397818 - in head: . sysutils sysutils/stanchion sysutils/stanchion/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 12:24:11 -0000 Author: wg Date: Fri Sep 25 12:24:07 2015 New Revision: 397818 URL: https://svnweb.freebsd.org/changeset/ports/397818 Log: sysutils/stanchion: Open source database cluster control for Riak Stanchion is an application to enforce the serialization of requests. It consists of two main parts: a simple HTTP interface and a processing backend that manages requests and interacts with a local Riak instance. WWW: https://github.com/basho/stanchion Submitted by: Scott Kamp (based on) Added: head/sysutils/stanchion/ head/sysutils/stanchion/Makefile (contents, props changed) head/sysutils/stanchion/distinfo (contents, props changed) head/sysutils/stanchion/files/ head/sysutils/stanchion/files/patch-rel_vars.config (contents, props changed) head/sysutils/stanchion/files/stanchion.in (contents, props changed) head/sysutils/stanchion/pkg-descr (contents, props changed) head/sysutils/stanchion/pkg-plist (contents, props changed) Modified: head/UIDs head/sysutils/Makefile Modified: head/UIDs ============================================================================== --- head/UIDs Fri Sep 25 11:53:58 2015 (r397817) +++ head/UIDs Fri Sep 25 12:24:07 2015 (r397818) @@ -223,6 +223,7 @@ caldavd:*:639:639::0:0:Caldavd user:/var monkeysphere:*:641:641::0:0:Monkeysphere User:/var/monkeysphere:/usr/local/bin/bash aox:*:666:666::0:0:Archiveopteryx user:/nonexistent:/usr/sbin/nologin riak:*:667:667::0:0:Riak user:/usr/local/lib/riak:/bin/sh +stanchion:*:669:667::0:0:Stanchion user:/usr/local/lib/stanchion:/bin/sh bnetd:*:700:700::0:0:Bnetd user:/nonexistent:/usr/sbin/nologin fastnetmon:*:701:701::0:0:FastNetMon user:/nonexistent:/usr/sbin/nologin bopm:*:717:717::0:0:Blitzed Open Proxy Monitor:/nonexistent:/bin/sh Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Sep 25 11:53:58 2015 (r397817) +++ head/sysutils/Makefile Fri Sep 25 12:24:07 2015 (r397818) @@ -957,6 +957,7 @@ SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid + SUBDIR += stanchion SUBDIR += stmpclean SUBDIR += storcli SUBDIR += stow Added: head/sysutils/stanchion/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/Makefile Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,79 @@ +# $FreeBSD$ + +PORTNAME= stanchion +PORTVERSION= 2.0.0 +CATEGORIES= sysutils +MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/stanchion/${PORTVERSION:R}/${PORTVERSION}/ \ + http://downloads.basho.com.s3.amazonaws.com/stanchion/${PORTVERSION:R}/${PORTVERSION}/ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Open source database cluster control for Riak + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak + +USES= gmake readline +USE_RC_SUBR= stanchion +USE_GCC= yes + +USERS= stanchion +GROUPS= riak + +STANCHION_CONFDIR?= ${PREFIX}/etc/stanchion +STANCHION_DBDIR?= /var/db/stanchion +STANCHION_HOMEDIR?= ${PREFIX}/lib/stanchion +STANCHION_LIBDIR?= ${PREFIX}/lib/stanchion/lib +STANCHION_LOGDIR?= /var/log/stanchion + +PLIST_SUB+= STANCHION_CONFDIR=${STANCHION_CONFDIR} \ + STANCHION_DBDIR=${STANCHION_DBDIR} \ + STANCHION_HOMEDIR=${STANCHION_HOMEDIR} \ + STANCHION_LIBDIR=${STANCHION_LIBDIR} \ + STANCHION_LOGDIR=${STANCHION_LOGDIR} \ + USERS=${USERS} \ + GROUPS=${GROUPS} + +ALL_TARGET= rel +MAKE_JOBS_UNSAFE=yes +MAKE_ENV= PATH=${LOCALBASE}/lib/riak-erlang/bin:${PATH} + +post-patch: + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/rel/vars.config + +do-install: + ${MKDIR} ${STAGEDIR}${STANCHION_CONFDIR} + ${MKDIR} ${STAGEDIR}${STANCHION_DBDIR} + ${MKDIR} ${STAGEDIR}${STANCHION_LOGDIR} + ${INSTALL_DATA} ${WRKSRC}/rel/stanchion/etc/stanchion.conf ${STAGEDIR}${STANCHION_CONFDIR}/stanchion.conf + ${INSTALL_DATA} ${WRKSRC}/rel/stanchion/etc/advanced.config ${STAGEDIR}${STANCHION_CONFDIR}/advanced.config + ${INSTALL_DATA} ${WRKSRC}/rel/stanchion/etc/cert.pem ${STAGEDIR}${STANCHION_CONFDIR}/cert.pem + ${INSTALL_DATA} ${WRKSRC}/rel/stanchion/etc/key.pem ${STAGEDIR}${STANCHION_CONFDIR}/key.pem + (cd ${WRKSRC}/rel/stanchion/lib/ && ${COPYTREE_BIN} . ${STAGEDIR}${STANCHION_LIBDIR}) + (cd ${WRKSRC}/rel/stanchion/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin/) + (cd ${WRKSRC}/rel/stanchion/releases && ${COPYTREE_SHARE} . ${STAGEDIR}${STANCHION_HOMEDIR}/releases) + ${CP} -R ${WRKSRC}/rel/stanchion/erts-* ${STAGEDIR}${STANCHION_HOMEDIR} + +post-install: + (cd ${STAGEDIR}${STANCHION_HOMEDIR}; ${FIND} releases -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/stanchion/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${STANCHION_HOMEDIR}; ${FIND} erts-* -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn \ + | ${AWK} '{print "lib/stanchion/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${STANCHION_HOMEDIR}; ${FIND} erts-* -type d -empty \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "@dir lib/stanchion/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${STANCHION_LIBDIR}; ${FIND} . -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/stanchion/lib/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${STANCHION_LIBDIR}; ${FIND} . -type d -empty \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "@dir lib/stanchion/lib/"$$2 }' >> ${TMPPLIST}) + +.include Added: head/sysutils/stanchion/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/distinfo Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,2 @@ +SHA256 (stanchion-2.0.0.tar.gz) = c5380f25cf8f65687e8b3a17db8e319a13e7b786110ea7c606de213d78e44106 +SIZE (stanchion-2.0.0.tar.gz) = 4109581 Added: head/sysutils/stanchion/files/patch-rel_vars.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/files/patch-rel_vars.config Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,43 @@ +--- rel/vars.config.orig 2015-03-23 18:52:47.000000000 +1100 ++++ rel/vars.config 2015-09-24 15:04:54.707161521 +1000 +@@ -2,11 +2,12 @@ + %% ex: ft=erlang ts=4 sw=4 et + + %% Platform-specific installation paths +-{platform_bin_dir, "./bin"}. +-{platform_data_dir, "./data"}. +-{platform_etc_dir, "./etc"}. +-{platform_lib_dir, "./lib"}. +-{platform_log_dir, "./log"}. ++{platform_base_dir, "%%PREFIX%%/lib/stanchion"}. ++{platform_bin_dir, "%%PREFIX%%/sbin"}. ++{platform_etc_dir, "%%PREFIX%%/etc/stanchion"}. ++{platform_lib_dir, "%%PREFIX%%/lib/stanchion/lib"}. ++{platform_data_dir, "/var/db/stanchion"}. ++{platform_log_dir, "/var/log/stanchion"}. + + %% + %% etc/app.config +@@ -29,14 +30,14 @@ + %% bin/stanchion + %% + {data_dir, "{{target_dir}}/data"}. +-{runner_script_dir, "\`cd \\`dirname $0\\` && /bin/pwd\`"}. +-{runner_base_dir, "{{runner_script_dir}}/.."}. +-{runner_etc_dir, "$RUNNER_BASE_DIR/etc"}. +-{runner_log_dir, "$RUNNER_BASE_DIR/log"}. +-{runner_lib_dir, "$RUNNER_BASE_DIR/lib"}. +-{runner_patch_dir, "$RUNNER_BASE_DIR/lib/basho-patches"}. +-{pipe_dir, "/tmp/$RUNNER_BASE_DIR/"}. +-{runner_user, ""}. ++{runner_script_dir, "{{platform_bin_dir}}"}. ++{runner_base_dir, "{{platform_base_dir}}"}. ++{runner_etc_dir, "{{platform_etc_dir}}"}. ++{runner_log_dir, "{{platform_log_dir}}"}. ++{runner_lib_dir, "{{platform_lib_dir}}"}. ++{runner_patch_dir, "{{platform_lib_dir}}/basho-patches"}. ++{pipe_dir, "/tmp/stanchion"}. ++{runner_user, "stanchion"}. + {runner_wait_process, "stanchion_server_sup"}. + + %% lager Added: head/sysutils/stanchion/files/stanchion.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/files/stanchion.in Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,84 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: stanchion +# REQUIRE: LOGIN cleanvar +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable stanchion: +# stanchion_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable stanchion on boot. +# + +. /etc/rc.subr + +name="stanchion" +rcvar=stanchion_enable + +pidfile=/var/run/stanchion/stanchion.pid + +start_cmd="stanchion_start" +stop_cmd="stanchion_stop" +restart_cdm="stanchion_restart" +status_cmd="stanchion_status" +command="%%PREFIX%%/sbin/stanchion" + +load_rc_config $name + +# Read rc.d config and set defaults +load_rc_config "$name" +: ${stanchion_enable="NO"} + +stanchion_start() +{ + echo "Starting Riak." + %%PREFIX%%/sbin/stanchion start + return 0 +} + +stanchion_stop() +{ + echo "Stopping Riak processes" + %%PREFIX%%/sbin/stanchion stop + killall -9 epmd + return 0 +} + +stanchion_restart() +{ + stanchion_stop + stanchion_start + return 0 +} + +stanchion_status() +{ + if stanchion_running; then + echo "Riak is running." + return 0 + else + echo "Riak is not running" + return 1 + fi +} + +stanchion_running() +{ + local pid result ps + pid=`%%PREFIX%%/sbin/stanchion getpid` + result=`echo $?` + if [ "$result" == 0 ]; then + ps=`ps -waux | grep ${pid} | grep stanchion` + result=`echo $?` + if [ "$result" ]; then + return 0 + else + return 1 + fi + else + return 1 + fi +} + +run_rc_command "$1" Added: head/sysutils/stanchion/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/pkg-descr Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,5 @@ +Stanchion is an application to enforce the serialization of requests. It +consists of two main parts: a simple HTTP interface and a processing backend +that manages requests and interacts with a local Riak instance. + +WWW: https://github.com/basho/stanchion Added: head/sysutils/stanchion/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/stanchion/pkg-plist Fri Sep 25 12:24:07 2015 (r397818) @@ -0,0 +1,12 @@ +sbin/stanchion +@sample %%STANCHION_CONFDIR%%/stanchion.conf +@sample %%STANCHION_CONFDIR%%/advanced.config +@sample %%STANCHION_CONFDIR%%/key.pem +@sample %%STANCHION_CONFDIR%%/cert.pem +@dir %%STANCHION_CONFDIR%% +@owner %%USERS%% +@group %%GROUPS%% +@dir %%STANCHION_DBDIR%% +@dir %%STANCHION_HOMEDIR%% +@dir %%STANCHION_LIBDIR%% +@dir %%STANCHION_LOGDIR%% From owner-svn-ports-head@freebsd.org Fri Sep 25 12:40:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AABFA09298; Fri, 25 Sep 2015 12:40:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEA61DF5; Fri, 25 Sep 2015 12:40:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PCeHwR026322; Fri, 25 Sep 2015 12:40:17 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PCeHWq026320; Fri, 25 Sep 2015 12:40:17 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201509251240.t8PCeHWq026320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 25 Sep 2015 12:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397819 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 12:40:17 -0000 Author: gblach Date: Fri Sep 25 12:40:16 2015 New Revision: 397819 URL: https://svnweb.freebsd.org/changeset/ports/397819 Log: Update to 0.19.11 PR: 203328 Submitted by: hardy schumacher gmx de Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Fri Sep 25 12:24:07 2015 (r397818) +++ head/x11-wm/enlightenment/Makefile Fri Sep 25 12:40:16 2015 (r397819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.19.10 +PORTVERSION= 0.19.11 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Fri Sep 25 12:24:07 2015 (r397818) +++ head/x11-wm/enlightenment/distinfo Fri Sep 25 12:40:16 2015 (r397819) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/enlightenment-0.19.10.tar.xz) = 8bdc2b764765e807df263962cb3c4793256a34ce74cf854f623a47859f7a4f5d -SIZE (enlightenment/enlightenment-0.19.10.tar.xz) = 24594372 +SHA256 (enlightenment/enlightenment-0.19.11.tar.xz) = c41ccb36cfb0c997dc98ccbf66d8769d4fa64f83a4d9745f185898280c30152d +SIZE (enlightenment/enlightenment-0.19.11.tar.xz) = 24597248 From owner-svn-ports-head@freebsd.org Fri Sep 25 12:46:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF7B8A09655; Fri, 25 Sep 2015 12:46:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF6FE10F8; Fri, 25 Sep 2015 12:46:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PCkaxH030354; Fri, 25 Sep 2015 12:46:36 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PCka5h030350; Fri, 25 Sep 2015 12:46:36 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509251246.t8PCka5h030350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 25 Sep 2015 12:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397820 - in head/multimedia/kodi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 12:46:37 -0000 Author: junovitch Date: Fri Sep 25 12:46:35 2015 New Revision: 397820 URL: https://svnweb.freebsd.org/changeset/ports/397820 Log: multimedia/kodi: regen patch-configure.ac - Add atomic lib to search libs, resolve 9.3 i386 build issue - Bump PORTREVISION due to libatomic shlib dependency PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) MFH: 2015Q3 X-MFH-With: r397342, r397605, r397613 Modified: head/multimedia/kodi/Makefile head/multimedia/kodi/files/patch-configure.ac Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Fri Sep 25 12:40:16 2015 (r397819) +++ head/multimedia/kodi/Makefile Fri Sep 25 12:46:35 2015 (r397820) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 15.1 +PORTREVISION= 1 CATEGORIES= multimedia java MASTER_SITES= https://codeload.github.com/xbmc/xbmc/tar.gz/${KODI_COMMIT}?dummy=/ \ GH:ffmpeg Modified: head/multimedia/kodi/files/patch-configure.ac ============================================================================== --- head/multimedia/kodi/files/patch-configure.ac Fri Sep 25 12:40:16 2015 (r397819) +++ head/multimedia/kodi/files/patch-configure.ac Fri Sep 25 12:46:35 2015 (r397820) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2015-03-31 16:37:07 UTC +--- configure.ac.orig 2015-08-16 14:37:32 UTC +++ configure.ac @@ -636,10 +636,12 @@ i386-*-freebsd*) @@ -13,7 +13,7 @@ ;; arm-apple-darwin*) use_joystick=no -@@ -808,10 +810,16 @@ +@@ -824,10 +826,16 @@ # platform specific flags if echo "$ARCH" | grep -q "freebsd" ; then LOCALBASE="${LOCALBASE:-/usr/local}" @@ -33,7 +33,7 @@ fi if test "$host_vendor" = "apple" ; then # standard application paths -@@ -944,6 +952,7 @@ +@@ -960,6 +968,7 @@ # Check inotify availability AC_CHECK_HEADER([sys/inotify.h], AC_DEFINE([HAVE_INOTIFY],[1],[Define if we have inotify]),) @@ -41,7 +41,7 @@ # Checks for boost headers using CXX instead of CC AC_LANG_PUSH([C++]) -@@ -1240,7 +1249,7 @@ +@@ -1257,12 +1266,13 @@ ) #Check to see if libs are needed for functions that are often built-in to libc @@ -50,7 +50,13 @@ AC_SEARCH_LIBS([dlopen],dl) AC_SEARCH_LIBS([clock_gettime],rt) AC_SEARCH_LIBS([dn_expand], resolv) -@@ -1740,7 +1749,7 @@ + AC_SEARCH_LIBS([_dn_expand], resolv) + AC_SEARCH_LIBS([__dn_expand],resolv) ++AC_SEARCH_LIBS([__atomic_load_8], [atomic]) + + # platform dependent libraries + if test "$host_vendor" = "apple" ; then +@@ -1727,7 +1737,7 @@ if test "$cross_compiling" != "yes"; then if test "$use_debug" != "yes"; then @@ -59,7 +65,7 @@ fi if test "$use_optimizations" != "yes"; then FFMPEG_OPTS="${FFMPEG_OPTS} --disable-optimizations" -@@ -1751,7 +1760,7 @@ +@@ -1738,7 +1748,7 @@ SAVE_LIBS="$LIBS" # check for system installed ffmpeg. We require minimum versions. PKG_CHECK_MODULES([FFMPEG], [$FFMPEG_LIBNAMES], @@ -68,7 +74,7 @@ [FFMPEG_FOUND="false"]) if test "${USE_STATIC_FFMPEG}" = "1" && test "$FFMPEG_FOUND" = "true"; then -@@ -1778,7 +1787,7 @@ +@@ -1765,7 +1775,7 @@ elif test "$with_ffmpeg" = "force"; then # always build our ffmpeg AC_MSG_NOTICE("FFmpeg installation forced by user - installing our version") @@ -77,7 +83,7 @@ export PKG_CONFIG_PATH="${ffmpeg_build}/ffmpeg-install/lib/pkgconfig:$PKG_CONFIG_PATH" elif test "$with_ffmpeg" != "no"; then -@@ -1791,7 +1800,7 @@ +@@ -1778,7 +1788,7 @@ if test "$FFMPEG_FOUND" != "true"; then PKG_CHECK_MODULES([FFMPEG], [$FFMPEG_LIBNAMES], @@ -86,7 +92,7 @@ [AC_MSG_ERROR("ffmpeg not found")]) fi -@@ -2204,7 +2213,7 @@ +@@ -2173,7 +2183,7 @@ # we don't compile with default upstream squish, so we use our own one # even on non unified deps platforms if test "$cross_compiling" != "yes"; then @@ -95,7 +101,7 @@ export PKG_CONFIG_PATH="${abs_top_srcdir}/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:$PKG_CONFIG_PATH" fi PKG_CHECK_MODULES([SQUISH], [squish], -@@ -2215,7 +2224,7 @@ +@@ -2184,7 +2194,7 @@ AC_PATH_PROG([TEXTUREPACKER], [TexturePacker], ["none"], [$PATH$PATH_SEPARATOR${abs_top_srcdir}/tools/depends/native/TexturePacker/bin]) if test "$TEXTUREPACKER" = "none"; then @@ -104,7 +110,7 @@ TEXTUREPACKER="${abs_top_srcdir}/tools/depends/native/TexturePacker/bin/TexturePacker" fi if test -x "$TEXTUREPACKER"; then -@@ -2479,6 +2488,8 @@ +@@ -2448,6 +2458,8 @@ LIBS="$LIBS -L\$(abs_top_srcdir)/lib/ffmpeg/libswscale -lswscale" fi From owner-svn-ports-head@freebsd.org Fri Sep 25 12:55:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B4F1A09B5C; Fri, 25 Sep 2015 12:55:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F24415D2; Fri, 25 Sep 2015 12:55:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PCtDXB034575; Fri, 25 Sep 2015 12:55:13 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PCtB8R034566; Fri, 25 Sep 2015 12:55:11 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509251255.t8PCtB8R034566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 25 Sep 2015 12:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397821 - in head: . sysutils sysutils/riak-cs sysutils/riak-cs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 12:55:13 -0000 Author: wg Date: Fri Sep 25 12:55:10 2015 New Revision: 397821 URL: https://svnweb.freebsd.org/changeset/ports/397821 Log: sysutils/riak-cs: Open source, distributed, S3 interface to Riak KV Riak CS is an object storage system built on top of Riak. It facilitates storing large objects in Riak and presents an S3-compatible interface. It also provides multi-tenancy features such as user accounts, authentication, access control mechanisms, and per account usage reporting. WWW: https://github.com/basho/riak_cs Submitted by: Scott Kamp (based on) Added: head/sysutils/riak-cs/ head/sysutils/riak-cs/Makefile (contents, props changed) head/sysutils/riak-cs/distinfo (contents, props changed) head/sysutils/riak-cs/files/ head/sysutils/riak-cs/files/patch-rel_vars.config (contents, props changed) head/sysutils/riak-cs/files/riak-cs.in (contents, props changed) head/sysutils/riak-cs/pkg-descr (contents, props changed) head/sysutils/riak-cs/pkg-plist (contents, props changed) Modified: head/UIDs head/sysutils/Makefile Modified: head/UIDs ============================================================================== --- head/UIDs Fri Sep 25 12:46:35 2015 (r397820) +++ head/UIDs Fri Sep 25 12:55:10 2015 (r397821) @@ -223,6 +223,7 @@ caldavd:*:639:639::0:0:Caldavd user:/var monkeysphere:*:641:641::0:0:Monkeysphere User:/var/monkeysphere:/usr/local/bin/bash aox:*:666:666::0:0:Archiveopteryx user:/nonexistent:/usr/sbin/nologin riak:*:667:667::0:0:Riak user:/usr/local/lib/riak:/bin/sh +riakcs:*:668:667::0:0:Riak CS user:/usr/local/lib/riak-cs:/bin/sh stanchion:*:669:667::0:0:Stanchion user:/usr/local/lib/stanchion:/bin/sh bnetd:*:700:700::0:0:Bnetd user:/nonexistent:/usr/sbin/nologin fastnetmon:*:701:701::0:0:FastNetMon user:/nonexistent:/usr/sbin/nologin Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Sep 25 12:46:35 2015 (r397820) +++ head/sysutils/Makefile Fri Sep 25 12:55:10 2015 (r397821) @@ -828,6 +828,7 @@ SUBDIR += retail SUBDIR += rfstool SUBDIR += rhc + SUBDIR += riak-cs SUBDIR += rinse SUBDIR += rmonitor SUBDIR += roottail Added: head/sysutils/riak-cs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/Makefile Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,80 @@ +# $FreeBSD$ + +PORTNAME= riak-cs +PORTVERSION= 2.0.1 +CATEGORIES= sysutils +MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ \ + http://downloads.basho.com.s3.amazonaws.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Open source, distributed, S3 interface to Riak KV + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak + +USES= gmake readline +USE_RC_SUBR= riak-cs +USE_GCC= yes + +USERS= riakcs +GROUPS= riak + +RIAKCS_CONFDIR?=${PREFIX}/etc/riak-cs +RIAKCS_DBDIR?= /var/db/riak-cs +RIAKCS_HOMEDIR?=${PREFIX}/lib/riak-cs +RIAKCS_LIBDIR?= ${PREFIX}/lib/riak-cs/lib +RIAKCS_LOGDIR?= /var/log/riak-cs + +PLIST_SUB+= RIAKCS_CONFDIR=${RIAKCS_CONFDIR} \ + RIAKCS_DBDIR=${RIAKCS_DBDIR} \ + RIAKCS_HOMEDIR=${RIAKCS_HOMEDIR} \ + RIAKCS_LIBDIR=${RIAKCS_LIBDIR} \ + RIAKCS_LOGDIR=${RIAKCS_LOGDIR} \ + USERS=${USERS} \ + GROUPS=${GROUPS} + +ALL_TARGET= rel +MAKE_JOBS_UNSAFE=yes +MAKE_ENV= PATH=${LOCALBASE}/lib/riak-erlang/bin:${PATH} + +post-patch: + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/rel/vars.config + +do-install: + ${MKDIR} ${STAGEDIR}${RIAKCS_CONFDIR} + ${MKDIR} ${STAGEDIR}${RIAKCS_DBDIR} + ${MKDIR} ${STAGEDIR}${RIAKCS_LOGDIR} + ${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/riak-cs.conf ${STAGEDIR}${RIAKCS_CONFDIR}/riak-cs.conf + ${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/advanced.config ${STAGEDIR}${RIAKCS_CONFDIR}/advanced.config + ${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/cert.pem ${STAGEDIR}${RIAKCS_CONFDIR}/cert.pem + ${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/key.pem ${STAGEDIR}${RIAKCS_CONFDIR}/key.pem + (cd ${WRKSRC}/rel/riak-cs/lib/ && ${COPYTREE_BIN} . ${STAGEDIR}${RIAKCS_LIBDIR}) + (cd ${WRKSRC}/rel/riak-cs/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin/) + (cd ${WRKSRC}/rel/riak-cs/lib/basho-patches && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAKCS_LIBDIR}/basho-patches) + (cd ${WRKSRC}/rel/riak-cs/releases && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAKCS_HOMEDIR}/releases) + ${CP} -R ${WRKSRC}/rel/riak-cs/erts-* ${STAGEDIR}${RIAKCS_HOMEDIR} + +post-install: + (cd ${STAGEDIR}${RIAKCS_HOMEDIR}; ${FIND} releases -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/riak-cs/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAKCS_HOMEDIR}; ${FIND} erts-* -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn \ + | ${AWK} '{print "lib/riak-cs/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAKCS_HOMEDIR}; ${FIND} erts-* -type d -empty \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "@dir lib/riak-cs/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAKCS_LIBDIR}; ${FIND} . -type f \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "lib/riak-cs/lib/"$$2 }' >> ${TMPPLIST}) + (cd ${STAGEDIR}${RIAKCS_LIBDIR}; ${FIND} . -type d -empty \ + | ${SED} -e 's,^\./,,g' \ + | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ + | ${AWK} '{print "@dir lib/riak-cs/lib/"$$2 }' >> ${TMPPLIST}) + +.include Added: head/sysutils/riak-cs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/distinfo Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,2 @@ +SHA256 (riak-cs-2.0.1.tar.gz) = 7c8d38ff678c42271e51270bb9e82002358f8c2d15a071ae8e406d52655c64da +SIZE (riak-cs-2.0.1.tar.gz) = 9734438 Added: head/sysutils/riak-cs/files/patch-rel_vars.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/files/patch-rel_vars.config Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,47 @@ +--- rel/vars.config.orig 2015-05-29 10:29:55.000000000 +1000 ++++ rel/vars.config 2015-09-24 14:36:24.429038742 +1000 +@@ -2,11 +2,12 @@ + %% ex: ts=4 sw=4 et + + %% Platform-specific installation paths +-{platform_bin_dir, "./bin"}. +-{platform_data_dir, "./data"}. +-{platform_etc_dir, "./etc"}. +-{platform_lib_dir, "./lib"}. +-{platform_log_dir, "./log"}. ++{platform_base_dir, "%%PREFIX%%/lib/riak-cs"}. ++{platform_bin_dir, "%%PREFIX%%/sbin"}. ++{platform_etc_dir, "%%PREFIX%%/etc/riak-cs"}. ++{platform_lib_dir, "%%PREFIX%%/lib/riak-cs/lib"}. ++{platform_data_dir, "/var/db/riak-cs"}. ++{platform_log_dir, "/var/log/riak-cs"}. + + %% lager + {console_log_default, file}. +@@ -41,16 +42,18 @@ + %% bin/riak_cs + %% + {data_dir, "{{target_dir}}/data"}. +-{runner_script_dir, "\`cd \\`dirname $0\\` && /bin/pwd\`"}. +-{runner_base_dir, "{{runner_script_dir}}/.."}. +-{runner_etc_dir, "$RUNNER_BASE_DIR/etc"}. +-{runner_log_dir, "$RUNNER_BASE_DIR/log"}. +-{runner_lib_dir, "$RUNNER_BASE_DIR/lib"}. +-{runner_patch_dir, "$RUNNER_BASE_DIR/lib/basho-patches"}. +-{pipe_dir, "/tmp/$RUNNER_BASE_DIR/"}. +-{runner_user, ""}. ++{runner_script_dir, "{{platform_bin_dir}}"}. ++{runner_base_dir, "{{platform_base_dir}}"}. ++{runner_etc_dir, "{{platform_etc_dir}}"}. ++{runner_log_dir, "{{platform_log_dir}}"}. ++{runner_lib_dir, "{{platform_lib_dir}}"}. ++{runner_patch_dir, "{{platform_lib_dir}}/basho-patches"}. ++{pipe_dir, "/tmp/riak-cs"}. ++{runner_user, "riakcs"}. + {runner_wait_process, "riak_cs_put_fsm_sup"}. + ++ ++ + %% + %% cuttlefish + %% Added: head/sysutils/riak-cs/files/riak-cs.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/files/riak-cs.in Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,84 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: riak-cs +# REQUIRE: LOGIN cleanvar +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable riak-cs: +# riak-cs_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable riak-cs on boot. +# + +. /etc/rc.subr + +name="riak-cs" +rcvar=riak_cs_enable + +pidfile=/var/run/riak-cs/riak-cs.pid + +start_cmd="riak-cs_start" +stop_cmd="riak-cs_stop" +restart_cdm="riak-cs_restart" +status_cmd="riak-cs_status" +command="%%PREFIX%%/sbin/riak-cs" + +load_rc_config $name + +# Read rc.d config and set defaults +load_rc_config "$name" +: ${riak-cs_enable="NO"} + +riak-cs_start() +{ + echo "Starting Riak." + %%PREFIX%%/sbin/riak-cs start + return 0 +} + +riak-cs_stop() +{ + echo "Stopping Riak processes" + %%PREFIX%%/sbin/riak-cs stop + killall -9 epmd + return 0 +} + +riak-cs_restart() +{ + riak-cs_stop + riak-cs_start + return 0 +} + +riak-cs_status() +{ + if riak-cs_running; then + echo "Riak is running." + return 0 + else + echo "Riak is not running" + return 1 + fi +} + +riak-cs_running() +{ + local pid result ps + pid=`%%PREFIX%%/sbin/riak-cs getpid` + result=`echo $?` + if [ "$result" == 0 ]; then + ps=`ps -waux | grep ${pid} | grep riak-cs` + result=`echo $?` + if [ "$result" ]; then + return 0 + else + return 1 + fi + else + return 1 + fi +} + +run_rc_command "$1" Added: head/sysutils/riak-cs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/pkg-descr Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,6 @@ +Riak CS is an object storage system built on top of Riak. It facilitates +storing large objects in Riak and presents an S3-compatible interface. It also +provides multi-tenancy features such as user accounts, authentication, access +control mechanisms, and per account usage reporting. + +WWW: https://github.com/basho/riak_cs Added: head/sysutils/riak-cs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/riak-cs/pkg-plist Fri Sep 25 12:55:10 2015 (r397821) @@ -0,0 +1,19 @@ +sbin/riak-cs +sbin/riak-cs-access +sbin/riak-cs-admin +sbin/riak-cs-debug +sbin/riak-cs-gc +sbin/riak-cs-multibag +sbin/riak-cs-stanchion +sbin/riak-cs-storage +@sample %%RIAKCS_CONFDIR%%/riak-cs.conf +@sample %%RIAKCS_CONFDIR%%/advanced.config +@sample %%RIAKCS_CONFDIR%%/key.pem +@sample %%RIAKCS_CONFDIR%%/cert.pem +@dir %%RIAKCS_CONFDIR%% +@owner %%USERS%% +@group %%GROUPS%% +@dir %%RIAKCS_DBDIR%% +@dir %%RIAKCS_HOMEDIR%% +@dir %%RIAKCS_LIBDIR%% +@dir %%RIAKCS_LOGDIR%% From owner-svn-ports-head@freebsd.org Fri Sep 25 13:15:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86139A08770; Fri, 25 Sep 2015 13:15:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7495E10BB; Fri, 25 Sep 2015 13:15:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PDFo4R042987; Fri, 25 Sep 2015 13:15:50 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PDFlvQ042976; Fri, 25 Sep 2015 13:15:47 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509251315.t8PDFlvQ042976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 25 Sep 2015 13:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397822 - in head/sysutils: . puppet puppet37 puppet4 puppet4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 13:15:50 -0000 Author: mmoll Date: Fri Sep 25 13:15:46 2015 New Revision: 397822 URL: https://svnweb.freebsd.org/changeset/ports/397822 Log: new port: sysutils/puppet4 This is version 4.x of sysutils/puppet, which is in some large parts incompatible with previous versions. As the C++ rewrite of facter is not resolving some required facts on FreeBSD yet, default to the old version written in Ruby for now. Added: head/sysutils/puppet4/ head/sysutils/puppet4/Makefile (contents, props changed) head/sysutils/puppet4/distinfo (contents, props changed) head/sysutils/puppet4/files/ head/sysutils/puppet4/files/patch-ext__rack__config.ru (contents, props changed) head/sysutils/puppet4/files/pkg-message.in (contents, props changed) head/sysutils/puppet4/files/puppet.in (contents, props changed) head/sysutils/puppet4/files/puppetmaster.in (contents, props changed) head/sysutils/puppet4/pkg-descr (contents, props changed) head/sysutils/puppet4/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile head/sysutils/puppet/Makefile head/sysutils/puppet37/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Sep 25 12:55:10 2015 (r397821) +++ head/sysutils/Makefile Fri Sep 25 13:15:46 2015 (r397822) @@ -750,6 +750,7 @@ SUBDIR += pstree SUBDIR += ptools SUBDIR += puppet37 + SUBDIR += puppet4 SUBDIR += puppet SUBDIR += puppet-lint SUBDIR += puppet-mode.el Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Sep 25 12:55:10 2015 (r397821) +++ head/sysutils/puppet/Makefile Fri Sep 25 13:15:46 2015 (r397822) @@ -20,7 +20,7 @@ RUN_DEPENDS= rubygem-facter>=0:${PORTSDI USES= cpe CPE_VENDOR= puppetlabs -CONFLICTS_INSTALL= puppet37-* +CONFLICTS_INSTALL= puppet37-* puppet4-* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv Modified: head/sysutils/puppet37/Makefile ============================================================================== --- head/sysutils/puppet37/Makefile Fri Sep 25 12:55:10 2015 (r397821) +++ head/sysutils/puppet37/Makefile Fri Sep 25 13:15:46 2015 (r397822) @@ -21,7 +21,7 @@ RUN_DEPENDS= rubygem-facter>=0:${PORTSDI USES= cpe CPE_VENDOR= puppetlabs -CONFLICTS_INSTALL= puppet-* +CONFLICTS_INSTALL= puppet-* puppet4-* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv Added: head/sysutils/puppet4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/Makefile Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,111 @@ +# $FreeBSD$ + +PORTNAME= puppet +PORTVERSION= 4.2.2 +CATEGORIES= sysutils +MASTER_SITES= http://downloads.puppetlabs.com/puppet/ +PKGNAMESUFFIX= 4 + +MAINTAINER= mmoll@FreeBSD.org +COMMENT= Configuration management framework written in Ruby + +LICENSE= APACHE20 + +BUILD_DEPENDS= rubygem-hiera>=2.0:${PORTSDIR}/sysutils/rubygem-hiera \ + rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure +RUN_DEPENDS= rubygem-hiera>=2.0:${PORTSDIR}/sysutils/rubygem-hiera \ + rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure \ + rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-ruby-augeas + +USES= cpe +CPE_VENDOR= puppetlabs +CONFLICTS_INSTALL= puppet-* puppet37-* +NO_BUILD= yes +USE_RUBY= yes +USE_RUBY_FEATURES= iconv +USE_RC_SUBR= puppet puppetmaster +PORTDOCS= LICENSE README.md +PORTEXAMPLES= * +USERS= puppet +GROUPS= puppet +SUB_FILES+= pkg-message +SUB_LIST= RUBY=${RUBY} + +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFAULT= RFACTER +OPTIONS_RADIO= FACTER +OPTIONS_RADIO_FACTER= CFACTER RFACTER + +RFACTER_DESC= Use facter 2.x (written in Ruby) +CFACTER_DESC= Use facter 3.x (experimental rewrite in C++) + +RFACTER_BUILD_DEPENDS= rubygem-facter>=2.0:${PORTSDIR}/sysutils/rubygem-facter +RFACTER_RUN_DEPENDS= rubygem-facter>=2.0:${PORTSDIR}/sysutils/rubygem-facter + +CFACTER_BUILD_DEPENDS= facter>=3.0:${PORTSDIR}/sysutils/facter +CFACTER_RUN_DEPENDS= facter>=3.0:${PORTSDIR}/sysutils/facter + +.include + +.include + +post-patch: + @${REINPLACE_CMD} -e "s|/etc/puppetlabs/puppet|${ETCDIR}|" \ + ${WRKSRC}/install.rb \ + ${WRKSRC}/lib/puppet/reference/configuration.rb \ + ${WRKSRC}/lib/puppet/util/run_mode.rb + @${REINPLACE_CMD} -e "s|/etc/puppetlabs/code|${ETCDIR}|" \ + ${WRKSRC}/install.rb \ + ${WRKSRC}/lib/puppet/reference/configuration.rb \ + ${WRKSRC}/lib/puppet/util/run_mode.rb + @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/cache|/var/puppet|" \ + ${WRKSRC}/install.rb \ + ${WRKSRC}/lib/puppet/reference/configuration.rb \ + ${WRKSRC}/lib/puppet/util/run_mode.rb + @${REINPLACE_CMD} -e "s|/var/run/puppetlabs|/var/run/puppet|" \ + ${WRKSRC}/install.rb \ + ${WRKSRC}/lib/puppet/util/run_mode.rb + @${REINPLACE_CMD} -e "s|/var/log/puppetlabs/puppet|/var/log/puppet|" \ + ${WRKSRC}/install.rb \ + ${WRKSRC}/lib/puppet/util/run_mode.rb + @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/modules|${ETCDIR}/modules|" \ + ${WRKSRC}/lib/puppet/defaults.rb + @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/bin/gem|${LOCALBASE}/bin/gem|" \ + ${WRKSRC}/lib/puppet/provider/package/puppet_gem.rb + @${REINPLACE_CMD} -e "s|\$$confdir/ssl|/var/puppet/ssl|" \ + ${WRKSRC}/lib/puppet/defaults.rb + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \ + ${WRKSRC}/ext/rack/config.ru + +do-install: + @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} + +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR}/manifests + ${MKDIR} ${STAGEDIR}${ETCDIR}/modules + ${MKDIR} ${STAGEDIR}/var/puppet + ${INSTALL_DATA} ${WRKSRC}/conf/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf-dist + ${RUBY} -I ${STAGEDIR}/${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet agent --genconfig \ + --confdir=${ETCDIR} \ + --rundir=/var/run/puppet \ + --vardir=/var/puppet \ + --logdir=/var/log/puppet \ + --codedir=${ETCDIR} \ + > ${STAGEDIR}${ETCDIR}/puppet.conf-dist + @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet.rb | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/semver.rb | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/ext/rack/config.ru ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ext/rack/example-passenger-vhost.conf ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/sysutils/puppet4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/distinfo Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,2 @@ +SHA256 (puppet-4.2.2.tar.gz) = 2d34cda2c65c885ba16e6644edd7733d55e6a0e1011a1f0f7fe80b411affc348 +SIZE (puppet-4.2.2.tar.gz) = 2550591 Added: head/sysutils/puppet4/files/patch-ext__rack__config.ru ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/files/patch-ext__rack__config.ru Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,19 @@ +--- ext/rack/config.ru.orig 2015-08-09 23:14:59 UTC ++++ ext/rack/config.ru +@@ -14,11 +14,11 @@ ARGV << "--rack" + # Rack applications typically don't start as root. Set --confdir, --vardir, + # --logdir, --rundir to prevent reading configuration from + # ~/ based pathing. +-ARGV << "--confdir" << "/etc/puppetlabs/puppet" +-ARGV << "--vardir" << "/opt/puppetlabs/server/data/puppetmaster" +-ARGV << "--logdir" << "/var/log/puppetlabs/puppetmaster" +-ARGV << "--rundir" << "/var/run/puppetlabs/puppetmaster" +-ARGV << "--codedir" << "/etc/puppetlabs/code" ++ARGV << "--confdir" << "%%PREFIX%%/etc/puppet" ++ARGV << "--vardir" << "/var/puppet" ++ARGV << "--logdir" << "/var/log/puppet" ++ARGV << "--rundir" << "/var/run/puppet" ++ARGV << "--codedir" << "%%PREFIX%%/etc/puppet" + + # always_cache_features is a performance improvement and safe for a master to + # apply. This is intended to allow agents to recognize new features that may be Added: head/sysutils/puppet4/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/files/pkg-message.in Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,14 @@ + +To enable the puppet agent, add the following to /etc/rc.conf: + + puppet_enable="YES" + +To enable the puppetmaster, add the following to /etc/rc.conf: + + puppetmaster_enable="YES" + +Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are +deprecated. Use a single file, %%ETCDIR%%/puppet.conf. + +The default PID directory is /var/run/puppet + Added: head/sysutils/puppet4/files/puppet.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/files/puppet.in Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,33 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: puppet +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable the puppet agent: +# +# puppet_enable="YES" + +. /etc/rc.subr + +name="puppet" +rcvar=puppet_enable + +load_rc_config "$name" + +: ${puppet_enable="NO"} +: ${puppet_rundir="/var/run/puppet"} + +command="%%PREFIX%%/bin/puppet" +command_args="agent ${puppet_flags} --rundir=${puppet_rundir}" +command_interpreter=%%RUBY%% +unset puppet_flags + +pidfile="${puppet_rundir}/agent.pid" +start_precmd="install -d -o puppet -g puppet ${pidfile%/*}" + +run_rc_command "$1" Added: head/sysutils/puppet4/files/puppetmaster.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/files/puppetmaster.in Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,56 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: puppetmaster +# REQUIRE: LOGIN + +# Add the following lines to /etc/rc.conf to enable the puppetmaster: +# +# puppetmaster_enable="YES" +# + +. /etc/rc.subr + +name="puppetmaster" +rcvar=puppetmaster_enable + +load_rc_config "${name}" + +: ${puppetmaster_enable="NO"} +: ${puppetmaster_rundir="/var/run/puppet"} +: ${puppetmaster_flags="--rundir=${puppetmaster_rundir}"} + +command_interpreter=%%RUBY%% +command="%%PREFIX%%/bin/puppet" +command_args="master ${puppetmaster_flags}" +unset puppetmaster_flags + +pidfile="${puppetmaster_rundir}/master.pid" +puppet_manifest="$($command config print manifest)" + +start_precmd="puppetmaster_checkconfig" +restart_precmd="puppetmaster_checkconfig" +puppetmaster_checkconfig() { + echo -n "Performing sanity check of ${name} configuration: " + if ! ${command} parser validate "${puppet_manifest}" + then + echo "FAILED" + return 1 + else + echo "OK" + return 0 + fi +} + +if [ -z "${puppetmaster_mongrel_ports}" ]; then + run_rc_command "$1" +else + for port in ${puppetmaster_mongrel_ports}; do + pidfile="${puppetmaster_rundir}/mongrel.${port}.pid" + command_args="master --pidfile=${pidfile} --servertype=mongrel --masterport=${port}" + run_rc_command "$1" + _rc_restart_done="false" + done +fi Added: head/sysutils/puppet4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/pkg-descr Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,7 @@ +Puppet lets you centrally manage every important aspect of your system using +a cross-platform specification language that manages all the separate +elements normally aggregated in different files, like users, cron jobs, and +hosts, along with obviously discrete elements like packages, services, and +files. + +WWW: https://puppetlabs.com/puppet/puppet-open-source Added: head/sysutils/puppet4/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/pkg-plist Fri Sep 25 13:15:46 2015 (r397822) @@ -0,0 +1,46 @@ +bin/extlookup2hiera +bin/puppet +%%ETCDIR%%/auth.conf-dist +%%ETCDIR%%/puppet.conf-dist +%%RUBY_SITELIBDIR%%/hiera/puppet_function.rb +%%RUBY_SITELIBDIR%%/hiera/scope.rb +%%RUBY_SITELIBDIR%%/hiera_puppet.rb +%%RUBY_SITELIBDIR%%/puppet_x.rb +man/man5/puppet.conf.5.gz +man/man8/extlookup2hiera.8.gz +man/man8/puppet-agent.8.gz +man/man8/puppet-apply.8.gz +man/man8/puppet-ca.8.gz +man/man8/puppet-catalog.8.gz +man/man8/puppet-cert.8.gz +man/man8/puppet-certificate.8.gz +man/man8/puppet-certificate_request.8.gz +man/man8/puppet-certificate_revocation_list.8.gz +man/man8/puppet-config.8.gz +man/man8/puppet-describe.8.gz +man/man8/puppet-device.8.gz +man/man8/puppet-doc.8.gz +man/man8/puppet-epp.8.gz +man/man8/puppet-facts.8.gz +man/man8/puppet-file.8.gz +man/man8/puppet-filebucket.8.gz +man/man8/puppet-help.8.gz +man/man8/puppet-inspect.8.gz +man/man8/puppet-key.8.gz +man/man8/puppet-man.8.gz +man/man8/puppet-master.8.gz +man/man8/puppet-module.8.gz +man/man8/puppet-node.8.gz +man/man8/puppet-parser.8.gz +man/man8/puppet-plugin.8.gz +man/man8/puppet-report.8.gz +man/man8/puppet-resource.8.gz +man/man8/puppet-resource_type.8.gz +man/man8/puppet-status.8.gz +man/man8/puppet.8.gz +@(puppet,puppet,) %%WWWDIR%%/config.ru +@dir(puppet,puppet,) %%ETCDIR%%/manifests +@dir(puppet,puppet,) %%ETCDIR%%/modules +@dir(puppet,puppet,) /var/puppet +@dir(puppet,puppet,) /var/log/puppet +@dir /var/run/puppet From owner-svn-ports-head@freebsd.org Fri Sep 25 14:02:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2CDCA08522; Fri, 25 Sep 2015 14:02:09 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3DB91CC8; Fri, 25 Sep 2015 14:02:09 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PE29jK063046; Fri, 25 Sep 2015 14:02:09 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PE29lg063045; Fri, 25 Sep 2015 14:02:09 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201509251402.t8PE29lg063045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 25 Sep 2015 14:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397823 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 14:02:09 -0000 Author: robak Date: Fri Sep 25 14:02:08 2015 New Revision: 397823 URL: https://svnweb.freebsd.org/changeset/ports/397823 Log: games/wesnoth: add portscout information - Fix PORTREVISION position PR: 203310 Submitted by: Torsten Zuhlsdorff (maintainer) Modified: head/games/wesnoth/Makefile Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri Sep 25 13:15:46 2015 (r397822) +++ head/games/wesnoth/Makefile Fri Sep 25 14:02:08 2015 (r397823) @@ -2,8 +2,8 @@ PORTNAME= wesnoth PORTVERSION= 1.12.4 -PORTEPOCH= 1 PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ @@ -23,6 +23,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR LDFLAGS+= -L${LOCALBASE}/lib -lboost_system +PORTSCOUT= limitw:1,even + USE_SDL= image mixer net ttf USE_GNOME= pango USES= cmake cpe pkgconfig shebangfix tar:bzip2 From owner-svn-ports-head@freebsd.org Fri Sep 25 14:57:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A51C2A087FE; Fri, 25 Sep 2015 14:57:19 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 960FE1C58; Fri, 25 Sep 2015 14:57:19 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PEvJRo083672; Fri, 25 Sep 2015 14:57:19 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PEvJBp083671; Fri, 25 Sep 2015 14:57:19 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201509251457.t8PEvJBp083671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 25 Sep 2015 14:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397824 - head/devel/umlgraph/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 14:57:19 -0000 Author: kevlo Date: Fri Sep 25 14:57:18 2015 New Revision: 397824 URL: https://svnweb.freebsd.org/changeset/ports/397824 Log: Fix build with openjdk8. PR: 203124 Submitted by: swills Added: head/devel/umlgraph/files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java (contents, props changed) Added: head/devel/umlgraph/files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/umlgraph/files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java Fri Sep 25 14:57:18 2015 (r397824) @@ -0,0 +1,22 @@ +--- src/org/umlgraph/doclet/WrappedClassDoc.java.orig 2012-04-25 08:57:52 UTC ++++ src/org/umlgraph/doclet/WrappedClassDoc.java +@@ -20,6 +20,7 @@ + + package org.umlgraph.doclet; + ++import com.sun.javadoc.AnnotatedType; + import com.sun.javadoc.AnnotationDesc; + import com.sun.javadoc.AnnotationTypeDoc; + import com.sun.javadoc.ClassDoc; +@@ -359,4 +360,11 @@ public class WrappedClassDoc implements + return wrapped.typeParamTags(); + } + ++ public AnnotatedType asAnnotatedType() { ++ return wrapped.asAnnotatedType(); ++ } ++ ++ public Type getElementType() { ++ return wrapped.getElementType(); ++ } + } From owner-svn-ports-head@freebsd.org Fri Sep 25 15:05:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C951EA08BF3; Fri, 25 Sep 2015 15:05:44 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA5B410FF; Fri, 25 Sep 2015 15:05:44 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PF5isI087780; Fri, 25 Sep 2015 15:05:44 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PF5ij6087778; Fri, 25 Sep 2015 15:05:44 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201509251505.t8PF5ij6087778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 25 Sep 2015 15:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397825 - head/textproc/rubygem-scss_lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:05:44 -0000 Author: mmoll Date: Fri Sep 25 15:05:43 2015 New Revision: 397825 URL: https://svnweb.freebsd.org/changeset/ports/397825 Log: textproc/rubygem-scss_lint: update to 0.42.0 Modified: head/textproc/rubygem-scss_lint/Makefile head/textproc/rubygem-scss_lint/distinfo Modified: head/textproc/rubygem-scss_lint/Makefile ============================================================================== --- head/textproc/rubygem-scss_lint/Makefile Fri Sep 25 14:57:18 2015 (r397824) +++ head/textproc/rubygem-scss_lint/Makefile Fri Sep 25 15:05:43 2015 (r397825) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scss_lint -PORTVERSION= 0.41.0 +PORTVERSION= 0.42.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= mmoll@FreeBSD.org COMMENT= SCSS linter LICENSE= MIT +LICENSE-FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rainbow>=2.0:${PORTSDIR}/devel/rubygem-rainbow \ rubygem-sass>=3.4.15:${PORTSDIR}/textproc/rubygem-sass Modified: head/textproc/rubygem-scss_lint/distinfo ============================================================================== --- head/textproc/rubygem-scss_lint/distinfo Fri Sep 25 14:57:18 2015 (r397824) +++ head/textproc/rubygem-scss_lint/distinfo Fri Sep 25 15:05:43 2015 (r397825) @@ -1,2 +1,2 @@ -SHA256 (rubygem/scss_lint-0.41.0.gem) = b36069088b4ac8b3432995adc8706ef780a9ef3e286b8c233d9d0ad712d212a1 -SIZE (rubygem/scss_lint-0.41.0.gem) = 90624 +SHA256 (rubygem/scss_lint-0.42.0.gem) = b51f0bd9d18c4ce9ac32f18b67a858d9c04a21d6178c67015b95f4969e244b86 +SIZE (rubygem/scss_lint-0.42.0.gem) = 93184 From owner-svn-ports-head@freebsd.org Fri Sep 25 15:14:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F0EA0909C; Fri, 25 Sep 2015 15:14:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A71551596; Fri, 25 Sep 2015 15:14:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFEKkf091962; Fri, 25 Sep 2015 15:14:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFEIM8091955; Fri, 25 Sep 2015 15:14:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251514.t8PFEIM8091955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397826 - in head/benchmarks: . stress-ng stress-ng/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:14:20 -0000 Author: amdmi3 Date: Fri Sep 25 15:14:18 2015 New Revision: 397826 URL: https://svnweb.freebsd.org/changeset/ports/397826 Log: This stress test suite will stress a computer system in various selectable ways It was designed to exercise various physical subsystems of a computer as well as various operating system kernel interfaces. WWW: http://kernel.ubuntu.com/~cking/stress-ng/ PR: 200949 Submitted by: luca.pizzamiglio@gmail.com Added: head/benchmarks/stress-ng/ head/benchmarks/stress-ng/Makefile (contents, props changed) head/benchmarks/stress-ng/distinfo (contents, props changed) head/benchmarks/stress-ng/files/ head/benchmarks/stress-ng/files/extrapatch-Makefile (contents, props changed) head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c (contents, props changed) head/benchmarks/stress-ng/files/patch-stress-cpu.c (contents, props changed) head/benchmarks/stress-ng/pkg-descr (contents, props changed) Modified: head/benchmarks/Makefile Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Fri Sep 25 15:05:43 2015 (r397825) +++ head/benchmarks/Makefile Fri Sep 25 15:14:18 2015 (r397826) @@ -70,6 +70,7 @@ SUBDIR += smhasher SUBDIR += spp SUBDIR += stream + SUBDIR += stress-ng SUBDIR += super-smack SUBDIR += sysbench SUBDIR += tcpblast Added: head/benchmarks/stress-ng/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/Makefile Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= stress-ng +PORTVERSION= 0.04.20 +CATEGORIES= benchmarks +MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ + +MAINTAINER= luca.pizzamiglio@gmail.com +COMMENT= Stress test benchmarks + +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +ALL_TARGET= # empty + +PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz + +.include + +.if ${OSVERSION} < 1000000 +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-stress-cpu.c \ + ${FILESDIR}/extrapatch-Makefile +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MANDIRS}/man1 + +.include Added: head/benchmarks/stress-ng/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/distinfo Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,2 @@ +SHA256 (stress-ng-0.04.20.tar.gz) = 5b00c23325e46236466e598a977c8ebcd4f786cc0c2e15118004a0462bb6f47f +SIZE (stress-ng-0.04.20.tar.gz) = 236074 Added: head/benchmarks/stress-ng/files/extrapatch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,11 @@ +--- Makefile.orig 2015-09-25 10:15:45 UTC ++++ Makefile +@@ -165,7 +165,7 @@ OBJS = $(SRC:.c=.o) + @$(CC) $(CFLAGS) -c -o $@ $< + + stress-ng: $(OBJS) +- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -o $@ $(LDFLAGS) ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -lstdc++ -o $@ $(LDFLAGS) + + stress-cpu.o: stress-cpu.c + @echo $(CC) $(CFLAGS) -c -o $@ $< Added: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,10 @@ +--- stress-cpu.c.orig 2015-09-18 14:50:12 UTC ++++ stress-cpu.c +@@ -23,6 +23,7 @@ + * + */ + #define _GNU_SOURCE ++#define _DECLARE_C99_LDBL_MATH 1 + + #include + #include Added: head/benchmarks/stress-ng/files/patch-stress-cpu.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,38 @@ +--- stress-cpu.c.orig 2015-09-18 14:50:12 UTC ++++ stress-cpu.c +@@ -57,7 +58,6 @@ + #define ccosl ccos + #define csinl csin + #define cpow pow +-#define powl pow + #endif + + /* +@@ -866,6 +866,7 @@ stress_cpu_fp(_Decimal128, decimal128, s + /* Append floating point literal specifier to literal value */ + #define FP(val, ltype) val ## ltype + ++#if defined(__STDC_IEC_559_COMPLEX__) + /* + * Generic complex stressor macro + */ +@@ -891,6 +892,7 @@ static void HOT OPTIMIZE3 stress_cpu_ ## + stress_cpu_complex(complex float, f, complex_float, csinf, ccosf) + stress_cpu_complex(complex double, , complex_double, csin, ccos) + stress_cpu_complex(complex long double, l, complex_long_double, csinl, ccosl) ++#endif /* __STDC_IEC_559_COMPLEX__ */ + + #define int_float_ops(_ftype, flt_a, flt_b, flt_c, flt_d, \ + _sin, _cos, int_a, int_b, _c1, _c2, _c3) \ +@@ -2058,9 +2060,11 @@ static stress_cpu_stressor_info_t cpu_me + { "ackermann", stress_cpu_ackermann }, + { "bitops", stress_cpu_bitops }, + { "callfunc", stress_cpu_callfunc }, ++#if defined(__STDC_IEC_559_COMPLEX__) + { "cdouble", stress_cpu_complex_double }, + { "cfloat", stress_cpu_complex_float }, + { "clongdouble", stress_cpu_complex_long_double }, ++#endif /* __STDC_IEC_559_COMPLEX__ */ + { "correlate", stress_cpu_correlate }, + { "crc16", stress_cpu_crc16 }, + #if defined(STRESS_FLOAT_DECIMAL) Added: head/benchmarks/stress-ng/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/pkg-descr Fri Sep 25 15:14:18 2015 (r397826) @@ -0,0 +1,5 @@ +This stress test suite will stress a computer system in various selectable ways +It was designed to exercise various physical subsystems of a computer as well +as various operating system kernel interfaces. + +WWW: http://kernel.ubuntu.com/~cking/stress-ng/ From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6466A09232; Fri, 25 Sep 2015 15:17:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D76691838; Fri, 25 Sep 2015 15:17:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHWpq092197; Fri, 25 Sep 2015 15:17:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHW8Z092195; Fri, 25 Sep 2015 15:17:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHW8Z092195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397827 - head/devel/librcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:33 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:31 2015 New Revision: 397827 URL: https://svnweb.freebsd.org/changeset/ports/397827 Log: - Add LICENSE - Strip libraries Modified: head/devel/librcc/Makefile Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Fri Sep 25 15:14:18 2015 (r397826) +++ head/devel/librcc/Makefile Fri Sep 25 15:17:31 2015 (r397827) @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy @@ -11,6 +11,9 @@ MASTER_SITES= http://dside.dyndns.org/fi MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ libenca.so:${PORTSDIR}/converters/enca \ libaspell.so:${PORTSDIR}/textproc/aspell @@ -19,6 +22,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8E5CA09268; Fri, 25 Sep 2015 15:17:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A91621922; Fri, 25 Sep 2015 15:17:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHd6a092377; Fri, 25 Sep 2015 15:17:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHc0X092366; Fri, 25 Sep 2015 15:17:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHc0X092366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397828 - in head/deskutils/fbreader: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:39 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:37 2015 New Revision: 397828 URL: https://svnweb.freebsd.org/changeset/ports/397828 Log: - Add LICENSE - Pet portlint - Regenerate patches with `make makepatch` Modified: head/deskutils/fbreader/Makefile head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBReaderActions.cpp head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBView.cpp head/deskutils/fbreader/files/patch-fbreader__src__formats__html__HtmlReader.cpp head/deskutils/fbreader/files/patch-zlibrary__src__text__ZLTextAreaStyle.cpp head/deskutils/fbreader/files/patch-zlibrary__src__unix__time__ZLUnixTime.cpp Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/Makefile Fri Sep 25 15:17:37 2015 (r397828) @@ -10,39 +10,27 @@ CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org COMMENT= Powerful e-book reader +LICENSE= GPLv2 # or later + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libunibreak.so:${PORTSDIR}/textproc/libunibreak -OPTIONS_SINGLE= GUI -OPTIONS_SINGLE_GUI= GTK2 QT4 -OPTIONS_DEFAULT= QT4 -OPTIONS_SUB= yes - - USE_GITHUB= yes GH_ACCOUNT= geometer GH_PROJECT= FBReader - .if defined(WITH_DEBUG) STATUS= debug .else STATUS= release .endif -USES= compiler iconv gmake pkgconfig tar:tgz +USES= compiler gmake iconv pkgconfig tar:tgz USE_LDCONFIG= yes USE_SQLITE= yes -GTK2_USE= gnome=gtk20 -GTK2_MAKE_ENV= UI_TYPE=gtk - -QT4_USE= qt4=gui,corelib,imageformats,network,moc_build -QT4_LDFLAGS= -L${QT_LIBDIR} -QT4_MAKE_ENV= UI_TYPE=qt4 - INSTALL_TARGET= do_install CFLAGS+= -I${LOCALBASE}/include @@ -52,6 +40,18 @@ MAKE_ENV+= TARGET_ARCH=desktop TARGET_ST LD="${CXX}" MAKE_ARGS+= MAKE=${MAKE_CMD} LIBDIR=${PREFIX}/lib +OPTIONS_SINGLE= GUI +OPTIONS_SINGLE_GUI= GTK2 QT4 +OPTIONS_DEFAULT= QT4 +OPTIONS_SUB= yes + +GTK2_USE= gnome=gtk20 +GTK2_MAKE_ENV= UI_TYPE=gtk + +QT4_USE= qt4=gui,corelib,imageformats,network,moc_build +QT4_LDFLAGS= -L${QT_LIBDIR} +QT4_MAKE_ENV= UI_TYPE=qt4 + post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s,-pipe.*$$,${CFLAGS} -DLIBICONV_PLUG,' \ -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},' \ Modified: head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBReaderActions.cpp ============================================================================== --- head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBReaderActions.cpp Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBReaderActions.cpp Fri Sep 25 15:17:37 2015 (r397828) @@ -1,5 +1,5 @@ ---- ./fbreader/src/fbreader/FBReaderActions.cpp.orig 2010-04-02 00:14:24.000000000 +1100 -+++ ./fbreader/src/fbreader/FBReaderActions.cpp 2013-09-12 00:34:03.722065220 +1100 +--- fbreader/src/fbreader/FBReaderActions.cpp.orig 2014-01-11 12:45:25 UTC ++++ fbreader/src/fbreader/FBReaderActions.cpp @@ -18,6 +18,7 @@ */ Modified: head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBView.cpp ============================================================================== --- head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBView.cpp Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/files/patch-fbreader__src__fbreader__FBView.cpp Fri Sep 25 15:17:37 2015 (r397828) @@ -1,5 +1,5 @@ ---- ./fbreader/src/fbreader/FBView.cpp.orig 2010-04-02 00:14:24.000000000 +1100 -+++ ./fbreader/src/fbreader/FBView.cpp 2013-09-12 00:33:47.204357243 +1100 +--- fbreader/src/fbreader/FBView.cpp.orig 2014-01-11 12:45:25 UTC ++++ fbreader/src/fbreader/FBView.cpp @@ -18,6 +18,7 @@ */ Modified: head/deskutils/fbreader/files/patch-fbreader__src__formats__html__HtmlReader.cpp ============================================================================== --- head/deskutils/fbreader/files/patch-fbreader__src__formats__html__HtmlReader.cpp Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/files/patch-fbreader__src__formats__html__HtmlReader.cpp Fri Sep 25 15:17:37 2015 (r397828) @@ -1,5 +1,5 @@ ---- ./fbreader/src/formats/html/HtmlReader.cpp.orig 2010-04-02 00:14:24.000000000 +1100 -+++ ./fbreader/src/formats/html/HtmlReader.cpp 2013-09-12 00:31:39.434367202 +1100 +--- fbreader/src/formats/html/HtmlReader.cpp.orig 2014-01-11 12:45:25 UTC ++++ fbreader/src/formats/html/HtmlReader.cpp @@ -19,6 +19,7 @@ #include Modified: head/deskutils/fbreader/files/patch-zlibrary__src__text__ZLTextAreaStyle.cpp ============================================================================== --- head/deskutils/fbreader/files/patch-zlibrary__src__text__ZLTextAreaStyle.cpp Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/files/patch-zlibrary__src__text__ZLTextAreaStyle.cpp Fri Sep 25 15:17:37 2015 (r397828) @@ -1,5 +1,5 @@ ---- ./zlibrary/text/src/area/ZLTextAreaStyle.cpp.orig 2010-04-02 00:14:24.000000000 +1100 -+++ ./zlibrary/text/src/area/ZLTextAreaStyle.cpp 2013-09-12 00:26:19.181817507 +1100 +--- zlibrary/text/src/area/ZLTextAreaStyle.cpp.orig 2014-01-11 12:45:25 UTC ++++ zlibrary/text/src/area/ZLTextAreaStyle.cpp @@ -18,6 +18,7 @@ */ Modified: head/deskutils/fbreader/files/patch-zlibrary__src__unix__time__ZLUnixTime.cpp ============================================================================== --- head/deskutils/fbreader/files/patch-zlibrary__src__unix__time__ZLUnixTime.cpp Fri Sep 25 15:17:31 2015 (r397827) +++ head/deskutils/fbreader/files/patch-zlibrary__src__unix__time__ZLUnixTime.cpp Fri Sep 25 15:17:37 2015 (r397828) @@ -1,5 +1,5 @@ ---- ./zlibrary/core/src/unix/time/ZLUnixTime.cpp.orig 2010-01-30 04:35:22.000000000 +1000 -+++ ./zlibrary/core/src/unix/time/ZLUnixTime.cpp 2010-02-02 01:23:23.000000000 +1000 +--- zlibrary/core/src/unix/time/ZLUnixTime.cpp.orig 2014-01-11 12:45:25 UTC ++++ zlibrary/core/src/unix/time/ZLUnixTime.cpp @@ -17,17 +17,16 @@ * 02110-1301, USA. */ From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BBC4A092C4; Fri, 25 Sep 2015 15:17:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 247291AE2; Fri, 25 Sep 2015 15:17:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHofC092710; Fri, 25 Sep 2015 15:17:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHnvO092706; Fri, 25 Sep 2015 15:17:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHnvO092706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397831 - in head/misc/chmlib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:50 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:48 2015 New Revision: 397831 URL: https://svnweb.freebsd.org/changeset/ports/397831 Log: - Add LICENSE - Regenerate patches with `make makepatch` Modified: head/misc/chmlib/Makefile head/misc/chmlib/files/patch-chm_lib.c head/misc/chmlib/files/patch-chm_lib.h Modified: head/misc/chmlib/Makefile ============================================================================== --- head/misc/chmlib/Makefile Fri Sep 25 15:17:44 2015 (r397830) +++ head/misc/chmlib/Makefile Fri Sep 25 15:17:48 2015 (r397831) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.jedrea.com/chml MAINTAINER= ports@FreeBSD.org COMMENT= Library for dealing with Microsoft ITSS/CHM format files +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples INSTALL_TARGET= install-strip Modified: head/misc/chmlib/files/patch-chm_lib.c ============================================================================== --- head/misc/chmlib/files/patch-chm_lib.c Fri Sep 25 15:17:44 2015 (r397830) +++ head/misc/chmlib/files/patch-chm_lib.c Fri Sep 25 15:17:48 2015 (r397831) @@ -1,6 +1,6 @@ ---- src/chm_lib.c.orig Tue Apr 8 10:33:30 2003 -+++ src/chm_lib.c Tue Apr 8 10:40:56 2003 -@@ -156,6 +156,17 @@ +--- src/chm_lib.c.orig 2009-05-23 14:43:31 UTC ++++ src/chm_lib.c +@@ -149,6 +149,17 @@ typedef unsigned __int32 UInt32; typedef __int64 Int64; typedef unsigned __int64 UInt64; Modified: head/misc/chmlib/files/patch-chm_lib.h ============================================================================== --- head/misc/chmlib/files/patch-chm_lib.h Fri Sep 25 15:17:44 2015 (r397830) +++ head/misc/chmlib/files/patch-chm_lib.h Fri Sep 25 15:17:48 2015 (r397831) @@ -1,6 +1,6 @@ ---- src/chm_lib.h.orig Fri Feb 25 21:26:09 2005 -+++ src/chm_lib.h Fri Feb 25 21:26:57 2005 -@@ -78,6 +78,12 @@ +--- src/chm_lib.h.orig 2009-05-23 14:43:31 UTC ++++ src/chm_lib.h +@@ -82,6 +82,12 @@ struct chmUnitInfo char path[CHM_MAX_PATHLEN+1]; }; @@ -13,7 +13,7 @@ /* open an ITS archive */ #ifdef PPC_BSTR /* RWE 6/12/2003 */ -@@ -133,6 +139,7 @@ +@@ -137,6 +143,7 @@ int chm_enumerate_dir(struct chmFile *h, CHM_ENUMERATOR e, void *context); @@ -21,5 +21,3 @@ #ifdef __cplusplus } #endif - - From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A05E4A092D3; Fri, 25 Sep 2015 15:17:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEDD1BBE; Fri, 25 Sep 2015 15:17:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHqs4092827; Fri, 25 Sep 2015 15:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHqTE092825; Fri, 25 Sep 2015 15:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHqTE092825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397832 - in head/graphics/vigra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:52 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:51 2015 New Revision: 397832 URL: https://svnweb.freebsd.org/changeset/ports/397832 Log: - Add LICENSE_FILE - Cosmetic fix - Regenerate patches with `make makepatch` Modified: head/graphics/vigra/Makefile head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Fri Sep 25 15:17:48 2015 (r397831) +++ head/graphics/vigra/Makefile Fri Sep 25 15:17:51 2015 (r397832) @@ -10,8 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= +USE_GITHUB= yes GH_ACCOUNT= ukoethe GH_TAGNAME= e6c21f3 Modified: head/graphics/vigra/files/patch-include__vigra__mathutil.hxx ============================================================================== --- head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Fri Sep 25 15:17:48 2015 (r397831) +++ head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Fri Sep 25 15:17:51 2015 (r397832) @@ -1,6 +1,6 @@ ---- include/vigra/mathutil.hxx.orig 2011-09-20 18:38:36.000000000 +0000 +--- include/vigra/mathutil.hxx.orig 2013-11-18 16:48:16 UTC +++ include/vigra/mathutil.hxx -@@ -553,7 +553,12 @@ VIGRA_DEFINE_NORM(int) +@@ -637,7 +637,12 @@ VIGRA_DEFINE_NORM(int) VIGRA_DEFINE_NORM(unsigned int) VIGRA_DEFINE_NORM(long) VIGRA_DEFINE_NORM(unsigned long) From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCB4DA09277; Fri, 25 Sep 2015 15:17:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE3481928; Fri, 25 Sep 2015 15:17:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHfbs092475; Fri, 25 Sep 2015 15:17:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHfB5092474; Fri, 25 Sep 2015 15:17:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHfB5092474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397829 - head/devel/librcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:41 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:41 2015 New Revision: 397829 URL: https://svnweb.freebsd.org/changeset/ports/397829 Log: - Add LICENSE - Strip library Modified: head/devel/librcd/Makefile Modified: head/devel/librcd/Makefile ============================================================================== --- head/devel/librcd/Makefile Fri Sep 25 15:17:37 2015 (r397828) +++ head/devel/librcd/Makefile Fri Sep 25 15:17:41 2015 (r397829) @@ -3,7 +3,7 @@ PORTNAME= librcd PORTVERSION= 0.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy @@ -11,8 +11,12 @@ MASTER_SITES= http://dside.dyndns.org/fi MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for autodetection of Russian charset +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= gmake libtool pathfix tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E3EA0929A; Fri, 25 Sep 2015 15:17:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B63C71A0C; Fri, 25 Sep 2015 15:17:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHjMI092578; Fri, 25 Sep 2015 15:17:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHjq6092577; Fri, 25 Sep 2015 15:17:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHjq6092577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397830 - head/graphics/prison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:45 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:44 2015 New Revision: 397830 URL: https://svnweb.freebsd.org/changeset/ports/397830 Log: - Add LICENSE Modified: head/graphics/prison/Makefile Modified: head/graphics/prison/Makefile ============================================================================== --- head/graphics/prison/Makefile Fri Sep 25 15:17:41 2015 (r397829) +++ head/graphics/prison/Makefile Fri Sep 25 15:17:44 2015 (r397830) @@ -10,6 +10,8 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${P MAINTAINER= ports@FreeBSD.org COMMENT= Barcode library for KDE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdmtx.so:${PORTSDIR}/graphics/libdmtx \ libqrencode.so:${PORTSDIR}/graphics/libqrencode From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6755FA09339; Fri, 25 Sep 2015 15:17:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C7CE1D03; Fri, 25 Sep 2015 15:17:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHwo0093060; Fri, 25 Sep 2015 15:17:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHwQ5093057; Fri, 25 Sep 2015 15:17:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHwQ5093057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397834 - in head/net/hupnp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:59 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:57 2015 New Revision: 397834 URL: https://svnweb.freebsd.org/changeset/ports/397834 Log: - Add LICENSE - Regenerate patches with `make makepatch` Modified: head/net/hupnp/Makefile head/net/hupnp/files/patch-hmulticast_socket.cpp head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Fri Sep 25 15:17:54 2015 (r397833) +++ head/net/hupnp/Makefile Fri Sep 25 15:17:57 2015 (r397834) @@ -11,6 +11,9 @@ DISTNAME= herqq-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for building UPnP devices and control points +LICENSE= LGPL3 # or later +LICENSE_FILE= ${WRKSRC}/hupnp/LICENSE_LGPLv3.txt + USES= gmake qmake zip USE_QT4= corelib network xml dbus gui \ moc_build rcc_build uic_build Modified: head/net/hupnp/files/patch-hmulticast_socket.cpp ============================================================================== --- head/net/hupnp/files/patch-hmulticast_socket.cpp Fri Sep 25 15:17:54 2015 (r397833) +++ head/net/hupnp/files/patch-hmulticast_socket.cpp Fri Sep 25 15:17:57 2015 (r397834) @@ -1,5 +1,5 @@ ---- ./hupnp/src/socket/hmulticast_socket.cpp.orig 2011-03-28 00:42:32.000000000 +0300 -+++ ./hupnp/src/socket/hmulticast_socket.cpp 2013-09-10 00:35:26.000000000 +0300 +--- hupnp/src/socket/hmulticast_socket.cpp.orig 2011-03-27 20:42:32 UTC ++++ hupnp/src/socket/hmulticast_socket.cpp @@ -26,7 +26,10 @@ #include #include Modified: head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h ============================================================================== --- head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h Fri Sep 25 15:17:54 2015 (r397833) +++ head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h Fri Sep 25 15:17:57 2015 (r397834) @@ -1,5 +1,5 @@ ---- ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h.orig 2012-01-24 10:41:39.103825710 +0100 -+++ ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h 2012-01-24 10:42:13.739148738 +0100 +--- hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h.orig 2011-03-27 20:42:32 UTC ++++ hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h @@ -31,6 +31,7 @@ // From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7793AA09358; Fri, 25 Sep 2015 15:18:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8401E02; Fri, 25 Sep 2015 15:18:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFI2PA093184; Fri, 25 Sep 2015 15:18:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFI1eJ093182; Fri, 25 Sep 2015 15:18:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFI1eJ093182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397835 - in head/multimedia/xvid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:02 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:01 2015 New Revision: 397835 URL: https://svnweb.freebsd.org/changeset/ports/397835 Log: - Add LICENSE - Strip library - Regenerate patches with `make makepatch` Modified: head/multimedia/xvid/Makefile head/multimedia/xvid/files/patch-configure Modified: head/multimedia/xvid/Makefile ============================================================================== --- head/multimedia/xvid/Makefile Fri Sep 25 15:17:57 2015 (r397834) +++ head/multimedia/xvid/Makefile Fri Sep 25 15:18:01 2015 (r397835) @@ -3,6 +3,7 @@ PORTNAME= xvid PORTVERSION= 1.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.xvid.org/downloads/ @@ -11,6 +12,9 @@ DISTNAME= ${PORTNAME}core-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Opensource MPEG-4 codec, based on OpenDivx +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKDIR}/xvidcore/LICENSE + USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -41,6 +45,7 @@ CFLAGS= # let xvid's build system decid .endif post-install: - @ ${LN} -sf ${PREFIX}/lib/libxvidcore.so.4 ${STAGEDIR}${PREFIX}/lib/libxvidcore.so + @${LN} -sf libxvidcore.so.4 ${STAGEDIR}${PREFIX}/lib/libxvidcore.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxvidcore.so .include Modified: head/multimedia/xvid/files/patch-configure ============================================================================== --- head/multimedia/xvid/files/patch-configure Fri Sep 25 15:17:57 2015 (r397834) +++ head/multimedia/xvid/files/patch-configure Fri Sep 25 15:18:01 2015 (r397835) @@ -1,8 +1,8 @@ ---- configure.orig Mon Aug 11 17:59:21 2003 -+++ configure Mon Aug 11 17:59:37 2003 -@@ -3660,7 +3660,7 @@ - echo "$as_me:$LINENO: result: -Wl,-soname,libxvidcore.so -shared -lc -lm" >&5 - echo "${ECHO_T}-Wl,-soname,libxvidcore.so -shared -lc -lm" >&6 +--- configure.orig 2011-05-23 10:22:01 UTC ++++ configure +@@ -4332,7 +4332,7 @@ $as_echo "ok" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 + $as_echo "ok" >&6; } STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" - SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)" + SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR)" From owner-svn-ports-head@freebsd.org Fri Sep 25 15:17:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7BE3A092FD; Fri, 25 Sep 2015 15:17:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8C141BFA; Fri, 25 Sep 2015 15:17:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHttT092927; Fri, 25 Sep 2015 15:17:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHtBr092926; Fri, 25 Sep 2015 15:17:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHtBr092926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397833 - head/multimedia/gstreamer-qt4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:17:55 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:54 2015 New Revision: 397833 URL: https://svnweb.freebsd.org/changeset/ports/397833 Log: - Add LICENSE - Silence patching Modified: head/multimedia/gstreamer-qt4/Makefile Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Fri Sep 25 15:17:51 2015 (r397832) +++ head/multimedia/gstreamer-qt4/Makefile Fri Sep 25 15:17:54 2015 (r397833) @@ -12,6 +12,9 @@ DISTNAME= qt-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 bindings for GStreamer multimedia library +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs USES= bison cmake gmake pkgconfig tar:bzip2 @@ -30,7 +33,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING LDFLAGS+= -L${LOCALBASE}/lib post-extract: - ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt .include From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07D1EA093F6; Fri, 25 Sep 2015 15:18:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E69EE11B7; Fri, 25 Sep 2015 15:18:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFIFhe093763; Fri, 25 Sep 2015 15:18:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFIFuq093757; Fri, 25 Sep 2015 15:18:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFIFuq093757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397840 - in head/textproc/wv2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:16 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:14 2015 New Revision: 397840 URL: https://svnweb.freebsd.org/changeset/ports/397840 Log: - Add LICENSE - Pet portlint - Merge REINPLACE_CMD into patch - Regenerate patches with `make makepatch` Modified: head/textproc/wv2/Makefile head/textproc/wv2/files/patch-CMakeLists.txt head/textproc/wv2/files/patch-cmake-MacroCreateLibtoolFile.cmake Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Fri Sep 25 15:18:13 2015 (r397839) +++ head/textproc/wv2/Makefile Fri Sep 25 15:18:14 2015 (r397840) @@ -10,15 +10,15 @@ MASTER_SITES= SF/wvware/ MAINTAINER= ports@FreeBSD.org COMMENT= Library providing routines to access Microsoft Word files +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + USE_GNOME= libgsf GNU_CONFIGURE= yes -USES= cmake:outsource iconv pkgconfig libtool tar:bzip2 +USES= cmake:outsource iconv libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes post-patch: - @${REINPLACE_CMD} -e 's|LIBGSF_INCLUDE_DIR|PC_LIBGSF_INCLUDE_DIRS|g' \ - -e 's|LIBGSF_LIBRARIES|PC_LIBGSF_LIBRARIES|g' \ - ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \ ${WRKSRC}/src/olestream.h Modified: head/textproc/wv2/files/patch-CMakeLists.txt ============================================================================== --- head/textproc/wv2/files/patch-CMakeLists.txt Fri Sep 25 15:18:13 2015 (r397839) +++ head/textproc/wv2/files/patch-CMakeLists.txt Fri Sep 25 15:18:14 2015 (r397840) @@ -1,6 +1,15 @@ ---- CMakeLists.txt +--- CMakeLists.txt.orig 2009-10-31 18:22:43 UTC +++ CMakeLists.txt -@@ -59,7 +59,9 @@ +@@ -34,7 +34,7 @@ IF( WITH_ZLIB ) + FIND_PACKAGE( ZLIB REQUIRED ) + ENDIF( WITH_ZLIB ) + +-INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${LIBGSF_INCLUDE_DIR} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) ++INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${PC_LIBGSF_INCLUDE_DIRS} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) + + # + # Iconv checks +@@ -59,7 +59,9 @@ IF( HAVE_SYS_ICONV_H ) SET( ICONV_COMPILE_DEFINITIONS ${ICONV_COMPILE_DEFINITIONS} "-DHAVE_SYS_ICONV_H" ) ENDIF( HAVE_SYS_ICONV_H ) @@ -11,3 +20,14 @@ IF( MODERN_ICONV_RUN GREATER 0 OR NOT MODERN_ICONV_COMPILE ) MESSAGE( STATUS "wv2 depends on a modern iconv installation, supporting UNICODELITTLE and" ) +@@ -143,8 +145,8 @@ IF( ZLIB_FOUND ) + ENDIF( ZLIB_FOUND ) + + IF( LIBGSF_FOUND ) +- SET( _WV2_LDFLAGS ${_WV2_LDFLAGS} ${LIBGSF_LIBRARIES} ) +- SET( _WV2_CFLAGS ${_WV2_CFLAGS} ${LIBGSF_INCLUDE_DIR} ) ++ SET( _WV2_LDFLAGS ${_WV2_LDFLAGS} ${PC_LIBGSF_LIBRARIES} ) ++ SET( _WV2_CFLAGS ${_WV2_CFLAGS} ${PC_LIBGSF_INCLUDE_DIRS} ) + ENDIF( LIBGSF_FOUND ) + + IF( ICONV_FOUND ) Modified: head/textproc/wv2/files/patch-cmake-MacroCreateLibtoolFile.cmake ============================================================================== --- head/textproc/wv2/files/patch-cmake-MacroCreateLibtoolFile.cmake Fri Sep 25 15:18:13 2015 (r397839) +++ head/textproc/wv2/files/patch-cmake-MacroCreateLibtoolFile.cmake Fri Sep 25 15:18:14 2015 (r397840) @@ -1,6 +1,6 @@ ---- ./cmake/MacroCreateLibtoolFile.cmake.orig 2009-08-27 08:46:40.000000000 +1100 -+++ ./cmake/MacroCreateLibtoolFile.cmake 2009-09-18 00:46:35.000000000 +1100 -@@ -16,17 +16,18 @@ +--- cmake/MacroCreateLibtoolFile.cmake.orig 2009-10-31 18:22:43 UTC ++++ cmake/MacroCreateLibtoolFile.cmake +@@ -16,17 +16,18 @@ MACRO(CREATE_LIBTOOL_FILE _target _insta GET_TARGET_PROPERTY_WITH_DEFAULT(_target_age ${_target} LT_VERSION_AGE 0) GET_TARGET_PROPERTY_WITH_DEFAULT(_target_revision ${_target} LT_VERSION_REVISION 0) GET_TARGET_PROPERTY_WITH_DEFAULT(_target_installed ${_target} LT_INSTALLED yes) @@ -24,7 +24,7 @@ FILE(APPEND ${_laname} "# Names of this library.\n") FILE(APPEND ${_laname} "library_names='${_soname}.${_target_current}.${_target_age}.${_target_revision} ${_soname}.${_target_current} ${_soname}'\n\n") FILE(APPEND ${_laname} "# The name of the static archive.\n") -@@ -35,7 +36,7 @@ +@@ -35,7 +36,7 @@ MACRO(CREATE_LIBTOOL_FILE _target _insta FILE(APPEND ${_laname} "dependency_libs='${_target_dependency_libs}'\n\n") FILE(APPEND ${_laname} "# Names of additional weak libraries provided by this library\n") FILE(APPEND ${_laname} "weak_library_names=''\n\n") From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F54EA09372; Fri, 25 Sep 2015 15:18:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9821E64; Fri, 25 Sep 2015 15:18:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFI4S1093301; Fri, 25 Sep 2015 15:18:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFI32w093298; Fri, 25 Sep 2015 15:18:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFI32w093298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397836 - in head/palm/libmal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:04 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:03 2015 New Revision: 397836 URL: https://svnweb.freebsd.org/changeset/ports/397836 Log: - Add LICENSE_FILE - Strip libraries Modified: head/palm/libmal/Makefile head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Fri Sep 25 15:18:01 2015 (r397835) +++ head/palm/libmal/Makefile Fri Sep 25 15:18:03 2015 (r397836) @@ -3,7 +3,7 @@ PORTNAME= libmal PORTVERSION= 0.44.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm MASTER_SITES= http://www.jlogday.com/code/libmal/ @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library encapsulating malsync LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link @@ -19,5 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* +INSTALL_TARGET= install-strip .include Modified: head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c ============================================================================== --- head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Fri Sep 25 15:18:01 2015 (r397835) +++ head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Fri Sep 25 15:18:03 2015 (r397836) @@ -1,5 +1,5 @@ ---- malsync/mal/client/unix/MAL31DBConfig.c.orig 2008-04-15 19:49:54.000000000 +0200 -+++ malsync/mal/client/unix/MAL31DBConfig.c 2008-04-15 19:50:04.000000000 +0200 +--- malsync/mal/client/unix/MAL31DBConfig.c.orig 2009-02-16 16:07:04 UTC ++++ malsync/mal/client/unix/MAL31DBConfig.c @@ -20,7 +20,7 @@ */ From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FF2A093CD; Fri, 25 Sep 2015 15:18:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 752731093; Fri, 25 Sep 2015 15:18:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFIBtF093521; Fri, 25 Sep 2015 15:18:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFIBUJ093520; Fri, 25 Sep 2015 15:18:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFIBUJ093520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397838 - head/www/lightsquid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:11 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:10 2015 New Revision: 397838 URL: https://svnweb.freebsd.org/changeset/ports/397838 Log: - Add LICENSE - Pet portlint - Add NO_ARCH - Switch to options helpers - Don't cat pkg-message from Makefile Modified: head/www/lightsquid/Makefile Modified: head/www/lightsquid/Makefile ============================================================================== --- head/www/lightsquid/Makefile Fri Sep 25 15:18:05 2015 (r397837) +++ head/www/lightsquid/Makefile Fri Sep 25 15:18:10 2015 (r397838) @@ -10,35 +10,32 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Light and fast web based squid proxy traffic analyser -OPTIONS_DEFINE= GD DOCS -OPTIONS_DEFAULT= GD +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/doc/gnugpl.txt -USES= perl5 tar:tgz shebangfix +USES= perl5 shebangfix tar:tgz SHEBANG_FILES= *.cgi *.pl tools/SiteAggregator/*.pl lang/*.pl tools/*.pl \ lightsquid.cfg USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes PLIST_SUB+= WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" \ CHOWN="${CHOWN}" -.include - CONFIGS= lightsquid.cfg realname.cfg skipuser.cfg group.cfg REINPLACE_ARGS= -i "" PORTDOCS= gnugpl.txt install.txt readme.txt thanks.txt graph.txt logformat.txt \ templates.txt version.txt SUB_FILES= pkg-message -.if ${PORT_OPTIONS:MDOCS} -SUB_LIST+= NOTEWORK="Read ${DOCSDIR}/readme.txt." -.else -SUB_LIST+= NOTEWORK="" -.endif - -.if ${PORT_OPTIONS:MGD} -RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -.endif + +OPTIONS_DEFINE= GD DOCS +OPTIONS_DEFAULT= GD + +GD_RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +DOCS_SUB_LIST= NOTEWORK="Read ${DOCSDIR}/readme.txt." +DOCS_SUB_LIST_OFF=NOTEWORK= post-patch: @${REINPLACE_CMD} -e 's|/var/www/html/${PORTNAME}/lang|${DATADIR}/lang| ; \ @@ -76,15 +73,11 @@ do-install: ${FIND} -E . -maxdepth 1 -regex '.*\.(cgi|pl)' -exec \ ${INSTALL_SCRIPT} "{}" "${STAGEDIR}/${WWWDIR}/{}" \; && \ ${INSTALL_DATA} .htaccess ${STAGEDIR}/${WWWDIR}/ -# @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/${WWWDIR} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}/${DOCSDIR} .endfor -.endif - -post-install: - @${CAT} ${PKGMESSAGE} .include From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F778A093EB; Fri, 25 Sep 2015 15:18:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A3E112F; Fri, 25 Sep 2015 15:18:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFIEK7093684; Fri, 25 Sep 2015 15:18:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFID1s093635; Fri, 25 Sep 2015 15:18:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFID1s093635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397839 - head/x11-fm/krusader2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:14 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:13 2015 New Revision: 397839 URL: https://svnweb.freebsd.org/changeset/ports/397839 Log: - Add LICENSE - Fix WWW: Modified: head/x11-fm/krusader2/Makefile head/x11-fm/krusader2/pkg-descr Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Fri Sep 25 15:18:10 2015 (r397838) +++ head/x11-fm/krusader2/Makefile Fri Sep 25 15:18:13 2015 (r397839) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= cmake:outsource gettext tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/x11-fm/krusader2/pkg-descr ============================================================================== --- head/x11-fm/krusader2/pkg-descr Fri Sep 25 15:18:10 2015 (r397838) +++ head/x11-fm/krusader2/pkg-descr Fri Sep 25 15:18:13 2015 (r397839) @@ -11,4 +11,4 @@ arj and rpm and can handle other KIOSlav (almost) completely customizable, very user friendly, fast and looks great on your desktop! :-) -WWW: http://krusader.sourceforge.net +WWW: http://krusader.sourceforge.net/ From owner-svn-ports-head@freebsd.org Fri Sep 25 15:18:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F851A09392; Fri, 25 Sep 2015 15:18:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 718581F26; Fri, 25 Sep 2015 15:18:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFI6eJ093413; Fri, 25 Sep 2015 15:18:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFI6Bu093411; Fri, 25 Sep 2015 15:18:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251518.t8PFI6Bu093411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397837 - in head/textproc/libunibreak: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:18:06 -0000 Author: amdmi3 Date: Fri Sep 25 15:18:05 2015 New Revision: 397837 URL: https://svnweb.freebsd.org/changeset/ports/397837 Log: - Add LICENSE - Strip libraries - Pet portlint - Regenerate patches with `make makepatch` Modified: head/textproc/libunibreak/Makefile head/textproc/libunibreak/files/patch-src__Makefile.in Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Fri Sep 25 15:18:03 2015 (r397836) +++ head/textproc/libunibreak/Makefile Fri Sep 25 15:18:05 2015 (r397837) @@ -3,7 +3,7 @@ PORTNAME= libunibreak PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} @@ -11,8 +11,12 @@ MASTER_SITES= SF/vimgadgets/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENCE + +USES= libtool pathfix GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= pathfix libtool .include Modified: head/textproc/libunibreak/files/patch-src__Makefile.in ============================================================================== --- head/textproc/libunibreak/files/patch-src__Makefile.in Fri Sep 25 15:18:03 2015 (r397836) +++ head/textproc/libunibreak/files/patch-src__Makefile.in Fri Sep 25 15:18:05 2015 (r397837) @@ -1,6 +1,6 @@ ---- ./src/Makefile.in.bak 2013-09-28 20:29:36.000000000 +1100 -+++ ./src/Makefile.in 2014-01-07 16:23:21.180600044 +1100 -@@ -521,9 +521,9 @@ +--- src/Makefile.in.orig 2015-09-25 12:28:51 UTC ++++ src/Makefile.in +@@ -521,9 +521,9 @@ uninstall-am: uninstall-includeHEADERS u install-exec-hook: From owner-svn-ports-head@freebsd.org Fri Sep 25 15:40:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D480A0814B; Fri, 25 Sep 2015 15:40:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0A81E79; Fri, 25 Sep 2015 15:40:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFehZT004635; Fri, 25 Sep 2015 15:40:43 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFehlp004634; Fri, 25 Sep 2015 15:40:43 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509251540.t8PFehlp004634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 25 Sep 2015 15:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397841 - head/x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 15:40:43 -0000 Author: jkim Date: Fri Sep 25 15:40:42 2015 New Revision: 397841 URL: https://svnweb.freebsd.org/changeset/ports/397841 Log: Fix a typo for x11/nvidia-driver-304. Spotted by: Lena at lena dot kiev dot ua Approved by: danfe (maintainer, implicit) Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Fri Sep 25 15:18:14 2015 (r397840) +++ head/x11/nvidia-driver/Makefile Fri Sep 25 15:40:42 2015 (r397841) @@ -284,7 +284,7 @@ post-install: .SILENT .endif .if ${NVVERSION} < 180.029 ${REINPLACE_CMD} -e '/vdpau/d' ${TMPPLIST} -.else if ${NVVERSION} >= 304.128 && ${NVVERSION} < 310.019 +.elif ${NVVERSION} >= 304.128 && ${NVVERSION} < 310.019 ${REINPLACE_CMD} -E '/libvdpau(_trace)?\.so/d' ${TMPPLIST} .endif .if ${NVVERSION} < 185.01829 From owner-svn-ports-head@freebsd.org Fri Sep 25 17:11:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F69A0972E; Fri, 25 Sep 2015 17:11:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59FD01D00; Fri, 25 Sep 2015 17:11:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PHBBHN042705; Fri, 25 Sep 2015 17:11:11 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PHBAw2042703; Fri, 25 Sep 2015 17:11:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251711.t8PHBAw2042703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 17:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397842 - head/sysutils/ldap-account-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 17:11:11 -0000 Author: rm Date: Fri Sep 25 17:11:10 2015 New Revision: 397842 URL: https://svnweb.freebsd.org/changeset/ports/397842 Log: sysutils/ldap-account-manager: update to 5.1 PR: 202815 Submitted by: basil@vpm.net.ua (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Fri Sep 25 15:40:42 2015 (r397841) +++ head/sysutils/ldap-account-manager/Makefile Fri Sep 25 17:11:10 2015 (r397842) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Fri Sep 25 15:40:42 2015 (r397841) +++ head/sysutils/ldap-account-manager/distinfo Fri Sep 25 17:11:10 2015 (r397842) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-5.0.tar.bz2) = 386511ec5748d75f2f8ff19bc23ce95ea2b72a78933c961b2816453dfa374a7a -SIZE (ldap-account-manager-5.0.tar.bz2) = 13829177 +SHA256 (ldap-account-manager-5.1.tar.bz2) = 6a7d1d8caa10fad4c579d30c7d8616fcdb053d5c784d23bb07ce9f22962e92ef +SIZE (ldap-account-manager-5.1.tar.bz2) = 13923166 From owner-svn-ports-head@freebsd.org Fri Sep 25 17:43:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6474A088D8; Fri, 25 Sep 2015 17:43:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A76321CB2; Fri, 25 Sep 2015 17:43:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PHhip3058646; Fri, 25 Sep 2015 17:43:44 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PHhiaD058645; Fri, 25 Sep 2015 17:43:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509251743.t8PHhiaD058645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Sep 2015 17:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397843 - head/net/stone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 17:43:44 -0000 Author: antoine Date: Fri Sep 25 17:43:43 2015 New Revision: 397843 URL: https://svnweb.freebsd.org/changeset/ports/397843 Log: Fix packaging Modified: head/net/stone/pkg-plist Modified: head/net/stone/pkg-plist ============================================================================== --- head/net/stone/pkg-plist Fri Sep 25 17:11:10 2015 (r397842) +++ head/net/stone/pkg-plist Fri Sep 25 17:43:43 2015 (r397843) @@ -1,4 +1,4 @@ -@sampleetc/stone.cnf.sample +@sample etc/stone.cnf.sample bin/stone man/ja/man1/stone.1.gz man/man1/stone.1.gz From owner-svn-ports-head@freebsd.org Fri Sep 25 17:46:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BC60A08B90; Fri, 25 Sep 2015 17:46:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CD211F6F; Fri, 25 Sep 2015 17:46:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PHkurF059068; Fri, 25 Sep 2015 17:46:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PHkuLc059067; Fri, 25 Sep 2015 17:46:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509251746.t8PHkuLc059067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Sep 2015 17:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397844 - head/devel/libdisorder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 17:46:56 -0000 Author: antoine Date: Fri Sep 25 17:46:55 2015 New Revision: 397844 URL: https://svnweb.freebsd.org/changeset/ports/397844 Log: Unbreak Modified: head/devel/libdisorder/Makefile Modified: head/devel/libdisorder/Makefile ============================================================================== --- head/devel/libdisorder/Makefile Fri Sep 25 17:43:43 2015 (r397843) +++ head/devel/libdisorder/Makefile Fri Sep 25 17:46:55 2015 (r397844) @@ -13,6 +13,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes +BUILD_WRKSRC= ${WRKSRC}/src post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/Makefile From owner-svn-ports-head@freebsd.org Fri Sep 25 17:50:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83E5DA08E0C; Fri, 25 Sep 2015 17:50:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 752E6119F; Fri, 25 Sep 2015 17:50:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PHo5cc059406; Fri, 25 Sep 2015 17:50:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PHo5PA059404; Fri, 25 Sep 2015 17:50:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509251750.t8PHo5PA059404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 25 Sep 2015 17:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397845 - in head/net/isboot-kmod: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 17:50:05 -0000 Author: pi Date: Fri Sep 25 17:50:04 2015 New Revision: 397845 URL: https://svnweb.freebsd.org/changeset/ports/397845 Log: net/isboot-kmod: 0.2.10 -> 0.2.11 - patches upstreamed - added header values to be more independent from base iSCSI - limited builtin initiator to handle login sequence PR: 203324 Submitted by: Daisuke Aoyama (upstream) Approved by: John Nielsen (maintainer) Deleted: head/net/isboot-kmod/files/patch-iscsi.c Modified: head/net/isboot-kmod/Makefile head/net/isboot-kmod/distinfo Modified: head/net/isboot-kmod/Makefile ============================================================================== --- head/net/isboot-kmod/Makefile Fri Sep 25 17:46:55 2015 (r397844) +++ head/net/isboot-kmod/Makefile Fri Sep 25 17:50:04 2015 (r397845) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= isboot-kmod -PORTVERSION= 0.2.10 +PORTVERSION= 0.2.11 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/isboot/ DISTNAME= isboot-${PORTVERSION} Modified: head/net/isboot-kmod/distinfo ============================================================================== --- head/net/isboot-kmod/distinfo Fri Sep 25 17:46:55 2015 (r397844) +++ head/net/isboot-kmod/distinfo Fri Sep 25 17:50:04 2015 (r397845) @@ -1,2 +1,2 @@ -SHA256 (isboot-0.2.10.tar.gz) = b801708256f789e1032f7be2db79f886919fddb7b9b26ec1835f68a8237c3b48 -SIZE (isboot-0.2.10.tar.gz) = 30268 +SHA256 (isboot-0.2.11.tar.gz) = c09ade1e119447650c72d4a3387a934f0be7b6f5fb2c9aa5320e284fb2d1ec47 +SIZE (isboot-0.2.11.tar.gz) = 31084 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:31:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38D5BA08C7B; Fri, 25 Sep 2015 18:31:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29AE217D3; Fri, 25 Sep 2015 18:31:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIVUku079137; Fri, 25 Sep 2015 18:31:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIVSMS079132; Fri, 25 Sep 2015 18:31:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251831.t8PIVSMS079132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397846 - in head/biology: . libgtextutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:31:30 -0000 Author: rm Date: Fri Sep 25 18:31:28 2015 New Revision: 397846 URL: https://svnweb.freebsd.org/changeset/ports/397846 Log: Gordon's text utilities. WWW: https://github.com/agordon/libgtextutils PR: 203309 Submitted by: Jason Bacon Added: head/biology/libgtextutils/ head/biology/libgtextutils/Makefile (contents, props changed) head/biology/libgtextutils/distinfo (contents, props changed) head/biology/libgtextutils/pkg-descr (contents, props changed) head/biology/libgtextutils/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 17:50:04 2015 (r397845) +++ head/biology/Makefile Fri Sep 25 18:31:28 2015 (r397846) @@ -32,6 +32,7 @@ SUBDIR += jalview SUBDIR += lagan SUBDIR += lamarc + SUBDIR += libgtextutils SUBDIR += libsbml SUBDIR += linux-foldingathome SUBDIR += mafft Added: head/biology/libgtextutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/libgtextutils/Makefile Fri Sep 25 18:31:28 2015 (r397846) @@ -0,0 +1,28 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= libgtextutils +PORTVERSION= 0.7 +CATEGORIES= biology + +MAINTAINER= jwbacon@tds.net +COMMENT= Gordon's text utilities + +LICENSE= AGPLv3 + +USES= autoreconf libtool pkgconfig +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= agordon +GH_PROJECT= libgtextutils + +INSTALL_TARGET= install-strip + +post-patch: + @${REINPLACE_CMD} \ + 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.am + +.include Added: head/biology/libgtextutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/libgtextutils/distinfo Fri Sep 25 18:31:28 2015 (r397846) @@ -0,0 +1,2 @@ +SHA256 (agordon-libgtextutils-0.7_GH0.tar.gz) = 9eed751dea812ab247486f040754815bd3d0239557d0f91c0152d1b5b10dbc3e +SIZE (agordon-libgtextutils-0.7_GH0.tar.gz) = 32478 Added: head/biology/libgtextutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/libgtextutils/pkg-descr Fri Sep 25 18:31:28 2015 (r397846) @@ -0,0 +1,3 @@ +Gordon's text utilities. + +WWW: https://github.com/agordon/libgtextutils Added: head/biology/libgtextutils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/libgtextutils/pkg-plist Fri Sep 25 18:31:28 2015 (r397846) @@ -0,0 +1,16 @@ +include/gtextutils/gtextutils/container_join.h +include/gtextutils/gtextutils/exit_manip.h +include/gtextutils/gtextutils/inbuf1.hpp +include/gtextutils/gtextutils/natsort.h +include/gtextutils/gtextutils/outbuf3.hpp +include/gtextutils/gtextutils/pipe_fitter.h +include/gtextutils/gtextutils/stream_wrapper.h +include/gtextutils/gtextutils/string_tokenize.h +include/gtextutils/gtextutils/strnatcmp.h +include/gtextutils/gtextutils/text_line_reader.h +include/gtextutils/gtextutils/tuple_parser.h +lib/libgtextutils-0.7.so.0 +lib/libgtextutils-0.7.so.0.0.0 +lib/libgtextutils.a +lib/libgtextutils.so +libdata/pkgconfig/gtextutils.pc From owner-svn-ports-head@freebsd.org Fri Sep 25 18:33:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59723A08E72; Fri, 25 Sep 2015 18:33:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2981A5B; Fri, 25 Sep 2015 18:33:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIXK5B079937; Fri, 25 Sep 2015 18:33:20 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIXIko079932; Fri, 25 Sep 2015 18:33:18 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251833.t8PIXIko079932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397847 - in head/biology: . fastx-toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:33:20 -0000 Author: rm Date: Fri Sep 25 18:33:18 2015 New Revision: 397847 URL: https://svnweb.freebsd.org/changeset/ports/397847 Log: The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing. WWW: http://hannonlab.cshl.edu/fastx_toolkit/ PR: 203318 Submitted by: Jason Bacon Added: head/biology/fastx-toolkit/ head/biology/fastx-toolkit/Makefile (contents, props changed) head/biology/fastx-toolkit/distinfo (contents, props changed) head/biology/fastx-toolkit/pkg-descr (contents, props changed) head/biology/fastx-toolkit/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 18:31:28 2015 (r397846) +++ head/biology/Makefile Fri Sep 25 18:33:18 2015 (r397847) @@ -20,6 +20,7 @@ SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastdnaml + SUBDIR += fastx-toolkit SUBDIR += fluctuate SUBDIR += garlic SUBDIR += gff2ps Added: head/biology/fastx-toolkit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastx-toolkit/Makefile Fri Sep 25 18:33:18 2015 (r397847) @@ -0,0 +1,27 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= fastx_toolkit +PORTVERSION= 0.0.14 +CATEGORIES= biology + +MAINTAINER= jwbacon@tds.net +COMMENT= CLI tools for Short-Reads FASTA/FASTQ files preprocessing + +LICENSE= AGPLv3 + +LIB_DEPENDS= libgtextutils.so:${PORTSDIR}/biology/libgtextutils + +USES= autoreconf libtool perl5 pkgconfig shebangfix tar:bzip2 +USE_PERL5= run +SHEBANG_FILES= scripts/*.pl + +USE_GITHUB= yes +GH_ACCOUNT= agordon +GH_PROJECT= ${PORTNAME} + +GNU_CONFIGURE= yes + +CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig + +.include Added: head/biology/fastx-toolkit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastx-toolkit/distinfo Fri Sep 25 18:33:18 2015 (r397847) @@ -0,0 +1,2 @@ +SHA256 (agordon-fastx_toolkit-0.0.14_GH0.tar.bz2) = af4f9fe59f8c91bdd2d735bdac1fd89f0549b2bc759313fe3b86948056aad1aa +SIZE (agordon-fastx_toolkit-0.0.14_GH0.tar.bz2) = 259576 Added: head/biology/fastx-toolkit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastx-toolkit/pkg-descr Fri Sep 25 18:33:18 2015 (r397847) @@ -0,0 +1,4 @@ +The FASTX-Toolkit is a collection of command line tools for Short-Reads +FASTA/FASTQ files preprocessing. + +WWW: http://hannonlab.cshl.edu/fastx_toolkit/ Added: head/biology/fastx-toolkit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastx-toolkit/pkg-plist Fri Sep 25 18:33:18 2015 (r397847) @@ -0,0 +1,23 @@ +bin/fasta_clipping_histogram.pl +bin/fasta_formatter +bin/fasta_nucleotide_changer +bin/fastq_masker +bin/fastq_quality_boxplot_graph.sh +bin/fastq_quality_converter +bin/fastq_quality_filter +bin/fastq_quality_trimmer +bin/fastq_to_fasta +bin/fastx_artifacts_filter +bin/fastx_barcode_splitter.pl +bin/fastx_clipper +bin/fastx_collapser +bin/fastx_nucleotide_distribution_graph.sh +bin/fastx_nucleotide_distribution_line_graph.sh +bin/fastx_quality_stats +bin/fastx_renamer +bin/fastx_reverse_complement +bin/fastx_trimmer +bin/fastx_uncollapser +share/aclocal/ax_c_long_long.m4 +share/aclocal/ax_cxx_compile_stdcxx_11.m4 +share/aclocal/ax_cxx_header_stdcxx_tr1.m4 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:34:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E05F3A08F63; Fri, 25 Sep 2015 18:34:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5F8D1B82; Fri, 25 Sep 2015 18:34:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIYUFC080162; Fri, 25 Sep 2015 18:34:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIYTsn080158; Fri, 25 Sep 2015 18:34:29 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251834.t8PIYTsn080158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397848 - in head/biology: . fasttree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:34:31 -0000 Author: rm Date: Fri Sep 25 18:34:29 2015 New Revision: 397848 URL: https://svnweb.freebsd.org/changeset/ports/397848 Log: FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences. FastTree can handle alignments with up to a million of sequences in a reasonable amount of time and memory. WWW: http://www.microbesonline.org/fasttree/ PR: 203295 Submitted by: Jason Bacon Added: head/biology/fasttree/ head/biology/fasttree/Makefile (contents, props changed) head/biology/fasttree/distinfo (contents, props changed) head/biology/fasttree/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 18:33:18 2015 (r397847) +++ head/biology/Makefile Fri Sep 25 18:34:29 2015 (r397848) @@ -20,6 +20,7 @@ SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastdnaml + SUBDIR += fasttree SUBDIR += fastx-toolkit SUBDIR += fluctuate SUBDIR += garlic Added: head/biology/fasttree/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fasttree/Makefile Fri Sep 25 18:34:29 2015 (r397848) @@ -0,0 +1,33 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= FastTree +PORTVERSION= 2.1.8 +CATEGORIES= biology +MASTER_SITES= http://www.microbesonline.org/fasttree/ +EXTRACT_SUFX= .c + +MAINTAINER= jwbacon@tds.net +COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments + +# LICENSE= unspecified open source + +USES= compiler:openmp + +CFLAGS+= -DOPENMP -fopenmp -O3 -finline-functions -funroll-loops +LDFLAGS+= -lm + +PLIST_FILES= bin/FastTree + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o FastTree ${DISTFILES} ${LDFLAGS} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/FastTree ${STAGEDIR}${PREFIX}/bin + +.include Added: head/biology/fasttree/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fasttree/distinfo Fri Sep 25 18:34:29 2015 (r397848) @@ -0,0 +1,2 @@ +SHA256 (FastTree-2.1.8.c) = b172d160f1b12b764d21a6937c3ce01ba42fa8743d95e083e031c6947762f837 +SIZE (FastTree-2.1.8.c) = 385231 Added: head/biology/fasttree/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fasttree/pkg-descr Fri Sep 25 18:34:29 2015 (r397848) @@ -0,0 +1,5 @@ +FastTree infers approximately-maximum-likelihood phylogenetic trees from +alignments of nucleotide or protein sequences. FastTree can handle alignments +with up to a million of sequences in a reasonable amount of time and memory. + +WWW: http://www.microbesonline.org/fasttree/ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:35:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411B6A09000; Fri, 25 Sep 2015 18:35:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1835C1C90; Fri, 25 Sep 2015 18:35:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIZFEO080380; Fri, 25 Sep 2015 18:35:15 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIZFad080376; Fri, 25 Sep 2015 18:35:15 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251835.t8PIZFad080376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397849 - in head/biology: . fastool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:35:16 -0000 Author: rm Date: Fri Sep 25 18:35:14 2015 New Revision: 397849 URL: https://svnweb.freebsd.org/changeset/ports/397849 Log: Simple and quick FastQ and FastA tool for file reading and conversion. WWW: https://github.com/fstrozzi/Fastool PR: 203293 Submitted by: Jason Bacon Added: head/biology/fastool/ head/biology/fastool/Makefile (contents, props changed) head/biology/fastool/distinfo (contents, props changed) head/biology/fastool/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 18:34:29 2015 (r397848) +++ head/biology/Makefile Fri Sep 25 18:35:14 2015 (r397849) @@ -20,6 +20,7 @@ SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastdnaml + SUBDIR += fastool SUBDIR += fasttree SUBDIR += fastx-toolkit SUBDIR += fluctuate Added: head/biology/fastool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastool/Makefile Fri Sep 25 18:35:14 2015 (r397849) @@ -0,0 +1,33 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= fastool +PORTVERSION= 0.1.4 +CATEGORIES= biology + +MAINTAINER= jwbacon@tds.net +COMMENT= Simple and quick FastQ and FastA tool for file reading and conversion + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= fstrozzi +GH_PROJECT= Fastool + +WRKSRC= ${WRKDIR}/Fastool-${PORTVERSION} + +PLIST_FILES= bin/fastool + +CFLAGS+= -std=c99 + +post-patch: + ${REINPLACE_CMD} \ + -e 's|CC *=|CC ?=|g' \ + -e 's|CFLAGS *=|CFLAGS ?=|g' \ + ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fastool \ + ${STAGEDIR}${PREFIX}/bin + +.include Added: head/biology/fastool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastool/distinfo Fri Sep 25 18:35:14 2015 (r397849) @@ -0,0 +1,2 @@ +SHA256 (fstrozzi-Fastool-0.1.4_GH0.tar.gz) = f86f02fced9479b77d6d27a442b66e66f0c55d40d5ad2ddd91a752de57024540 +SIZE (fstrozzi-Fastool-0.1.4_GH0.tar.gz) = 6346 Added: head/biology/fastool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastool/pkg-descr Fri Sep 25 18:35:14 2015 (r397849) @@ -0,0 +1,3 @@ +Simple and quick FastQ and FastA tool for file reading and conversion. + +WWW: https://github.com/fstrozzi/Fastool From owner-svn-ports-head@freebsd.org Fri Sep 25 18:37:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5387A090FF; Fri, 25 Sep 2015 18:37:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A62C01EED; Fri, 25 Sep 2015 18:37:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIbQV3080737; Fri, 25 Sep 2015 18:37:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIbPe4080731; Fri, 25 Sep 2015 18:37:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251837.t8PIbPe4080731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397850 - in head/biology: . cdbfasta cdbfasta/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:37:26 -0000 Author: rm Date: Fri Sep 25 18:37:24 2015 New Revision: 397850 URL: https://svnweb.freebsd.org/changeset/ports/397850 Log: Fast indexing and retrieval of FASTA records from flat file data bases. WWW: http://sourceforge.net/projects/cdbfasta/ PR: 203233 Submitted by: Jason Bacon Added: head/biology/cdbfasta/ head/biology/cdbfasta/Makefile (contents, props changed) head/biology/cdbfasta/distinfo (contents, props changed) head/biology/cdbfasta/files/ head/biology/cdbfasta/files/patch-Makefile (contents, props changed) head/biology/cdbfasta/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 18:35:14 2015 (r397849) +++ head/biology/Makefile Fri Sep 25 18:37:24 2015 (r397850) @@ -12,6 +12,7 @@ SUBDIR += biojava SUBDIR += blat SUBDIR += cd-hit + SUBDIR += cdbfasta SUBDIR += chemeq SUBDIR += clustalw SUBDIR += consed Added: head/biology/cdbfasta/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/cdbfasta/Makefile Fri Sep 25 18:37:24 2015 (r397850) @@ -0,0 +1,25 @@ +# Created by: Dan Siercks +# $FreeBSD$ + +PORTNAME= cdbfasta +PORTVERSION= 2010.07.22 +CATEGORIES= biology +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ + +MAINTAINER= jwbacon@tds.net +COMMENT= Fast indexing and retrieval of FASTA records from flat file databases + +# LICENSE= unspecified + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USES= gmake + +PLIST_FILES= bin/cdbfasta bin/cdbyank + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cdbfasta ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/cdbyank ${STAGEDIR}${PREFIX}/bin + +.include Added: head/biology/cdbfasta/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/cdbfasta/distinfo Fri Sep 25 18:37:24 2015 (r397850) @@ -0,0 +1,2 @@ +SHA256 (cdbfasta-2010.07.22.tar.gz) = 68767e8b2fb9de5a6d68ee16df73293f65e02f05cf2f747a9dd6b8854766722c +SIZE (cdbfasta-2010.07.22.tar.gz) = 59735 Added: head/biology/cdbfasta/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/cdbfasta/files/patch-Makefile Fri Sep 25 18:37:24 2015 (r397850) @@ -0,0 +1,54 @@ +--- Makefile.orig 2009-12-03 20:17:51 UTC ++++ Makefile +@@ -18,7 +18,10 @@ else + MARCH = + endif + +-CC := g++ ++# Use the correct compiler (CXX, not CC) and respect the environment ++# by using ?= ++CXX ?= g++ ++ + BASEFLAGS = -Wall ${SEARCHDIRS} $(MARCH) -DENABLE_COMPRESSION=0 -D_FILE_OFFSET_BITS=64 \ + -D_LARGEFILE_SOURCE -fno-exceptions -fno-rtti -fno-strict-aliasing \ + -D_REENTRANT +@@ -33,30 +36,30 @@ else + endif + + ifeq ($(findstring nommap,$(MAKECMDGOALS)),) +- CFLAGS = $(DBGFLAGS) $(BASEFLAGS) ++ CXXFLAGS = $(DBGFLAGS) $(BASEFLAGS) + else +- CFLAGS = $(DBGFLAGS) $(BASEFLAGS) -DNO_MMAP ++ CXXFLAGS = $(DBGFLAGS) $(BASEFLAGS) -DNO_MMAP + endif + + %.o : %.c +- ${CC} ${CFLAGS} -c $< -o $@ ++ ${CXX} ${CXXFLAGS} -c $< -o $@ + + %.o : %.cc +- ${CC} ${CFLAGS} -c $< -o $@ ++ ${CXX} ${CXXFLAGS} -c $< -o $@ + + %.o : %.C +- ${CC} ${CFLAGS} -c $< -o $@ ++ ${CXX} ${CXXFLAGS} -c $< -o $@ + + %.o : %.cpp +- ${CC} ${CFLAGS} -c $< -o $@ ++ ${CXX} ${CXXFLAGS} -c $< -o $@ + + %.o : %.cxx +- ${CC} ${CFLAGS} -c $< -o $@ ++ ${CXX} ${CXXFLAGS} -c $< -o $@ + + # C/C++ linker + +-LINKER := g++ +-LDFLAGS = -lz ++LINKER := ${CXX} ++LDFLAGS = -lz + #if ENABLE_COMPRESSION is not needed, + # LDFLAGS = + Added: head/biology/cdbfasta/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/cdbfasta/pkg-descr Fri Sep 25 18:37:24 2015 (r397850) @@ -0,0 +1,3 @@ +Fast indexing and retrieval of FASTA records from flat file data bases. + +WWW: http://sourceforge.net/projects/cdbfasta/ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:39:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1F96A0921E; Fri, 25 Sep 2015 18:39:39 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6181102B; Fri, 25 Sep 2015 18:39:39 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIddNJ081069; Fri, 25 Sep 2015 18:39:39 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIdb0R081061; Fri, 25 Sep 2015 18:39:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251839.t8PIdb0R081061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397851 - in head/biology: . bwa bwa/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:39:40 -0000 Author: rm Date: Fri Sep 25 18:39:36 2015 New Revision: 397851 URL: https://svnweb.freebsd.org/changeset/ports/397851 Log: BWA is a program for aligning sequencing reads against a large reference genome (e.g. human genome). It has two major components, one for read shorter than 150bp and the other for longer reads. WWW: http://sourceforge.net/projects/bio-bwa/ PR: 203158 Submitted by: Jason Bacon Added: head/biology/bwa/ head/biology/bwa/Makefile (contents, props changed) head/biology/bwa/distinfo (contents, props changed) head/biology/bwa/files/ head/biology/bwa/files/patch-Makefile (contents, props changed) head/biology/bwa/files/patch-bwt_lite.c (contents, props changed) head/biology/bwa/files/patch-bwtgap.c (contents, props changed) head/biology/bwa/files/patch-bwtgap.h (contents, props changed) head/biology/bwa/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Sep 25 18:37:24 2015 (r397850) +++ head/biology/Makefile Fri Sep 25 18:39:36 2015 (r397851) @@ -11,6 +11,7 @@ SUBDIR += biococoa SUBDIR += biojava SUBDIR += blat + SUBDIR += bwa SUBDIR += cd-hit SUBDIR += cdbfasta SUBDIR += chemeq Added: head/biology/bwa/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/Makefile Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,28 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= bwa +PORTVERSION= 0.7.9a +CATEGORIES= biology +MASTER_SITES= SF/bio-bwa/ + +MAINTAINER= jwbacon@tds.net +COMMENT= Burrows-Wheeler sequence aligner + +LICENSE= GPLv3 + +USES= perl5 shebangfix tar:bzip2 +SHEBANG_FILES= qualfa2fq.pl xa2multi.pl +USE_PERL5= run + +PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz + +# Avoid #error in emmintrin.h +CFLAGS+= -msse2 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bwa ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include Added: head/biology/bwa/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/distinfo Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,2 @@ +SHA256 (bwa-0.7.9a.tar.bz2) = f5ad30e4e5ea86a8dcd6febcb6f620a75c82b03024f64a572017c295a962eadc +SIZE (bwa-0.7.9a.tar.bz2) = 166193 Added: head/biology/bwa/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/files/patch-Makefile Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-05-19 13:11:41 UTC ++++ Makefile +@@ -1,6 +1,6 @@ +-CC= gcc ++CC?= gcc + #CC= clang --analyze +-CFLAGS= -g -Wall -Wno-unused-function -O2 ++CFLAGS?= -g -Wall -Wno-unused-function -O2 + WRAP_MALLOC=-DUSE_MALLOC_WRAPPERS + AR= ar + DFLAGS= -DHAVE_PTHREAD $(WRAP_MALLOC) Added: head/biology/bwa/files/patch-bwt_lite.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/files/patch-bwt_lite.c Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,11 @@ +--- bwt_lite.c.orig 2014-05-19 13:11:41 UTC ++++ bwt_lite.c +@@ -48,7 +48,7 @@ bwtl_t *bwtl_seq2bwtl(int len, const uin + } + { // generate cnt_table + for (i = 0; i != 256; ++i) { +- u_int32_t j, x = 0; ++ uint32_t j, x = 0; + for (j = 0; j != 4; ++j) + x |= (((i&3) == j) + ((i>>2&3) == j) + ((i>>4&3) == j) + (i>>6 == j)) << (j<<3); + b->cnt_table[i] = x; Added: head/biology/bwa/files/patch-bwtgap.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/files/patch-bwtgap.c Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,11 @@ +--- bwtgap.c.orig 2014-02-25 21:20:01 UTC ++++ bwtgap.c +@@ -58,7 +58,7 @@ static inline void gap_push(gap_stack_t + q->stack = (gap_entry_t*)realloc(q->stack, sizeof(gap_entry_t) * q->m_entries); + } + p = q->stack + q->n_entries; +- p->info = (u_int32_t)score<<21 | i; p->k = k; p->l = l; ++ p->info = (uint32_t)score<<21 | i; p->k = k; p->l = l; + p->n_mm = n_mm; p->n_gapo = n_gapo; p->n_gape = n_gape; + p->n_ins = n_ins; p->n_del = n_del; + p->state = state; Added: head/biology/bwa/files/patch-bwtgap.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/files/patch-bwtgap.h Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,15 @@ +--- bwtgap.h.orig 2014-02-25 21:20:01 UTC ++++ bwtgap.h +@@ -5,9 +5,9 @@ + #include "bwtaln.h" + + typedef struct { // recursion stack +- u_int32_t info; // score<<21 | i +- u_int32_t n_mm:8, n_gapo:8, n_gape:8, state:2, n_seed_mm:6; +- u_int32_t n_ins:16, n_del:16; ++ uint32_t info; // score<<21 | i ++ uint32_t n_mm:8, n_gapo:8, n_gape:8, state:2, n_seed_mm:6; ++ uint32_t n_ins:16, n_del:16; + int last_diff_pos; + bwtint_t k, l; // (k,l) is the SA region of [i,n-1] + } gap_entry_t; Added: head/biology/bwa/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bwa/pkg-descr Fri Sep 25 18:39:36 2015 (r397851) @@ -0,0 +1,5 @@ +BWA is a program for aligning sequencing reads against a large reference +genome (e.g. human genome). It has two major components, one for read shorter +than 150bp and the other for longer reads. + +WWW: http://sourceforge.net/projects/bio-bwa/ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:48:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B601A0970B; Fri, 25 Sep 2015 18:48:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F00C11520; Fri, 25 Sep 2015 18:48:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PImwQY085197; Fri, 25 Sep 2015 18:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PImwQH085195; Fri, 25 Sep 2015 18:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251848.t8PImwQH085195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397852 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:48:59 -0000 Author: sunpoet Date: Fri Sep 25 18:48:57 2015 New Revision: 397852 URL: https://svnweb.freebsd.org/changeset/ports/397852 Log: - Update to 2.78 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Fri Sep 25 18:39:36 2015 (r397851) +++ head/converters/p5-Encode/Makefile Fri Sep 25 18:48:57 2015 (r397852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.77 +PORTVERSION= 2.78 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Fri Sep 25 18:39:36 2015 (r397851) +++ head/converters/p5-Encode/distinfo Fri Sep 25 18:48:57 2015 (r397852) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.77.tar.gz) = e039d896b39d92c27beefe6dc18ef7aa3bd026ecac85512fbfbd07081e223f9a -SIZE (Encode-2.77.tar.gz) = 2015884 +SHA256 (Encode-2.78.tar.gz) = 1fc8d5c0e75ef85beeac71d1fe4a3bfcb8207755a46b32f783a3a6682672762a +SIZE (Encode-2.78.tar.gz) = 2015845 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B70FFA09736; Fri, 25 Sep 2015 18:49:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E9215D4; Fri, 25 Sep 2015 18:49:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIn4HP085318; Fri, 25 Sep 2015 18:49:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIn3ag085316; Fri, 25 Sep 2015 18:49:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PIn3ag085316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397853 - head/devel/rubygem-pry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:04 -0000 Author: sunpoet Date: Fri Sep 25 18:49:03 2015 New Revision: 397853 URL: https://svnweb.freebsd.org/changeset/ports/397853 Log: - Update to 0.10.2 - Add LICENSE_FILE Changes: https://github.com/pry/pry/blob/master/CHANGELOG.md Modified: head/devel/rubygem-pry/Makefile head/devel/rubygem-pry/distinfo Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Fri Sep 25 18:48:57 2015 (r397852) +++ head/devel/rubygem-pry/Makefile Fri Sep 25 18:49:03 2015 (r397853) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,13 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= IRB alternative and runtime developer console LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coderay>=1.1.0:${PORTSDIR}/textproc/rubygem-coderay \ rubygem-method_source>=0.8.1:${PORTSDIR}/devel/rubygem-method_source \ rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-pry/distinfo ============================================================================== --- head/devel/rubygem-pry/distinfo Fri Sep 25 18:48:57 2015 (r397852) +++ head/devel/rubygem-pry/distinfo Fri Sep 25 18:49:03 2015 (r397853) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pry-0.10.1.gem) = 1f4925cdc8d83db67ba9b7ff542f042558c0ceb5579966e0fabc6d0eaa2b19c8 -SIZE (rubygem/pry-0.10.1.gem) = 135680 +SHA256 (rubygem/pry-0.10.2.gem) = 05e6f9197072b8054bef50606bc10bf20fc6138f360abc5ce3de166abc96d41e +SIZE (rubygem/pry-0.10.2.gem) = 135680 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C60FA0975F; Fri, 25 Sep 2015 18:49:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0C71649; Fri, 25 Sep 2015 18:49:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIn9ZI085421; Fri, 25 Sep 2015 18:49:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIn9gd085420; Fri, 25 Sep 2015 18:49:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PIn9gd085420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397854 - head/devel/rubygem-pry-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:09 -0000 Author: sunpoet Date: Fri Sep 25 18:49:08 2015 New Revision: 397854 URL: https://svnweb.freebsd.org/changeset/ports/397854 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-pry-rails/Makefile Modified: head/devel/rubygem-pry-rails/Makefile ============================================================================== --- head/devel/rubygem-pry-rails/Makefile Fri Sep 25 18:49:03 2015 (r397853) +++ head/devel/rubygem-pry-rails/Makefile Fri Sep 25 18:49:08 2015 (r397854) @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Use Pry as your rails console LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= rubygem-pry>=0.9.10:${PORTSDIR}/devel/rubygem-pry NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81A74A0979D; Fri, 25 Sep 2015 18:49:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 728451845; Fri, 25 Sep 2015 18:49:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInDaP085511; Fri, 25 Sep 2015 18:49:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInDoN085510; Fri, 25 Sep 2015 18:49:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInDoN085510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397855 - head/sysutils/rubygem-chef X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:13 -0000 Author: sunpoet Date: Fri Sep 25 18:49:12 2015 New Revision: 397855 URL: https://svnweb.freebsd.org/changeset/ports/397855 Log: - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/sysutils/rubygem-chef/Makefile Modified: head/sysutils/rubygem-chef/Makefile ============================================================================== --- head/sysutils/rubygem-chef/Makefile Fri Sep 25 18:49:08 2015 (r397854) +++ head/sysutils/rubygem-chef/Makefile Fri Sep 25 18:49:12 2015 (r397855) @@ -11,6 +11,7 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Systems integration framework. Client part LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-chef-zero>=2.1.0:${PORTSDIR}/sysutils/rubygem-chef-zero \ rubygem-diff-lcs>=0.0.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E48EDA097D8; Fri, 25 Sep 2015 18:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53B9192E; Fri, 25 Sep 2015 18:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInHUi085611; Fri, 25 Sep 2015 18:49:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInHDc085610; Fri, 25 Sep 2015 18:49:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInHDc085610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397856 - head/sysutils/rubygem-guard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:18 -0000 Author: sunpoet Date: Fri Sep 25 18:49:16 2015 New Revision: 397856 URL: https://svnweb.freebsd.org/changeset/ports/397856 Log: - Add LICENSE Modified: head/sysutils/rubygem-guard/Makefile Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Fri Sep 25 18:49:12 2015 (r397855) +++ head/sysutils/rubygem-guard/Makefile Fri Sep 25 18:49:16 2015 (r397856) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool to easily handle events on file system modifications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-formatador>=0.2.4:${PORTSDIR}/devel/rubygem-formatador \ rubygem-listen>=2.7:${PORTSDIR}/devel/rubygem-listen \ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38F43A09806; Fri, 25 Sep 2015 18:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29E111A12; Fri, 25 Sep 2015 18:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInMWZ085715; Fri, 25 Sep 2015 18:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInMv6085714; Fri, 25 Sep 2015 18:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInMv6085714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397857 - head/sysutils/rubygem-guard-compat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:22 -0000 Author: sunpoet Date: Fri Sep 25 18:49:21 2015 New Revision: 397857 URL: https://svnweb.freebsd.org/changeset/ports/397857 Log: - Add LICENSE Modified: head/sysutils/rubygem-guard-compat/Makefile Modified: head/sysutils/rubygem-guard-compat/Makefile ============================================================================== --- head/sysutils/rubygem-guard-compat/Makefile Fri Sep 25 18:49:16 2015 (r397856) +++ head/sysutils/rubygem-guard-compat/Makefile Fri Sep 25 18:49:21 2015 (r397857) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helps creating valid Guard plugins and testing them LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C38DBA09846; Fri, 25 Sep 2015 18:49:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B453D1AF4; Fri, 25 Sep 2015 18:49:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInQRT085854; Fri, 25 Sep 2015 18:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInQkq085853; Fri, 25 Sep 2015 18:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInQkq085853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397858 - head/sysutils/rubygem-guard-livereload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:26 -0000 Author: sunpoet Date: Fri Sep 25 18:49:25 2015 New Revision: 397858 URL: https://svnweb.freebsd.org/changeset/ports/397858 Log: - Add LICENSE Modified: head/sysutils/rubygem-guard-livereload/Makefile Modified: head/sysutils/rubygem-guard-livereload/Makefile ============================================================================== --- head/sysutils/rubygem-guard-livereload/Makefile Fri Sep 25 18:49:21 2015 (r397857) +++ head/sysutils/rubygem-guard-livereload/Makefile Fri Sep 25 18:49:25 2015 (r397858) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically reloads your browser when 'view' files are modified LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-em-websocket>=0.5:${PORTSDIR}/www/rubygem-em-websocket \ rubygem-guard>=2.8:${PORTSDIR}/sysutils/rubygem-guard \ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2625CA0989A; Fri, 25 Sep 2015 18:49:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7D91C4C; Fri, 25 Sep 2015 18:49:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInUv5085967; Fri, 25 Sep 2015 18:49:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInU7t085966; Fri, 25 Sep 2015 18:49:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInU7t085966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397859 - head/sysutils/rubygem-guard-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:31 -0000 Author: sunpoet Date: Fri Sep 25 18:49:30 2015 New Revision: 397859 URL: https://svnweb.freebsd.org/changeset/ports/397859 Log: - Add LICENSE Modified: head/sysutils/rubygem-guard-minitest/Makefile Modified: head/sysutils/rubygem-guard-minitest/Makefile ============================================================================== --- head/sysutils/rubygem-guard-minitest/Makefile Fri Sep 25 18:49:25 2015 (r397858) +++ head/sysutils/rubygem-guard-minitest/Makefile Fri Sep 25 18:49:30 2015 (r397859) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically run your tests with Minitest framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-guard-compat>=1.2:${PORTSDIR}/sysutils/rubygem-guard-compat \ rubygem-minitest>=3:${PORTSDIR}/devel/rubygem-minitest From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A53EDA098CB; Fri, 25 Sep 2015 18:49:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E87A1D9D; Fri, 25 Sep 2015 18:49:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInZ8W086071; Fri, 25 Sep 2015 18:49:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInZRA086070; Fri, 25 Sep 2015 18:49:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInZRA086070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397860 - head/sysutils/rubygem-guard-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:35 -0000 Author: sunpoet Date: Fri Sep 25 18:49:34 2015 New Revision: 397860 URL: https://svnweb.freebsd.org/changeset/ports/397860 Log: - Add LICENSE Modified: head/sysutils/rubygem-guard-rspec/Makefile Modified: head/sysutils/rubygem-guard-rspec/Makefile ============================================================================== --- head/sysutils/rubygem-guard-rspec/Makefile Fri Sep 25 18:49:30 2015 (r397859) +++ head/sysutils/rubygem-guard-rspec/Makefile Fri Sep 25 18:49:34 2015 (r397860) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Guard::RSpec automatically run your specs (much like autotest) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-guard>=2.1:${PORTSDIR}/sysutils/rubygem-guard \ rubygem-guard-compat>=1.1:${PORTSDIR}/sysutils/rubygem-guard-compat \ From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92BB8A09903; Fri, 25 Sep 2015 18:49:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83A771ED0; Fri, 25 Sep 2015 18:49:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIneSI086188; Fri, 25 Sep 2015 18:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIneDg086186; Fri, 25 Sep 2015 18:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PIneDg086186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397861 - head/devel/rubygem-flexmock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:40 -0000 Author: sunpoet Date: Fri Sep 25 18:49:39 2015 New Revision: 397861 URL: https://svnweb.freebsd.org/changeset/ports/397861 Log: - Update to 2.0.1 Changes: https://github.com/doudou/flexmock/blob/master/CHANGES Modified: head/devel/rubygem-flexmock/Makefile head/devel/rubygem-flexmock/distinfo Modified: head/devel/rubygem-flexmock/Makefile ============================================================================== --- head/devel/rubygem-flexmock/Makefile Fri Sep 25 18:49:34 2015 (r397860) +++ head/devel/rubygem-flexmock/Makefile Fri Sep 25 18:49:39 2015 (r397861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexmock -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-flexmock/distinfo ============================================================================== --- head/devel/rubygem-flexmock/distinfo Fri Sep 25 18:49:34 2015 (r397860) +++ head/devel/rubygem-flexmock/distinfo Fri Sep 25 18:49:39 2015 (r397861) @@ -1,2 +1,2 @@ -SHA256 (rubygem/flexmock-2.0.0.gem) = 87fde65d8ab6b895a47a0fab4adb4667ac7567435c3c42e1b47299d4a2d979a4 -SIZE (rubygem/flexmock-2.0.0.gem) = 62976 +SHA256 (rubygem/flexmock-2.0.1.gem) = bb3478599ede7ee85b2d530c5c3e37fb841dc0cf2e2366b6b9fd17615154147a +SIZE (rubygem/flexmock-2.0.1.gem) = 62976 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:49:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B96FA0993D; Fri, 25 Sep 2015 18:49:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 247CA100E; Fri, 25 Sep 2015 18:49:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PInjZT086305; Fri, 25 Sep 2015 18:49:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PInjrB086303; Fri, 25 Sep 2015 18:49:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509251849.t8PInjrB086303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Sep 2015 18:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397862 - head/devel/rubygem-delayed_job X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:49:46 -0000 Author: sunpoet Date: Fri Sep 25 18:49:44 2015 New Revision: 397862 URL: https://svnweb.freebsd.org/changeset/ports/397862 Log: - Update to 4.1.1 Changes: https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md Modified: head/devel/rubygem-delayed_job/Makefile head/devel/rubygem-delayed_job/distinfo Modified: head/devel/rubygem-delayed_job/Makefile ============================================================================== --- head/devel/rubygem-delayed_job/Makefile Fri Sep 25 18:49:39 2015 (r397861) +++ head/devel/rubygem-delayed_job/Makefile Fri Sep 25 18:49:44 2015 (r397862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= delayed_job -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-delayed_job/distinfo ============================================================================== --- head/devel/rubygem-delayed_job/distinfo Fri Sep 25 18:49:39 2015 (r397861) +++ head/devel/rubygem-delayed_job/distinfo Fri Sep 25 18:49:44 2015 (r397862) @@ -1,2 +1,2 @@ -SHA256 (rubygem/delayed_job-4.1.0.gem) = 5480843adbc25c4160f2a69f012c66f4a1ad4478b8a176a3976661b3ec05c699 -SIZE (rubygem/delayed_job-4.1.0.gem) = 38912 +SHA256 (rubygem/delayed_job-4.1.1.gem) = d2f4d80b349fa65bb3b1176b40299fffef9a371dd529b9f7016335cdc6bc9de5 +SIZE (rubygem/delayed_job-4.1.1.gem) = 38912 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:51:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9100A09B94; Fri, 25 Sep 2015 18:51:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A38713CC; Fri, 25 Sep 2015 18:51:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIpqRp090113; Fri, 25 Sep 2015 18:51:52 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIpq7J090111; Fri, 25 Sep 2015 18:51:52 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201509251851.t8PIpq7J090111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 25 Sep 2015 18:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397863 - head/devel/cpp-netlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:51:52 -0000 Author: zi Date: Fri Sep 25 18:51:51 2015 New Revision: 397863 URL: https://svnweb.freebsd.org/changeset/ports/397863 Log: - Update to 0.11.2 Modified: head/devel/cpp-netlib/Makefile head/devel/cpp-netlib/distinfo Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Fri Sep 25 18:49:44 2015 (r397862) +++ head/devel/cpp-netlib/Makefile Fri Sep 25 18:51:51 2015 (r397863) @@ -3,9 +3,8 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.11.1 +DISTVERSION= 0.11.2 DISTVERSIONSUFFIX= -final -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org Modified: head/devel/cpp-netlib/distinfo ============================================================================== --- head/devel/cpp-netlib/distinfo Fri Sep 25 18:49:44 2015 (r397862) +++ head/devel/cpp-netlib/distinfo Fri Sep 25 18:51:51 2015 (r397863) @@ -1,2 +1,2 @@ -SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.11.1-final_GH0.tar.gz) = 34e1bb6902512c14ffdc083315b3a4ee573ed80d80b4fa6bdae3bbd94e7cd09e -SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.11.1-final_GH0.tar.gz) = 1556521 +SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.11.2-final_GH0.tar.gz) = 176822a2a18190345cd35a8f10eaed02206bba9255dcbbdcd9e69d8fe1786e77 +SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.11.2-final_GH0.tar.gz) = 1516414 From owner-svn-ports-head@freebsd.org Fri Sep 25 18:55:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2985BA09D85; Fri, 25 Sep 2015 18:55:09 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F391790; Fri, 25 Sep 2015 18:55:09 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PIt8Y0090373; Fri, 25 Sep 2015 18:55:08 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PIt8oB090372; Fri, 25 Sep 2015 18:55:08 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251855.t8PIt8oB090372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 18:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397864 - head/biology/grappa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 18:55:09 -0000 Author: rm Date: Fri Sep 25 18:55:08 2015 New Revision: 397864 URL: https://svnweb.freebsd.org/changeset/ports/397864 Log: biology/grappa: define license (GPLv2) As per the web site, the license for GRAPPA is GPLv2 https://www.cs.unm.edu/~moret/GRAPPA/ PR: 202426 Submitted by: George Modified: head/biology/grappa/Makefile Modified: head/biology/grappa/Makefile ============================================================================== --- head/biology/grappa/Makefile Fri Sep 25 18:51:51 2015 (r397863) +++ head/biology/grappa/Makefile Fri Sep 25 18:55:08 2015 (r397864) @@ -10,6 +10,8 @@ DISTNAME= GRAPPA20 MAINTAINER= ports@FreeBSD.org COMMENT= Genome Rearrangements Analysis and Phylogeny Software +LICENSE= GPLv2 + USES= gmake PLIST_FILES= bin/grappa bin/invdist bin/distmat From owner-svn-ports-head@freebsd.org Fri Sep 25 19:01:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAECFA0818C; Fri, 25 Sep 2015 19:01:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABEA01AE7; Fri, 25 Sep 2015 19:01:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PJ1GKu093744; Fri, 25 Sep 2015 19:01:16 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PJ1GLa093742; Fri, 25 Sep 2015 19:01:16 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251901.t8PJ1GLa093742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 19:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397865 - head/devel/py-robotframework X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 19:01:16 -0000 Author: rm Date: Fri Sep 25 19:01:15 2015 New Revision: 397865 URL: https://svnweb.freebsd.org/changeset/ports/397865 Log: devel/py-robotframework: update to 2.9.1 Robot Framework 2.9.1 is a bug fix release that fixes few high priority bugs in Robot Framework 2.9. PR: 202746 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework/Makefile head/devel/py-robotframework/distinfo Modified: head/devel/py-robotframework/Makefile ============================================================================== --- head/devel/py-robotframework/Makefile Fri Sep 25 18:55:08 2015 (r397864) +++ head/devel/py-robotframework/Makefile Fri Sep 25 19:01:15 2015 (r397865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Generic test automation framewo LICENSE= APACHE20 +NO_ARCH= yes USES= python:2 USE_PYTHON= autoplist distutils Modified: head/devel/py-robotframework/distinfo ============================================================================== --- head/devel/py-robotframework/distinfo Fri Sep 25 18:55:08 2015 (r397864) +++ head/devel/py-robotframework/distinfo Fri Sep 25 19:01:15 2015 (r397865) @@ -1,2 +1,2 @@ -SHA256 (robotframework-2.9.tar.gz) = 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 -SIZE (robotframework-2.9.tar.gz) = 420364 +SHA256 (robotframework-2.9.1.tar.gz) = 67b2b6e40be8dceb003d7ea7ba2b19d0e414e865535f5935538996bf656b0e9f +SIZE (robotframework-2.9.1.tar.gz) = 420204 From owner-svn-ports-head@freebsd.org Fri Sep 25 19:03:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DADFA0825E; Fri, 25 Sep 2015 19:03:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8D971C6E; Fri, 25 Sep 2015 19:03:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PJ302j094605; Fri, 25 Sep 2015 19:03:00 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PJ3021094603; Fri, 25 Sep 2015 19:03:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251903.t8PJ3021094603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 19:03:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397866 - head/devel/py-robotframework-pabot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 19:03:01 -0000 Author: rm Date: Fri Sep 25 19:02:59 2015 New Revision: 397866 URL: https://svnweb.freebsd.org/changeset/ports/397866 Log: devel/py-robotframework-pabot: update to 0.18 From Mikko Korpela: This release fixes one annoying bug that has been there since the beginning of pabot: suite setups and teardowns were logged only from one of the running processes. Now it logs them from all - so be prepared for multiple setups and teardowns in logs. PR: 202748 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework-pabot/Makefile head/devel/py-robotframework-pabot/distinfo Modified: head/devel/py-robotframework-pabot/Makefile ============================================================================== --- head/devel/py-robotframework-pabot/Makefile Fri Sep 25 19:01:15 2015 (r397865) +++ head/devel/py-robotframework-pabot/Makefile Fri Sep 25 19:02:59 2015 (r397866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.15 +PORTVERSION= 0.18 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:${PORTSDIR}/devel/py-robotremoteserver +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-robotframework-pabot/distinfo ============================================================================== --- head/devel/py-robotframework-pabot/distinfo Fri Sep 25 19:01:15 2015 (r397865) +++ head/devel/py-robotframework-pabot/distinfo Fri Sep 25 19:02:59 2015 (r397866) @@ -1,2 +1,2 @@ -SHA256 (robotframework-pabot-0.15.tar.gz) = c6a2cb12398945cfba3cb3b4c48553452ffa9b50e5552061dbc26b57c110661c -SIZE (robotframework-pabot-0.15.tar.gz) = 8329 +SHA256 (robotframework-pabot-0.18.tar.gz) = 39bc51cf0f2f132543fdc4ab6622628619e73c56a52f6209e0bf27cf1130343e +SIZE (robotframework-pabot-0.18.tar.gz) = 8355 From owner-svn-ports-head@freebsd.org Fri Sep 25 19:29:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE2CBA090ED; Fri, 25 Sep 2015 19:29:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D801E19A1; Fri, 25 Sep 2015 19:29:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PJTnFQ003752; Fri, 25 Sep 2015 19:29:49 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PJTnAh003751; Fri, 25 Sep 2015 19:29:49 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251929.t8PJTnAh003751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 19:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397867 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 19:29:50 -0000 Author: rm Date: Fri Sep 25 19:29:48 2015 New Revision: 397867 URL: https://svnweb.freebsd.org/changeset/ports/397867 Log: Let addport script to use svnlite if available 1. Check if svnlite is available and use it by default, else: use svn 2. Dehardcode svn binary name in shell calls, to make both svn/svnlite work Approved by: crees (maintainer) Modified: head/Tools/scripts/addport Modified: head/Tools/scripts/addport ============================================================================== --- head/Tools/scripts/addport Fri Sep 25 19:02:59 2015 (r397866) +++ head/Tools/scripts/addport Fri Sep 25 19:29:48 2015 (r397867) @@ -104,6 +104,8 @@ my $perl = "perl"; my $cp = "cp"; my $mv = "mv"; my $rm = "rm"; +chomp(my $svnlite = `which svnlite`); +my $svn = ($svnlite ? $svnlite : "svn"); my $keyword = '\$FreeBSD\\\$'; # vars required for commitfile my $descr; my $portversion; my $pkgcomment; @@ -117,7 +119,7 @@ my $edit = "/usr/bin/vi"; $edit = $ENV{EDITOR} if ($ENV{EDITOR} ne ""); # Check svn version -my $svnversion = `svn --version --quiet 2>/dev/null`; +my $svnversion = `$svn --version --quiet 2>/dev/null`; chomp $svnversion; if ($svnversion eq "") { errx(1, "Subversion binary not found in \$PATH, aborting."); @@ -162,8 +164,8 @@ if ($addlchk && -f $portlint) { if (!$nomkdir) { chdir $tmpdir; print "Checking out Mk directory to ensure portlint correctness.\n"; - system("svn co $repo/Mk Mk") && errx(1, "Could not checkout Mk directory"); - system("svn co $repo/Templates Templates") && errx(1, "Could not checkout Templates directory"); + system("$svn co $repo/Mk Mk") && errx(1, "Could not checkout Mk directory"); + system("$svn co $repo/Templates Templates") && errx(1, "Could not checkout Templates directory"); chdir $currentdir; } } @@ -328,9 +330,9 @@ foreach my $thisdir (@dirs) { # let's get our hands dirty. if (! -d "ports") { - system("svn co --depth empty $repo ports") && errx(1, "can't get ports root, aborting."); + system("$svn co --depth empty $repo ports") && errx(1, "can't get ports root, aborting."); chdir "ports" or err(1,"ports"); - system("svn up --depth files $category") && errx(1, "can't get temporary category directory, aborting."); + system("$svn up --depth files $category") && errx(1, "can't get temporary category directory, aborting."); } chdir $category or err(1,"$category"); @@ -361,7 +363,7 @@ foreach my $thisdir (@dirs) { } if ($previous_incarnation ne "bogus") { print "Fetching older version... "; - system("svn cp -q '$repo/$category/$portname\@$previous_incarnation' ."); + system("$svn cp -q '$repo/$category/$portname\@$previous_incarnation' ."); print "[DONE]\n"; print "Removing irrelevant files and directories... "; my @oldfiles = split("\0", `cd $portname && find . -type f -print0`); @@ -370,12 +372,12 @@ foreach my $thisdir (@dirs) { my @newdirs = split("\0", `cd $thisdir && find . -type d -print0| sort -r`); foreach my $file (@oldfiles) { - system("cd $portname && svn rm $file") + system("cd $portname && $svn rm $file") if !($file ~~ @newfiles) } foreach my $directory (@olddirs) { - system("cd $portname && svn rm $directory") + system("cd $portname && $svn rm $directory") if !($directory ~~ @newdirs); } @@ -383,11 +385,11 @@ foreach my $thisdir (@dirs) { # Remove cvs2svn props if present print "Removing cvs2svn props...\n"; - system("svn propdel -qR cvs2svn:cvs-rev $portname"); + system("$svn propdel -qR cvs2svn:cvs-rev $portname"); $moved = "MOVED"; print "Removing port's entry from $moved...\n"; - system("cd .. && svn up -q $moved && sed -i '' -e '\\,^$category/$portname\|\|,d' $moved"); + system("cd .. && $svn up -q $moved && sed -i '' -e '\\,^$category/$portname\|\|,d' $moved"); # Add note to log about readdition system("echo '(Readdition of $category/$portname which was removed on $previous_incarnation)\n' > $tmpdir/commitfile.tmp && cat $tmpdir/commitfile >> $tmpdir/commitfile.tmp && mv $tmpdir/commitfile.tmp $tmpdir/commitfile") unless ($commitfile eq ""); @@ -396,9 +398,9 @@ foreach my $thisdir (@dirs) { print "[none found]\n"; } system("$cp -PRp $thisdir ."); - system("svn add --force --depth empty `find $portname -type d | grep -v '^$portname/work'`") && errx(1, "svn add for dirs failed, aborting."); + system("$svn add --force --depth empty `find $portname -type d | grep -v '^$portname/work'`") && errx(1, "svn add for dirs failed, aborting."); - system("svn add --force `find $portname -type f | grep -v '^$portname/work'`") && errx(1, "svn add for files failed, aborting."); + system("$svn add --force `find $portname -type f | grep -v '^$portname/work'`") && errx(1, "svn add for files failed, aborting."); # Find keywords in old files and strip print "Stripping any keywords...\n"; @@ -413,17 +415,17 @@ foreach my $thisdir (@dirs) { my @keywordfiles = split("\n", `grep -l $keyword $portfiles`); foreach (@portfiles) { if ($_ ~~ @keywordfiles) { - system("svn -q propset svn:keywords FreeBSD=%H $_"); - system("svn -q propdel fbsd:nokeywords $_"); + system("$svn -q propset svn:keywords FreeBSD=%H $_"); + system("$svn -q propdel fbsd:nokeywords $_"); } else { - system("svn -q propset fbsd:nokeywords on $_"); - system("svn -q propdel svn:keywords $_"); + system("$svn -q propset fbsd:nokeywords on $_"); + system("$svn -q propdel svn:keywords $_"); } } # strip svn:executable if added-- not allowed - system("cd $portname && svn -qR propdel svn:executable"); + system("cd $portname && $svn -qR propdel svn:executable"); # figure out where the port name belongs in category Makefile my ($spaces, @ports) = &lsports; @@ -465,7 +467,7 @@ foreach my $thisdir (@dirs) { if ($opts{'n'}) { print "Faking commit....\n"; } else { - system("svn ci $commitfile $moved $category/Makefile $category/$portname") && errx(1, "svn commit failed, aborting."); + system("$svn ci $commitfile $moved $category/Makefile $category/$portname") && errx(1, "svn commit failed, aborting."); } } From owner-svn-ports-head@freebsd.org Fri Sep 25 20:55:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CEA3A088B8; Fri, 25 Sep 2015 20:55:25 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 814881BF6; Fri, 25 Sep 2015 20:55:25 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PKtPJQ040602; Fri, 25 Sep 2015 20:55:25 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PKtOiN040599; Fri, 25 Sep 2015 20:55:24 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509252055.t8PKtOiN040599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 25 Sep 2015 20:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397868 - in head/dns/inadyn-mt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 20:55:25 -0000 Author: wg Date: Fri Sep 25 20:55:24 2015 New Revision: 397868 URL: https://svnweb.freebsd.org/changeset/ports/397868 Log: dns/inadyn-mt: update to 02.24.47 Modified: head/dns/inadyn-mt/Makefile head/dns/inadyn-mt/distinfo head/dns/inadyn-mt/files/patch-readme.html Modified: head/dns/inadyn-mt/Makefile ============================================================================== --- head/dns/inadyn-mt/Makefile Fri Sep 25 19:29:48 2015 (r397867) +++ head/dns/inadyn-mt/Makefile Fri Sep 25 20:55:24 2015 (r397868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= inadyn-mt -PORTVERSION= 02.24.43 +PORTVERSION= 02.24.47 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.v.${PORTVERSION}/ DISTNAME= ${PORTNAME}.v.${PORTVERSION} Modified: head/dns/inadyn-mt/distinfo ============================================================================== --- head/dns/inadyn-mt/distinfo Fri Sep 25 19:29:48 2015 (r397867) +++ head/dns/inadyn-mt/distinfo Fri Sep 25 20:55:24 2015 (r397868) @@ -1,2 +1,2 @@ -SHA256 (inadyn-mt.v.02.24.43.tar.gz) = eddc06dff7c52323821bc3f3b4fae14803564ee3fd5af2b260eeebbf0a3bb4ab -SIZE (inadyn-mt.v.02.24.43.tar.gz) = 1022051 +SHA256 (inadyn-mt.v.02.24.47.tar.gz) = e1e8c48b8f08b9eb074a6600273f9c93e7483b52ce85f81ada4aef3363af2de4 +SIZE (inadyn-mt.v.02.24.47.tar.gz) = 1108823 Modified: head/dns/inadyn-mt/files/patch-readme.html ============================================================================== --- head/dns/inadyn-mt/files/patch-readme.html Fri Sep 25 19:29:48 2015 (r397867) +++ head/dns/inadyn-mt/files/patch-readme.html Fri Sep 25 20:55:24 2015 (r397868) @@ -1,53 +1,62 @@ -diff --git readme.html readme.html -index fc3d3d2..54553ee 100644 ---- readme.html +--- readme.html.orig 2015-09-25 12:54:00 UTC +++ readme.html -@@ -285,7 +285,7 @@ update request, i.e., both ip address types may be sent in a comma delimited lis +@@ -284,7 +284,7 @@ update request, i.e., both ip address ty

-

'--input_file <path/file>': input file name that - contains inadyn-mt command options (adds to those already present in the cmd line). --The default configuration file name is '/etc/inadyn-mt.conf'. It is only -+The default configuration file name is '%%PREFIX%%/etc/inadyn-mt.conf'. It is only - used if inadyn-mt is called without any command line options. This allows - inadyn-mt to be called without any arguments. The format is as expected - for a **NIX config  file. See below for details.
-@@ -345,7 +345,7 @@ DEFAULT value is intended for default service at dyndns.org: dyndns@dyndns.org - '--retry_pending': retry ip update even after network comm retries exhausted, default on.
- '--retry_pending_interval <#>': network comm seconds update retry interval, after retries exhausted, 5 to 3600, default 300.
--'--lang_file <path/file>': [language file path, and file name]. defaults to either ../inadyn-mt/lang/en.lng, or /etc/inadyn-mt/en.lng. No parameter option gives hard coded defaults
-+'--lang_file <path/file>': [language file path, and file name]. defaults to either ../inadyn-mt/lang/en.lng, or %%PREFIX%%/etc/inadyn-mt/en.lng. No parameter option gives hard coded defaults
- '--online_check_url <srv_name[:port] url>': server name, optional port, and url to reach to confirm online status.
- '--status_interval <#>': seconds [30..864000] interval at which to check online status, default 600.
- '--alert_retries <#>': network retries before audible network status alerts. [0..100], default 0.
-@@ -377,7 +377,7 @@ DEFAULT value is intended for default service at dyndns.org: dyndns@dyndns.org'-x [-n <service name>]': remove service
+

+-

'--input_file <path/file>': input file name that contains inadyn-mt command options (adds to those already present in the cmd line). The default configuration file name is '/etc/inadyn-mt.conf'. It is only ++

'--input_file <path/file>': input file name that contains inadyn-mt command options (adds to those already present in the cmd line). The default configuration file name is '%%PREFIX%%/etc/inadyn-mt.conf'. It is only + used if inadyn-mt is called without any command line options. This allows inadyn-mt to be called without any arguments. The format is as expected for a **NIX config  file. See below for details.
+

+

'--ip_server_name <name>[:port] <url>': The client +@@ -368,7 +368,7 @@ DEFAULT value is intended for default se + '--retry_pending': retry ip update even after network comm retries exhausted, default on.

+ '--retry_pending_interval <#>': network comm seconds update retry interval, after retries exhausted, 5 to 3600,
    default 300.

+ '--lang_file <path/file>': [language file path, and file name]. defaults to either ../inadyn-mt/lang/en.lng,
+-    or /etc/inadyn-mt/en.lng. No parameter option gives hard coded defaults

++    or %%PREFIX%%/etc/inadyn-mt/en.lng. No parameter option gives hard coded defaults

+ '--online_check_url <srv_name[:port] url>': server name, optional port, and url to reach to confirm online status.

+ '--status_interval <#>': seconds [30..864000] interval at which to check online status, default 600.

+ '--alert_retries <#>': network retries before audible network status alerts. [0..100], default 0.

+@@ -388,8 +388,8 @@ DEFAULT value is intended for default se +     representing custom DDNS server non-fatal update failure return values, e.g., "dnserr,911,unknown error".

+ '--svr_ip_param <custom DDNS server ip name parameter>': Optional for custom DDNS updates. DDNS url parameter for ip address,
    e.g., myip.

+ '--svr_ip_in_rsp': Optional for custom DDNS updates. Flag that custom DDNS server returns your ip address on update success.
    Defaults to false.

+-'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, /etc, /etc/inadyn-mt,
     +-/etc/inadyn-mt/extra. Contains additional preconfigured DDNS servers to be used as --dyndns_system option parameter in same
     ++'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, %%PREFIX%%/etc, %%PREFIX%%/etc/inadyn-mt,
     ++%%PREFIX%%/etc/inadyn-mt/extra. Contains additional preconfigured DDNS servers to be used as --dyndns_system option parameter in same
     + fashion as servers inadyn-mt supports natively. Should appear before any dyndns_system option in inadyn-mt.conf or command
     + line if not using inadyn-mt.conf.

+ '--if <network interface name>': Name of network interface to use for ip server, and DDNS server comm. Defaults to
    system configured default.

+@@ -412,7 +412,7 @@ There are two cache files: inadyn_time.c - 3. Update every minute, in daemon mode, with configuration read from file of an address from freedns.afraid.org
+ 3. Update freedns.afraid.org, every minute, in daemon mode, with configuration read from file.

-- Config file (can be placed anywhere, but in linux is convenient in default location: /etc/inadyn-mt.conf
-+ Config file (can be placed anywhere, but in linux is convenient in default location: %%PREFIX%%/etc/inadyn-mt.conf
- Content of cfg file:
+- Config file can be placed anywhere. In linux, default location: /etc/inadyn-mt.conf

++ Config file can be placed anywhere. In linux, default location: %%PREFIX%%/etc/inadyn-mt.conf

+ + Content of config file:

- --update_period 60000
-@@ -385,7 +385,7 @@ DEFAULT value is intended for default service at dyndns.org: dyndns@dyndns.org - --change_persona 10012 #to change to another user id after init. (less rights, more secure) -
-- Launching of inadyn-mt does not need any params. It looks for /etc/inadyn.config -+ Launching of inadyn-mt does not need any params. It looks for %%PREFIX%%/etc/inadyn.config -
-
- 4. Freedns update in console
-@@ -396,7 +396,7 @@ DEFAULT value is intended for default service at dyndns.org: dyndns@dyndns.org + --change_persona 10012 #to change to another user id after init.

+ +- Launching of inadyn-mt does not need any params. It looks for /etc/inadyn-mt.conf

++ Launching of inadyn-mt does not need any params. It looks for %%PREFIX%%/etc/inadyn-mt.conf

+ + 4. Freedns update in console

+ +@@ -434,7 +434,7 @@ inadyn-mt can read the very same options command line from a configuration file. This feature allows the user to - write the options only once, and avoids frequent retyping.
+ write the options only once, and avoids frequent retyping.

+ -Default configuration file is /etc/inadyn.conf under Unix systems.
+Default configuration file is %%PREFIX%%/etc/inadyn.conf under Unix systems.
- The location of the config file can be given to inadyn-mt via --input_file option

- The format :
- - '#' is a comment sign.
-@@ -766,7 +766,7 @@ Ver.  inadyn-mt 2.18.28 - June 2010
+ The location of the config file can be given to inadyn-mt via --input_file option

+ + The format :

+@@ -871,7 +871,7 @@ Ver.  inadyn-mt 2.18.28 - June 2010 Ver.  inadyn-mt 2.18.26 - June 2010
       Changes:
       - inadyn man files updated to inadyn-mt
@@ -56,7 +65,7 @@ index fc3d3d2..54553ee 100644        - added debian dpkg-buildpackage directory, et al
       - moved *nix meta files to /usr/share

-@@ -776,7 +776,7 @@ Ver.  inadyn-mt 2.18.24 - May 2010
+@@ -881,7 +881,7 @@ Ver.  inadyn-mt 2.18.24 - May 2010< Ver.  inadyn-mt 2.18.22 - May 2010
       Changes:
@@ -65,7 +74,7 @@ index fc3d3d2..54553ee 100644        - too many params compiler warning fixed

Ver.  inadyn-mt 2.18.20 - May 2010
-@@ -1073,8 +1073,8 @@ Ver.  inadyn-mt 2.12.02 - May 2008
+@@ -1178,8 +1178,8 @@ Ver.  inadyn-mt 2.12.02 - May 2008< inadyn-mt
       - updated inadyn-mt man files' original inadyn homepage to http://www.inatech.eu/inadyn/
From owner-svn-ports-head@freebsd.org Fri Sep 25 20:59:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F0BCA08A6F; Fri, 25 Sep 2015 20:59:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07BD41D4F; Fri, 25 Sep 2015 20:59:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PKxuhM040893; Fri, 25 Sep 2015 20:59:56 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PKxusR040891; Fri, 25 Sep 2015 20:59:56 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509252059.t8PKxusR040891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 25 Sep 2015 20:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397869 - head/devel/py-cffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 20:59:57 -0000 Author: wg Date: Fri Sep 25 20:59:55 2015 New Revision: 397869 URL: https://svnweb.freebsd.org/changeset/ports/397869 Log: devel/py-cffi: update to 1.2.1 Modified: head/devel/py-cffi/Makefile head/devel/py-cffi/distinfo Modified: head/devel/py-cffi/Makefile ============================================================================== --- head/devel/py-cffi/Makefile Fri Sep 25 20:55:24 2015 (r397868) +++ head/devel/py-cffi/Makefile Fri Sep 25 20:59:55 2015 (r397869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-cffi/distinfo ============================================================================== --- head/devel/py-cffi/distinfo Fri Sep 25 20:55:24 2015 (r397868) +++ head/devel/py-cffi/distinfo Fri Sep 25 20:59:55 2015 (r397869) @@ -1,2 +1,2 @@ -SHA256 (cffi-1.1.1.tar.gz) = 81fbaf121a67a0c4d390cc0ce7a69661f987f5cf34997575131e8a1bbe1ee1c6 -SIZE (cffi-1.1.1.tar.gz) = 326663 +SHA256 (cffi-1.2.1.tar.gz) = eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d +SIZE (cffi-1.2.1.tar.gz) = 335778 From owner-svn-ports-head@freebsd.org Fri Sep 25 21:00:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6F4FA08ADC; Fri, 25 Sep 2015 21:00:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7D3F1E86; Fri, 25 Sep 2015 21:00:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PL0T0R041063; Fri, 25 Sep 2015 21:00:29 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PL0Tsp041062; Fri, 25 Sep 2015 21:00:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252100.t8PL0Tsp041062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397870 - head/math/R X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:00:29 -0000 Author: linimon Date: Fri Sep 25 21:00:28 2015 New Revision: 397870 URL: https://svnweb.freebsd.org/changeset/ports/397870 Log: Use trick from arm/powerpc to fix build on sparc64. Approved by: portmgr (sparc64 blanket) Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Fri Sep 25 20:59:55 2015 (r397869) +++ head/math/R/Makefile Fri Sep 25 21:00:28 2015 (r397870) @@ -93,6 +93,7 @@ OPTIONS_DEFAULT+= GHOSTSCRIPT INFO_MANUA OPTIONS_DEFAULT_armv6+= MISSING OPTIONS_DEFAULT_powerpc+= MISSING OPTIONS_DEFAULT_powerpc64+= MISSING +OPTIONS_DEFAULT_sparc64+= MISSING .endif # !LIBR_SLAVEPORT PLIST_SUB= R_SOVERSION="${R_SOVERSION}" \ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:03:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79BD6A08CB8; Fri, 25 Sep 2015 21:03:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67C2B116B; Fri, 25 Sep 2015 21:03:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PL3AQm044866; Fri, 25 Sep 2015 21:03:10 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PL3Afn044865; Fri, 25 Sep 2015 21:03:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509252103.t8PL3Afn044865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 25 Sep 2015 21:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397871 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:03:10 -0000 Author: jkim Date: Fri Sep 25 21:03:09 2015 New Revision: 397871 URL: https://svnweb.freebsd.org/changeset/ports/397871 Log: Remove redundant PostgreSQL version restriction as we do not support 8.x. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Sep 25 21:00:28 2015 (r397870) +++ head/editors/libreoffice/Makefile Fri Sep 25 21:03:09 2015 (r397871) @@ -185,7 +185,7 @@ MMEDIA_USE= GSTREAMER1=yes PGSQL_CONFIGURE_ENABLE= postgresql-sdbc PGSQL_CONFIGURE_WITH= gssapi krb5 -PGSQL_USES= pgsql:9.0+ +PGSQL_USES= pgsql SDK_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen SDK_CONFIGURE_ENABLE= odk From owner-svn-ports-head@freebsd.org Fri Sep 25 21:04:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB7DA08D93; Fri, 25 Sep 2015 21:04:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F9851258; Fri, 25 Sep 2015 21:04:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PL4GLO044998; Fri, 25 Sep 2015 21:04:17 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PL4GOQ044997; Fri, 25 Sep 2015 21:04:16 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252104.t8PL4GOQ044997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397872 - head/devel/ncurses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:04:17 -0000 Author: linimon Date: Fri Sep 25 21:04:16 2015 New Revision: 397872 URL: https://svnweb.freebsd.org/changeset/ports/397872 Log: Mark as broken on sparc64. Approved by: portmgr (sparc64 blanket) Modified: head/devel/ncurses/Makefile Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Fri Sep 25 21:03:09 2015 (r397871) +++ head/devel/ncurses/Makefile Fri Sep 25 21:04:16 2015 (r397872) @@ -17,6 +17,8 @@ LICENSE= MIT RELEASE= 5.9 +BROKEN_sparc64= cannot build: coredump: illegal instruction + GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../configure CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:05:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FB20A08EB6; Fri, 25 Sep 2015 21:05:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 407D6152A; Fri, 25 Sep 2015 21:05:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PL5SFP045190; Fri, 25 Sep 2015 21:05:28 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PL5Se5045189; Fri, 25 Sep 2015 21:05:28 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252105.t8PL5Se5045189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:05:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397873 - head/dns/dnstracer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:05:28 -0000 Author: linimon Date: Fri Sep 25 21:05:27 2015 New Revision: 397873 URL: https://svnweb.freebsd.org/changeset/ports/397873 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/dns/dnstracer/Makefile Modified: head/dns/dnstracer/Makefile ============================================================================== --- head/dns/dnstracer/Makefile Fri Sep 25 21:04:16 2015 (r397872) +++ head/dns/dnstracer/Makefile Fri Sep 25 21:05:27 2015 (r397873) @@ -20,4 +20,6 @@ OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENABLE= --disable-ipv6 +BROKEN_sparc64= fails to build + .include From owner-svn-ports-head@freebsd.org Fri Sep 25 21:15:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0128A094CC; Fri, 25 Sep 2015 21:15:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D871A8F; Fri, 25 Sep 2015 21:15:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLFNKO049308; Fri, 25 Sep 2015 21:15:23 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLFNar049307; Fri, 25 Sep 2015 21:15:23 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252115.t8PLFNar049307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397874 - head/editors/biew X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:15:23 -0000 Author: linimon Date: Fri Sep 25 21:15:22 2015 New Revision: 397874 URL: https://svnweb.freebsd.org/changeset/ports/397874 Log: Mark as broken on non-x86: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/editors/biew/Makefile Modified: head/editors/biew/Makefile ============================================================================== --- head/editors/biew/Makefile Fri Sep 25 21:05:27 2015 (r397873) +++ head/editors/biew/Makefile Fri Sep 25 21:15:22 2015 (r397874) @@ -13,6 +13,9 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= no targets defined in Makefile + USES= dos2unix gmake iconv tar:bzip2 DOS2UNIX_FILES= ${PORTDOCS:S,^,doc/,} HAS_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 21:17:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96F49A095D1; Fri, 25 Sep 2015 21:17:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87C771BC6; Fri, 25 Sep 2015 21:17:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLHpcD049489; Fri, 25 Sep 2015 21:17:51 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLHpeD049488; Fri, 25 Sep 2015 21:17:51 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252117.t8PLHpeD049488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397875 - head/lang/guile2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:17:51 -0000 Author: linimon Date: Fri Sep 25 21:17:50 2015 New Revision: 397875 URL: https://svnweb.freebsd.org/changeset/ports/397875 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/lang/guile2/Makefile Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Fri Sep 25 21:15:22 2015 (r397874) +++ head/lang/guile2/Makefile Fri Sep 25 21:17:50 2015 (r397875) @@ -20,6 +20,8 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ CONFLICTS_INSTALL= guile-[0-9]* +BROKEN_sparc64= fails to compile: errors in complex.h + USES= charsetfix gmake libtool ncurses pathfix pkgconfig readline USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 21:18:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78096A0968B; Fri, 25 Sep 2015 21:18:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6911C1CCD; Fri, 25 Sep 2015 21:18:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLIsi5049616; Fri, 25 Sep 2015 21:18:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLIsnP049615; Fri, 25 Sep 2015 21:18:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252118.t8PLIsnP049615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397876 - head/lang/libobjc2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:18:54 -0000 Author: linimon Date: Fri Sep 25 21:18:53 2015 New Revision: 397876 URL: https://svnweb.freebsd.org/changeset/ports/397876 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/lang/libobjc2/Makefile Modified: head/lang/libobjc2/Makefile ============================================================================== --- head/lang/libobjc2/Makefile Fri Sep 25 21:17:50 2015 (r397875) +++ head/lang/libobjc2/Makefile Fri Sep 25 21:18:53 2015 (r397876) @@ -16,6 +16,7 @@ SSP_UNSAFE= yes USES= cmake objc:compiler BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10 +BROKEN_sparc64= Does not compile on sparc64: Cannot configure clang properly .include @@ -46,5 +47,4 @@ post-install: ${LN} -sf libobjc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libobjc.so.${SHLIB_MAJOR} .endif - .include From owner-svn-ports-head@freebsd.org Fri Sep 25 21:21:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E487A09894; Fri, 25 Sep 2015 21:21:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EDBC1EAD; Fri, 25 Sep 2015 21:21:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLL1rd052238; Fri, 25 Sep 2015 21:21:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLL1Vh052237; Fri, 25 Sep 2015 21:21:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252121.t8PLL1Vh052237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397877 - head/net/libilbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:21:01 -0000 Author: linimon Date: Fri Sep 25 21:21:00 2015 New Revision: 397877 URL: https://svnweb.freebsd.org/changeset/ports/397877 Log: Mark as broken on sparc64: not yet ported to this architecture. Approved by: portmgr (sparc64 blanket) Modified: head/net/libilbc/Makefile Modified: head/net/libilbc/Makefile ============================================================================== --- head/net/libilbc/Makefile Fri Sep 25 21:18:53 2015 (r397876) +++ head/net/libilbc/Makefile Fri Sep 25 21:21:00 2015 (r397877) @@ -11,6 +11,9 @@ COMMENT= Internet Low Bit Rate codec (RF LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + CONFLICTS= ilbc-r[0-9]* USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 21:22:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766DAA09940; Fri, 25 Sep 2015 21:22:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 674A9110D; Fri, 25 Sep 2015 21:22:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLMLJX053564; Fri, 25 Sep 2015 21:22:21 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLMLHI053563; Fri, 25 Sep 2015 21:22:21 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252122.t8PLMLHI053563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397878 - head/net/tcpkali X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:22:21 -0000 Author: linimon Date: Fri Sep 25 21:22:20 2015 New Revision: 397878 URL: https://svnweb.freebsd.org/changeset/ports/397878 Log: Mark as broken on sparc64 and others: invokes i386 assembler. Approved by: portmgr (sparc64 blanket) Modified: head/net/tcpkali/Makefile Modified: head/net/tcpkali/Makefile ============================================================================== --- head/net/tcpkali/Makefile Fri Sep 25 21:21:00 2015 (r397877) +++ head/net/tcpkali/Makefile Fri Sep 25 21:22:20 2015 (r397878) @@ -10,6 +10,9 @@ COMMENT= High performance load generator LICENSE= BSD2CLAUSE +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= uses i386 assembler + GNU_CONFIGURE= yes USES= autoreconf libtool gmake From owner-svn-ports-head@freebsd.org Fri Sep 25 21:24:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8AD8A09A26; Fri, 25 Sep 2015 21:24:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99E7122A; Fri, 25 Sep 2015 21:24:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLOMYU053728; Fri, 25 Sep 2015 21:24:22 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLOMeN053727; Fri, 25 Sep 2015 21:24:22 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252124.t8PLOMeN053727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397879 - head/net/wmwlmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:24:22 -0000 Author: linimon Date: Fri Sep 25 21:24:21 2015 New Revision: 397879 URL: https://svnweb.freebsd.org/changeset/ports/397879 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/net/wmwlmon/Makefile Modified: head/net/wmwlmon/Makefile ============================================================================== --- head/net/wmwlmon/Makefile Fri Sep 25 21:22:20 2015 (r397878) +++ head/net/wmwlmon/Makefile Fri Sep 25 21:24:21 2015 (r397879) @@ -14,6 +14,8 @@ USE_XORG= x11 xpm PLIST_FILES= bin/wmwlmon man/man1/wmwlmon.1.gz +BROKEN_sparc64= fails to build + post-patch: ${REINPLACE_CMD} -e 's#/usr/X11R6#${LOCALBASE}#g' \ -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Makefile From owner-svn-ports-head@freebsd.org Fri Sep 25 21:26:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69F93A09B14; Fri, 25 Sep 2015 21:26:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7101373; Fri, 25 Sep 2015 21:26:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLQ3IH053887; Fri, 25 Sep 2015 21:26:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLQ3vx053886; Fri, 25 Sep 2015 21:26:03 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252126.t8PLQ3vx053886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397880 - head/net-im/telegram-purple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:26:03 -0000 Author: linimon Date: Fri Sep 25 21:26:02 2015 New Revision: 397880 URL: https://svnweb.freebsd.org/changeset/ports/397880 Log: Mark as broken on sparc64: assertion fails. Approved by: portmgr (sparc64 blanket) Modified: head/net-im/telegram-purple/Makefile Modified: head/net-im/telegram-purple/Makefile ============================================================================== --- head/net-im/telegram-purple/Makefile Fri Sep 25 21:24:21 2015 (r397879) +++ head/net-im/telegram-purple/Makefile Fri Sep 25 21:26:02 2015 (r397880) @@ -20,6 +20,8 @@ USE_GNOME= glib20 libxml2 USE_GCC= yes GNU_CONFIGURE= yes +BROKEN_sparc64= cannot compile: assertion fails + pre-configure: @${REINPLACE_CMD} -e 's|/etc/telegram-purple/server.pub|${PREFIX}/etc/telegram-purple/server.pub|g' \ ${WRKSRC}/telegram-purple.c From owner-svn-ports-head@freebsd.org Fri Sep 25 21:27:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EB7EA09BCA; Fri, 25 Sep 2015 21:27:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F34014BA; Fri, 25 Sep 2015 21:27:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLRsMr054058; Fri, 25 Sep 2015 21:27:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLRspr054055; Fri, 25 Sep 2015 21:27:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252127.t8PLRspr054055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397881 - in head/net-p2p: bitcoin-daemon bitcoin-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:27:54 -0000 Author: linimon Date: Fri Sep 25 21:27:53 2015 New Revision: 397881 URL: https://svnweb.freebsd.org/changeset/ports/397881 Log: Mark as x86-specific: does not support big-endian architectures. Approved by: portmgr (sparc64 blanket) Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin-utils/Makefile Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Fri Sep 25 21:26:02 2015 (r397880) +++ head/net-p2p/bitcoin-daemon/Makefile Fri Sep 25 21:27:53 2015 (r397881) @@ -7,6 +7,9 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= does not support big-endian architectures + OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET OPTIONS_DEFAULT= HARDENING WALLET Modified: head/net-p2p/bitcoin-utils/Makefile ============================================================================== --- head/net-p2p/bitcoin-utils/Makefile Fri Sep 25 21:26:02 2015 (r397880) +++ head/net-p2p/bitcoin-utils/Makefile Fri Sep 25 21:27:53 2015 (r397881) @@ -9,6 +9,9 @@ SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= does not support big-endian architectures + CONFIGURE_ARGS= --without-daemon \ --without-gui \ --without-libs \ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:30:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8217CA09D01; Fri, 25 Sep 2015 21:30:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C761858; Fri, 25 Sep 2015 21:30:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLUZYb054282; Fri, 25 Sep 2015 21:30:35 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLUZWO054281; Fri, 25 Sep 2015 21:30:35 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252130.t8PLUZWO054281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397882 - head/ports-mgmt/portrac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:30:35 -0000 Author: linimon Date: Fri Sep 25 21:30:34 2015 New Revision: 397882 URL: https://svnweb.freebsd.org/changeset/ports/397882 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/ports-mgmt/portrac/Makefile Modified: head/ports-mgmt/portrac/Makefile ============================================================================== --- head/ports-mgmt/portrac/Makefile Fri Sep 25 21:27:53 2015 (r397881) +++ head/ports-mgmt/portrac/Makefile Fri Sep 25 21:30:34 2015 (r397882) @@ -12,6 +12,7 @@ COMMENT= Simple GUI tool for tracking po LICENSE= BSD2CLAUSE BROKEN_FreeBSD_9= does not build (lacking c++11 support) +BROKEN_sparc64= fails to compile: error in C++ code PLIST_FILES= bin/portrac \ share/portrac/portrac.png \ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:31:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2162A09E3F; Fri, 25 Sep 2015 21:31:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2E081A16; Fri, 25 Sep 2015 21:31:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLVhTT057334; Fri, 25 Sep 2015 21:31:43 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLVh3t057333; Fri, 25 Sep 2015 21:31:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252131.t8PLVh3t057333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397883 - head/security/hpenc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:31:43 -0000 Author: linimon Date: Fri Sep 25 21:31:42 2015 New Revision: 397883 URL: https://svnweb.freebsd.org/changeset/ports/397883 Log: Mark as broken on sparc64: not yet ported to this architecture. Approved by: portmgr (sparc64 blanket) Modified: head/security/hpenc/Makefile Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Fri Sep 25 21:30:34 2015 (r397882) +++ head/security/hpenc/Makefile Fri Sep 25 21:31:42 2015 (r397883) @@ -12,6 +12,8 @@ COMMENT= Fast authenticated encryption C LICENSE= BSD2CLAUSE BROKEN_FreeBSD_9= does not build +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture USES= tar:xz compiler:c++11-lib gmake USE_OPENSSL= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 21:37:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98C77A08180; Fri, 25 Sep 2015 21:37:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89A871C2C; Fri, 25 Sep 2015 21:37:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLbDA2058351; Fri, 25 Sep 2015 21:37:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLbDOE058350; Fri, 25 Sep 2015 21:37:13 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252137.t8PLbDOE058350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397884 - head/security/lsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:37:13 -0000 Author: linimon Date: Fri Sep 25 21:37:12 2015 New Revision: 397884 URL: https://svnweb.freebsd.org/changeset/ports/397884 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/security/lsh/Makefile Modified: head/security/lsh/Makefile ============================================================================== --- head/security/lsh/Makefile Fri Sep 25 21:31:42 2015 (r397883) +++ head/security/lsh/Makefile Fri Sep 25 21:37:12 2015 (r397884) @@ -15,6 +15,7 @@ LIB_DEPENDS= liboop.so:${PORTSDIR}/devel libnettle.so:${PORTSDIR}/security/nettle BROKEN_FreeBSD_9= does not build +BROKEN_sparc64= fails to compile: unexpected identifier USE_CSTD= c89 GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 21:37:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB8DA081AA; Fri, 25 Sep 2015 21:37:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9FF1CFD; Fri, 25 Sep 2015 21:37:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLbKpE058448; Fri, 25 Sep 2015 21:37:20 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLbKM2058447; Fri, 25 Sep 2015 21:37:20 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252137.t8PLbKM2058447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 21:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397885 - head/japanese/mozc-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:37:20 -0000 Author: hrs Date: Fri Sep 25 21:37:19 2015 New Revision: 397885 URL: https://svnweb.freebsd.org/changeset/ports/397885 Log: Add a missing dependency which could cause a build failure. Modified: head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Modified: head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp ============================================================================== --- head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Fri Sep 25 21:37:12 2015 (r397884) +++ head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Fri Sep 25 21:37:19 2015 (r397885) @@ -1,5 +1,5 @@ --- src/unix/uim/uim.gyp.orig 2014-10-27 02:24:13.000000000 +0900 -+++ src/unix/uim/uim.gyp 2015-07-13 15:29:56.322735000 +0900 ++++ src/unix/uim/uim.gyp 2015-09-26 06:34:58.683557000 +0900 @@ -31,6 +31,7 @@ { 'variables': { @@ -17,11 +17,12 @@ ], }, 'targets': [ -@@ -49,7 +52,7 @@ +@@ -49,7 +52,8 @@ 'key_translator.cc', ], 'dependencies': [ - '../../session/session_base.gyp:session_protocol', ++ '../../protocol/protocol.gyp:commands_proto', + '../../session/session_base.gyp:ime_switch_util', ], 'cflags': [ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:38:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CABDA08274; Fri, 25 Sep 2015 21:38:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9021E03; Fri, 25 Sep 2015 21:38:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLctqg058589; Fri, 25 Sep 2015 21:38:55 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLctVg058588; Fri, 25 Sep 2015 21:38:55 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252138.t8PLctVg058588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397886 - head/security/masscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:38:55 -0000 Author: linimon Date: Fri Sep 25 21:38:54 2015 New Revision: 397886 URL: https://svnweb.freebsd.org/changeset/ports/397886 Log: Mark as broken on sparc64 and others: uses x86 assembler. Approved by: portmgr (sparc64 blanket) Modified: head/security/masscan/Makefile Modified: head/security/masscan/Makefile ============================================================================== --- head/security/masscan/Makefile Fri Sep 25 21:37:19 2015 (r397885) +++ head/security/masscan/Makefile Fri Sep 25 21:38:54 2015 (r397886) @@ -10,6 +10,9 @@ COMMENT= Very fast port scanner LICENSE= GPLv3 +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= uses i386 assembler + USES= gmake USE_GITHUB= yes GH_ACCOUNT= robertdavidgraham From owner-svn-ports-head@freebsd.org Fri Sep 25 21:40:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCC3CA083B2; Fri, 25 Sep 2015 21:40:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDC061F8D; Fri, 25 Sep 2015 21:40:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLeB3s058755; Fri, 25 Sep 2015 21:40:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLeBf9058754; Fri, 25 Sep 2015 21:40:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252140.t8PLeBf9058754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397887 - head/security/polarssl13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:40:11 -0000 Author: linimon Date: Fri Sep 25 21:40:10 2015 New Revision: 397887 URL: https://svnweb.freebsd.org/changeset/ports/397887 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/security/polarssl13/Makefile Modified: head/security/polarssl13/Makefile ============================================================================== --- head/security/polarssl13/Makefile Fri Sep 25 21:38:54 2015 (r397886) +++ head/security/polarssl13/Makefile Fri Sep 25 21:40:10 2015 (r397887) @@ -14,6 +14,8 @@ COMMENT= SSL/TLS and cryptography librar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_sparc64= fails to compile: relocation error + ALL_TARGET= no_test MAKE_ENV= SHARED=1 USES= cpe gmake tar:tgz From owner-svn-ports-head@freebsd.org Fri Sep 25 21:41:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18CB1A08710; Fri, 25 Sep 2015 21:41:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0719C1270; Fri, 25 Sep 2015 21:41:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLfddt061820; Fri, 25 Sep 2015 21:41:39 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLfdLT061819; Fri, 25 Sep 2015 21:41:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252141.t8PLfdLT061819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397888 - head/security/rcracki_mt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:41:40 -0000 Author: linimon Date: Fri Sep 25 21:41:39 2015 New Revision: 397888 URL: https://svnweb.freebsd.org/changeset/ports/397888 Log: Mark as broken on arm/sparc64: "cannot detect endianness." Approved by: portmgr (sparc64 blanket) Modified: head/security/rcracki_mt/Makefile Modified: head/security/rcracki_mt/Makefile ============================================================================== --- head/security/rcracki_mt/Makefile Fri Sep 25 21:40:10 2015 (r397887) +++ head/security/rcracki_mt/Makefile Fri Sep 25 21:41:39 2015 (r397888) @@ -14,6 +14,9 @@ LICENSE= GPLv2 EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip +NOT_FOR_ARCHS= arm sparc64 +NOT_FOR_ARCHS_REASON= cannot detect endianness + WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USES= gmake From owner-svn-ports-head@freebsd.org Fri Sep 25 21:42:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBB8A0879F; Fri, 25 Sep 2015 21:42:29 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BDF413CA; Fri, 25 Sep 2015 21:42:29 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLgTsp062794; Fri, 25 Sep 2015 21:42:29 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLgQ8d062781; Fri, 25 Sep 2015 21:42:26 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252142.t8PLgQ8d062781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 21:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397889 - in head: Mk devel/tex-kpathsea devel/tex-kpathsea/files print/texlive-base print/texlive-base/files print/texlive-tlmgr print/texlive-tlmgr/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:42:29 -0000 Author: hrs Date: Fri Sep 25 21:42:25 2015 New Revision: 397889 URL: https://svnweb.freebsd.org/changeset/ports/397889 Log: Add preliminary support of tlmgr. - TLPDB and tlmgr.log are located in /var/db/tlpkg. - "tlmgr conf texmf" modifies /var/db/tlpkg/texmf.cnf. libkpathsea looks up it first if it exists and ignore the standard ones in PREFIX/share/texmf-dist/web2c/texmf.cnf or PREFIX/share/texmf-local/web2c/texmf.cnf. - "tlmgr update" can still break consistency of the installed texmf-* hierarchy by FreeBSD Ports Collection if it runs by root. Added: head/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in (contents, props changed) head/print/texlive-tlmgr/files/ head/print/texlive-tlmgr/files/patch-texlive-20150521-source-texk-texlive-linked_scripts-texlive-tlmgr.pl (contents, props changed) head/print/texlive-tlmgr/files/patch-texlive-20150523-extra-tlpkg-TeXLive-TLUtils.pm (contents, props changed) Modified: head/Mk/bsd.tex.mk head/devel/tex-kpathsea/Makefile head/devel/tex-kpathsea/files/patch-texmf.cnf head/print/texlive-base/Makefile head/print/texlive-base/pkg-plist head/print/texlive-tlmgr/Makefile head/print/texlive-tlmgr/distinfo head/print/texlive-tlmgr/pkg-plist Modified: head/Mk/bsd.tex.mk ============================================================================== --- head/Mk/bsd.tex.mk Fri Sep 25 21:41:39 2015 (r397888) +++ head/Mk/bsd.tex.mk Fri Sep 25 21:42:25 2015 (r397889) @@ -81,7 +81,7 @@ IGNORE= "texlive" must not be defined i _USE_TEX_TEXMF_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/README _USE_TEX_TEXMF_PORT= print/${_USE_TEX_TEXMF_PKGNAME} _USE_TEX_TEXMF_PKGNAME= texlive-texmf -_USE_TEX_BASE_DEP= tlmgr +_USE_TEX_BASE_DEP= texconfig _USE_TEX_BASE_PORT= print/${_USE_TEX_BASE_PKGNAME} _USE_TEX_BASE_PKGNAME= texlive-base _USE_TEX_GBKLATEX_DEP= gbklatex Modified: head/devel/tex-kpathsea/Makefile ============================================================================== --- head/devel/tex-kpathsea/Makefile Fri Sep 25 21:41:39 2015 (r397888) +++ head/devel/tex-kpathsea/Makefile Fri Sep 25 21:42:25 2015 (r397889) @@ -2,6 +2,7 @@ PORTNAME= kpathsea PORTVERSION= 6.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/devel/tex-kpathsea/files/patch-texmf.cnf ============================================================================== --- head/devel/tex-kpathsea/files/patch-texmf.cnf Fri Sep 25 21:41:39 2015 (r397888) +++ head/devel/tex-kpathsea/files/patch-texmf.cnf Fri Sep 25 21:42:25 2015 (r397889) @@ -1,5 +1,5 @@ ---- texmf.cnf.orig 2015-04-12 15:20:30 UTC -+++ texmf.cnf +--- texmf.cnf.orig 2015-04-13 00:20:30.000000000 +0900 ++++ texmf.cnf 2015-09-26 04:35:35.579765000 +0900 @@ -51,7 +51,7 @@ % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. % Kpathsea sets SELFAUTOLOC (the directory with the binary), @@ -9,7 +9,7 @@ % The main tree of distributed packages and programs: TEXMFDIST = $TEXMFROOT/texmf-dist -@@ -61,7 +61,7 @@ TEXMFDIST = $TEXMFROOT/texmf-dist +@@ -61,7 +61,7 @@ TEXMFMAIN = $TEXMFDIST % Local additions to the distribution trees. @@ -18,7 +18,15 @@ % TEXMFSYSVAR, where *-sys store cached runtime data. TEXMFSYSVAR = $TEXMFROOT/texmf-var -@@ -722,7 +722,7 @@ hash_extra = 600000 +@@ -495,6 +495,7 @@ + $SELFAUTOLOC/texmf-dist/web2c,\ + $SELFAUTOLOC/texmf/web2c,\ + \ ++/var/db/tlpkg,\ + $SELFAUTODIR,\ + $SELFAUTODIR/share/texmf-local/web2c,\ + $SELFAUTODIR/share/texmf-dist/web2c,\ +@@ -722,7 +723,7 @@ pool_size = 6250000 % Minimum pool space after TeX's own strings; must be at least % 25000 less than pool_size, but doesn't need to be nearly that large. @@ -27,7 +35,7 @@ % Maximum number of strings. max_strings = 500000 % min pool space left after loading .fmt -@@ -732,7 +732,7 @@ pool_free = 47500 +@@ -732,7 +733,7 @@ % expansion works by writing material into the buffer and reparsing the % line. As a consequence, certain constructs require the buffer to be % very large, even though most documents can be handled with a small value. @@ -36,7 +44,7 @@ % Hyphenation trie. The maximum possible is 4194303 (ssup_trie_size in % the sources), but we don't need that much. The value here suffices -@@ -743,7 +743,7 @@ trie_size = 1000000 +@@ -743,7 +744,7 @@ hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. % http://primes.utm.edu/curios/page.php/8191.html Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Fri Sep 25 21:41:39 2015 (r397888) +++ head/print/texlive-base/Makefile Fri Sep 25 21:42:25 2015 (r397889) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Added: head/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in Fri Sep 25 21:42:25 2015 (r397889) @@ -0,0 +1,10 @@ +--- texk/texlive/linked_scripts/Makefile.in.orig 2015-09-25 04:27:05.446437000 +0900 ++++ texk/texlive/linked_scripts/Makefile.in 2015-09-25 04:27:13.904147000 +0900 +@@ -386,7 +386,6 @@ + texlive/fmtutil.pl \ + texlive/fmtutil-sys.sh \ + texlive/rungs.tlu \ +- texlive/tlmgr.pl \ + texlive/updmap.pl \ + texlive/updmap-sys.sh \ + texliveonfly/texliveonfly.py \ Modified: head/print/texlive-base/pkg-plist ============================================================================== --- head/print/texlive-base/pkg-plist Fri Sep 25 21:41:39 2015 (r397888) +++ head/print/texlive-base/pkg-plist Fri Sep 25 21:42:25 2015 (r397889) @@ -226,7 +226,6 @@ bin/texliveonfly bin/texloganalyser bin/texmfstart bin/thumbpdf -bin/tlmgr bin/tpic2pdftex bin/ttf2kotexfont bin/ttf2pk @@ -484,7 +483,6 @@ man/man5/updmap.cfg.5.gz %%TEXMFDISTDIR%%/scripts/texlive/texconfig-sys.sh %%TEXMFDISTDIR%%/scripts/texlive/texconfig.sh %%TEXMFDISTDIR%%/scripts/texlive/texlinks.sh -%%TEXMFDISTDIR%%/scripts/texlive/tlmgr.pl %%TEXMFDISTDIR%%/scripts/texlive/updmap-sys.sh %%TEXMFDISTDIR%%/scripts/texlive/updmap.pl %%TEXMFDISTDIR%%/scripts/texliveonfly/texliveonfly.py Modified: head/print/texlive-tlmgr/Makefile ============================================================================== --- head/print/texlive-tlmgr/Makefile Fri Sep 25 21:41:39 2015 (r397888) +++ head/print/texlive-tlmgr/Makefile Fri Sep 25 21:42:25 2015 (r397889) @@ -2,28 +2,60 @@ PORTNAME= texlive PORTVERSION= 20150523 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print perl5 -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/:tlmgr \ + LOCAL/hrs:tlpkg PKGNAMESUFFIX= -tlmgr -DISTNAME= ${PORTNAME}-${PORTVERSION}-extra +DISTFILES= ${PORTNAME}-${PORTVERSION}-extra${EXTRACT_SUFX}:tlmgr \ + ${PORTNAME}-20150521-source${EXTRACT_SUFX}:tlmgr \ + ${TLPKG_FILE}.xz:tlpkg DIST_SUBDIR= TeX +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-extra${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= TeXLive manager modules -CONFLICTS= texlive-infra-[0-9]* +RUN_DEPENDS= tex-kpathsea>=6.2.1_1:${PORTSDIR}/devel/tex-kpathsea + +CONFLICTS= texlive-infra-[0-9]* texlive-base-20150521_[12345] USES= perl5 tar:xz USE_PERL5= run -USE_TEX= yes +USE_TEX= kpathsea +PATCH_WRKSRC= ${WRKDIR} NO_BUILD= yes +TLPKG_FILE= ${PORTNAME}-20150924.tlpdb +EXTRACT_AFTER_ARGS_SOURCE= \ + | ${TAR} -xf - -C ${WRKDIR} \ + --no-same-permission --no-same-owner \ + ${PORTNAME}-20150521-source/texk/texlive/linked_scripts/texlive + +post-extract: + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-20150521-source${EXTRACT_SUFX} \ + ${EXTRACT_AFTER_ARGS_SOURCE} + do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/scripts/texlive + ${INSTALL_SCRIPT} \ + ${WRKDIR}/${PORTNAME}-20150521-source/texk/texlive/linked_scripts/texlive/tlmgr.pl \ + ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/scripts/texlive + cd ${STAGEDIR}${PREFIX}/bin && \ + ${LN} -s ../${TEXMFDISTDIR}/scripts/texlive/tlmgr.pl tlmgr @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/TeXLive - ${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm \ + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}-extra/tlpkg/TeXLive/*.pm \ ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/TeXLive @${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR} ${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/.texlive-tlmgr + ${MKDIR} ${STAGEDIR}/var/db/tlpkg + ${TOUCH} ${STAGEDIR}/var/db/tlpkg/tlmgr.log + ${XZCAT} ${DISTDIR}/${DIST_SUBDIR}/${TLPKG_FILE}.xz \ + > ${STAGEDIR}/var/db/tlpkg/texlive.tlpdb + ${INSTALL_DATA} ${LOCALBASE}/share/texmf-dist/web2c/texmf.cnf \ + ${STAGEDIR}/var/db/tlpkg + ${MKDIR} ${STAGEDIR}/var/db/tlpkg/backups + ${MKDIR} ${STAGEDIR}/var/db/tlpkg/tlpobj + ${LN} -s /var/db/tlpkg ${STAGEDIR}${PREFIX}/share/tlpkg .include Modified: head/print/texlive-tlmgr/distinfo ============================================================================== --- head/print/texlive-tlmgr/distinfo Fri Sep 25 21:41:39 2015 (r397888) +++ head/print/texlive-tlmgr/distinfo Fri Sep 25 21:42:25 2015 (r397889) @@ -1,2 +1,6 @@ SHA256 (TeX/texlive-20150523-extra.tar.xz) = d1282d91943ead1f7c50345c475115aab5459f003cec9eaad80122f5988270b6 SIZE (TeX/texlive-20150523-extra.tar.xz) = 369436 +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 +SHA256 (TeX/texlive-20150924.tlpdb.xz) = 827e4a9446c5657d6714ef5b9be81fad5731b47d9b1b58df7eacc922aca9fb30 +SIZE (TeX/texlive-20150924.tlpdb.xz) = 1112660 Added: head/print/texlive-tlmgr/files/patch-texlive-20150521-source-texk-texlive-linked_scripts-texlive-tlmgr.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-tlmgr/files/patch-texlive-20150521-source-texk-texlive-linked_scripts-texlive-tlmgr.pl Fri Sep 25 21:42:25 2015 (r397889) @@ -0,0 +1,86 @@ +--- texlive-20150521-source/texk/texlive/linked_scripts/texlive/tlmgr.pl.orig 2015-05-11 21:37:36 UTC ++++ texlive-20150521-source/texk/texlive/linked_scripts/texlive/tlmgr.pl +@@ -72,7 +72,7 @@ BEGIN { + } + if (-r "$bindir/$kpsewhichname") { + # if not in bootstrapping mode => kpsewhich exists, so use it to get $Master +- chomp($Master = `kpsewhich -var-value=SELFAUTOPARENT`); ++ chomp($Master = `kpsewhich -var-value=TEXMFROOT`); + } + $::installerdir = $Master; + +@@ -581,13 +581,16 @@ for the full story.\n"; + # besides doing normal logging if -logfile is specified, we try to log + # package related actions (install, remove, update) to + # the package-log file TEXMFSYSVAR/web2c/tlmgr.log ++ # ++ # *** FreeBSD specific: FreeBSD port uses /var/db/tlpkg/tlmgr.log. ++ # + $packagelogged = 0; # how many msgs we logged + chomp (my $texmfsysvar = `kpsewhich -var-value=TEXMFSYSVAR`); + $packagelogfile = $opts{"package-logfile"}; + if ($opts{"usermode"}) { + $packagelogfile ||= "$::maintree/web2c/tlmgr.log"; + } else { +- $packagelogfile ||= "$texmfsysvar/web2c/tlmgr.log"; ++ $packagelogfile ||= "/var/db/tlpkg/tlmgr.log"; + } + # + # Try to open the packagelog file, but do NOT die when that does not work +@@ -650,8 +653,8 @@ sub give_version { + if (!defined($::version_string)) { + $::version_string = ""; + $::version_string .= "tlmgr revision $tlmgrrevision\n"; +- $::version_string .= "tlmgr using installation: $Master\n"; +- if (open (REL_TL, "$Master/release-texlive.txt")) { ++ $::version_string .= "tlmgr using installation: $Master/tlpkg\n"; ++ if (open (REL_TL, "$Master/tlpkg/release-texlive.txt")) { + # print first and last lines, which have the TL version info. + my @rel_tl = ; + $::version_string .= $rel_tl[0]; +@@ -2085,7 +2088,7 @@ sub write_w32_updater { + my $opt_src = $localtlpdb->option("install_srcfiles"); + my $opt_doc = $localtlpdb->option("install_docfiles"); + my $root = $localtlpdb->root; +- my $temp = "$root/temp"; ++ my $temp = "$root/tlpkg/temp"; + TeXLive::TLUtils::mkdirhier($temp); + tlwarn("Backup option not implemented for infrastructure update.\n") if ($opts{"backup"}); + if ($media eq 'local_uncompressed') { +@@ -4663,19 +4666,19 @@ sub action_uninstall { + system("rm", "-rf", "$Master/texmf-var"); + system("rm", "-rf", "$Master/tlpkg"); + system("rm", "-rf", "$Master/bin"); +- system("rm", "-rf", "$Master/readme-html.dir"); +- system("rm", "-rf", "$Master/readme-txt.dir"); ++ system("rm", "-rf", "$Master/tlpkg/readme-html.dir"); ++ system("rm", "-rf", "$Master/tlpkg/readme-txt.dir"); + for my $f (qw/doc.html index.html LICENSE.CTAN LICENSE.TL README + README.usergroups release-texlive.txt texmf.cnf/) { +- system("rm", "-f", "$Master/$f"); ++ system("rm", "-f", "$Master/tlpkg/$f"); + } +- if (-d "$Master/temp") { +- system("rmdir", "--ignore-fail-on-non-empty", "$Master/temp"); ++ if (-d "$Master/tlpkg/temp") { ++ system("rmdir", "--ignore-fail-on-non-empty", "$Master/tlpkg/temp"); + } +- unlink("$Master/install-tl.log"); ++ unlink("$Master/tlpkg/install-tl.log"); + # should we do that???? +- system("rm", "-rf", "$Master/texmf-config"); +- system("rmdir", "--ignore-fail-on-non-empty", "$Master"); ++ # system("rm", "-rf", "$Master/texmf-config"); ++ # system("rmdir", "--ignore-fail-on-non-empty", "$Master"); + } + + +@@ -5466,7 +5469,7 @@ sub action_conf { + $fn || ( $fn = "$TEXMFCONFIG/tlmgr/config" ) ; + $cf = TeXLive::TLConfFile->new($fn, "#", "="); + } elsif ($arg eq "texmf") { +- $fn || ( $fn = "$Master/texmf.cnf" ) ; ++ $fn || ( $fn = "$Master/tlpkg/texmf.cnf" ) ; + $cf = TeXLive::TLConfFile->new($fn, "[%#]", "="); + } elsif ($arg eq "updmap") { + $fn || ( chomp ($fn = `kpsewhich updmap.cfg`) ) ; Added: head/print/texlive-tlmgr/files/patch-texlive-20150523-extra-tlpkg-TeXLive-TLUtils.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-tlmgr/files/patch-texlive-20150523-extra-tlpkg-TeXLive-TLUtils.pm Fri Sep 25 21:42:25 2015 (r397889) @@ -0,0 +1,32 @@ +--- texlive-20150523-extra/tlpkg/TeXLive/TLUtils.pm.orig 2015-05-06 20:30:33 UTC ++++ texlive-20150523-extra/tlpkg/TeXLive/TLUtils.pm +@@ -228,22 +228,14 @@ subsequent calls just return that value. + + sub platform { + unless (defined $::_platform_) { +- if ($^O =~ /^MSWin/i) { +- $::_platform_ = "win32"; +- } else { +- my $config_guess = "$::installerdir/tlpkg/installer/config.guess"; +- +- # We cannot rely on #! in config.guess but have to call /bin/sh +- # explicitly because sometimes the 'noexec' flag is set in +- # /etc/fstab for ISO9660 file systems. +- chomp (my $guessed_platform = `/bin/sh '$config_guess'`); +- +- # For example, if the disc or reader has hardware problems. +- die "$0: could not run $config_guess, cannot proceed, sorry" +- if ! $guessed_platform; +- ++ chomp(my $uname_m = `uname -m`); ++ chomp(my $uname_r = `uname -r`); ++ chomp(my $uname_s = `uname -s`); ++ $uname_r =~ s/-.*$//; ++ $uname_s = lc($uname_s); ++ $guessed_platform = sprintf("%s-unknown-%s%s", $uname_m, ++ $uname_s, $uname_r); + $::_platform_ = platform_name($guessed_platform); +- } + } + return $::_platform_; + } Modified: head/print/texlive-tlmgr/pkg-plist ============================================================================== --- head/print/texlive-tlmgr/pkg-plist Fri Sep 25 21:41:39 2015 (r397888) +++ head/print/texlive-tlmgr/pkg-plist Fri Sep 25 21:42:25 2015 (r397889) @@ -1,3 +1,5 @@ +bin/tlmgr +share/tlpkg %%SITE_PERL%%/TeXLive/TLConfFile.pm %%SITE_PERL%%/TeXLive/TLConfig.pm %%SITE_PERL%%/TeXLive/TLDownload.pm @@ -10,3 +12,10 @@ %%SITE_PERL%%/TeXLive/TLWinGoo.pm %%SITE_PERL%%/TeXLive/TeXCatalogue.pm %%TEXMFDISTDIR%%/.texlive-tlmgr +%%TEXMFDISTDIR%%/scripts/texlive/tlmgr.pl +/var/db/tlpkg/texlive.tlpdb +/var/db/tlpkg/texmf.cnf +/var/db/tlpkg/tlmgr.log +@dir /var/db/tlpkg/backups +@dir /var/db/tlpkg/tlpobj +@dir /var/db/tlpkg From owner-svn-ports-head@freebsd.org Fri Sep 25 21:44:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9263A08970; Fri, 25 Sep 2015 21:44:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9FE21599; Fri, 25 Sep 2015 21:44:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLirZq063017; Fri, 25 Sep 2015 21:44:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLirot063016; Fri, 25 Sep 2015 21:44:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252144.t8PLirot063016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:44:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397890 - head/security/rubygem-scrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:44:53 -0000 Author: linimon Date: Fri Sep 25 21:44:52 2015 New Revision: 397890 URL: https://svnweb.freebsd.org/changeset/ports/397890 Log: Mark as broken on sparc64 et. al.: uses SSE compiler-specific flag. Approved by: portmgr (sparc64 blanket) Modified: head/security/rubygem-scrypt/Makefile Modified: head/security/rubygem-scrypt/Makefile ============================================================================== --- head/security/rubygem-scrypt/Makefile Fri Sep 25 21:42:25 2015 (r397889) +++ head/security/rubygem-scrypt/Makefile Fri Sep 25 21:44:52 2015 (r397890) @@ -18,4 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= invokes SSE compiler flags + .include From owner-svn-ports-head@freebsd.org Fri Sep 25 21:46:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB29A08A6C; Fri, 25 Sep 2015 21:46:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2A3417CC; Fri, 25 Sep 2015 21:46:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLkvtQ063209; Fri, 25 Sep 2015 21:46:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLkvAm063208; Fri, 25 Sep 2015 21:46:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252146.t8PLkvAm063208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397891 - head/shells/pdksh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:46:58 -0000 Author: linimon Date: Fri Sep 25 21:46:57 2015 New Revision: 397891 URL: https://svnweb.freebsd.org/changeset/ports/397891 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/shells/pdksh/Makefile Modified: head/shells/pdksh/Makefile ============================================================================== --- head/shells/pdksh/Makefile Fri Sep 25 21:44:52 2015 (r397890) +++ head/shells/pdksh/Makefile Fri Sep 25 21:46:57 2015 (r397891) @@ -21,6 +21,8 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= STATIC +BROKEN_sparc64= fails to compile ./siglist.in + GNU_CONFIGURE= yes CPP+= -P From owner-svn-ports-head@freebsd.org Fri Sep 25 21:48:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0253BA08B37; Fri, 25 Sep 2015 21:48:21 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E484818D6; Fri, 25 Sep 2015 21:48:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLmKfA065101; Fri, 25 Sep 2015 21:48:20 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLmA2W064951; Fri, 25 Sep 2015 21:48:10 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252148.t8PLmA2W064951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 21:48:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397892 - in head: . japanese japanese/alias-fonts japanese/alias-fonts/files japanese/elisa8x8 japanese/font-ayu18 japanese/font-ayu18/files japanese/font-ayu20 japanese/font-ayu20/fil... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:48:21 -0000 Author: hrs Date: Fri Sep 25 21:48:09 2015 New Revision: 397892 URL: https://svnweb.freebsd.org/changeset/ports/397892 Log: Fix inconsistent installation directories of Japanese fonts and reorganize the package names: (new) -> font-ayu18 (new) -> font-ayu20 k10 -> font-naga10 (also builds "marunaga" variant now) k12 -> font-kaname12 (new) -> font-elisa10 (resurrected) elisa8x8 -> font-elisa8 kanji18 -> font-kanji18 (also builds 16-dot variant now) kanji26 -> font-kanji26 (also builds 24-dot variant now) kappa20 -> font-kappa20 (Ayu fonts is separated into font-ayu20) mikachan-ttfonts -> font-mikachan monafonts-ttf -> font-mona-ttf monafonts -> font-mona All of bitmap fonts are now installed into misc/, and the TrueType fonts go into TTF/. No objection from: maintainers Added: head/japanese/font-ayu18/ head/japanese/font-ayu18/Makefile (contents, props changed) head/japanese/font-ayu18/distinfo (contents, props changed) head/japanese/font-ayu18/files/ head/japanese/font-ayu18/files/Makefile.in (contents, props changed) head/japanese/font-ayu18/pkg-descr (contents, props changed) head/japanese/font-ayu18/pkg-plist (contents, props changed) head/japanese/font-ayu20/ head/japanese/font-ayu20/Makefile (contents, props changed) head/japanese/font-ayu20/distinfo (contents, props changed) head/japanese/font-ayu20/files/ head/japanese/font-ayu20/files/Makefile.in (contents, props changed) head/japanese/font-ayu20/files/fonts.alias (contents, props changed) head/japanese/font-ayu20/files/pkg-install.in (contents, props changed) head/japanese/font-ayu20/pkg-descr (contents, props changed) head/japanese/font-ayu20/pkg-plist (contents, props changed) head/japanese/font-elisa10/ - copied from r395030, head/japanese/elisa8x8/ head/japanese/font-elisa10/files/Makefile.in (contents, props changed) head/japanese/font-elisa8/ - copied from r397867, head/japanese/elisa8x8/ head/japanese/font-elisa8/files/Makefile.in (contents, props changed) head/japanese/font-elisa8/files/fonts.alias - copied, changed from r395030, head/japanese/elisa8x8/files/pkg-install.in head/japanese/font-kaname12/ - copied from r397867, head/japanese/k12/ head/japanese/font-kaname12/files/Makefile.in - copied, changed from r397867, head/japanese/k12/files/patch-aa head/japanese/font-kaname12/files/patch-readme.kaname_bdf - copied, changed from r395030, head/japanese/k12/files/patch-ab head/japanese/font-kaname12/files/pkg-install.in - copied, changed from r395030, head/japanese/elisa8x8/files/pkg-install.in head/japanese/font-kanji18/ - copied from r397867, head/japanese/kanji18/ head/japanese/font-kanji18/files/fonts.alias.18 - copied, changed from r395030, head/japanese/kanji18/files/INSTALL.tmpl head/japanese/font-kanji18/files/fonts.alias.26 - copied, changed from r397867, head/japanese/kanji26/files/INSTALL.tmpl head/japanese/font-kanji18/files/pkg-install.in - copied, changed from r397867, head/japanese/kanji18/files/INSTALL.tmpl head/japanese/font-kanji26/ - copied from r397867, head/japanese/kanji26/ head/japanese/font-kappa20/ - copied from r397867, head/japanese/kappa20/ head/japanese/font-kappa20/files/pkg-install.in - copied, changed from r397867, head/japanese/kappa20/pkg-install head/japanese/font-mikachan/ - copied from r397867, head/japanese/mikachan-ttfonts/ head/japanese/font-mikachan/files/fonts.dir - copied, changed from r397867, head/japanese/mikachan-ttfonts/files/fonts.dir.mika head/japanese/font-mikachan/files/pkg-install.in - copied, changed from r395030, head/japanese/mikachan-ttfonts/pkg-install head/japanese/font-mona/ - copied from r397867, head/japanese/monafonts/ head/japanese/font-mona-ttf/ - copied from r397867, head/japanese/monafonts-ttf/ head/japanese/font-mona-ttf/files/fonts.dir - copied unchanged from r397867, head/japanese/monafonts-ttf/files/fonts.dir.mona head/japanese/font-mona-ttf/files/pkg-install.in - copied, changed from r395030, head/japanese/monafonts-ttf/pkg-install head/japanese/font-mona/files/fonts.alias - copied, changed from r395030, head/japanese/monafonts/pkg-install head/japanese/font-mona/files/pkg-install.in - copied, changed from r397867, head/japanese/monafonts/pkg-install head/japanese/font-naga10/ - copied from r397867, head/japanese/k10/ head/japanese/font-naga10/files/pkg-install.in (contents, props changed) Deleted: head/japanese/elisa8x8/ head/japanese/font-elisa10/files/pkg-deinstall.in head/japanese/font-elisa10/pkg-plist head/japanese/font-elisa8/files/pkg-deinstall.in head/japanese/font-kaname12/files/patch-aa head/japanese/font-kaname12/files/patch-ab head/japanese/font-kaname12/files/pkg-message.in head/japanese/font-kanji18/files/DEINSTALL.tmpl head/japanese/font-kanji18/files/INSTALL.tmpl head/japanese/font-kanji26/files/ head/japanese/font-kappa20/files/fonts.alias.ayu head/japanese/font-kappa20/pkg-deinstall head/japanese/font-kappa20/pkg-install head/japanese/font-mikachan/files/fonts.dir.mika head/japanese/font-mikachan/pkg-deinstall head/japanese/font-mikachan/pkg-install head/japanese/font-mikachan/pkg-plist head/japanese/font-mona-ttf/files/fonts.dir.mona head/japanese/font-mona-ttf/pkg-deinstall head/japanese/font-mona-ttf/pkg-install head/japanese/font-mona-ttf/pkg-plist head/japanese/font-mona/pkg-deinstall head/japanese/font-mona/pkg-install head/japanese/font-naga10/files/pkg-message.in head/japanese/k10/ head/japanese/k12/ head/japanese/kanji18/ head/japanese/kanji26/ head/japanese/kappa20/ head/japanese/mikachan-ttfonts/ head/japanese/monafonts/ head/japanese/monafonts-ttf/ Modified: head/MOVED head/japanese/Makefile head/japanese/alias-fonts/Makefile head/japanese/alias-fonts/files/pkg-message.in head/japanese/font-elisa10/Makefile head/japanese/font-elisa10/distinfo head/japanese/font-elisa10/files/pkg-install.in head/japanese/font-elisa10/pkg-descr head/japanese/font-elisa8/Makefile head/japanese/font-elisa8/files/pkg-install.in head/japanese/font-elisa8/pkg-descr head/japanese/font-elisa8/pkg-plist head/japanese/font-kaname12/Makefile head/japanese/font-kaname12/pkg-plist head/japanese/font-kanji18/Makefile head/japanese/font-kanji18/files/Makefile.in head/japanese/font-kanji18/pkg-descr head/japanese/font-kanji18/pkg-plist head/japanese/font-kanji26/Makefile head/japanese/font-kanji26/pkg-descr head/japanese/font-kanji26/pkg-plist head/japanese/font-kappa20/Makefile head/japanese/font-kappa20/files/Makefile.in head/japanese/font-kappa20/pkg-descr head/japanese/font-kappa20/pkg-plist head/japanese/font-mikachan/Makefile head/japanese/font-mikachan/distinfo head/japanese/font-mona-ttf/Makefile head/japanese/font-mona-ttf/pkg-descr head/japanese/font-mona/Makefile head/japanese/font-mona/files/patch-Makefile head/japanese/font-mona/pkg-descr head/japanese/font-mona/pkg-plist head/japanese/font-naga10/Makefile head/japanese/font-naga10/files/Makefile.in head/japanese/font-naga10/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 25 21:46:57 2015 (r397891) +++ head/MOVED Fri Sep 25 21:48:09 2015 (r397892) @@ -7875,3 +7875,12 @@ x11-toolkits/wxgtk28-unicode-contrib|x11 x11-toolkits/py-wxPython28-unicode|x11-toolkits/py-wxPython28|2015-09-16|Make wxGTK now only unicode japanese/font-mplus|japanese/font-mplus-outline|2015-09-21|Renamed www/iojs|www/node|2015-09-23|io.js has been merged back to Node.js +japanese/k10|japanese/font-naga10|2015-09-25|Renamed +japanese/k12|japanese/font-kaname12|2015-09-25|Renamed +japanese/elisa8x8|japanese/font-elisa8|2015-09-25|Renamed +japanese/kanji18|japanese/font-kanji18|2015-09-25|Renamed +japanese/kanji26|japanese/font-kanji26|2015-09-25|Renamed +japanese/kappa20|japanese/font-kappa20|2015-09-25|Renamed +japanese/mikachan-ttfonts|japanese/font-mikachan|2015-09-25|Renamed +japanese/monafonts-ttf|japanese/font-mona-ttf|2015-09-25|Renamed +japanese/monafonts|japanese/font-mona|2015-09-25|Renamed Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Fri Sep 25 21:46:57 2015 (r397891) +++ head/japanese/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -49,7 +49,6 @@ SUBDIR += edyvalue SUBDIR += egg-canna SUBDIR += eijiro-fpw - SUBDIR += elisa8x8 SUBDIR += epwutil SUBDIR += esecanna SUBDIR += esecanna-module-vje25 @@ -61,21 +60,33 @@ SUBDIR += fcitx-skk SUBDIR += flower-fpw SUBDIR += foldoc-fpw + SUBDIR += font-ayu18 + SUBDIR += font-ayu20 + SUBDIR += font-elisa10 + SUBDIR += font-elisa8 SUBDIR += font-ipa SUBDIR += font-ipa-uigothic SUBDIR += font-ipaex SUBDIR += font-ipamjm SUBDIR += font-jisx0213 + SUBDIR += font-kaname12 + SUBDIR += font-kanji18 + SUBDIR += font-kanji26 + SUBDIR += font-kappa20 SUBDIR += font-kochi SUBDIR += font-koruri SUBDIR += font-marumoji SUBDIR += font-migmix SUBDIR += font-migu + SUBDIR += font-mikachan + SUBDIR += font-mona SUBDIR += font-mona-ipa + SUBDIR += font-mona-ttf SUBDIR += font-motoya-al SUBDIR += font-mplus-bitmap SUBDIR += font-mplus-ipa SUBDIR += font-mplus-outline + SUBDIR += font-naga10 SUBDIR += font-ricty SUBDIR += font-ricty-discord SUBDIR += font-sazanami @@ -117,14 +128,9 @@ SUBDIR += jstrings SUBDIR += jvim3 SUBDIR += jyuroku - SUBDIR += k10 - SUBDIR += k12 SUBDIR += kakasi SUBDIR += kana-no-quiz - SUBDIR += kanji18 - SUBDIR += kanji26 SUBDIR += kanjipad - SUBDIR += kappa20 SUBDIR += kasumi SUBDIR += kbanner SUBDIR += kcc @@ -159,11 +165,8 @@ SUBDIR += migemo SUBDIR += migemo-emacs23 SUBDIR += migemo.el - SUBDIR += mikachan-ttfonts SUBDIR += mime_pls SUBDIR += ming - SUBDIR += monafonts - SUBDIR += monafonts-ttf SUBDIR += mozc-el SUBDIR += mozc-server SUBDIR += mozc-tool Modified: head/japanese/alias-fonts/Makefile ============================================================================== --- head/japanese/alias-fonts/Makefile Fri Sep 25 21:46:57 2015 (r397891) +++ head/japanese/alias-fonts/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -3,7 +3,7 @@ PORTNAME= alias-fonts PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese x11-fonts MASTER_SITES= # empty DISTFILES= # empty @@ -11,12 +11,12 @@ DISTFILES= # empty MAINTAINER= CQG00620@nifty.ne.jp COMMENT= Meta-port which setups Japanese fonts -RUN_DEPENDS= ja-elisa8x8>0:${PORTSDIR}/japanese/elisa8x8 \ - ja-naga10>0:${PORTSDIR}/japanese/k10 \ +RUN_DEPENDS= ja-font-elisa8>0:${PORTSDIR}/japanese/font-elisa8 \ + ja-font-naga10>0:${PORTSDIR}/japanese/font-naga10 \ ja-font-shinonome>0:${PORTSDIR}/japanese/font-shinonome \ - ja-kanji18>0:${PORTSDIR}/japanese/kanji18 \ - ja-k20fonts>0:${PORTSDIR}/japanese/kappa20 \ - ja-kanji26>0:${PORTSDIR}/japanese/kanji26 \ + ja-font-kanji18>0:${PORTSDIR}/japanese/font-kanji18 \ + ja-font-kappa20>0:${PORTSDIR}/japanese/font-kappa20 \ + ja-font-kanji26>0:${PORTSDIR}/japanese/font-kanji26 \ ja-font-jisx0213>0:${PORTSDIR}/japanese/font-jisx0213 NO_BUILD= yes Modified: head/japanese/alias-fonts/files/pkg-message.in ============================================================================== --- head/japanese/alias-fonts/files/pkg-message.in Fri Sep 25 21:46:57 2015 (r397891) +++ head/japanese/alias-fonts/files/pkg-message.in Fri Sep 25 21:48:09 2015 (r397892) @@ -20,11 +20,4 @@ Font Path setting: whether the following directories are listed: %%PREFIX%%/share/fonts/alias-fonts/ (This port) - %%PREFIX%%/share/fonts/elisa8x8/ (8 dot fonts) - %%PREFIX%%/share/fonts/naga10/ (10 dot fonts) - %%PREFIX%%/share/fonts/shinonome/ (12, 14 and 16 dots) - %%PREFIX%%/share/fonts/kanji/ (18 and 24 dot fonts) - %%PREFIX%%/share/fonts/k20fonts/ (20 dot fonts) - %%PREFIX%%/share/fonts/jisx0213/ (12, 14, 16 and 24 dots - JISX0213 fonts) ******************************************************************** Added: head/japanese/font-ayu18/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu18/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= ayu18 +PORTVERSION= 1.3.1.1 +CATEGORIES= japanese x11-fonts +MASTER_SITES= SFJP/x-tt/8535/:goth \ + SFJP/x-tt/8494/:min +PKGNAMEPREFIX= ja-font- +DISTFILES= ayu18gothic-1.3a${EXTRACT_SUFX}:goth \ + ayu18mincho-1.1${EXTRACT_SUFX}:min + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Ayu 18-dot Kanji font + +BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkbold-mkitalic \ + bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf + +USES= fonts +FONTNAME= misc +NO_ARCH= yes +NO_WRKSUBDIR= yes +SUB_FILES= Makefile +PORTDOCS= README.txt + +OPTIONS_DEFINE= DOCS + +pre-build: apply-slist + +post-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/japanese/font-ayu18/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu18/distinfo Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,4 @@ +SHA256 (ayu18gothic-1.3a.tar.gz) = 116063516bb0758c0369ca3035d65e394ab6c1bad4cf258309adbc9e3e50d11c +SIZE (ayu18gothic-1.3a.tar.gz) = 288546 +SHA256 (ayu18mincho-1.1.tar.gz) = 5ebbde4193d5cdca94e3d67513dc4da98fa3d62eb96f9834900ef7219051ecbe +SIZE (ayu18mincho-1.1.tar.gz) = 290092 Added: head/japanese/font-ayu18/files/Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu18/files/Makefile.in Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +GZIP_CMD?= gzip +MKBOLD_CMD?= mkbold +MKITALIC_CMD?= mkitalic + +DIST_ALL= 9x18gm.bdf 9x18grkm.bdf 9x18m.bdf 9x18rkm.bdf \ + k18gm.bdf k18m.bdf + +DIST_NOBOLD= # empty +MADE_BOLD= ${DIST_NOBOLD:S/.bdf/b.bdf/g} + +DIST_NOITALIC= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} +MADE_ITALIC= ${DIST_NOITALIC:S/m/mi/g:S/b./bi./g:S/b-/bi-/g} + +BDF_ALL= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} ${MADE_ITALIC} +PCF_ALL= ${BDF_ALL:S/.bdf/.pcf.gz/g} + +all: ${PCF_ALL} + +${MADE_BOLD}: ${.TARGET:S/b.bdf/.bdf/} + ${MKBOLD_CMD} $> > $@ + +${MADE_ITALIC}: ${.TARGET:S/mi/m/:S/bi./b./:S/bi-/b-/} + ${MKITALIC_CMD} $> > $@ + +${PCF_ALL}: ${.TARGET:S/.pcf.gz/.bdf/} + bdftopcf $> | ${GZIP_CMD} -c > $@ + +install: + mkdir -p ${DESTDIR}%%DATADIR%% + ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%DATADIR%% + +clean:: + rm ${MADE_BOLD} ${MADE_ITALIC} ${PCF_ALL} Added: head/japanese/font-ayu18/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu18/pkg-descr Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,3 @@ +Ayu Bitmap Japanese font, 18-dot version. + +WWW: http://x-tt.osdn.jp/ayu.html Added: head/japanese/font-ayu18/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu18/pkg-plist Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,24 @@ +%%DATADIR%%/9x18gm.pcf.gz +%%DATADIR%%/9x18gmi.pcf.gz +%%DATADIR%%/9x18grkm.pcf.gz +%%DATADIR%%/9x18grkmi.pcf.gz +%%DATADIR%%/9x18m.pcf.gz +%%DATADIR%%/9x18mi.pcf.gz +%%DATADIR%%/9x18rkm.pcf.gz +%%DATADIR%%/9x18rkmi.pcf.gz +%%DATADIR%%/k18gm.pcf.gz +%%DATADIR%%/k18gmi.pcf.gz +%%DATADIR%%/k18m.pcf.gz +%%DATADIR%%/k18mi.pcf.gz +%%FONTSDIR%%/9x18gm.pcf.gz +%%FONTSDIR%%/9x18gmi.pcf.gz +%%FONTSDIR%%/9x18grkm.pcf.gz +%%FONTSDIR%%/9x18grkmi.pcf.gz +%%FONTSDIR%%/9x18m.pcf.gz +%%FONTSDIR%%/9x18mi.pcf.gz +%%FONTSDIR%%/9x18rkm.pcf.gz +%%FONTSDIR%%/9x18rkmi.pcf.gz +%%FONTSDIR%%/k18gm.pcf.gz +%%FONTSDIR%%/k18gmi.pcf.gz +%%FONTSDIR%%/k18m.pcf.gz +%%FONTSDIR%%/k18mi.pcf.gz Added: head/japanese/font-ayu20/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,43 @@ +# $FreeBSD$ + +PORTNAME= ayu20 +PORTVERSION= 1.7.a +CATEGORIES= japanese x11-fonts +MASTER_SITES= SFJP/x-tt/8536/ +PKGNAMEPREFIX= ja-font- +DISTNAME= ayu20gothic-1.7a + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Ayu 20-dot Kanji font + +BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkbold-mkitalic \ + bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf + +CONFLICS= ja-kappa20-[0-9]* + +USES= fonts +FONTNAME= misc +NO_ARCH= yes +NO_WRKSUBDIR= yes +SUB_FILES= Makefile pkg-install +SUB_LIST= FONTSALIAS="${DATADIR}/fonts.alias" +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +PORTDOCS= README.txt + +OPTIONS_DEFINE= DOCS + +pre-build: apply-slist + +post-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . + ${INSTALL_DATA} ${FILESDIR}/fonts.alias \ + ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/japanese/font-ayu20/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/distinfo Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,2 @@ +SHA256 (ayu20gothic-1.7a.tar.gz) = b1747196de69ef45ab37f1a40a0fc32bccc7b3acc229a21c932ab38874436833 +SIZE (ayu20gothic-1.7a.tar.gz) = 319226 Added: head/japanese/font-ayu20/files/Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/files/Makefile.in Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +GZIP_CMD?= gzip +MKBOLD_CMD?= mkbold +MKITALIC_CMD?= mkitalic + +DIST_ALL= 10x20gm.bdf 10x20grkm.bdf k20gm.bdf + +DIST_NOBOLD= # empty +MADE_BOLD= ${DIST_NOBOLD:S/.bdf/b.bdf/g} + +DIST_NOITALIC= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} +MADE_ITALIC= ${DIST_NOITALIC:S/m/mi/g:S/b./bi./g:S/b-/bi-/g} + +BDF_ALL= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} ${MADE_ITALIC} +PCF_ALL= ${BDF_ALL:S/.bdf/.pcf.gz/g} + +all: ${PCF_ALL} + +${MADE_BOLD}: ${.TARGET:S/b.bdf/.bdf/} + ${MKBOLD_CMD} $> > $@ + +${MADE_ITALIC}: ${.TARGET:S/mi/m/:S/bi./b./:S/bi-/b-/} + ${MKITALIC_CMD} $> > $@ + +${PCF_ALL}: ${.TARGET:S/.pcf.gz/.bdf/} + bdftopcf $> | ${GZIP_CMD} -c > $@ + +install: + mkdir -p ${DESTDIR}%%DATADIR%% + ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%DATADIR%% + +clean:: + rm ${MADE_BOLD} ${MADE_ITALIC} ${PCF_ALL} Added: head/japanese/font-ayu20/files/fonts.alias ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/files/fonts.alias Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,6 @@ +10x20gm -ayu-gothic-medium-r-normal--20-190-75-75-c-100-iso8859-1 +10x20gmi -ayu-gothic-medium-i-normal--20-190-75-75-c-100-iso8859-1 +10x20grkm -ayu-gothic-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 +10x20grkmi -ayu-gothic-medium-i-normal--20-190-75-75-c-100-jisx0201.1976-0 +k20gm -ayu-gothic-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +k20gmi -ayu-gothic-medium-i-normal--20-190-75-75-c-200-jisx0208.1990-0 Added: head/japanese/font-ayu20/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/files/pkg-install.in Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,26 @@ +#!/bin/sh + +grepv() { + awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 +} + +case $2 in +POST-INSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ + > fonts.alias + rm -f fonts.alias.orig +;; +DEINSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias + rm -f fonts.alias.orig + if [ ! -s fonts.alias ]; then + rm -f fonts.alias + fi +;; +esac Added: head/japanese/font-ayu20/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/pkg-descr Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,3 @@ +Ayu Bitmap Japanese font, 20-dot version. + +WWW: http://x-tt.osdn.jp/ayu.html Added: head/japanese/font-ayu20/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-ayu20/pkg-plist Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,13 @@ +%%DATADIR%%/10x20gm.pcf.gz +%%DATADIR%%/10x20gmi.pcf.gz +%%DATADIR%%/10x20grkm.pcf.gz +%%DATADIR%%/10x20grkmi.pcf.gz +%%DATADIR%%/k20gm.pcf.gz +%%DATADIR%%/k20gmi.pcf.gz +%%DATADIR%%/fonts.alias +%%FONTSDIR%%/10x20gm.pcf.gz +%%FONTSDIR%%/10x20gmi.pcf.gz +%%FONTSDIR%%/10x20grkm.pcf.gz +%%FONTSDIR%%/10x20grkmi.pcf.gz +%%FONTSDIR%%/k20gm.pcf.gz +%%FONTSDIR%%/k20gmi.pcf.gz Modified: head/japanese/font-elisa10/Makefile ============================================================================== --- head/japanese/elisa8x8/Makefile Sat Aug 22 13:27:34 2015 (r395030) +++ head/japanese/font-elisa10/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -1,43 +1,44 @@ -# Created by: Toshihiko SHIMOKAWA & ELISA Font Project # $FreeBSD$ -PORTNAME= elisa8x8 +PORTNAME= elisa10 PORTVERSION= 1.0 -PORTREVISION= 5 CATEGORIES= japanese x11-fonts -MASTER_SITES= http://www.bsdbbq.org/~toshi/distfiles/ -DISTNAME= elisat10 +MASTER_SITES= http://www.wheel.gr.jp/~dai/software/ +PKGNAMEPREFIX= ja-font- +DISTNAME= elisau10 -MAINTAINER= toshi@tea.forus.or.jp -COMMENT= X11 8-dot Kanji font 'elisa font' +MAINTAINER= hrs@FreeBSD.org +COMMENT= Elisa 10-dot Kanji font BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf -USES= fonts +USES= fonts tar:tgz +FONTNAME= misc +NO_ARCH= yes NO_WRKSUBDIR= yes - -BDFTOPCF_CMD= ${PREFIX}/bin/bdftopcf -MYPORTDOCS= elisa100.doc elisat10.doc elisat10.html +SUB_FILES= Makefile pkg-install +SUB_LIST= BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \ + GZIP_CMD="${GZIP_CMD}" \ + FONTSALIAS="${DATADIR}/fonts.alias" +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +PORTDOCS= elisau10.doc hosoku.txt +PLIST_FILES= %%DATADIR%%/elisau10.pcf.gz \ + %%DATADIR%%/fonts.alias \ + %%FONTSDIR%%/elisau10.pcf.gz OPTIONS_DEFINE= DOCS -do-build: - @(cd ${WRKDIR}; \ - ${BDFTOPCF_CMD} elisat10.bdf | ${GZIP_CMD} -c > elisat10.pcf.gz ;\ - ${BDFTOPCF_CMD} jpnhn4-jis.bdf | ${GZIP_CMD} -c > jpnhn4-jis.pcf.gz ;\ - ${BDFTOPCF_CMD} jpnhn4-iso.bdf | ${GZIP_CMD} -c > jpnhn4-iso.pcf.gz ;\ - ) +pre-build: apply-slist -do-install: +post-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - (cd ${WRKSRC} ;\ - ${INSTALL_DATA} elisat10.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ${INSTALL_DATA} jpnhn4-jis.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ${INSTALL_DATA} jpnhn4-iso.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ) + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . + ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${STAGEDIR}${DATADIR} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${MYPORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/japanese/font-elisa10/distinfo ============================================================================== --- head/japanese/elisa8x8/distinfo Sat Aug 22 13:27:34 2015 (r395030) +++ head/japanese/font-elisa10/distinfo Fri Sep 25 21:48:09 2015 (r397892) @@ -1,2 +1,2 @@ -SHA256 (elisat10.tar.gz) = 2d95c2b36d28ffede4b9dc7807bbb3ef1c56e8f31d8a98315f73a39088b691ef -SIZE (elisat10.tar.gz) = 125435 +SHA256 (elisau10.tgz) = bb62d48db7a26339313947b623376bb18d92196424ee1545ef54ed8b0200dfba +SIZE (elisau10.tgz) = 125292 Added: head/japanese/font-elisa10/files/Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-elisa10/files/Makefile.in Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +BDFTOPCF_CMD= %%BDFTOPCF_CMD%% +GZIP_CMD= %%GZIP_CMD%% + +SRCS= elisau10.bdf + +.for F in ${SRCS:R} +${F}.pcf.gz: ${F}.bdf + ${BDFTOPCF_CMD} ${.ALLSRC} | ${GZIP_CMD} -c > ${.TARGET} + +all: ${F}.pcf.gz +.endfor + +.for F in ${SRCS:R} +${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf + mkdir -p ${DESTDIR}%%DATADIR%% + ${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET} + +install: ${DESTDIR}%%DATADIR%%/${F}.pcf.gz +.endfor + +all install: + @true Modified: head/japanese/font-elisa10/files/pkg-install.in ============================================================================== --- head/japanese/elisa8x8/files/pkg-install.in Sat Aug 22 13:27:34 2015 (r395030) +++ head/japanese/font-elisa10/files/pkg-install.in Fri Sep 25 21:48:09 2015 (r397892) @@ -1,34 +1,23 @@ #!/bin/sh -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -FONTDIR=%%FONTSDIR%% - grepv() { awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 } -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -cat << EOF > ${TMPFILE} -k8 -elisa100-fixed-medium-r-normal--8-70-75-75-c-80-jisx0208.1983-0 -r8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-jisx0201.1976-0 -a8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -4x8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -EOF - -echo "Updating ${FONTDIR}/fonts.alias" -cd ${FONTDIR} -touch fonts.alias -cp fonts.alias fonts.alias.orig -(grepv ${TMPFILE} fonts.alias.orig ; cat ${TMPFILE}) > fonts.alias -rm -f fonts.alias.orig ${TMPFILE} - -echo "**********************************************************" -echo "You should restart X server or do 'xset fp rehash' command" -echo "to enable this update." -echo "**********************************************************" - -exit 0 +case $2 in +POST-INSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ + > fonts.alias + rm -f fonts.alias.orig +;; +DEINSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias + rm -f fonts.alias.orig +;; +esac Modified: head/japanese/font-elisa10/pkg-descr ============================================================================== --- head/japanese/elisa8x8/pkg-descr Sat Aug 22 13:27:34 2015 (r395030) +++ head/japanese/font-elisa10/pkg-descr Fri Sep 25 21:48:09 2015 (r397892) @@ -1,7 +1,3 @@ -Japanese 8 dot font named `elisa font'. +Elisa10 is Japanese 10 dot font based on Elisa 8-dot font. -You can use 'k8', 'r8', 'a8' as an alias for elisa font, 4x8 dots -jis.x0201 font, 4x8 dots iso8859-1 font. - -A simple usage: - % kterm -fn a8 -fr r8 -fk k8 +WWW: http://www.wheel.gr.jp/~dai/software/elisau10-doc.html Modified: head/japanese/font-elisa8/Makefile ============================================================================== --- head/japanese/elisa8x8/Makefile Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-elisa8/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -1,43 +1,42 @@ # Created by: Toshihiko SHIMOKAWA & ELISA Font Project # $FreeBSD$ -PORTNAME= elisa8x8 +PORTNAME= elisa8 PORTVERSION= 1.0 -PORTREVISION= 5 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.bsdbbq.org/~toshi/distfiles/ +PKGNAMEPREFIX= ja-font- DISTNAME= elisat10 MAINTAINER= toshi@tea.forus.or.jp -COMMENT= X11 8-dot Kanji font 'elisa font' +COMMENT= 8-dot Kanji font 'elisa' BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf USES= fonts +FONTNAME= misc +NO_ARCH= yes NO_WRKSUBDIR= yes - -BDFTOPCF_CMD= ${PREFIX}/bin/bdftopcf -MYPORTDOCS= elisa100.doc elisat10.doc elisat10.html +SUB_FILES= Makefile pkg-install +SUB_LIST= BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \ + GZIP_CMD="${GZIP_CMD}" \ + FONTSALIAS="${DATADIR}/fonts.alias" +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +PORTDOCS= elisa100.doc elisat10.doc elisat10.html OPTIONS_DEFINE= DOCS -do-build: - @(cd ${WRKDIR}; \ - ${BDFTOPCF_CMD} elisat10.bdf | ${GZIP_CMD} -c > elisat10.pcf.gz ;\ - ${BDFTOPCF_CMD} jpnhn4-jis.bdf | ${GZIP_CMD} -c > jpnhn4-jis.pcf.gz ;\ - ${BDFTOPCF_CMD} jpnhn4-iso.bdf | ${GZIP_CMD} -c > jpnhn4-iso.pcf.gz ;\ - ) +pre-build: apply-slist -do-install: +post-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - (cd ${WRKSRC} ;\ - ${INSTALL_DATA} elisat10.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ${INSTALL_DATA} jpnhn4-jis.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ${INSTALL_DATA} jpnhn4-iso.pcf.gz ${STAGEDIR}${FONTSDIR} ; \ - ) + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . + ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${STAGEDIR}${DATADIR} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${MYPORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Added: head/japanese/font-elisa8/files/Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-elisa8/files/Makefile.in Fri Sep 25 21:48:09 2015 (r397892) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +BDFTOPCF_CMD= %%BDFTOPCF_CMD%% +GZIP_CMD= %%GZIP_CMD%% + +SRCS= elisat10.bdf jpnhn4-jis.bdf jpnhn4-iso.bdf + +.for F in ${SRCS:R} +${F}.pcf.gz: ${F}.bdf + ${BDFTOPCF_CMD} ${.ALLSRC} | ${GZIP_CMD} -c > ${.TARGET} + +all: ${F}.pcf.gz +.endfor + +.for F in ${SRCS:R} +${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf + mkdir -p ${DESTDIR}%%DATADIR%% + ${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET} + +install: ${DESTDIR}%%DATADIR%%/${F}.pcf.gz +.endfor + +all install: + @true Copied and modified: head/japanese/font-elisa8/files/fonts.alias (from r395030, head/japanese/elisa8x8/files/pkg-install.in) ============================================================================== --- head/japanese/elisa8x8/files/pkg-install.in Sat Aug 22 13:27:34 2015 (r395030, copy source) +++ head/japanese/font-elisa8/files/fonts.alias Fri Sep 25 21:48:09 2015 (r397892) @@ -1,34 +1,4 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -FONTDIR=%%FONTSDIR%% - -grepv() { - awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 -} - -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -cat << EOF > ${TMPFILE} k8 -elisa100-fixed-medium-r-normal--8-70-75-75-c-80-jisx0208.1983-0 r8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-jisx0201.1976-0 a8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 4x8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -EOF - -echo "Updating ${FONTDIR}/fonts.alias" -cd ${FONTDIR} -touch fonts.alias -cp fonts.alias fonts.alias.orig -(grepv ${TMPFILE} fonts.alias.orig ; cat ${TMPFILE}) > fonts.alias -rm -f fonts.alias.orig ${TMPFILE} - -echo "**********************************************************" -echo "You should restart X server or do 'xset fp rehash' command" -echo "to enable this update." -echo "**********************************************************" - -exit 0 Modified: head/japanese/font-elisa8/files/pkg-install.in ============================================================================== --- head/japanese/elisa8x8/files/pkg-install.in Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-elisa8/files/pkg-install.in Fri Sep 25 21:48:09 2015 (r397892) @@ -1,34 +1,23 @@ #!/bin/sh -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -FONTDIR=%%FONTSDIR%% - grepv() { awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 } -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -cat << EOF > ${TMPFILE} -k8 -elisa100-fixed-medium-r-normal--8-70-75-75-c-80-jisx0208.1983-0 -r8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-jisx0201.1976-0 -a8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -4x8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -EOF - -echo "Updating ${FONTDIR}/fonts.alias" -cd ${FONTDIR} -touch fonts.alias -cp fonts.alias fonts.alias.orig -(grepv ${TMPFILE} fonts.alias.orig ; cat ${TMPFILE}) > fonts.alias -rm -f fonts.alias.orig ${TMPFILE} - -echo "**********************************************************" -echo "You should restart X server or do 'xset fp rehash' command" -echo "to enable this update." -echo "**********************************************************" - -exit 0 +case $2 in +POST-INSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ + > fonts.alias + rm -f fonts.alias.orig +;; +DEINSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias + rm -f fonts.alias.orig +;; +esac Modified: head/japanese/font-elisa8/pkg-descr ============================================================================== --- head/japanese/elisa8x8/pkg-descr Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-elisa8/pkg-descr Fri Sep 25 21:48:09 2015 (r397892) @@ -5,3 +5,5 @@ jis.x0201 font, 4x8 dots iso8859-1 font. A simple usage: % kterm -fn a8 -fr r8 -fk k8 + +WWW: http://hp.vector.co.jp/authors/VA002310/family.htm Modified: head/japanese/font-elisa8/pkg-plist ============================================================================== --- head/japanese/elisa8x8/pkg-plist Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-elisa8/pkg-plist Fri Sep 25 21:48:09 2015 (r397892) @@ -1,6 +1,7 @@ +%%DATADIR%%/elisat10.pcf.gz +%%DATADIR%%/jpnhn4-jis.pcf.gz +%%DATADIR%%/jpnhn4-iso.pcf.gz +%%DATADIR%%/fonts.alias %%FONTSDIR%%/elisat10.pcf.gz %%FONTSDIR%%/jpnhn4-jis.pcf.gz %%FONTSDIR%%/jpnhn4-iso.pcf.gz -%%PORTDOCS%%%%DOCSDIR%%/elisa100.doc -%%PORTDOCS%%%%DOCSDIR%%/elisat10.doc -%%PORTDOCS%%%%DOCSDIR%%/elisat10.html Modified: head/japanese/font-kaname12/Makefile ============================================================================== --- head/japanese/k12/Makefile Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-kaname12/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -3,39 +3,42 @@ PORTNAME= kaname12 PORTVERSION= 1.1 -PORTREVISION= 5 CATEGORIES= japanese x11-fonts -MASTER_SITES= PORTS_JP +MASTER_SITES= LOCAL/hrs +PKGNAMEPREFIX= ja-font- DISTNAME= kaname_k12_bdf DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - knm_new_linux.tar.gz -EXTRACT_ONLY= knm_new_linux.tar.gz + knm_new_linux${EXTRACT_SUFX} MAINTAINER= CQG00620@nifty.ne.jp -COMMENT= X11 12-dot Kanji font +COMMENT= 12-dot Kanji font -USES= fonts BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf -WRKSRC= ${WRKDIR}/fonts - -MAKE_ENV= FONTSDIR=${FONTSDIR:S,${PREFIX},,g} MKDIR="${MKDIR}" -PLIST_SUB= FONTSDIR=${FONTSDIR} -DOCSDIR= ${PREFIX}/share/doc/k12 - -SUB_FILES= pkg-message +USES= fonts +FONTNAME= misc +NO_ARCH= yes +NO_WRKSUBDIR= yes +SUB_FILES= Makefile pkg-install +SUB_LIST= FONTSALIAS="${DATADIR}/fonts.alias" +MAKEFILE= ${WRKDIR}/Makefile +PORTDOCS= readme readme.kaname_bdf kaname.doc \ + readme.knm gijutsu-siryou.doc +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install OPTIONS_DEFINE= DOCS -post-extract: - @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} +pre-build: apply-slist post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/fonts.alias \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/readme.kaname_bdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc.orig/* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${STAGEDIR}${FONTSDIR} && \ + ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . + +post-install-DOCS-on: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install-doc .include Copied and modified: head/japanese/font-kaname12/files/Makefile.in (from r397867, head/japanese/k12/files/patch-aa) ============================================================================== --- head/japanese/k12/files/patch-aa Fri Sep 25 19:29:48 2015 (r397867, copy source) +++ head/japanese/font-kaname12/files/Makefile.in Fri Sep 25 21:48:09 2015 (r397892) @@ -1,15 +1,30 @@ ---- Makefile.orig 2014-05-08 22:08:32.000000000 +0900 -+++ Makefile 2014-05-08 22:10:13.000000000 +0900 -@@ -0,0 +1,12 @@ -+all: -+ bdftopcf knmhn12x.bdf > knmhn12x.pcf -+ gzip -9 -nf knmhn12x.pcf -+install: -+ if [ ! -d ${DESTDIR}${PREFIX}/${FONTSDIR} ] ; then \ -+ ${MKDIR} ${DESTDIR}${PREFIX}/${FONTSDIR} ; fi -+ ${BSD_INSTALL_DATA} kaname-latin1.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} -+ ${BSD_INSTALL_DATA} knm12p.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} -+ ${BSD_INSTALL_DATA} knm12pb.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} -+ ${BSD_INSTALL_DATA} knmhn12x.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} -+ ${BSD_INSTALL_DATA} knmzn12x.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} -+ ${BSD_INSTALL_DATA} knmzn12xb.pcf.gz ${DESTDIR}${PREFIX}/${FONTSDIR} +PCF= kaname-latin1.pcf.gz knm12p.pcf.gz knm12pb.pcf.gz \ + knmhn12x.pcf.gz knmzn12x.pcf.gz knmzn12xb.pcf.gz + +DOCS= readme readme.kaname_bdf kaname.doc readme.knm \ + gijutsu-siryou.doc + +.PATH: fonts doc.orig + +knmhn12x.pcf.gz: knmhn12x.bdf + bdftopcf ${.ALLSRC} | gzip -9 > ${.TARGET} + +.for F in ${PCF} +${DESTDIR}%%DATADIR%%/$F: $F + mkdir -p ${DESTDIR}%%DATADIR%% + ${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET} + +install: ${DESTDIR}%%DATADIR%%/$F +all: ${F} +.endfor + +.for F in ${DOCS} +${DESTDIR}%%DOCSDIR%%/$F: $F + mkdir -p ${DESTDIR}%%DOCSDIR%% + ${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET} + +install-doc: ${DESTDIR}%%DOCSDIR%%/$F +.endfor + +all install install-doc: + @true Copied and modified: head/japanese/font-kaname12/files/patch-readme.kaname_bdf (from r395030, head/japanese/k12/files/patch-ab) ============================================================================== --- head/japanese/k12/files/patch-ab Sat Aug 22 13:27:34 2015 (r395030, copy source) +++ head/japanese/font-kaname12/files/patch-readme.kaname_bdf Fri Sep 25 21:48:09 2015 (r397892) @@ -1,19 +1,11 @@ -*** readme.kaname_bdf.orig Sat Jul 6 12:02:19 1996 ---- readme.kaname_bdf Sat Jul 6 12:02:25 1996 -*************** -*** 2,8 **** - - readme.kaname_bdf $@$3$N%U%!%$%k(J - knmhn12x.bdf X11$@MQ$N(J6x12$@%I%C%H$N(JJISX0201.1976$@%U%)%s%H(J -! knmhz12x.bdf X11$@MQ$N(J12x12$@%I%C%H$N(JJISX0208.1983$@%U%)%s%H(J - doc.orig/* $@85$N%"!<%+%$%V$K4^$^$l$F$$$?%I%-%e%a%s%H(J - $@$3$N(J12$@%I%C%H4A;z%U%)%s%H$O!"K~3+@=:n=j(J($@"((J)$@$N3$O786M&;N;a$K(J - $@$h$C$F:n$i$l$?(J X68000 SX-Windows $@MQ$N%U%j!<$N%U%)%s%H$r(J ---- 2,8 ---- - - readme.kaname_bdf $@$3$N%U%!%$%k(J - knmhn12x.bdf X11$@MQ$N(J6x12$@%I%C%H$N(JJISX0201.1976$@%U%)%s%H(J -! knmzn12x.bdf X11$@MQ$N(J12x12$@%I%C%H$N(JJISX0208.1983$@%U%)%s%H(J - doc.orig/* $@85$N%"!<%+%$%V$K4^$^$l$F$$$?%I%-%e%a%s%H(J - $@$3$N(J12$@%I%C%H4A;z%U%)%s%H$O!"K~3+@=:n=j(J($@"((J)$@$N3$O786M&;N;a$K(J - $@$h$C$F:n$i$l$?(J X68000 SX-Windows $@MQ$N%U%j!<$N%U%)%s%H$r(J +--- readme.kaname_bdf.orig 1994-01-25 03:44:09 UTC ++++ readme.kaname_bdf +@@ -2,7 +2,7 @@ + + readme.kaname_bdf $@$3$N%U%!%$%k(J + knmhn12x.bdf X11$@MQ$N(J6x12$@%I%C%H$N(JJISX0201.1976$@%U%)%s%H(J +-knmhz12x.bdf X11$@MQ$N(J12x12$@%I%C%H$N(JJISX0208.1983$@%U%)%s%H(J ++knmzn12x.bdf X11$@MQ$N(J12x12$@%I%C%H$N(JJISX0208.1983$@%U%)%s%H(J + doc.orig/* $@85$N%"!<%+%$%V$K4^$^$l$F$$$?%I%-%e%a%s%H(J + $@$3$N(J12$@%I%C%H4A;z%U%)%s%H$O!"K~3+@=:n=j(J($@"((J)$@$N3$O786M&;N;a$K(J + $@$h$C$F:n$i$l$?(J X68000 SX-Windows $@MQ$N%U%j!<$N%U%)%s%H$r(J Copied and modified: head/japanese/font-kaname12/files/pkg-install.in (from r395030, head/japanese/elisa8x8/files/pkg-install.in) ============================================================================== --- head/japanese/elisa8x8/files/pkg-install.in Sat Aug 22 13:27:34 2015 (r395030, copy source) +++ head/japanese/font-kaname12/files/pkg-install.in Fri Sep 25 21:48:09 2015 (r397892) @@ -1,34 +1,23 @@ #!/bin/sh -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -FONTDIR=%%FONTSDIR%% - grepv() { awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 } -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -cat << EOF > ${TMPFILE} -k8 -elisa100-fixed-medium-r-normal--8-70-75-75-c-80-jisx0208.1983-0 -r8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-jisx0201.1976-0 -a8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -4x8 -hiro-fixed-medium-r-normal--8-70-75-75-c-40-iso8859-1 -EOF - -echo "Updating ${FONTDIR}/fonts.alias" -cd ${FONTDIR} -touch fonts.alias -cp fonts.alias fonts.alias.orig -(grepv ${TMPFILE} fonts.alias.orig ; cat ${TMPFILE}) > fonts.alias -rm -f fonts.alias.orig ${TMPFILE} - -echo "**********************************************************" -echo "You should restart X server or do 'xset fp rehash' command" -echo "to enable this update." -echo "**********************************************************" - -exit 0 +case $2 in +POST-INSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ + > fonts.alias + rm -f fonts.alias.orig +;; +DEINSTALL) + cd %%FONTSDIR%% + touch fonts.alias + cp fonts.alias fonts.alias.orig + grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias + rm -f fonts.alias.orig +;; +esac Modified: head/japanese/font-kaname12/pkg-plist ============================================================================== --- head/japanese/k12/pkg-plist Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-kaname12/pkg-plist Fri Sep 25 21:48:09 2015 (r397892) @@ -1,12 +1,13 @@ -%%FONTSDIR%%/fonts.alias +%%DATADIR%%/fonts.alias %%FONTSDIR%%/kaname-latin1.pcf.gz %%FONTSDIR%%/knm12p.pcf.gz %%FONTSDIR%%/knm12pb.pcf.gz %%FONTSDIR%%/knmhn12x.pcf.gz %%FONTSDIR%%/knmzn12x.pcf.gz %%FONTSDIR%%/knmzn12xb.pcf.gz -%%PORTDOCS%%%%DOCSDIR%%/gijutsu-siryou.doc -%%PORTDOCS%%%%DOCSDIR%%/kaname.doc -%%PORTDOCS%%%%DOCSDIR%%/readme -%%PORTDOCS%%%%DOCSDIR%%/readme.kaname_bdf -%%PORTDOCS%%%%DOCSDIR%%/readme.knm +%%DATADIR%%/kaname-latin1.pcf.gz +%%DATADIR%%/knm12p.pcf.gz +%%DATADIR%%/knm12pb.pcf.gz +%%DATADIR%%/knmhn12x.pcf.gz +%%DATADIR%%/knmzn12x.pcf.gz +%%DATADIR%%/knmzn12xb.pcf.gz Modified: head/japanese/font-kanji18/Makefile ============================================================================== --- head/japanese/kanji18/Makefile Fri Sep 25 19:29:48 2015 (r397867) +++ head/japanese/font-kanji18/Makefile Fri Sep 25 21:48:09 2015 (r397892) @@ -2,60 +2,64 @@ # $FreeBSD$ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Sep 25 21:48:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C84FA08B30; Fri, 25 Sep 2015 21:48:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DCF218D5; Fri, 25 Sep 2015 21:48:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLmK7A065080; Fri, 25 Sep 2015 21:48:20 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLmJJf065077; Fri, 25 Sep 2015 21:48:19 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201509252148.t8PLmJJf065077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 25 Sep 2015 21:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397893 - head/misc/chmlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:48:20 -0000 Author: ak Date: Fri Sep 25 21:48:18 2015 New Revision: 397893 URL: https://svnweb.freebsd.org/changeset/ports/397893 Log: - Take maintainership - Update WWW Modified: head/misc/chmlib/Makefile head/misc/chmlib/pkg-descr Modified: head/misc/chmlib/Makefile ============================================================================== --- head/misc/chmlib/Makefile Fri Sep 25 21:48:09 2015 (r397892) +++ head/misc/chmlib/Makefile Fri Sep 25 21:48:18 2015 (r397893) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ak@FreeBSD.org COMMENT= Library for dealing with Microsoft ITSS/CHM format files LICENSE= LGPL21 Modified: head/misc/chmlib/pkg-descr ============================================================================== --- head/misc/chmlib/pkg-descr Fri Sep 25 21:48:09 2015 (r397892) +++ head/misc/chmlib/pkg-descr Fri Sep 25 21:48:18 2015 (r397893) @@ -4,4 +4,4 @@ now, it is a very simple library, but su into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. -WWW: http://morte.jedrea.com/~jedwin/projects/chmlib/ +WWW: http://www.jedrea.com/chmlib/ From owner-svn-ports-head@freebsd.org Fri Sep 25 21:48:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52DE8A08BC6; Fri, 25 Sep 2015 21:48:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43B3A1AA9; Fri, 25 Sep 2015 21:48:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLmsOf065208; Fri, 25 Sep 2015 21:48:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLmsfp065207; Fri, 25 Sep 2015 21:48:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252148.t8PLmsfp065207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397894 - head/sysutils/mbgtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:48:54 -0000 Author: linimon Date: Fri Sep 25 21:48:53 2015 New Revision: 397894 URL: https://svnweb.freebsd.org/changeset/ports/397894 Log: Mark as broken on arm and sparc64: fail to build. Approved by: portmgr (sparc64 blanket) Modified: head/sysutils/mbgtools/Makefile Modified: head/sysutils/mbgtools/Makefile ============================================================================== --- head/sysutils/mbgtools/Makefile Fri Sep 25 21:48:18 2015 (r397893) +++ head/sysutils/mbgtools/Makefile Fri Sep 25 21:48:53 2015 (r397894) @@ -15,4 +15,7 @@ USE_RC_SUBR= mbgsvcd USES= kmod uidfix +BROKEN_arm= cannot compile: unused variables +BROKEN_sparc64= cannot compile: error in structure definitions + .include From owner-svn-ports-head@freebsd.org Fri Sep 25 21:53:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26610A08EF7; Fri, 25 Sep 2015 21:53:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172A71E27; Fri, 25 Sep 2015 21:53:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLrKr9069082; Fri, 25 Sep 2015 21:53:20 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLrKtR069081; Fri, 25 Sep 2015 21:53:20 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252153.t8PLrKtR069081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397895 - head/sysutils/namefix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:53:21 -0000 Author: linimon Date: Fri Sep 25 21:53:20 2015 New Revision: 397895 URL: https://svnweb.freebsd.org/changeset/ports/397895 Log: Mark as broken on sparc64: fails to extract. Approved by: portmgr (sparc64 blanket) Modified: head/sysutils/namefix/Makefile Modified: head/sysutils/namefix/Makefile ============================================================================== --- head/sysutils/namefix/Makefile Fri Sep 25 21:48:53 2015 (r397894) +++ head/sysutils/namefix/Makefile Fri Sep 25 21:53:20 2015 (r397895) @@ -28,6 +28,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.pl NO_BUILD= yes NO_ARCH= yes +BROKEN_sparc64= cannot extract: coredump in extract phase + USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= namefix-cli.pl namefix.pl From owner-svn-ports-head@freebsd.org Fri Sep 25 21:54:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 436CBA09010; Fri, 25 Sep 2015 21:54:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 347641F1D; Fri, 25 Sep 2015 21:54:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLsMpT069205; Fri, 25 Sep 2015 21:54:22 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLsMaA069204; Fri, 25 Sep 2015 21:54:22 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252154.t8PLsMaA069204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397896 - head/sysutils/pflogx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:54:22 -0000 Author: linimon Date: Fri Sep 25 21:54:21 2015 New Revision: 397896 URL: https://svnweb.freebsd.org/changeset/ports/397896 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/sysutils/pflogx/Makefile Modified: head/sysutils/pflogx/Makefile ============================================================================== --- head/sysutils/pflogx/Makefile Fri Sep 25 21:53:20 2015 (r397895) +++ head/sysutils/pflogx/Makefile Fri Sep 25 21:54:21 2015 (r397896) @@ -24,6 +24,8 @@ MAKE_ARGS+= -DWITH_EXPAT \ EXPAT_LIBDIR=${LOCALBASE}/lib .endif +BROKEN_sparc64= cannot compile: error in C++ code + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/pflogx ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Sep 25 21:55:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79A13A090EA; Fri, 25 Sep 2015 21:55:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7C81041; Fri, 25 Sep 2015 21:55:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLtbEs069372; Fri, 25 Sep 2015 21:55:37 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLtbBM069371; Fri, 25 Sep 2015 21:55:37 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252155.t8PLtbBM069371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 21:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397897 - head/sysutils/xosview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:55:37 -0000 Author: linimon Date: Fri Sep 25 21:55:36 2015 New Revision: 397897 URL: https://svnweb.freebsd.org/changeset/ports/397897 Log: Mark as x86-specific: uses x86-specific hardware resources. Approved by: portmgr (sparc64 blanket) Modified: head/sysutils/xosview/Makefile Modified: head/sysutils/xosview/Makefile ============================================================================== --- head/sysutils/xosview/Makefile Fri Sep 25 21:54:21 2015 (r397896) +++ head/sysutils/xosview/Makefile Fri Sep 25 21:55:36 2015 (r397897) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.pogo.org.uk/~ma MAINTAINER= ports@FreeBSD.org COMMENT= Graphical performance meter +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= used i386-specific hardware resources + USE_XORG= xpm USES= gmake MAKE_ENV+= PLATFORM=bsd MANDIR=${LOCALBASE}/man From owner-svn-ports-head@freebsd.org Fri Sep 25 22:00:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58A9EA093D8; Fri, 25 Sep 2015 22:00:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EE6B12D6; Fri, 25 Sep 2015 22:00:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PM0gVj069799; Fri, 25 Sep 2015 22:00:42 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PM0fak069795; Fri, 25 Sep 2015 22:00:41 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509252200.t8PM0fak069795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 25 Sep 2015 22:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397898 - in head: devel/liborcus07 net/libcmis security/spass sysutils/fusefs-encfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 22:00:42 -0000 Author: linimon Date: Fri Sep 25 22:00:40 2015 New Revision: 397898 URL: https://svnweb.freebsd.org/changeset/ports/397898 Log: Mark as broken on sparc64: these ports fail to link with boost. Approved by: portmgr (sparc64 blanket) Modified: head/devel/liborcus07/Makefile head/net/libcmis/Makefile head/security/spass/Makefile head/sysutils/fusefs-encfs/Makefile Modified: head/devel/liborcus07/Makefile ============================================================================== --- head/devel/liborcus07/Makefile Fri Sep 25 21:55:36 2015 (r397897) +++ head/devel/liborcus07/Makefile Fri Sep 25 22:00:40 2015 (r397898) @@ -14,6 +14,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs +BROKEN_sparc64= cannot link with boost + GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes Modified: head/net/libcmis/Makefile ============================================================================== --- head/net/libcmis/Makefile Fri Sep 25 21:55:36 2015 (r397897) +++ head/net/libcmis/Makefile Fri Sep 25 22:00:40 2015 (r397898) @@ -15,6 +15,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs +BROKEN_sparc64= cannot link with boost + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig Modified: head/security/spass/Makefile ============================================================================== --- head/security/spass/Makefile Fri Sep 25 21:55:36 2015 (r397897) +++ head/security/spass/Makefile Fri Sep 25 22:00:40 2015 (r397898) @@ -14,6 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ libboost_program_options.so:${PORTSDIR}/devel/boost-libs +BROKEN_sparc64= cannot link with boost + USE_GITHUB= yes GH_ACCOUNT= guyru GH_TAGNAME= cb0de64 Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Fri Sep 25 21:55:36 2015 (r397897) +++ head/sysutils/fusefs-encfs/Makefile Fri Sep 25 22:00:40 2015 (r397898) @@ -14,6 +14,8 @@ COMMENT= Encrypted pass-through FUSE fil LIB_DEPENDS= librlog.so:${PORTSDIR}/devel/rlog \ libboost_serialization.so:${PORTSDIR}/devel/boost-libs +BROKEN_sparc64= cannot link with boost + WRKSRC= ${WRKDIR}/encfs-${PORTVERSION} GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 22:02:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25EB7A09585; Fri, 25 Sep 2015 22:02:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08C1415EA; Fri, 25 Sep 2015 22:02:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PM2LQI073931; Fri, 25 Sep 2015 22:02:21 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PM2G83073910; Fri, 25 Sep 2015 22:02:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252202.t8PM2G83073910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 22:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397899 - in head/japanese: font-ipa font-ipa-uigothic font-ipaex font-ipamjm font-jisx0213 font-kappa20 font-kochi font-marumoji font-migmix font-migu font-mona-ipa font-motoya-al font... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 22:02:22 -0000 Author: hrs Date: Fri Sep 25 22:02:16 2015 New Revision: 397899 URL: https://svnweb.freebsd.org/changeset/ports/397899 Log: Mark NO_ARCH. Modified: head/japanese/font-ipa-uigothic/Makefile head/japanese/font-ipa/Makefile head/japanese/font-ipaex/Makefile head/japanese/font-ipamjm/Makefile head/japanese/font-jisx0213/Makefile head/japanese/font-kappa20/Makefile head/japanese/font-kochi/Makefile head/japanese/font-marumoji/Makefile head/japanese/font-migmix/Makefile head/japanese/font-migu/Makefile head/japanese/font-mona-ipa/Makefile head/japanese/font-motoya-al/Makefile head/japanese/font-naga10/Makefile head/japanese/font-sazanami/Makefile head/japanese/font-shinonome/Makefile head/japanese/font-takao/Makefile head/japanese/font-ume/Makefile head/japanese/font-vlgothic/Makefile Modified: head/japanese/font-ipa-uigothic/Makefile ============================================================================== --- head/japanese/font-ipa-uigothic/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-ipa-uigothic/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= ipa-uigothic PORTVERSION= 00203 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/old/ PKGNAMEPREFIX= ja-font- @@ -17,6 +17,7 @@ CONFLICTS= ja-font-mplus-ipa-1.0.2006052 USES= fonts:fc zip FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-ipa/Makefile ============================================================================== --- head/japanese/font-ipa/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-ipa/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= ipa PORTVERSION= 00303 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/ PKGNAMEPREFIX= ja-font- @@ -15,6 +15,7 @@ CONFLICTS= ja-ipa-ttfonts-[0-9]* USES= fonts:fc zip FONTNAME= OTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-ipaex/Makefile ============================================================================== --- head/japanese/font-ipaex/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-ipaex/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= ipaex PORTVERSION= 00201 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/7bf84182a04a9632268dbcb03f100d05/ PKGNAMEPREFIX= ja-font- @@ -13,6 +13,7 @@ COMMENT= IPAex Japanese fonts USES= fonts:fc zip FONTNAME= OTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-ipamjm/Makefile ============================================================================== --- head/japanese/font-ipamjm/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-ipamjm/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= ipamjm PORTVERSION= 00301 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://dl.mojikiban.ipa.go.jp/IPAmjMincho/ PKGNAMEPREFIX= ja-font- @@ -18,6 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg USES= fonts:fc zip FONTNAME= OTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-jisx0213/Makefile ============================================================================== --- head/japanese/font-jisx0213/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-jisx0213/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,7 +3,7 @@ PORTNAME= jisx0213 PORTVERSION= 20040425 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www12.ocn.ne.jp/~imamura/ \ LOCAL/hrs:yagi @@ -21,9 +21,10 @@ BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fo bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf USES= fonts -USE_XORG= fontutil +FONTNAME= misc +NO_ARCH= yes NO_WRKSUBDIR= yes -EXTRACT_CMD= ${GZCAT} +EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKDIR}/$${file%.gz} MAKE_ENV= FONTSDIR=${FONTSDIR} Modified: head/japanese/font-kappa20/Makefile ============================================================================== --- head/japanese/font-kappa20/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-kappa20/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,6 +3,7 @@ PORTNAME= kappa20 PORTVERSION= 0.396 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= LOCAL/hrs PKGNAMEPREFIX= ja-font- @@ -16,6 +17,7 @@ BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11- USES= fonts tar:bzip2 FONTNAME= misc +NO_ARCH= yes MAKE_ARGS= FONTSDIR="${FONTSDIR:S,${PREFIX},,}" MAKEFILE= ${WRKDIR}/Makefile SUB_FILES= Makefile pkg-install Modified: head/japanese/font-kochi/Makefile ============================================================================== --- head/japanese/font-kochi/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-kochi/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -14,6 +14,7 @@ COMMENT= Kochi Japanese TrueType font USES= fonts:fc tar:bzip2 FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-marumoji/Makefile ============================================================================== --- head/japanese/font-marumoji/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-marumoji/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,7 +3,7 @@ PORTNAME= marumoji PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= japanese x11-fonts MASTER_SITES= LOCAL/hrs/${PORTNAME} PKGNAMEPREFIX= ja-font- @@ -19,6 +19,7 @@ BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fo USES= fonts:fc FONTNAME= marumoji +NO_ARCH= yes MAKE_ENV= FONTSDIR=${FONTSDIR:S,${PREFIX},,} SUB_FILES= Makefile pkg-install PKGINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-migmix/Makefile ============================================================================== --- head/japanese/font-migmix/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-migmix/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= migmix PORTVERSION= 1.0.20130617 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/mix-mplus-ipa/59021 PKGNAMEPREFIX= ja-font- @@ -16,6 +16,7 @@ COMMENT= Mixed Japanese font with IPA Go USES= fonts:fc zip FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-migu/Makefile ============================================================================== --- head/japanese/font-migu/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-migu/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= migu PORTVERSION= 1.0.20130617 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/mix-mplus-ipa/59022 PKGNAMEPREFIX= ja-font- @@ -16,6 +16,7 @@ COMMENT= Another Japanese font set based USES= fonts:fc zip FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-mona-ipa/Makefile ============================================================================== --- head/japanese/font-mona-ipa/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-mona-ipa/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= mona-ipa PORTVERSION= 1.0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.geocities.jp/ipa_mona/ PKGNAMEPREFIX= ja-font- @@ -13,6 +13,7 @@ COMMENT= IPA Japanese TrueType fonts wit USES= fonts:fc FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-motoya-al/Makefile ============================================================================== --- head/japanese/font-motoya-al/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-motoya-al/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= motoya-al PORTVERSION= 0.0.20100921 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese x11-fonts MASTER_SITES= LOCAL/hrs PKGNAMEPREFIX= ja-font- @@ -13,6 +13,7 @@ COMMENT= Free Japanese fonts by MOTOYA USES= fonts:fc tar:bzip2 FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-naga10/Makefile ============================================================================== --- head/japanese/font-naga10/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-naga10/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,6 +3,7 @@ PORTNAME= naga10 PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= http://hp.vector.co.jp/authors/VA013391/fonts/ PKGNAMEPREFIX= ja-font- @@ -16,6 +17,7 @@ BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fo USES= fonts FONTNAME= misc +NO_ARCH= yes SUB_FILES= Makefile pkg-install SUB_LIST= FONTSALIAS="${DATADIR}/fonts.alias" MAKEFILE= ${WRKDIR}/Makefile Modified: head/japanese/font-sazanami/Makefile ============================================================================== --- head/japanese/font-sazanami/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-sazanami/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= sazanami PORTVERSION= 20040629 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/efont/10087 PKGNAMEPREFIX= ja-font- @@ -12,6 +12,7 @@ COMMENT= Sazanami Japanese TrueType font USES= fonts:fc tar:bzip2 FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-shinonome/Makefile ============================================================================== --- head/japanese/font-shinonome/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-shinonome/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,7 +3,7 @@ PORTNAME= shinonome PORTVERSION= 0.9.11.p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= http://openlab.jp/efont/dist/shinonome/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -17,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- USES= fonts tar:bzip2 FONTNAME= misc +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME:C/^font-//}-${PORTVERSION:C/.p.*$//} DATADIR= ${PREFIX}/share/font-${PORTNAME} SUB_FILES= pkg-install Modified: head/japanese/font-takao/Makefile ============================================================================== --- head/japanese/font-takao/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-takao/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= takao PORTVERSION= 003.02.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese x11-fonts MASTER_SITES= http://launchpadlibrarian.net/40218948/ PKGNAMEPREFIX= ja-font- @@ -13,6 +13,7 @@ COMMENT= Improved IPA Japanese fonts USES= fonts:fc FONTNAME= OTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-ume/Makefile ============================================================================== --- head/japanese/font-ume/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-ume/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -2,7 +2,7 @@ PORTNAME= ume PORTVERSION= 0.0.470 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/${PORTNAME}-font/22212 PKGNAMEPREFIX= ja-font- @@ -13,6 +13,7 @@ COMMENT= Ume Japanese TrueType fonts USES= fonts:fc tar:xz FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install Modified: head/japanese/font-vlgothic/Makefile ============================================================================== --- head/japanese/font-vlgothic/Makefile Fri Sep 25 22:00:40 2015 (r397898) +++ head/japanese/font-vlgothic/Makefile Fri Sep 25 22:02:16 2015 (r397899) @@ -3,7 +3,7 @@ PORTNAME= vlgothic PORTVERSION= 20141206 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/vlgothic/62375 PKGNAMEPREFIX= ja-font- @@ -14,6 +14,7 @@ COMMENT= VLGothic Japanese TrueType font USES= fonts:fc tar:xz FONTNAME= TTF +NO_ARCH= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install From owner-svn-ports-head@freebsd.org Fri Sep 25 22:08:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 414EAA0991A; Fri, 25 Sep 2015 22:08:21 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 325BB1985; Fri, 25 Sep 2015 22:08:21 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PM8LqA074369; Fri, 25 Sep 2015 22:08:21 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PM8Lo5074368; Fri, 25 Sep 2015 22:08:21 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252208.t8PM8Lo5074368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 22:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397900 - head/japanese/navi2ch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 22:08:21 -0000 Author: hrs Date: Fri Sep 25 22:08:20 2015 New Revision: 397900 URL: https://svnweb.freebsd.org/changeset/ports/397900 Log: Update dependency. Modified: head/japanese/navi2ch/Makefile Modified: head/japanese/navi2ch/Makefile ============================================================================== --- head/japanese/navi2ch/Makefile Fri Sep 25 22:02:16 2015 (r397899) +++ head/japanese/navi2ch/Makefile Fri Sep 25 22:08:20 2015 (r397900) @@ -3,7 +3,7 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= japanese www elisp MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/ LOCAL/hrs @@ -31,7 +31,7 @@ LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT=DOCS X11 -X11_RUN_DEPENDS=${LOCALBASE}/share/fonts/monafonts/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts +X11_RUN_DEPENDS=${LOCALBASE}/share/mona/monak12.pcf.gz:${PORTSDIR}/japanese/font-mona post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Sep 25 23:14:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8606BA086B4; Fri, 25 Sep 2015 23:14:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D61313E4; Fri, 25 Sep 2015 23:14:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNEJ1i002955; Fri, 25 Sep 2015 23:14:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNEI5t002953; Fri, 25 Sep 2015 23:14:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252314.t8PNEI5t002953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397901 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:14:19 -0000 Author: bapt Date: Fri Sep 25 23:14:18 2015 New Revision: 397901 URL: https://svnweb.freebsd.org/changeset/ports/397901 Log: Release pkg-1.6.0 Changes since pkg-1.5 series - Lots of improvements in the solver (in particular fixes the case like the recent jpeg upgrade) - Lots of fixes in the 3 way merge code - pkg add can now work without a version specified in the dependency line - pkg check -d now also check the required libraries - Improved support for partial upgrades - Improved zsh completion support - Improved linux support (now all regression tests passes on linux) - Messages can now be context aware: (only print a given message during installation, upgrade - version aware -, removal, or always) - @keywords now accepts new entries to add context aware messages - Add the ability to generate graphiz's dot format representation of the solver's problem - pkg search now default on showing the comments of of the matched packages - Lots of bug fixes and code cleanup - Document @{pre,post}[un]exec in plist added in pkg 1.5 Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Sep 25 22:08:20 2015 (r397900) +++ head/ports-mgmt/pkg/Makefile Fri Sep 25 23:14:18 2015 (r397901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.6 +DISTVERSION= 1.6.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri Sep 25 22:08:20 2015 (r397900) +++ head/ports-mgmt/pkg/distinfo Fri Sep 25 23:14:18 2015 (r397901) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.6.tar.xz) = 30c772e97e306ad85dcc652e2a9951ad49b0827337066f44dba5d91882ad92b1 -SIZE (pkg-1.5.6.tar.xz) = 1900900 +SHA256 (pkg-1.6.0.tar.xz) = ed8b651abaf613723bbec8363e7d1c4f8edfb487adb689d22880430026ab7912 +SIZE (pkg-1.6.0.tar.xz) = 1895636 From owner-svn-ports-head@freebsd.org Fri Sep 25 23:15:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F361A08807; Fri, 25 Sep 2015 23:15:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7077B1594; Fri, 25 Sep 2015 23:15:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNFqCY003126; Fri, 25 Sep 2015 23:15:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNFqrY003124; Fri, 25 Sep 2015 23:15:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252315.t8PNFqrY003124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397902 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:15:52 -0000 Author: bapt Date: Fri Sep 25 23:15:51 2015 New Revision: 397902 URL: https://svnweb.freebsd.org/changeset/ports/397902 Log: Update to 1.6.99.0 Changes: - Document @{pre,post}[un]exec Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Fri Sep 25 23:14:18 2015 (r397901) +++ head/ports-mgmt/pkg-devel/Makefile Fri Sep 25 23:15:51 2015 (r397902) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.99.13 +DISTVERSION= 1.6.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Fri Sep 25 23:14:18 2015 (r397901) +++ head/ports-mgmt/pkg-devel/distinfo Fri Sep 25 23:15:51 2015 (r397902) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.99.13.tar.xz) = db72058fb26203b41007d8b109363df4e9c4b821f67666f59f67d2240557395b -SIZE (pkg-1.5.99.13.tar.xz) = 1900516 +SHA256 (pkg-1.6.99.0.tar.xz) = 1f65ce50b98c46b7c115db0a510eef210dc2f96592bee1f5d6c116823d50730b +SIZE (pkg-1.6.99.0.tar.xz) = 1903692 From owner-svn-ports-head@freebsd.org Fri Sep 25 23:20:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05528A08B29; Fri, 25 Sep 2015 23:20:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDE3A19F4; Fri, 25 Sep 2015 23:20:51 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNKpNS005969; Fri, 25 Sep 2015 23:20:51 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNKnJn005958; Fri, 25 Sep 2015 23:20:49 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201509252320.t8PNKnJn005958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 25 Sep 2015 23:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397903 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:20:52 -0000 Author: osa Date: Fri Sep 25 23:20:48 2015 New Revision: 397903 URL: https://svnweb.freebsd.org/changeset/ports/397903 Log: Upgrade from 5.0.18 to 5.0.20: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx-devel/Makefile Fri Sep 25 23:20:48 2015 (r397903) @@ -701,10 +701,10 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.18 +PASSENGER_VERSION= 5.0.20 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger -CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx +CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-passenger-build-nginx.rb .if empty(PORT_OPTIONS:MDEBUG) CONFIGURE_ENV+= OPTIMIZE="yes" Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx-devel/distinfo Fri Sep 25 23:20:48 2015 (r397903) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.18.tar.gz) = 8a92393f5413bb20686295f62a586e3af3b68e631b679413c990b5f0b58ba767 -SIZE (passenger-5.0.18.tar.gz) = 4927106 +SHA256 (passenger-5.0.20.tar.gz) = a5b35780beb7ecd39d18375acab3e4fa1a2e104b7a324f41a1f89c99e7b8b04c +SIZE (passenger-5.0.20.tar.gz) = 5307200 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Fri Sep 25 23:20:48 2015 (r397903) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.18/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.18/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.20/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.20/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ @@ -12,7 +12,7 @@ task :nginx_without_native_support => [ auto_generated_sources, -- AGENT_OUTPUT_DIR + AGENT_EXE, +- AGENT_TARGET, COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects ].flatten Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx/Makefile Fri Sep 25 23:20:48 2015 (r397903) @@ -687,10 +687,10 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.18 +PASSENGER_VERSION= 5.0.20 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger -CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx +CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-passenger-build-nginx.rb .if empty(PORT_OPTIONS:MDEBUG) CONFIGURE_ENV+= OPTIMIZE="yes" Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx/distinfo Fri Sep 25 23:20:48 2015 (r397903) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.18.tar.gz) = 8a92393f5413bb20686295f62a586e3af3b68e631b679413c990b5f0b58ba767 -SIZE (passenger-5.0.18.tar.gz) = 4927106 +SHA256 (passenger-5.0.20.tar.gz) = a5b35780beb7ecd39d18375acab3e4fa1a2e104b7a324f41a1f89c99e7b8b04c +SIZE (passenger-5.0.20.tar.gz) = 5307200 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Fri Sep 25 23:20:48 2015 (r397903) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.18/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.18/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.20/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.20/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ @@ -12,7 +12,7 @@ task :nginx_without_native_support => [ auto_generated_sources, -- AGENT_OUTPUT_DIR + AGENT_EXE, +- AGENT_TARGET, COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects ].flatten Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/rubygem-passenger/Makefile Fri Sep 25 23:20:48 2015 (r397903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.0.18 +PORTVERSION= 5.0.20 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -71,7 +71,7 @@ pre-patch: s!#{PlatformInfo.debugging_cflags}!${CFLAGS}!g; \ s!-O2!!g; \ s! -feliminate-unused-debug-symbols -feliminate-unused-debug-types!!g; \ - 215s!true!false!' \ + 229s!true!false!' \ ${WRKSRC}/build/basics.rb .if ${PORT_OPTIONS:NDEBUG} @${REINPLACE_CMD} \ Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Fri Sep 25 23:15:51 2015 (r397902) +++ head/www/rubygem-passenger/distinfo Fri Sep 25 23:20:48 2015 (r397903) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-5.0.18.gem) = af3fa2ffcb641e00e34e7b320ed909b3b5a83c047b6b834def803ff26562a313 -SIZE (rubygem/passenger-5.0.18.gem) = 4936192 +SHA256 (rubygem/passenger-5.0.20.gem) = b8fac856bd028dc9e0cbb1efce2dcb90c98bed8b7733b6fa0c9145813f1a4516 +SIZE (rubygem/passenger-5.0.20.gem) = 5316608 From owner-svn-ports-head@freebsd.org Fri Sep 25 23:30:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B44BBA092D3; Fri, 25 Sep 2015 23:30:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D5071ED7; Fri, 25 Sep 2015 23:30:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNUf80008299; Fri, 25 Sep 2015 23:30:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNUfvu008298; Fri, 25 Sep 2015 23:30:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252330.t8PNUfvu008298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397904 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:30:41 -0000 Author: bapt Date: Fri Sep 25 23:30:40 2015 New Revision: 397904 URL: https://svnweb.freebsd.org/changeset/ports/397904 Log: Use @post[un]exec for ldconfig to ensure ldconfig is run when needed instead of the hackish _FORCE_POST_PATTERNS Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:20:48 2015 (r397903) +++ head/Mk/bsd.port.mk Fri Sep 25 23:30:40 2015 (r397904) @@ -1817,7 +1817,6 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfo fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ gtk-query-immodules \ - ldconfig \ load-octave-pkg \ ocamlfind \ update-desktop-database update-mime-database \ @@ -4766,26 +4765,26 @@ generate-plist: ${WRKDIR} .if defined(USE_LINUX_PREFIX) .if defined(USE_LDCONFIG) - @${ECHO_CMD} "@exec ${LDCONFIG_CMD}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LDCONFIG_CMD}" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LDCONFIG_CMD}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LDCONFIG_CMD}" >> ${TMPPLIST} .endif .else .if defined(USE_LDCONFIG) .if !defined(INSTALL_AS_USER) - @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LDCONFIG} -R" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LDCONFIG} -m ${USE_LDCONFIG}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LDCONFIG} -R" >> ${TMPPLIST} .else - @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LDCONFIG} -R || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LDCONFIG} -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .if defined(USE_LDCONFIG32) .if !defined(INSTALL_AS_USER) - @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LDCONFIG} -32 -m ${USE_LDCONFIG32}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LDCONFIG} -32 -R" >> ${TMPPLIST} .else - @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32} || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LDCONFIG} -32 -m ${USE_LDCONFIG32} || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LDCONFIG} -32 -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .endif From owner-svn-ports-head@freebsd.org Fri Sep 25 23:31:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EF11A0936A; Fri, 25 Sep 2015 23:31:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB011079; Fri, 25 Sep 2015 23:31:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNVaoU011351; Fri, 25 Sep 2015 23:31:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNVaR4011350; Fri, 25 Sep 2015 23:31:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252331.t8PNVaR4011350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397905 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:31:36 -0000 Author: bapt Date: Fri Sep 25 23:31:35 2015 New Revision: 397905 URL: https://svnweb.freebsd.org/changeset/ports/397905 Log: Bump the minimal version of pkg to 1.6.0 Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:30:40 2015 (r397904) +++ head/Mk/bsd.port.mk Fri Sep 25 23:31:35 2015 (r397905) @@ -1045,7 +1045,7 @@ SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= -MINIMAL_PKG_VERSION= 1.3.8 +MINIMAL_PKG_VERSION= 1.6.0 # make sure bmake treats -V as expected .MAKE.EXPAND_VARIABLES= yes From owner-svn-ports-head@freebsd.org Fri Sep 25 23:41:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E87C7A09852; Fri, 25 Sep 2015 23:41:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9F1E139F; Fri, 25 Sep 2015 23:41:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNfTIX013060; Fri, 25 Sep 2015 23:41:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNfTr5013059; Fri, 25 Sep 2015 23:41:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252341.t8PNfTr5013059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397906 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:41:30 -0000 Author: bapt Date: Fri Sep 25 23:41:29 2015 New Revision: 397906 URL: https://svnweb.freebsd.org/changeset/ports/397906 Log: kldxref is not used anymore in any @exec Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:31:35 2015 (r397905) +++ head/Mk/bsd.port.mk Fri Sep 25 23:41:29 2015 (r397906) @@ -1813,7 +1813,7 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgra PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade -_FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ +_FORCE_POST_PATTERNS= rmdir mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ gtk-query-immodules \ From owner-svn-ports-head@freebsd.org Fri Sep 25 23:47:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37BF7A09BEB; Fri, 25 Sep 2015 23:47:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 293EA17ED; Fri, 25 Sep 2015 23:47:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNlXhe015830; Fri, 25 Sep 2015 23:47:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNlXav015829; Fri, 25 Sep 2015 23:47:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252347.t8PNlXav015829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397907 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:47:33 -0000 Author: bapt Date: Fri Sep 25 23:47:32 2015 New Revision: 397907 URL: https://svnweb.freebsd.org/changeset/ports/397907 Log: mkfontscale and mkfontdir are not used anymore in @exec lines Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:41:29 2015 (r397906) +++ head/Mk/bsd.port.mk Fri Sep 25 23:47:32 2015 (r397907) @@ -1813,7 +1813,7 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgra PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade -_FORCE_POST_PATTERNS= rmdir mkfontscale mkfontdir fc-cache \ +_FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ gtk-query-immodules \ From owner-svn-ports-head@freebsd.org Fri Sep 25 23:52:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4530A09F76; Fri, 25 Sep 2015 23:52:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47C91B7F; Fri, 25 Sep 2015 23:52:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNqBHv019784; Fri, 25 Sep 2015 23:52:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNqAR4019778; Fri, 25 Sep 2015 23:52:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252352.t8PNqAR4019778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:52:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397908 - in head: Mk devel/dconf devel/gconf2 devel/glib20 net/glib-networking x11/mate-panel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 23:52:11 -0000 Author: bapt Date: Fri Sep 25 23:52:09 2015 New Revision: 397908 URL: https://svnweb.freebsd.org/changeset/ports/397908 Log: Convert a bunch of @exec into proper @postexec Modified: head/Mk/bsd.port.mk head/devel/dconf/pkg-plist head/devel/gconf2/pkg-plist head/devel/glib20/pkg-plist head/net/glib-networking/pkg-plist head/x11/mate-panel/pkg-plist Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:47:32 2015 (r397907) +++ head/Mk/bsd.port.mk Fri Sep 25 23:52:09 2015 (r397908) @@ -1815,7 +1815,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ - gio-querymodules \ gtk-query-immodules \ load-octave-pkg \ ocamlfind \ Modified: head/devel/dconf/pkg-plist ============================================================================== --- head/devel/dconf/pkg-plist Fri Sep 25 23:47:32 2015 (r397907) +++ head/devel/dconf/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) @@ -47,5 +47,5 @@ share/vala/vapi/dconf.deps share/vala/vapi/dconf.vapi @dir %%ETCDIR%%/db @dir %%ETCDIR%%/profile -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postunexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true Modified: head/devel/gconf2/pkg-plist ============================================================================== --- head/devel/gconf2/pkg-plist Fri Sep 25 23:47:32 2015 (r397907) +++ head/devel/gconf2/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) @@ -151,5 +151,5 @@ share/sgml/gconf/gconf-1.0.dtd @dir etc/gconf/gconf.xml.defaults @dir etc/gconf/gconf.xml.mandatory @dir etc/gconf/gconf.xml.system -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postunexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true Modified: head/devel/glib20/pkg-plist ============================================================================== --- head/devel/glib20/pkg-plist Fri Sep 25 23:47:32 2015 (r397907) +++ head/devel/glib20/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) @@ -447,6 +447,6 @@ share/locale/zh_HK/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings -@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true -@unexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true +@postunexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true +@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true Modified: head/net/glib-networking/pkg-plist ============================================================================== --- head/net/glib-networking/pkg-plist Fri Sep 25 23:47:32 2015 (r397907) +++ head/net/glib-networking/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) @@ -70,5 +70,5 @@ share/locale/vi/LC_MESSAGES/glib-network share/locale/zh_CN/LC_MESSAGES/glib-networking.mo share/locale/zh_HK/LC_MESSAGES/glib-networking.mo share/locale/zh_TW/LC_MESSAGES/glib-networking.mo -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postunexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true Modified: head/x11/mate-panel/pkg-plist ============================================================================== --- head/x11/mate-panel/pkg-plist Fri Sep 25 23:47:32 2015 (r397907) +++ head/x11/mate-panel/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) @@ -396,4 +396,4 @@ share/mate-panel/ui/window-menu-menu.xml share/mate-panel/ui/workspace-switcher-menu.xml share/mate-panel/ui/workspace-switcher.ui @dir lib/mate-panel/modules -@exec %D/bin/gio-querymodules %D/lib/mate-panel/modules +@postexec %D/bin/gio-querymodules %D/lib/mate-panel/modules From owner-svn-ports-head@freebsd.org Sat Sep 26 00:08:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F341AA08E33; Sat, 26 Sep 2015 00:08:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1306125D; Sat, 26 Sep 2015 00:08:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q08Wme024599; Sat, 26 Sep 2015 00:08:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q08Rib024578; Sat, 26 Sep 2015 00:08:27 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260008.t8Q08Rib024578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397909 - in head: Mk chinese/fcitx chinese/gcin chinese/oxim chinese/wenju graphics/gdk-pixbuf2 graphics/librsvg2 japanese/im-ja korean/imhangul textproc/ibus textproc/linux-f10-scim-g... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:08:33 -0000 Author: bapt Date: Sat Sep 26 00:08:26 2015 New Revision: 397909 URL: https://svnweb.freebsd.org/changeset/ports/397909 Log: Specify correctly @post* for gtk-query-immodules Modified: head/Mk/bsd.port.mk head/chinese/fcitx/pkg-plist head/chinese/gcin/pkg-plist head/chinese/oxim/pkg-plist head/chinese/wenju/pkg-plist head/graphics/gdk-pixbuf2/pkg-plist head/graphics/librsvg2/pkg-plist head/japanese/im-ja/pkg-plist head/korean/imhangul/pkg-plist head/textproc/ibus/pkg-plist head/textproc/linux-f10-scim-gtk/pkg-plist head/textproc/linux-f10-scim-libs/pkg-plist head/textproc/scim/pkg-plist head/textproc/uim-gtk/pkg-plist head/textproc/uim-gtk3/pkg-plist head/x11-toolkits/gtk20/pkg-plist head/x11-toolkits/gtk30/pkg-plist head/x11-toolkits/linux-f10-gtk2/pkg-plist Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 25 23:52:09 2015 (r397908) +++ head/Mk/bsd.port.mk Sat Sep 26 00:08:26 2015 (r397909) @@ -1815,12 +1815,9 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ - gtk-query-immodules \ load-octave-pkg \ ocamlfind \ update-desktop-database update-mime-database \ - gdk-pixbuf-query-loaders catalog.ports \ - glib-compile-schemas \ ccache-update-links .if defined(USE_LOCAL_MK) Modified: head/chinese/fcitx/pkg-plist ============================================================================== --- head/chinese/fcitx/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/chinese/fcitx/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -117,11 +117,11 @@ lib/fcitx/libexec/fcitx-scanner %%QT4%%lib/fcitx/qt/libfcitx-quickphrase-editor.so lib/girepository-1.0/Fcitx-1.0.typelib %%GTK2%%lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-fcitx.so -%%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -%%GTK2%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache %%GTK3%%lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-fcitx.so -%%GTK3%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache -%%GTK3%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK3%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK3%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache %%QT4%%lib/qt4/plugins/inputmethods/qtim-fcitx.so lib/libfcitx-config.so lib/libfcitx-config.so.4 Modified: head/chinese/gcin/pkg-plist ============================================================================== --- head/chinese/gcin/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/chinese/gcin/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -169,5 +169,5 @@ share/icons/gcin/vocabulary.png share/icons/gcin/wm2.png share/icons/gcin/wubi.png share/icons/hicolor/64x64/apps/gcin.png -@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/chinese/oxim/pkg-plist ============================================================================== --- head/chinese/oxim/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/chinese/oxim/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -22,5 +22,5 @@ man/man1/oxim.1.gz share/locale/zh_CN/LC_MESSAGES/oxim.mo share/locale/zh_HK/LC_MESSAGES/oxim.mo share/locale/zh_TW/LC_MESSAGES/oxim.mo -%%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -%%GTK2%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/chinese/wenju/pkg-plist ============================================================================== --- head/chinese/wenju/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/chinese/wenju/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -16,5 +16,5 @@ lib/gtk-2.0/%%GTK2_VERSION%%/immodules/i %%DATADIR%%/shengdiao.tim %%DATADIR%%/wubi.tim %%DATADIR%%/wubihua-n.tim -@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/graphics/gdk-pixbuf2/pkg-plist ============================================================================== --- head/graphics/gdk-pixbuf2/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/graphics/gdk-pixbuf2/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -149,5 +149,5 @@ share/gir-1.0/GdkPixbuf-2.0.gir %%NLS%%share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>&1 >/dev/null || true +@postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true +@postunexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>&1 >/dev/null || true Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/graphics/librsvg2/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -42,5 +42,5 @@ share/doc/rsvg-2.0/style.css share/doc/rsvg-2.0/up-insensitive.png share/doc/rsvg-2.0/up.png share/gir-1.0/Rsvg-2.0.gir -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true +@postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true +@postunexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true Modified: head/japanese/im-ja/pkg-plist ============================================================================== --- head/japanese/im-ja/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/japanese/im-ja/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -40,5 +40,5 @@ share/locale/de/LC_MESSAGES/im-ja.mo share/locale/es/LC_MESSAGES/im-ja.mo share/locale/hu/LC_MESSAGES/im-ja.mo share/locale/ja/LC_MESSAGES/im-ja.mo -@exec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi -@unexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi +@postexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi +@postunexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi Modified: head/korean/imhangul/pkg-plist ============================================================================== --- head/korean/imhangul/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/korean/imhangul/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -1,5 +1,5 @@ lib/gtk-%%GTKVER%%/immodules/im-hangul.so %%NO_GTK3%%%%NLS%%share/locale/ko/LC_MESSAGES/im-hangul.mo %%GTK3%%%%NLS%%share/locale/ko/LC_MESSAGES/im-hangul-%%GTKVER%%.mo -@exec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache -@unexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache +@postexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache +@postunexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/ibus/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -3,8 +3,8 @@ bin/ibus-setup bin/ibus etc/xdg/autostart/ibus.desktop %%DCONF%%etc/dconf/db/ibus.d/00-upstream-settings -%%DCONF%%@unexec rm -f %D/etc/dconf/db/ibus -%%DCONF%%@exec dconf update +%%DCONF%%@postunexec rm -f %D/etc/dconf/db/ibus +%%DCONF%%@postexec dconf update %%DCONF%%etc/dconf/profile/ibus include/ibus-1.0/ibus.h include/ibus-1.0/ibusattribute.h @@ -323,7 +323,7 @@ share/bash-completion/completions/ibus.b %%PYTHON_LIB%%@dir %%PYTHON_SITELIBDIR%%/ibus @dir include/ibus-1.0 %%DCONF%%@dir etc/dconf/db/ibus.d -%%GTK3%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache -%%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -%%GTK3%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache -%%GTK2%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK3%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK2%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK3%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK2%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/textproc/linux-f10-scim-gtk/pkg-plist ============================================================================== --- head/textproc/linux-f10-scim-gtk/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/linux-f10-scim-gtk/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -1,4 +1,3 @@ -@comment file listing usr/lib/gtk-2.0/immodules/im-scim.so -@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -@unexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@postexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@postunexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules Modified: head/textproc/linux-f10-scim-libs/pkg-plist ============================================================================== --- head/textproc/linux-f10-scim-libs/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/linux-f10-scim-libs/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -8,5 +8,5 @@ usr/lib/libscim-x11utils-1.0.so.8.2.3 usr/lib/scim-1.0/1.4.0/Config/simple.so usr/lib/scim-1.0/1.4.0/Config/socket.so usr/lib/scim-1.0/1.4.0/IMEngine/socket.so -@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -@unexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@postexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@postunexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules Modified: head/textproc/scim/pkg-plist ============================================================================== --- head/textproc/scim/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/scim/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -154,5 +154,5 @@ share/locale/zh_TW/LC_MESSAGES/scim.mo @dirrmtry lib/scim-1.0/1.4.0/SetupUI @dirrmtry lib/scim-1.0/1.4.0 @dirrmtry lib/scim-1.0 -@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/textproc/uim-gtk/pkg-plist ============================================================================== --- head/textproc/uim-gtk/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/uim-gtk/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -4,5 +4,5 @@ bin/uim-pref-gtk bin/uim-toolbar-gtk bin/uim-toolbar-gtk-systray lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-uim.so -@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache Modified: head/textproc/uim-gtk3/pkg-plist ============================================================================== --- head/textproc/uim-gtk3/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/textproc/uim-gtk3/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -7,5 +7,5 @@ lib/gtk-3.0/%%GTK3_VERSION%%/immodules/i libexec/uim-candwin-gtk3 libexec/uim-candwin-horizontal-gtk3 libexec/uim-candwin-tbl-gtk3 -@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache -@unexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache +@postexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache +@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache Modified: head/x11-toolkits/gtk20/pkg-plist ============================================================================== --- head/x11-toolkits/gtk20/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/x11-toolkits/gtk20/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -566,10 +566,10 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true +@postexec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true @unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true @unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache -@exec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true +@postexec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @dir lib/gtk-2.0/modules @dir lib/gtk-2.0/%%GTK2_VERSION%%/printbackends @dir lib/gtk-2.0/%%GTK2_VERSION%%/modules Modified: head/x11-toolkits/gtk30/pkg-plist ============================================================================== --- head/x11-toolkits/gtk30/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/x11-toolkits/gtk30/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -682,7 +682,7 @@ share/locale/zh_TW/LC_MESSAGES/gtk30-pro share/locale/zh_TW/LC_MESSAGES/gtk30.mo share/themes/Default/gtk-3.0/gtk-keys.css share/themes/Emacs/gtk-3.0/gtk-keys.css -@exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true +@postexec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @rmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache @exec /bin/mkdir -p %D/lib/gtk-3.0/modules @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines Modified: head/x11-toolkits/linux-f10-gtk2/pkg-plist ============================================================================== --- head/x11-toolkits/linux-f10-gtk2/pkg-plist Fri Sep 25 23:52:09 2015 (r397908) +++ head/x11-toolkits/linux-f10-gtk2/pkg-plist Sat Sep 26 00:08:26 2015 (r397909) @@ -1,4 +1,3 @@ -@comment file listing etc/gtk-2.0/im-multipress.conf @unexec rm %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules @unexec rm %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders @@ -308,5 +307,5 @@ usr/share/themes/Xfce/gtk-2.0/gtkrc @dir etc/gtk-2.0/i386-redhat-linux-gnu @dir usr/lib/gtk-2.0/2.10.0/filesystems @dir usr/lib/gtk-2.0/modules -@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders +@postexec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@postexec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders From owner-svn-ports-head@freebsd.org Sat Sep 26 00:09:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FFB4A08F82; Sat, 26 Sep 2015 00:09:59 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78B4E1358; Sat, 26 Sep 2015 00:09:58 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id ef6476f4 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 25 Sep 2015 18:09:48 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r397901 - head/ports-mgmt/pkg From: Adam Weinberger In-Reply-To: <201509252314.t8PNEI5t002953@repo.freebsd.org> Date: Fri, 25 Sep 2015 18:09:46 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4D58475A-C7B5-4D08-8B44-039B357A8975@adamw.org> References: <201509252314.t8PNEI5t002953@repo.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:09:59 -0000 > On 25 Sep, 2015, at 17:14, Baptiste Daroussin = wrote: >=20 > Author: bapt > Date: Fri Sep 25 23:14:18 2015 > New Revision: 397901 > URL: https://svnweb.freebsd.org/changeset/ports/397901 >=20 > - Document @{pre,post}[un]exec in plist added in pkg 1.5 Interesting! I had no idea. Can something about this---anything---be = added to CHANGES, or the PHB? I know that updating the PHB is awkward and time-consuming, but a single = sentence in CHANGES saying "There are new plist keywords: @pre[un]exec = will do ____ and @post[un]exec will do it after _____" would go a long = way. Please remember that we (ports committers and maintainers) want to keep = up with current best practices, but it's hard to do so when we don't get = told about infrastructure changes. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Sat Sep 26 00:11:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C133A091BF; Sat, 26 Sep 2015 00:11:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0AF17B0; Sat, 26 Sep 2015 00:11:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0BUrR027277; Sat, 26 Sep 2015 00:11:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0BUjF027276; Sat, 26 Sep 2015 00:11:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260011.t8Q0BUjF027276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397910 - head/japanese/ngraph-fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:11:30 -0000 Author: bapt Date: Sat Sep 26 00:11:29 2015 New Revision: 397910 URL: https://svnweb.freebsd.org/changeset/ports/397910 Log: Fix index Modified: head/japanese/ngraph-fonts/Makefile Modified: head/japanese/ngraph-fonts/Makefile ============================================================================== --- head/japanese/ngraph-fonts/Makefile Sat Sep 26 00:08:26 2015 (r397909) +++ head/japanese/ngraph-fonts/Makefile Sat Sep 26 00:11:29 2015 (r397910) @@ -10,8 +10,8 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= Japanese Font Setup for math/ngraph RUN_DEPENDS= \ - ${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \ - ${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26 + ${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \ + ${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26 USES= metaport From owner-svn-ports-head@freebsd.org Sat Sep 26 00:13:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62F9BA092CE; Sat, 26 Sep 2015 00:13:52 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED3811973; Sat, 26 Sep 2015 00:13:51 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicge5 with SMTP id ge5so40206019wic.0; Fri, 25 Sep 2015 17:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=gblWqLUYFueatBfs/vH72bVvXFDV7cBqOmULnm0tzo0=; b=CmK/NFTm9qxmjU9e3wPQi6DjHlU75RIUXL/wuL8NIMdpXemzxrF1uqcZwJqRFo44BF S6+NlGZWA/KbmsyUOVlLJtkrMT6qvLbqCd4Zf/feblerRo6CAItroxlgG00xEwkA2kbt QBo/XTNHkgDIcBPMJmMjvYyZSDmgo31QOqiIy3aEKRaqI7bJ/r+SE+plSsB32AJCr8kJ HtJJ8ef1ChMfimnqvNJq/csczKaK9IuxH7kRGhe2w4BZazd2M+e/y7Lr+tgSIF+GMNJv Sw/mYmS6fi2PblUMOMg4O7vmTfL54HggJQ6tuiiFpx989e2WR+/QbR4lLNZgM+e7L7kS 4WTA== X-Received: by 10.180.206.45 with SMTP id ll13mr6032057wic.6.1443226429524; Fri, 25 Sep 2015 17:13:49 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id h7sm5740587wjz.7.2015.09.25.17.13.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 17:13:48 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 26 Sep 2015 02:13:46 +0200 From: Baptiste Daroussin To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397901 - head/ports-mgmt/pkg Message-ID: <20150926001346.GT16800@ivaldir.etoilebsd.net> References: <201509252314.t8PNEI5t002953@repo.freebsd.org> <4D58475A-C7B5-4D08-8B44-039B357A8975@adamw.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bxF9Dep5HzwGj9mC" Content-Disposition: inline In-Reply-To: <4D58475A-C7B5-4D08-8B44-039B357A8975@adamw.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:13:52 -0000 --bxF9Dep5HzwGj9mC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 25, 2015 at 06:09:46PM -0600, Adam Weinberger wrote: > > On 25 Sep, 2015, at 17:14, Baptiste Daroussin wrote: > >=20 > > Author: bapt > > Date: Fri Sep 25 23:14:18 2015 > > New Revision: 397901 > > URL: https://svnweb.freebsd.org/changeset/ports/397901 > >=20 > > - Document @{pre,post}[un]exec in plist added in pkg 1.5 >=20 > Interesting! I had no idea. Can something about this---anything---be adde= d to CHANGES, or the PHB? it is documented in pkg-create(8) >=20 > I know that updating the PHB is awkward and time-consuming, but a single = sentence in CHANGES saying "There are new plist keywords: @pre[un]exec will= do ____ and @post[un]exec will do it after _____" would go a long way. I asked mat to update the PHB he will do probably after the Week End >=20 > Please remember that we (ports committers and maintainers) want to keep u= p with current best practices, but it's hard to do so when we don't get tol= d about infrastructure changes. >=20 Yes I will make an entry to CHANGES, Given I'm not a native to not hesite to correct my frenglish after the commit :) Best regards, Bapt --bxF9Dep5HzwGj9mC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYF4zoACgkQ8kTtMUmk6Ez1iwCgqe9Y0Iw1Nh3Bddmti8iJ7h8m Oa0AniSEBbazYso9noHehaq9f9bHljxh =PV53 -----END PGP SIGNATURE----- --bxF9Dep5HzwGj9mC-- From owner-svn-ports-head@freebsd.org Sat Sep 26 00:17:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2B2EA094AD; Sat, 26 Sep 2015 00:17:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 943DC1AB1; Sat, 26 Sep 2015 00:17:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0H95W028769; Sat, 26 Sep 2015 00:17:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0H9tf028768; Sat, 26 Sep 2015 00:17:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260017.t8Q0H9tf028768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397911 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:17:09 -0000 Author: bapt Date: Sat Sep 26 00:17:08 2015 New Revision: 397911 URL: https://svnweb.freebsd.org/changeset/ports/397911 Log: Document @{pre,post}[un]exec in CHANGES Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Sat Sep 26 00:11:29 2015 (r397910) +++ head/CHANGES Sat Sep 26 00:17:08 2015 (r397911) @@ -10,6 +10,18 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20150926 +AUTHOR: bapt@FreeBSD.org + + New keywords are supported in pkg since 1.5.x: + @preexec : execute the during pre-install scripts + @postexec : execute the during post-install scripts + @preunexec : execute the during pre-deinstall scripts + @postunexec : execute the during post-deinstall scripts + + @exec does not specify when if should be executed and is now considered as + deprecated. + 20150914: AUTHOR: mat@FreeBSD.org From owner-svn-ports-head@freebsd.org Sat Sep 26 00:19:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C85A096B0; Sat, 26 Sep 2015 00:19:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39E951D21; Sat, 26 Sep 2015 00:19:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0Jv6C029042; Sat, 26 Sep 2015 00:19:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0JuQ7029039; Sat, 26 Sep 2015 00:19:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260019.t8Q0JuQ7029039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397912 - in head: Mk math/octave-forge-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:19:57 -0000 Author: bapt Date: Sat Sep 26 00:19:56 2015 New Revision: 397912 URL: https://svnweb.freebsd.org/changeset/ports/397912 Log: Convert load-octave-pkg to proper @postexec Modified: head/Mk/bsd.port.mk head/math/octave-forge-base/pkg-plist Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 26 00:17:08 2015 (r397911) +++ head/Mk/bsd.port.mk Sat Sep 26 00:19:56 2015 (r397912) @@ -1815,7 +1815,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ - load-octave-pkg \ ocamlfind \ update-desktop-database update-mime-database \ ccache-update-links Modified: head/math/octave-forge-base/pkg-plist ============================================================================== --- head/math/octave-forge-base/pkg-plist Sat Sep 26 00:17:08 2015 (r397911) +++ head/math/octave-forge-base/pkg-plist Sat Sep 26 00:19:56 2015 (r397912) @@ -1,4 +1,4 @@ -@unexec %D/libexec/octave/load-octave-pkg || true +@postunexec %D/libexec/octave/load-octave-pkg || true libexec/octave/load-octave-pkg -@exec %D/libexec/octave/load-octave-pkg +@postexec %D/libexec/octave/load-octave-pkg @dir share/octave/tarballs From owner-svn-ports-head@freebsd.org Sat Sep 26 00:23:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FE5AA09975; Sat, 26 Sep 2015 00:23:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 113421194; Sat, 26 Sep 2015 00:23:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0NcrQ033400; Sat, 26 Sep 2015 00:23:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0NcOY033399; Sat, 26 Sep 2015 00:23:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260023.t8Q0NcOY033399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397914 - head/games/xboard-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:23:39 -0000 Author: bapt Date: Sat Sep 26 00:23:38 2015 New Revision: 397914 URL: https://svnweb.freebsd.org/changeset/ports/397914 Log: Enforce @post* Modified: head/games/xboard-devel/pkg-plist Modified: head/games/xboard-devel/pkg-plist ============================================================================== --- head/games/xboard-devel/pkg-plist Sat Sep 26 00:23:32 2015 (r397913) +++ head/games/xboard-devel/pkg-plist Sat Sep 26 00:23:38 2015 (r397914) @@ -1,4 +1,4 @@ -@unexec /bin/rm %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true +@postunexec /bin/rm %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true @owner root @group wheel bin/xboard @@ -231,9 +231,9 @@ share/mime/packages/xboard.xml @dirrmtry share/mime/packages @dirrmtry share/mime @sample etc/xboard.conf.sample -@exec /usr/local/bin/update-mime-database %D/share/mime -@unexec /usr/local/bin/update-mime-database %D/share/mime -@exec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true -@unexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true -@exec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true -@unexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true +@postexec /usr/local/bin/update-mime-database %D/share/mime +@postunexec /usr/local/bin/update-mime-database %D/share/mime +@postexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true +@postunexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true +@postexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true +@postunexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Sep 26 00:24:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1295EA09ABA; Sat, 26 Sep 2015 00:24:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F8A13C4; Sat, 26 Sep 2015 00:24:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0OuWa033619; Sat, 26 Sep 2015 00:24:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0OuIE033617; Sat, 26 Sep 2015 00:24:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260024.t8Q0OuIE033617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397915 - head/multimedia/miro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:24:57 -0000 Author: bapt Date: Sat Sep 26 00:24:55 2015 New Revision: 397915 URL: https://svnweb.freebsd.org/changeset/ports/397915 Log: Modernize plist Modified: head/multimedia/miro/Makefile head/multimedia/miro/pkg-plist Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Sat Sep 26 00:23:38 2015 (r397914) +++ head/multimedia/miro/Makefile Sat Sep 26 00:24:55 2015 (r397915) @@ -3,7 +3,7 @@ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ Modified: head/multimedia/miro/pkg-plist ============================================================================== --- head/multimedia/miro/pkg-plist Sat Sep 26 00:23:38 2015 (r397914) +++ head/multimedia/miro/pkg-plist Sat Sep 26 00:24:55 2015 (r397915) @@ -1676,65 +1676,5 @@ share/locale/zh_TW/LC_MESSAGES/miro.mo share/locale/zu/LC_MESSAGES/miro.mo share/mime/packages/miro.xml share/pixmaps/miro.xpm -@dirrm share/locale/ta_LK/LC_MESSAGES -@dirrm share/locale/ta_LK -@dirrm share/locale/swch/LC_MESSAGES -@dirrm share/locale/swch -@dirrm share/locale/ltg/LC_MESSAGES -@dirrm share/locale/ltg -@dirrm share/locale/lb/LC_MESSAGES -@dirrm share/locale/lb -@dirrm share/locale/kw/LC_MESSAGES -@dirrm share/locale/kw -@dirrm share/locale/jv/LC_MESSAGES -@dirrm share/locale/jv -@dirrm share/locale/fy/LC_MESSAGES -@dirrm share/locale/fy -@dirrm share/locale/fil/LC_MESSAGES -@dirrm share/locale/fil -@dirrm share/locale/dv/LC_MESSAGES -@dirrm share/locale/dv -@dirrm share/locale/ckb/LC_MESSAGES -@dirrm share/locale/ckb -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/test -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/renderers -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/frontends/widgets -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/frontends -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/libdaap -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets/gtk -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets/gst -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/shell -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/profilewidgets -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/cli -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/dl_daemon/private -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/dl_daemon -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro/data -@dirrm %%PYTHON_LIBDIR%%/site-packages/miro -@dirrm %%DATADIR%%/resources/testdata/stripperdata -@dirrm %%DATADIR%%/resources/testdata/metadata -@dirrm %%DATADIR%%/resources/testdata/locale/fr/LC_MESSAGES -@dirrm %%DATADIR%%/resources/testdata/locale/fr -@dirrm %%DATADIR%%/resources/testdata/locale -@dirrm %%DATADIR%%/resources/testdata/httpserver -@dirrm %%DATADIR%%/resources/testdata/feedparsertests/output -@dirrm %%DATADIR%%/resources/testdata/feedparsertests/feeds -@dirrm %%DATADIR%%/resources/testdata/feedparsertests -@dirrm %%DATADIR%%/resources/testdata/echonest-replies -@dirrm %%DATADIR%%/resources/testdata/device-dbs -@dirrm %%DATADIR%%/resources/testdata/conversions/output -@dirrm %%DATADIR%%/resources/testdata/conversions -@dirrm %%DATADIR%%/resources/testdata/7digital-replies -@dirrm %%DATADIR%%/resources/testdata -@dirrm %%DATADIR%%/resources/searchengines -@dirrm %%DATADIR%%/resources/images -@dirrm %%DATADIR%%/resources/extensions/watchhistory -@dirrm %%DATADIR%%/resources/extensions -@dirrm %%DATADIR%%/resources/devices -@dirrm %%DATADIR%%/resources/conversions -@dirrm %%DATADIR%%/resources -@dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@postexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@postunexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime From owner-svn-ports-head@freebsd.org Sat Sep 26 00:27:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 812C4A09BF4; Sat, 26 Sep 2015 00:27:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BFB155B; Sat, 26 Sep 2015 00:27:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0R0lB033848; Sat, 26 Sep 2015 00:27:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0Qx6x033837; Sat, 26 Sep 2015 00:26:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260026.t8Q0Qx6x033837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397916 - in head: Mk net-p2p/amule net-p2p/amule-devel sysutils/gcdmaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:27:00 -0000 Author: bapt Date: Sat Sep 26 00:26:58 2015 New Revision: 397916 URL: https://svnweb.freebsd.org/changeset/ports/397916 Log: Convert update-mime-database into @post* Modified: head/Mk/bsd.port.mk head/net-p2p/amule-devel/pkg-plist head/net-p2p/amule/pkg-plist head/sysutils/gcdmaster/pkg-plist Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 26 00:24:55 2015 (r397915) +++ head/Mk/bsd.port.mk Sat Sep 26 00:26:58 2015 (r397916) @@ -1816,7 +1816,7 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ ocamlfind \ - update-desktop-database update-mime-database \ + update-desktop-database \ ccache-update-links .if defined(USE_LOCAL_MK) Modified: head/net-p2p/amule-devel/pkg-plist ============================================================================== --- head/net-p2p/amule-devel/pkg-plist Sat Sep 26 00:24:55 2015 (r397915) +++ head/net-p2p/amule-devel/pkg-plist Sat Sep 26 00:26:58 2015 (r397916) @@ -9,8 +9,8 @@ %%PLASMAMULE%%share/kde4/services/plasma-applet-plasmamule.desktop %%PLASMAMULE%%share/kde4/services/plasma-engine-plasmamule.desktop %%PLASMAMULE%%share/mime/amule.xml -%%PLASMAMULE%%@exec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %D/share/mime >/dev/null 2>&1 || true -%%PLASMAMULE%%@unexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %D/share/mime >/dev/null 2>&1 || true +%%PLASMAMULE%%@postexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %D/share/mime >/dev/null 2>&1 || true +%%PLASMAMULE%%@postunexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %D/share/mime >/dev/null 2>&1 || true %%PLASMAMULE%%@cwd %%RESETPREFIX%% %%ALC%%bin/alc %%ALCC%%bin/alcc Modified: head/net-p2p/amule/pkg-plist ============================================================================== --- head/net-p2p/amule/pkg-plist Sat Sep 26 00:24:55 2015 (r397915) +++ head/net-p2p/amule/pkg-plist Sat Sep 26 00:26:58 2015 (r397916) @@ -8,8 +8,8 @@ %%PLASMAMULE%%%%KDE4_PREFIX%%/share/kde4/services/plasma-applet-plasmamule.desktop %%PLASMAMULE%%%%KDE4_PREFIX%%/share/kde4/services/plasma-engine-plasmamule.desktop %%PLASMAMULE%%%%KDE4_PREFIX%%/share/mime/amule.xml -%%PLASMAMULE%%@exec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %%KDE4_PREFIX%%/share/mime >/dev/null 2>&1 || true -%%PLASMAMULE%%@unexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %%KDE4_PREFIX%%/share/mime >/dev/null 2>&1 || true +%%PLASMAMULE%%@postexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %%KDE4_PREFIX%%/share/mime >/dev/null 2>&1 || true +%%PLASMAMULE%%@postunexec [ -f %%LOCALBASE%%/bin/update-mime-database ] && %%LOCALBASE%%/bin/update-mime-database %%KDE4_PREFIX%%/share/mime >/dev/null 2>&1 || true %%ALC%%bin/alc %%ALCC%%bin/alcc %%MONOLITHIC%%bin/amule Modified: head/sysutils/gcdmaster/pkg-plist ============================================================================== --- head/sysutils/gcdmaster/pkg-plist Sat Sep 26 00:24:55 2015 (r397915) +++ head/sysutils/gcdmaster/pkg-plist Sat Sep 26 00:26:58 2015 (r397916) @@ -1,7 +1,7 @@ bin/gcdmaster %%DATADIR%%/Preferences.glade %%DATADIR%%/ProjectChooser.glade -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@postunexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime share/application-registry/gcdmaster.applications share/applications/gcdmaster.desktop share/mime-info/gcdmaster.keys @@ -10,4 +10,4 @@ share/pixmaps/document-icons/gcdmaster-d share/pixmaps/gcdmaster.png share/mime/packages/gcdmaster.xml man/man1/gcdmaster.1.gz -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@postexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime From owner-svn-ports-head@freebsd.org Sat Sep 26 00:30:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3E9A09E34; Sat, 26 Sep 2015 00:30:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A221827; Sat, 26 Sep 2015 00:30:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0Ug5E037178; Sat, 26 Sep 2015 00:30:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0Ugbn037177; Sat, 26 Sep 2015 00:30:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260030.t8Q0Ugbn037177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397917 - head/deskutils/docear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:30:43 -0000 Author: bapt Date: Sat Sep 26 00:30:42 2015 New Revision: 397917 URL: https://svnweb.freebsd.org/changeset/ports/397917 Log: Remove from plist things already done by USES Modified: head/deskutils/docear/pkg-plist Modified: head/deskutils/docear/pkg-plist ============================================================================== --- head/deskutils/docear/pkg-plist Sat Sep 26 00:26:58 2015 (r397916) +++ head/deskutils/docear/pkg-plist Sat Sep 26 00:30:42 2015 (r397917) @@ -223,5 +223,3 @@ share/docear/docear-icon48x48.png %%JAVASHAREDIR%%/docear/scripts/freeplane.dsld %%JAVASHAREDIR%%/docear/scripts/installScriptAddOn.groovy share/mime/packages/docear.xml -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || : -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime From owner-svn-ports-head@freebsd.org Sat Sep 26 00:31:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0181A09FA9; Sat, 26 Sep 2015 00:31:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E13591A92; Sat, 26 Sep 2015 00:31:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0ViMx037826; Sat, 26 Sep 2015 00:31:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0VimA037824; Sat, 26 Sep 2015 00:31:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260031.t8Q0VimA037824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397918 - head/games/kanatest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:31:45 -0000 Author: bapt Date: Sat Sep 26 00:31:44 2015 New Revision: 397918 URL: https://svnweb.freebsd.org/changeset/ports/397918 Log: Convert to USES=desktop-file-utils Modified: head/games/kanatest/Makefile Modified: head/games/kanatest/Makefile ============================================================================== --- head/games/kanatest/Makefile Sat Sep 26 00:30:42 2015 (r397917) +++ head/games/kanatest/Makefile Sat Sep 26 00:31:44 2015 (r397918) @@ -12,7 +12,7 @@ COMMENT= Japanese kana (Hiragana and Kat BROKEN= runtime segfault (PR 196452) -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig desktop-file-utils USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes From owner-svn-ports-head@freebsd.org Sat Sep 26 00:32:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B56CEA08041; Sat, 26 Sep 2015 00:32:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6CCC1BF3; Sat, 26 Sep 2015 00:32:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0WxC0037963; Sat, 26 Sep 2015 00:32:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0WxhI037962; Sat, 26 Sep 2015 00:32:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260032.t8Q0WxhI037962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397919 - head/games/xboard-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:32:59 -0000 Author: bapt Date: Sat Sep 26 00:32:58 2015 New Revision: 397919 URL: https://svnweb.freebsd.org/changeset/ports/397919 Log: Convert some plist entries to USES Modified: head/games/xboard-devel/Makefile Modified: head/games/xboard-devel/Makefile ============================================================================== --- head/games/xboard-devel/Makefile Sat Sep 26 00:31:44 2015 (r397918) +++ head/games/xboard-devel/Makefile Sat Sep 26 00:32:58 2015 (r397919) @@ -26,7 +26,7 @@ DATADIR= ${PREFIX}/share/games/xboard DOCSDIR= ${PREFIX}/share/doc/xboard XBOARDCONF= ${WRKSRC}/xboard.conf.in -USES= autoreconf gettext-tools gmake shebangfix +USES= autoreconf gettext-tools gmake shebangfix desktop-file-utils shared-mime-info SHEBANG_FILES= texi2man INSTALL_TARGET= install-strip From owner-svn-ports-head@freebsd.org Sat Sep 26 00:33:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BB27A0816D; Sat, 26 Sep 2015 00:33:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF941CEF; Sat, 26 Sep 2015 00:33:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0XxHm038121; Sat, 26 Sep 2015 00:33:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0Xx17038120; Sat, 26 Sep 2015 00:33:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260033.t8Q0Xx17038120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397920 - head/graphics/rawstudio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:33:59 -0000 Author: bapt Date: Sat Sep 26 00:33:58 2015 New Revision: 397920 URL: https://svnweb.freebsd.org/changeset/ports/397920 Log: Remove from plist things already added by USES Modified: head/graphics/rawstudio/pkg-plist Modified: head/graphics/rawstudio/pkg-plist ============================================================================== --- head/graphics/rawstudio/pkg-plist Sat Sep 26 00:32:58 2015 (r397919) +++ head/graphics/rawstudio/pkg-plist Sat Sep 26 00:33:58 2015 (r397920) @@ -471,5 +471,3 @@ share/rawspeed/cameras.xml %%DATADIR%%/profiles/sRGB.icc %%DATADIR%%/rawstudio.gtkrc %%DATADIR%%/ui.xml -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Sep 26 00:34:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F16DA08206; Sat, 26 Sep 2015 00:34:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 305FA1DE9; Sat, 26 Sep 2015 00:34:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0YsdU038246; Sat, 26 Sep 2015 00:34:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0YssC038244; Sat, 26 Sep 2015 00:34:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260034.t8Q0YssC038244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397921 - head/multimedia/openshot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:34:54 -0000 Author: bapt Date: Sat Sep 26 00:34:53 2015 New Revision: 397921 URL: https://svnweb.freebsd.org/changeset/ports/397921 Log: Remove from plist things already added by USES Modified: head/multimedia/openshot/pkg-plist Modified: head/multimedia/openshot/pkg-plist ============================================================================== --- head/multimedia/openshot/pkg-plist Sat Sep 26 00:33:58 2015 (r397920) +++ head/multimedia/openshot/pkg-plist Sat Sep 26 00:34:53 2015 (r397921) @@ -2095,7 +2095,3 @@ share/omf/openshot/openshot-pt_BR.omf share/omf/openshot/openshot-sk.omf share/omf/openshot/openshot-zh_TW.omf share/pixmaps/openshot.svg -@comment setup.py already runs update-mime-database during install -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@comment setup.py also runs update-desktop-database during install -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Sep 26 00:35:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C92A0830C; Sat, 26 Sep 2015 00:35:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 290311EF0; Sat, 26 Sep 2015 00:35:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0ZgLK038384; Sat, 26 Sep 2015 00:35:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0Zghp038382; Sat, 26 Sep 2015 00:35:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260035.t8Q0Zghp038382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397922 - head/security/hotssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:35:42 -0000 Author: bapt Date: Sat Sep 26 00:35:41 2015 New Revision: 397922 URL: https://svnweb.freebsd.org/changeset/ports/397922 Log: Replace plist entries with proper USES Modified: head/security/hotssh/Makefile Modified: head/security/hotssh/Makefile ============================================================================== --- head/security/hotssh/Makefile Sat Sep 26 00:34:53 2015 (r397921) +++ head/security/hotssh/Makefile Sat Sep 26 00:35:41 2015 (r397922) @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte USE_GNOME= pygtk2 gnomedocutils libxslt glib20 intltool -USES= gettext python tar:bzip2 waf +USES= gettext python tar:bzip2 waf desktop-file-utils INSTALLS_ICONS= yes B64DECODE?= /usr/bin/b64decode From owner-svn-ports-head@freebsd.org Sat Sep 26 00:36:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50ECEA083C0; Sat, 26 Sep 2015 00:36:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 427681FE2; Sat, 26 Sep 2015 00:36:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0afBf038517; Sat, 26 Sep 2015 00:36:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0af8s038516; Sat, 26 Sep 2015 00:36:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260036.t8Q0af8s038516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397923 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:36:41 -0000 Author: bapt Date: Sat Sep 26 00:36:40 2015 New Revision: 397923 URL: https://svnweb.freebsd.org/changeset/ports/397923 Log: update-desktop-database is not used anymore @*exec Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 26 00:35:41 2015 (r397922) +++ head/Mk/bsd.port.mk Sat Sep 26 00:36:40 2015 (r397923) @@ -1816,7 +1816,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ ocamlfind \ - update-desktop-database \ ccache-update-links .if defined(USE_LOCAL_MK) From owner-svn-ports-head@freebsd.org Sat Sep 26 00:44:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B3CFA089D3; Sat, 26 Sep 2015 00:44:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C873141A; Sat, 26 Sep 2015 00:44:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q0iNBp042528; Sat, 26 Sep 2015 00:44:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q0iNnO042527; Sat, 26 Sep 2015 00:44:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260044.t8Q0iNnO042527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 00:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397924 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:44:23 -0000 Author: bapt Date: Sat Sep 26 00:44:22 2015 New Revision: 397924 URL: https://svnweb.freebsd.org/changeset/ports/397924 Log: ocamlfind is not run anymore from any @exec lines Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 26 00:36:40 2015 (r397923) +++ head/Mk/bsd.port.mk Sat Sep 26 00:44:22 2015 (r397924) @@ -1815,7 +1815,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ - ocamlfind \ ccache-update-links .if defined(USE_LOCAL_MK) From owner-svn-ports-head@freebsd.org Sat Sep 26 02:39:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAD2A09FCD; Sat, 26 Sep 2015 02:39:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 241AD1A47; Sat, 26 Sep 2015 02:39:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q2dBtc088225; Sat, 26 Sep 2015 02:39:11 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q2dAvZ088222; Sat, 26 Sep 2015 02:39:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509260239.t8Q2dAvZ088222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 26 Sep 2015 02:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397925 - in head/dns/dnscrypt-proxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 02:39:11 -0000 Author: junovitch Date: Sat Sep 26 02:39:09 2015 New Revision: 397925 URL: https://svnweb.freebsd.org/changeset/ports/397925 Log: dns/dnscrypt-proxy: ensure daemon starts after ldconfig - While here, fix format of $FreeBSD$ tag in rc script - Also remove fbsd:nokeywords and add svn:keywords to rc script PR: 203059 Submitted by: Gregorio Guidi (original patch) Approved by: Leo Vandewoestijne (maintainer) Modified: head/dns/dnscrypt-proxy/Makefile head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in (contents, props changed) Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Sat Sep 26 00:44:22 2015 (r397924) +++ head/dns/dnscrypt-proxy/Makefile Sat Sep 26 02:39:09 2015 (r397925) @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ Modified: head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in ============================================================================== --- head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in Sat Sep 26 00:44:22 2015 (r397924) +++ head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in Sat Sep 26 02:39:09 2015 (r397925) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: dnscrypt_proxy -# REQUIRE: SERVERS cleanvar +# REQUIRE: SERVERS cleanvar ldconfig # BEFORE: named local_unbound unbound # KEYWORD: shutdown # Modified: head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in ============================================================================== --- head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in Sat Sep 26 00:44:22 2015 (r397924) +++ head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in Sat Sep 26 02:39:09 2015 (r397925) @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: $ +# $FreeBSD$ # # PROVIDE: dnscrypt_proxy -# REQUIRE: SERVERS cleanvar +# REQUIRE: SERVERS cleanvar ldconfig # BEFORE: named local_unbound unbound # KEYWORD: shutdown # From owner-svn-ports-head@freebsd.org Sat Sep 26 03:12:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31542A09A46; Sat, 26 Sep 2015 03:12:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A5771EE0; Sat, 26 Sep 2015 03:12:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q3C8JK006989; Sat, 26 Sep 2015 03:12:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q3C8Yn006988; Sat, 26 Sep 2015 03:12:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509260312.t8Q3C8Yn006988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 03:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397926 - head/sysutils/acerhdf-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 03:12:09 -0000 Author: linimon Date: Sat Sep 26 03:12:07 2015 New Revision: 397926 URL: https://svnweb.freebsd.org/changeset/ports/397926 Log: Mark as x86-only. This is specific to one machine. Modified: head/sysutils/acerhdf-kmod/Makefile Modified: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 02:39:09 2015 (r397925) +++ head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 03:12:07 2015 (r397926) @@ -25,6 +25,9 @@ GH_ACCOUNT= t6 IGNORE= does not support FreeBSD versions older than 10.1 .endif +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= specific to one machine + do-install: ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR} From owner-svn-ports-head@freebsd.org Sat Sep 26 05:30:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E4CA08555; Sat, 26 Sep 2015 05:30:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70C2710D3; Sat, 26 Sep 2015 05:30:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q5Ugc0065821; Sat, 26 Sep 2015 05:30:42 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q5UgS2065819; Sat, 26 Sep 2015 05:30:42 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201509260530.t8Q5UgS2065819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 26 Sep 2015 05:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397927 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 05:30:42 -0000 Author: gerald Date: Sat Sep 26 05:30:41 2015 New Revision: 397927 URL: https://svnweb.freebsd.org/changeset/ports/397927 Log: Update to the 20150913 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat Sep 26 03:12:07 2015 (r397926) +++ head/lang/gcc6-devel/Makefile Sat Sep 26 05:30:41 2015 (r397927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20150906 +PORTVERSION= 6.0.0.s20150913 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat Sep 26 03:12:07 2015 (r397926) +++ head/lang/gcc6-devel/distinfo Sat Sep 26 05:30:41 2015 (r397927) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20150906.tar.bz2) = f8d2d94011572e283310b133c7fe4b95a4c501b99b55b3dd473f0b4218c1a088 -SIZE (gcc-6-20150906.tar.bz2) = 92256676 +SHA256 (gcc-6-20150913.tar.bz2) = 9abe8305c93e0394c9f203195f75584ee6d20c1790083fd24d5cdcf3b7c8d130 +SIZE (gcc-6-20150913.tar.bz2) = 92301927 From owner-svn-ports-head@freebsd.org Sat Sep 26 06:26:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF114996AE3; Sat, 26 Sep 2015 06:26:12 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6CE59FB; Sat, 26 Sep 2015 06:26:12 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q6QCn9090577; Sat, 26 Sep 2015 06:26:12 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q6QC4r090572; Sat, 26 Sep 2015 06:26:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201509260626.t8Q6QC4r090572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 26 Sep 2015 06:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397928 - head/audio/pragha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 06:26:13 -0000 Author: olivierd Date: Sat Sep 26 06:26:11 2015 New Revision: 397928 URL: https://svnweb.freebsd.org/changeset/ports/397928 Log: Update to 1.3.3 Changelog: https://raw.githubusercontent.com/pragha-music-player/pragha/master/NEWS Modified: head/audio/pragha/Makefile head/audio/pragha/distinfo head/audio/pragha/pkg-plist Modified: head/audio/pragha/Makefile ============================================================================== --- head/audio/pragha/Makefile Sat Sep 26 05:30:41 2015 (r397927) +++ head/audio/pragha/Makefile Sat Sep 26 06:26:11 2015 (r397928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pragha -PORTVERSION= 1.3.2.2 +PORTVERSION= 1.3.3 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/audio/pragha/distinfo ============================================================================== --- head/audio/pragha/distinfo Sat Sep 26 05:30:41 2015 (r397927) +++ head/audio/pragha/distinfo Sat Sep 26 06:26:11 2015 (r397928) @@ -1,2 +1,2 @@ -SHA256 (pragha-1.3.2.2.tar.bz2) = a3f9f08fbe7a5384885494e167d1d5066aa295fc489ecaebeb137aab82416242 -SIZE (pragha-1.3.2.2.tar.bz2) = 672610 +SHA256 (pragha-1.3.3.tar.bz2) = 74844eb99df44984206d6c55b15f1b553e9f122ddb0bad00902a7b7935d0a504 +SIZE (pragha-1.3.3.tar.bz2) = 679754 Modified: head/audio/pragha/pkg-plist ============================================================================== --- head/audio/pragha/pkg-plist Sat Sep 26 05:30:41 2015 (r397927) +++ head/audio/pragha/pkg-plist Sat Sep 26 06:26:11 2015 (r397928) @@ -34,6 +34,7 @@ share/icons/hicolor/64x64/apps/pragha.pn %%NLS%%share/locale/it/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ja/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/lt/LC_MESSAGES/pragha.mo %%NLS%%share/locale/nl/LC_MESSAGES/pragha.mo %%NLS%%share/locale/no/LC_MESSAGES/pragha.mo %%NLS%%share/locale/pl/LC_MESSAGES/pragha.mo From owner-svn-ports-head@freebsd.org Sat Sep 26 06:28:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD8F996C3F; Sat, 26 Sep 2015 06:28:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53C24AF9; Sat, 26 Sep 2015 06:28:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q6SrAH090815; Sat, 26 Sep 2015 06:28:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q6SqSM090813; Sat, 26 Sep 2015 06:28:52 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509260628.t8Q6SqSM090813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 26 Sep 2015 06:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397929 - head/devel/py-robotframework-ride X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 06:28:53 -0000 Author: rm Date: Sat Sep 26 06:28:52 2015 New Revision: 397929 URL: https://svnweb.freebsd.org/changeset/ports/397929 Log: devel/py-robotframework-ride: update to 1.4.1 Update RIDE to the new version 1.4.1. RIDE 1.4 is upgrading the bundled RF to version 2.8.7. Some usability enhancement and bug fixes. RIDE 1.4.1 is created to address the high severity bug in using installed standard libraries. PR: 202520 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework-ride/Makefile head/devel/py-robotframework-ride/distinfo Modified: head/devel/py-robotframework-ride/Makefile ============================================================================== --- head/devel/py-robotframework-ride/Makefile Sat Sep 26 06:26:11 2015 (r397928) +++ head/devel/py-robotframework-ride/Makefile Sat Sep 26 06:28:52 2015 (r397929) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-ride -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robo ${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>=1.1.0:${PORTSDIR}/devel/py-robotframework-selenium2library \ ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USE_WX= 3.0+ WX_COMPS= python:run Modified: head/devel/py-robotframework-ride/distinfo ============================================================================== --- head/devel/py-robotframework-ride/distinfo Sat Sep 26 06:26:11 2015 (r397928) +++ head/devel/py-robotframework-ride/distinfo Sat Sep 26 06:28:52 2015 (r397929) @@ -1,2 +1,2 @@ -SHA256 (robotframework-ride-1.3.tar.gz) = b35c2fa4c7f78880253e28ea48120cd733a23427aa61139c1d3973a1e1ba90b7 -SIZE (robotframework-ride-1.3.tar.gz) = 866683 +SHA256 (robotframework-ride-1.4.1.tar.gz) = e280119c511755ec2a0befb09a829700eb358c0584c1108af930fc9486eb432c +SIZE (robotframework-ride-1.4.1.tar.gz) = 588969 From owner-svn-ports-head@freebsd.org Sat Sep 26 06:37:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D77FA088B9; Sat, 26 Sep 2015 06:37:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6AADA; Sat, 26 Sep 2015 06:37:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q6bfYP094999; Sat, 26 Sep 2015 06:37:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q6bfRk094998; Sat, 26 Sep 2015 06:37:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509260637.t8Q6bfRk094998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 06:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397930 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 06:37:41 -0000 Author: antoine Date: Sat Sep 26 06:37:40 2015 New Revision: 397930 URL: https://svnweb.freebsd.org/changeset/ports/397930 Log: Restore _FORCE_POST_PATTERNS, some ports are were missed in the conversion With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 26 06:28:52 2015 (r397929) +++ head/Mk/bsd.port.mk Sat Sep 26 06:37:40 2015 (r397930) @@ -1813,8 +1813,16 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgra PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade -_FORCE_POST_PATTERNS= rmdir fc-cache \ +_FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ + gio-querymodules \ + gtk-query-immodules \ + ldconfig \ + load-octave-pkg \ + ocamlfind \ + update-desktop-database update-mime-database \ + gdk-pixbuf-query-loaders catalog.ports \ + glib-compile-schemas \ ccache-update-links .if defined(USE_LOCAL_MK) From owner-svn-ports-head@freebsd.org Sat Sep 26 07:35:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED60E9B8F50; Sat, 26 Sep 2015 07:35:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0E6669; Sat, 26 Sep 2015 07:35:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7ZMAS020359; Sat, 26 Sep 2015 07:35:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7ZMiX020357; Sat, 26 Sep 2015 07:35:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509260735.t8Q7ZMiX020357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 07:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397931 - in head/databases/elixir-ecto_migrate: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:35:23 -0000 Author: olgeni Date: Sat Sep 26 07:35:21 2015 New Revision: 397931 URL: https://svnweb.freebsd.org/changeset/ports/397931 Log: Upgrade databases/elixir-ecto_migrate to version 0.6.2. Deleted: head/databases/elixir-ecto_migrate/files/ Modified: head/databases/elixir-ecto_migrate/Makefile head/databases/elixir-ecto_migrate/distinfo Modified: head/databases/elixir-ecto_migrate/Makefile ============================================================================== --- head/databases/elixir-ecto_migrate/Makefile Sat Sep 26 06:37:40 2015 (r397930) +++ head/databases/elixir-ecto_migrate/Makefile Sat Sep 26 07:35:21 2015 (r397931) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto_migrate -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto_migrate/distinfo ============================================================================== --- head/databases/elixir-ecto_migrate/distinfo Sat Sep 26 06:37:40 2015 (r397930) +++ head/databases/elixir-ecto_migrate/distinfo Sat Sep 26 07:35:21 2015 (r397931) @@ -1,2 +1,2 @@ -SHA256 (xerions-ecto_migrate-v0.6.1_GH0.tar.gz) = f93e19f7c1de8333804342ef29da6e2658030bb8dcbbe5f14e7de62bac26a205 -SIZE (xerions-ecto_migrate-v0.6.1_GH0.tar.gz) = 7701 +SHA256 (xerions-ecto_migrate-v0.6.2_GH0.tar.gz) = 6fae92538015541d0b2954c2d6f24e640cc7c73f89941d327899e2bec5739df9 +SIZE (xerions-ecto_migrate-v0.6.2_GH0.tar.gz) = 7686 From owner-svn-ports-head@freebsd.org Sat Sep 26 07:40:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60E81A0846C; Sat, 26 Sep 2015 07:40:50 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45B96B9C; Sat, 26 Sep 2015 07:40:50 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7eol5022085; Sat, 26 Sep 2015 07:40:50 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7emE8022079; Sat, 26 Sep 2015 07:40:48 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509260740.t8Q7emE8022079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 26 Sep 2015 07:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397932 - in head/editors: openoffice-4 openoffice-4/files openoffice-devel openoffice-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:40:50 -0000 Author: truckman Date: Sat Sep 26 07:40:47 2015 New Revision: 397932 URL: https://svnweb.freebsd.org/changeset/ports/397932 Log: Add Caladea and Carlito fonts. They are metrically equivalent to some Microsoft fonts and the proper definitions within OpenOffice have been added so that they are recognized as such. [1] The Linux ports handle the mapping from the printeradmin command to the spadmin executable in the shell wrapper. Do the same in the FreeBSD port rather than munging the printeradmin.desktop file. Retain the spadmin link to the wrapper for backwards compatability. The setofficelang command went away a long time ago. Remove it from the shell wrapper and remove the link. Exec the OpenOffice executables from the wrapper so that the shell for the wrapper doesn't hang around as an extra process until OpenOffice terminates. Nuke an extraneous shell continuation in the Makefile. Suggested by: pfg [1] Deleted: head/editors/openoffice-4/files/patch-sysui_desktop_menus_printeradmin.desktop head/editors/openoffice-devel/files/patch-sysui_desktop_menus_printeradmin.desktop Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-4/files/openoffice-wrapper head/editors/openoffice-4/files/pkg-message.in head/editors/openoffice-devel/Makefile head/editors/openoffice-devel/files/openoffice-wrapper head/editors/openoffice-devel/files/pkg-message.in Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-4/Makefile Sat Sep 26 07:40:47 2015 (r397932) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -91,6 +91,8 @@ RUN_DEPENDS= \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${JAVALIBDIR}/commons-httpclient.jar:${PORTSDIR}/java/jakarta-commons-httpclient \ ${JAVALIBDIR}/bsh.jar:${PORTSDIR}/lang/bsh \ + ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:${PORTSDIR}/x11-fonts/crosextrafonts-caladea-ttf \ + ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:${PORTSDIR}/x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf AOOVERSION1= 4 @@ -402,7 +404,7 @@ do-install: @cd ${STAGEDIR}${OOPATH}/program ; \ ${ECHO_CMD} "stripping executables and shared libraries" ; \ ${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \ - regview *.so* *.bin ; \ + regview *.so* *.bin ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ @@ -415,8 +417,8 @@ do-install: ${WRKDIR}/openoffice-wrapper ${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${STAGEDIR}${PREFIX}/bin/${EXECBASE} - @cd ${STAGEDIR}${PREFIX}/bin; for i in sbase scalc sdraw \ - setofficelang simpress smath spadmin swriter ; do \ + @cd ${STAGEDIR}${PREFIX}/bin; for i in printeradmin sbase scalc sdraw \ + simpress smath spadmin swriter ; do \ ${LN} -f ${EXECBASE} ${EXECBASE}-$${i} ; \ done ${LN} -sf ${XDGDIR} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE} Modified: head/editors/openoffice-4/files/openoffice-wrapper ============================================================================== --- head/editors/openoffice-4/files/openoffice-wrapper Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-4/files/openoffice-wrapper Sat Sep 26 07:40:47 2015 (r397932) @@ -2,17 +2,16 @@ # # $FreeBSD$ -oopath=%%OOPATH%% program=`echo $0 | sed -e 's|.*%%EXECBASE%%-||'` case $program in $0) - $oopath/program/soffice "$@" + exec %%OOPATH%%/program/soffice "$@" ;; -setofficelang) - $oopath/basis-link/program/$program "$@" +printeradmin) + exec %%OOPATH%%/program/spadmin ;; *) - $oopath/program/$program "$@" + exec %%OOPATH%%/program/$program "$@" ;; esac Modified: head/editors/openoffice-4/files/pkg-message.in ============================================================================== --- head/editors/openoffice-4/files/pkg-message.in Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-4/files/pkg-message.in Sat Sep 26 07:40:47 2015 (r397932) @@ -22,13 +22,12 @@ There are some wrappers installed for fa to your PATH and you will be able to use them. %%PREFIX%%/bin/%%EXECBASE%% +%%PREFIX%%/bin/%%EXECBASE%%-printeradmin %%PREFIX%%/bin/%%EXECBASE%%-sbase %%PREFIX%%/bin/%%EXECBASE%%-scalc %%PREFIX%%/bin/%%EXECBASE%%-sdraw -%%PREFIX%%/bin/%%EXECBASE%%-setofficelang -%%PREFIX%%/bin/%%EXECBASE%%-smath %%PREFIX%%/bin/%%EXECBASE%%-simpress -%%PREFIX%%/bin/%%EXECBASE%%-spadmin +%%PREFIX%%/bin/%%EXECBASE%%-smath %%PREFIX%%/bin/%%EXECBASE%%-swriter OpenOffice does need $LANG to be set to a suitable value. Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-devel/Makefile Sat Sep 26 07:40:47 2015 (r397932) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -#PORTREVISION= 1 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors java MASTER_SITES= http://ci.apache.org/projects/openoffice/milestones/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -93,6 +93,8 @@ RUN_DEPENDS= \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${JAVALIBDIR}/commons-httpclient.jar:${PORTSDIR}/java/jakarta-commons-httpclient \ ${JAVALIBDIR}/bsh.jar:${PORTSDIR}/lang/bsh \ + ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:${PORTSDIR}/x11-fonts/crosextrafonts-caladea-ttf \ + ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:${PORTSDIR}/x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf AOOVERSION1= 4 @@ -414,7 +416,7 @@ do-install: @cd ${STAGEDIR}${OOPATH}/program ; \ ${ECHO_CMD} "stripping executables and shared libraries" ; \ ${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \ - regview *.so* *.bin ; \ + regview *.so* *.bin ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ @@ -427,8 +429,8 @@ do-install: ${WRKDIR}/openoffice-wrapper ${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${STAGEDIR}${PREFIX}/bin/${EXECBASE} - @cd ${STAGEDIR}${PREFIX}/bin; for i in sbase scalc sdraw \ - setofficelang simpress smath spadmin swriter ; do \ + @cd ${STAGEDIR}${PREFIX}/bin; for i in printeradmin sbase scalc sdraw \ + simpress smath spadmin swriter ; do \ ${LN} -f ${EXECBASE} ${EXECBASE}-$${i} ; \ done ${LN} -sf ${XDGDIR} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE} Modified: head/editors/openoffice-devel/files/openoffice-wrapper ============================================================================== --- head/editors/openoffice-devel/files/openoffice-wrapper Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-devel/files/openoffice-wrapper Sat Sep 26 07:40:47 2015 (r397932) @@ -2,17 +2,16 @@ # # $FreeBSD$ -oopath=%%OOPATH%% program=`echo $0 | sed -e 's|.*%%EXECBASE%%-||'` case $program in $0) - $oopath/program/soffice "$@" + exec %%OOPATH%%/program/soffice "$@" ;; -setofficelang) - $oopath/basis-link/program/$program "$@" +printeradmin) + exec %%OOPATH%%/program/spadmin ;; *) - $oopath/program/$program "$@" + exec %%OOPATH%%/program/$program "$@" ;; esac Modified: head/editors/openoffice-devel/files/pkg-message.in ============================================================================== --- head/editors/openoffice-devel/files/pkg-message.in Sat Sep 26 07:35:21 2015 (r397931) +++ head/editors/openoffice-devel/files/pkg-message.in Sat Sep 26 07:40:47 2015 (r397932) @@ -22,13 +22,12 @@ There are some wrappers installed for fa to your PATH and you will be able to use them. %%PREFIX%%/bin/%%EXECBASE%% +%%PREFIX%%/bin/%%EXECBASE%%-printeradmin %%PREFIX%%/bin/%%EXECBASE%%-sbase %%PREFIX%%/bin/%%EXECBASE%%-scalc %%PREFIX%%/bin/%%EXECBASE%%-sdraw -%%PREFIX%%/bin/%%EXECBASE%%-setofficelang -%%PREFIX%%/bin/%%EXECBASE%%-smath %%PREFIX%%/bin/%%EXECBASE%%-simpress -%%PREFIX%%/bin/%%EXECBASE%%-spadmin +%%PREFIX%%/bin/%%EXECBASE%%-smath %%PREFIX%%/bin/%%EXECBASE%%-swriter OpenOffice does need $LANG to be set to a suitable value. From owner-svn-ports-head@freebsd.org Sat Sep 26 07:42:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C20BA08844; Sat, 26 Sep 2015 07:42:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70022D67; Sat, 26 Sep 2015 07:42:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7gdgF024733; Sat, 26 Sep 2015 07:42:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7gcp8024726; Sat, 26 Sep 2015 07:42:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509260742.t8Q7gcp8024726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 07:42:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397933 - head/www/elixir-maru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:42:39 -0000 Author: olgeni Date: Sat Sep 26 07:42:37 2015 New Revision: 397933 URL: https://svnweb.freebsd.org/changeset/ports/397933 Log: Upgrade www/elixir-maru to version 0.8.2. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo head/www/elixir-maru/pkg-plist Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Sat Sep 26 07:40:47 2015 (r397932) +++ head/www/elixir-maru/Makefile Sat Sep 26 07:42:37 2015 (r397933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Sat Sep 26 07:40:47 2015 (r397932) +++ head/www/elixir-maru/distinfo Sat Sep 26 07:42:37 2015 (r397933) @@ -1,2 +1,2 @@ -SHA256 (falood-maru-v0.8.1_GH0.tar.gz) = 2bb608ac7a6d8a3797573e0afef8bfd46a00cc4fbd66316711697177d34ae921 -SIZE (falood-maru-v0.8.1_GH0.tar.gz) = 18028 +SHA256 (falood-maru-v0.8.2_GH0.tar.gz) = 4233a077ff5d646b6e0ece62fa504e064c2a3c32d754b64835d3968e2e138769 +SIZE (falood-maru-v0.8.2_GH0.tar.gz) = 19785 Modified: head/www/elixir-maru/pkg-plist ============================================================================== --- head/www/elixir-maru/pkg-plist Sat Sep 26 07:40:47 2015 (r397932) +++ head/www/elixir-maru/pkg-plist Sat Sep 26 07:42:37 2015 (r397933) @@ -28,7 +28,6 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Par lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Term.beam lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Extend.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Forword.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.NotFound.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Prepare.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Router.beam @@ -68,9 +67,8 @@ lib/elixir/lib/maru/lib/maru/helper.ex lib/elixir/lib/maru/lib/maru/helpers/params.ex lib/elixir/lib/maru/lib/maru/helpers/response.ex lib/elixir/lib/maru/lib/maru/middleware.ex -lib/elixir/lib/maru/lib/maru/paramtype.ex +lib/elixir/lib/maru/lib/maru/param_type.ex lib/elixir/lib/maru/lib/maru/plugs/extend.ex -lib/elixir/lib/maru/lib/maru/plugs/forword.ex lib/elixir/lib/maru/lib/maru/plugs/notfound.ex lib/elixir/lib/maru/lib/maru/plugs/prepare.ex lib/elixir/lib/maru/lib/maru/plugs/router.ex From owner-svn-ports-head@freebsd.org Sat Sep 26 07:45:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D65DA089DB; Sat, 26 Sep 2015 07:45:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DBC3E7F; Sat, 26 Sep 2015 07:45:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7jij9025039; Sat, 26 Sep 2015 07:45:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7jiwQ025036; Sat, 26 Sep 2015 07:45:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509260745.t8Q7jiwQ025036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 07:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397934 - head/devel/elixir-hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:45:45 -0000 Author: olgeni Date: Sat Sep 26 07:45:43 2015 New Revision: 397934 URL: https://svnweb.freebsd.org/changeset/ports/397934 Log: Upgrade devel/elixir-hex to version 0.9.0. Modified: head/devel/elixir-hex/Makefile head/devel/elixir-hex/distinfo head/devel/elixir-hex/pkg-plist Modified: head/devel/elixir-hex/Makefile ============================================================================== --- head/devel/elixir-hex/Makefile Sat Sep 26 07:42:37 2015 (r397933) +++ head/devel/elixir-hex/Makefile Sat Sep 26 07:45:43 2015 (r397934) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-hex/distinfo ============================================================================== --- head/devel/elixir-hex/distinfo Sat Sep 26 07:42:37 2015 (r397933) +++ head/devel/elixir-hex/distinfo Sat Sep 26 07:45:43 2015 (r397934) @@ -1,2 +1,2 @@ -SHA256 (hexpm-hex-v0.8.3_GH0.tar.gz) = bf878139a05d9509bc7a7f843b3e672111023202eb010ee91138846da1d1101f -SIZE (hexpm-hex-v0.8.3_GH0.tar.gz) = 190663 +SHA256 (hexpm-hex-v0.9.0_GH0.tar.gz) = 51fc73b51ffb240c7dbafda980a0fdf9a5c29f147a3cf4c346e83b4509e97b7e +SIZE (hexpm-hex-v0.9.0_GH0.tar.gz) = 198510 Modified: head/devel/elixir-hex/pkg-plist ============================================================================== --- head/devel/elixir-hex/pkg-plist Sat Sep 26 07:42:37 2015 (r397933) +++ head/devel/elixir-hex/pkg-plist Sat Sep 26 07:45:43 2015 (r397934) @@ -17,9 +17,13 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.Remot lib/elixir/lib/hex/ebin/Elixir.Hex.Resolver.beam lib/elixir/lib/hex/ebin/Elixir.Hex.SCM.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Shell.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.State.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Tar.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Utils.beam lib/elixir/lib/hex/ebin/Elixir.Hex.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Hex.Build.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Hex.Utils.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Build.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Config.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Docs.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Info.beam @@ -27,9 +31,9 @@ lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Outdated.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Owner.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Publish.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Registry.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Search.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.User.beam -lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Utils.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.beam lib/elixir/lib/hex/ebin/hex.app lib/elixir/lib/hex/lib/hex.ex @@ -52,9 +56,13 @@ lib/elixir/lib/hex/lib/hex/remote_conver lib/elixir/lib/hex/lib/hex/resolver.ex lib/elixir/lib/hex/lib/hex/scm.ex lib/elixir/lib/hex/lib/hex/shell.ex +lib/elixir/lib/hex/lib/hex/state.ex lib/elixir/lib/hex/lib/hex/tar.ex lib/elixir/lib/hex/lib/hex/utils.ex +lib/elixir/lib/hex/lib/mix/hex/build.ex +lib/elixir/lib/hex/lib/mix/hex/utils.ex lib/elixir/lib/hex/lib/mix/tasks/hex.ex +lib/elixir/lib/hex/lib/mix/tasks/hex/build.ex lib/elixir/lib/hex/lib/mix/tasks/hex/config.ex lib/elixir/lib/hex/lib/mix/tasks/hex/docs.ex lib/elixir/lib/hex/lib/mix/tasks/hex/info.ex @@ -62,7 +70,7 @@ lib/elixir/lib/hex/lib/mix/tasks/hex/key lib/elixir/lib/hex/lib/mix/tasks/hex/outdated.ex lib/elixir/lib/hex/lib/mix/tasks/hex/owner.ex lib/elixir/lib/hex/lib/mix/tasks/hex/publish.ex +lib/elixir/lib/hex/lib/mix/tasks/hex/registry.ex lib/elixir/lib/hex/lib/mix/tasks/hex/search.ex lib/elixir/lib/hex/lib/mix/tasks/hex/user.ex -lib/elixir/lib/hex/lib/mix/tasks/hex/utils.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sat Sep 26 07:51:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81550A08DC5; Sat, 26 Sep 2015 07:51:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB0129B; Sat, 26 Sep 2015 07:51:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7pVlf026473; Sat, 26 Sep 2015 07:51:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7pUwD026471; Sat, 26 Sep 2015 07:51:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509260751.t8Q7pUwD026471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 07:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397935 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:51:31 -0000 Author: olgeni Date: Sat Sep 26 07:51:30 2015 New Revision: 397935 URL: https://svnweb.freebsd.org/changeset/ports/397935 Log: Upgrade devel/relx to version 3.7.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Sat Sep 26 07:45:43 2015 (r397934) +++ head/devel/relx/Makefile Sat Sep 26 07:51:30 2015 (r397935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Sat Sep 26 07:45:43 2015 (r397934) +++ head/devel/relx/distinfo Sat Sep 26 07:51:30 2015 (r397935) @@ -1,5 +1,5 @@ -SHA256 (erlware-relx-v3.6.0_GH0.tar.gz) = 7edceaedf59c5b66dbbefee7c18032f68c6f837f8139e7470b44b04ce318c069 -SIZE (erlware-relx-v3.6.0_GH0.tar.gz) = 600239 +SHA256 (erlware-relx-v3.7.0_GH0.tar.gz) = 853ed5531c94cbdc2fb97b2cc9d8684465aeff5b3d652bde609ad3abf908b7d7 +SIZE (erlware-relx-v3.7.0_GH0.tar.gz) = 600246 SHA256 (relx-cache-9.tar.gz) = ea56903c06af52d0e93e53076d239dea742e75b3a1145533b88b53931b6e94d1 SIZE (relx-cache-9.tar.gz) = 321044 SHA256 (bbmustache-1.0.3.tar) = d79d9f3f90d14e20bda0c801063801ce9b72b71f5831d70b8d36065fb1a52208 From owner-svn-ports-head@freebsd.org Sat Sep 26 07:53:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92760A08FAC; Sat, 26 Sep 2015 07:53:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 835AC63E; Sat, 26 Sep 2015 07:53:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7rD3w029281; Sat, 26 Sep 2015 07:53:13 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7rDaF029279; Sat, 26 Sep 2015 07:53:13 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509260753.t8Q7rDaF029279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 26 Sep 2015 07:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397936 - head/japanese/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:53:13 -0000 Author: rm Date: Sat Sep 26 07:53:12 2015 New Revision: 397936 URL: https://svnweb.freebsd.org/changeset/ports/397936 Log: japanese/wordpress: update to 4.3.1 This release fixing multiple security vulnerabilities. PR: 203365 Submitted by: Yoshisato Yanagisawa Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2 Modified: head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Sat Sep 26 07:51:30 2015 (r397935) +++ head/japanese/wordpress/Makefile Sat Sep 26 07:53:12 2015 (r397936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.3 +PORTVERSION= 4.3.1 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Sat Sep 26 07:51:30 2015 (r397935) +++ head/japanese/wordpress/distinfo Sat Sep 26 07:53:12 2015 (r397936) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.3-ja.tar.gz) = 1500c5891a879ecfc0e4208ed4223727882491664cb1d0294e352226c7797d4c -SIZE (wordpress-4.3-ja.tar.gz) = 6966736 +SHA256 (wordpress-4.3.1-ja.tar.gz) = 54692c718267ad46a8f313b7f695c759bae72e6fea1b4ca06ad75ba03dc0bab0 +SIZE (wordpress-4.3.1-ja.tar.gz) = 6989655 From owner-svn-ports-head@freebsd.org Sat Sep 26 07:58:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CF37A09224; Sat, 26 Sep 2015 07:58:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4172880A; Sat, 26 Sep 2015 07:58:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q7wJc9029677; Sat, 26 Sep 2015 07:58:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q7wIHG029673; Sat, 26 Sep 2015 07:58:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509260758.t8Q7wIHG029673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 07:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397937 - head/security/elixir-comeonin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 07:58:19 -0000 Author: olgeni Date: Sat Sep 26 07:58:17 2015 New Revision: 397937 URL: https://svnweb.freebsd.org/changeset/ports/397937 Log: Upgrade security/elixir-comeonin to version 1.2.0. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo head/security/elixir-comeonin/pkg-plist Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Sat Sep 26 07:53:12 2015 (r397936) +++ head/security/elixir-comeonin/Makefile Sat Sep 26 07:58:17 2015 (r397937) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Sat Sep 26 07:53:12 2015 (r397936) +++ head/security/elixir-comeonin/distinfo Sat Sep 26 07:58:17 2015 (r397937) @@ -1,2 +1,2 @@ -SHA256 (elixircnx-comeonin-v1.1.4_GH0.tar.gz) = 7a63fa8716fddc1710f1f67461d262260198583fbf2d34f10265e7c0a034f738 -SIZE (elixircnx-comeonin-v1.1.4_GH0.tar.gz) = 34049 +SHA256 (elixircnx-comeonin-v1.2.0_GH0.tar.gz) = 871e461f1bc3bdfcb03e1bcb8087d9635ba4812b30637f76c6729a428dd97510 +SIZE (elixircnx-comeonin-v1.2.0_GH0.tar.gz) = 69331 Modified: head/security/elixir-comeonin/pkg-plist ============================================================================== --- head/security/elixir-comeonin/pkg-plist Sat Sep 26 07:53:12 2015 (r397936) +++ head/security/elixir-comeonin/pkg-plist Sat Sep 26 07:58:17 2015 (r397937) @@ -1,19 +1,22 @@ +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.beam -lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.BcryptBase64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Config.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.Substitutions.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2.Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2.beam -lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Tools.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.beam lib/elixir/lib/comeonin/ebin/comeonin.app lib/elixir/lib/comeonin/lib/comeonin.ex lib/elixir/lib/comeonin/lib/comeonin/bcrypt.ex -lib/elixir/lib/comeonin/lib/comeonin/bcrypt_base64.ex +lib/elixir/lib/comeonin/lib/comeonin/bcrypt/base64.ex lib/elixir/lib/comeonin/lib/comeonin/config.ex lib/elixir/lib/comeonin/lib/comeonin/password.ex +lib/elixir/lib/comeonin/lib/comeonin/password/10k_6chars.txt +lib/elixir/lib/comeonin/lib/comeonin/password/substitutions.ex lib/elixir/lib/comeonin/lib/comeonin/pbkdf2.ex -lib/elixir/lib/comeonin/lib/comeonin/pbkdf2_base64.ex +lib/elixir/lib/comeonin/lib/comeonin/pbkdf2/base64.ex lib/elixir/lib/comeonin/lib/comeonin/tools.ex lib/elixir/lib/comeonin/priv/bcrypt_nif.so %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sat Sep 26 08:02:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B6B1A09784; Sat, 26 Sep 2015 08:02:19 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C533B68; Sat, 26 Sep 2015 08:02:19 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q82IoK033578; Sat, 26 Sep 2015 08:02:18 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q82IeB033577; Sat, 26 Sep 2015 08:02:18 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509260802.t8Q82IeB033577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 08:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397938 - head/www/phprecipebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:02:19 -0000 Author: madpilot Date: Sat Sep 26 08:02:18 2015 New Revision: 397938 URL: https://svnweb.freebsd.org/changeset/ports/397938 Log: Convert to @postexec. Modified: head/www/phprecipebook/pkg-plist Modified: head/www/phprecipebook/pkg-plist ============================================================================== --- head/www/phprecipebook/pkg-plist Sat Sep 26 07:58:17 2015 (r397937) +++ head/www/phprecipebook/pkg-plist Sat Sep 26 08:02:18 2015 (r397938) @@ -568,7 +568,7 @@ %%WWWDIR%%/modules/restaurants/view_picture.php %%WWWDIR%%/modules/reviews/review.php %%WWWDIR%%/modules/reviews/update.php -@exec mkdir -p %D/%%WWWDIR%%/modules/settings +@postexec mkdir -p %D/%%WWWDIR%%/modules/settings %%WWWDIR%%/modules/utils/converter.php %%WWWDIR%%/modules/utils/index.php %%WWWDIR%%/modules/utils/resources.php From owner-svn-ports-head@freebsd.org Sat Sep 26 08:04:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C659A0991D; Sat, 26 Sep 2015 08:04:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D677D02; Sat, 26 Sep 2015 08:04:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q84bn1033757; Sat, 26 Sep 2015 08:04:37 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q84bin033756; Sat, 26 Sep 2015 08:04:37 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509260804.t8Q84bin033756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 08:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397939 - head/www/phprecipebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:04:37 -0000 Author: madpilot Date: Sat Sep 26 08:04:36 2015 New Revision: 397939 URL: https://svnweb.freebsd.org/changeset/ports/397939 Log: Allow packaging as user. Modified: head/www/phprecipebook/Makefile Modified: head/www/phprecipebook/Makefile ============================================================================== --- head/www/phprecipebook/Makefile Sat Sep 26 08:02:18 2015 (r397938) +++ head/www/phprecipebook/Makefile Sat Sep 26 08:04:36 2015 (r397939) @@ -2,7 +2,7 @@ PORTNAME= phprecipebook PORTVERSION= 3.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//} @@ -41,7 +41,6 @@ post-extract: do-install: ${MV} ${WRKSRC}/custom_inc.php ${WRKSRC}/custom_inc.php.sample cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} post-install: @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} From owner-svn-ports-head@freebsd.org Sat Sep 26 08:39:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AFDCA081AE; Sat, 26 Sep 2015 08:39:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED997B0D; Sat, 26 Sep 2015 08:39:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q8dnZj046131; Sat, 26 Sep 2015 08:39:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q8dnA9046130; Sat, 26 Sep 2015 08:39:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260839.t8Q8dnA9046130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 08:39:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397940 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:39:50 -0000 Author: bapt Date: Sat Sep 26 08:39:49 2015 New Revision: 397940 URL: https://svnweb.freebsd.org/changeset/ports/397940 Log: Explicly force runnning load-octave-pkg during post (de)installation Modified: head/Mk/bsd.octave.mk Modified: head/Mk/bsd.octave.mk ============================================================================== --- head/Mk/bsd.octave.mk Sat Sep 26 08:04:36 2015 (r397939) +++ head/Mk/bsd.octave.mk Sat Sep 26 08:39:49 2015 (r397940) @@ -41,5 +41,5 @@ do-install: post-install: @${ECHO_CMD} "share/octave/tarballs/${DISTNAME}.tar.gz" >> ${TMPPLIST} @${ECHO_CMD} "share/octave/tarballs/${OCTAVE_PKGNAME}.tar.gz" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} - @${ECHO_CMD} "@exec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} From owner-svn-ports-head@freebsd.org Sat Sep 26 08:41:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF1AA08407; Sat, 26 Sep 2015 08:41:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3D3E0D; Sat, 26 Sep 2015 08:41:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q8fkm4049898; Sat, 26 Sep 2015 08:41:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q8fkb7049897; Sat, 26 Sep 2015 08:41:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260841.t8Q8fkb7049897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 08:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397941 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:41:46 -0000 Author: bapt Date: Sat Sep 26 08:41:45 2015 New Revision: 397941 URL: https://svnweb.freebsd.org/changeset/ports/397941 Log: Explicitly run the ocaml command in post (de)installation Modified: head/Mk/bsd.ocaml.mk Modified: head/Mk/bsd.ocaml.mk ============================================================================== --- head/Mk/bsd.ocaml.mk Sat Sep 26 08:39:49 2015 (r397940) +++ head/Mk/bsd.ocaml.mk Sat Sep 26 08:41:45 2015 (r397941) @@ -177,9 +177,9 @@ OCAML_LDLIBS?= ${OCAML_SITELIBDIR}/${POR . if !target(ocaml-ldconfig) ocaml-ldconfig: . for LIB in ${OCAML_LDLIBS} - @${ECHO_CMD} "@exec ${ECHO_CMD} "%D/${LIB}" >> %D/${OCAML_LDCONF}" \ + @${ECHO_CMD} "@postexec ${ECHO_CMD} "%D/${LIB}" >> %D/${OCAML_LDCONF}" \ >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${SED} -i \"\" -e '/${LIB:S#/#\/#g}/d' %D/${OCAML_LDCONF}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${SED} -i \"\" -e '/${LIB:S#/#\/#g}/d' %D/${OCAML_LDCONF}" >> ${TMPPLIST} . endfor . endif .endif @@ -188,7 +188,7 @@ ocaml-ldconfig: . if !target(ocaml-wash) ocaml-wash: # If ld.conf is empty - @${ECHO_CMD} "@unexec if [ ! -s %D/${OCAML_LDCONF} ]; then ${RM} -f %D/${OCAML_LDCONF}; fi || true" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec if [ ! -s %D/${OCAML_LDCONF} ]; then ${RM} -f %D/${OCAML_LDCONF}; fi || true" >> ${TMPPLIST} . endif .endif From owner-svn-ports-head@freebsd.org Sat Sep 26 08:43:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97518A08560; Sat, 26 Sep 2015 08:43:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BCE7F79; Sat, 26 Sep 2015 08:43:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q8hswL050073; Sat, 26 Sep 2015 08:43:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q8hslK050072; Sat, 26 Sep 2015 08:43:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260843.t8Q8hslK050072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 08:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397942 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:43:54 -0000 Author: bapt Date: Sat Sep 26 08:43:53 2015 New Revision: 397942 URL: https://svnweb.freebsd.org/changeset/ports/397942 Log: Explicitly run some gnome commands in post (de)install Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Sat Sep 26 08:41:45 2015 (r397941) +++ head/Mk/bsd.gnome.mk Sat Sep 26 08:43:53 2015 (r397942) @@ -687,10 +687,10 @@ post-install: gnome-post-install gnome-post-install: . if defined(GCONF_SCHEMAS) @for i in ${GCONF_SCHEMAS}; do \ - ${ECHO_CMD} "@unexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postunexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "etc/gconf/schemas/$${i}" >> ${TMPPLIST}; \ - ${ECHO_CMD} "@exec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done . endif @@ -706,9 +706,9 @@ gnome-post-install: . if defined(INSTALLS_OMF) @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \ - ${ECHO_CMD} "@exec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ - ${ECHO_CMD} "@unexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done . endif @@ -718,9 +718,9 @@ gnome-post-install: @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \ ${ECHO_CMD} "@rmtry $${i}/icon-theme.cache" \ >> ${TMPPLIST}.icons1; \ - ${ECHO_CMD} "@exec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ - ${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done @if test -f ${TMPPLIST}.icons1; then \ From owner-svn-ports-head@freebsd.org Sat Sep 26 08:54:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D4B1A08ECB; Sat, 26 Sep 2015 08:54:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8C926A0; Sat, 26 Sep 2015 08:54:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q8sSCc054210; Sat, 26 Sep 2015 08:54:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q8sS13054208; Sat, 26 Sep 2015 08:54:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260854.t8Q8sS13054208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 08:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397943 - head/x11/slim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:54:29 -0000 Author: bapt Date: Sat Sep 26 08:54:27 2015 New Revision: 397943 URL: https://svnweb.freebsd.org/changeset/ports/397943 Log: Convert to @sample Use options helpers Modified: head/x11/slim/Makefile head/x11/slim/pkg-plist Modified: head/x11/slim/Makefile ============================================================================== --- head/x11/slim/Makefile Sat Sep 26 08:43:53 2015 (r397942) +++ head/x11/slim/Makefile Sat Sep 26 08:54:27 2015 (r397943) @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios @@ -32,33 +32,22 @@ CMAKE_ARGS= -DUSE_CONSOLEKIT=yes \ OPTIONS_DEFINE= PAM UTF8 CONSOLEKIT OPTIONS_DEFAULT= PAM CONSOLEKIT +OPTIONS_SUB= yes UTF8_DESC= Support UTF-8 characters CONSOLEKIT_DESC=Enable support for consolekit PLIST_SUB+= VERSION="${PORTVERSION}" -.include +PAM_CMAKE_ON= -DUSE_PAM=yes +PAM_CMAKE_OFF= -DUSE_PAM=no -.if ${PORT_OPTIONS:MPAM} -CMAKE_ARGS+= -DUSE_PAM=yes -PLIST_SUB+= PAM="" -.else -CMAKE_ARGS+= -DUSE_PAM=no -PLIST_SUB+= PAM="@comment " -.endif - -.if ${PORT_OPTIONS:MUTF8} # patch taken from slim-unicode in Arch User Repository -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8 -.endif +UTF8_EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8 -.if ${PORT_OPTIONS:MCONSOLEKIT} -CMAKE_ARGS+= -DUSE_CONSOLEKIT=yes -LIB_DEPENDS+= libck-connector.so:${PORTSDIR}/sysutils/consolekit -.else -CMAKE_ARGS+= -DUSE_CONSOLEKIT=no -.endif +CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes +CONSOLEKIT_LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit +CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no post-patch: @${CP} ${WRKSRC}/slim.conf ${WRKSRC}/slim.conf.sample @@ -67,9 +56,7 @@ post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/slim.1 -post-install: -. if ${PORT_OPTIONS:MPAM} - ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/slim.default -. endif +post-install-PAM-on: + ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/slim.sample .include Modified: head/x11/slim/pkg-plist ============================================================================== --- head/x11/slim/pkg-plist Sat Sep 26 08:43:53 2015 (r397942) +++ head/x11/slim/pkg-plist Sat Sep 26 08:54:27 2015 (r397943) @@ -6,6 +6,4 @@ lib/libslim.so.%%VERSION%% %%DATADIR%%/themes/default/slim.theme man/man1/slim.1.gz @sample etc/slim.conf.sample -%%PAM%%@unexec if cmp -s %D/etc/pam.d/slim.default %D/etc/pam.d/slim; then rm -f %D/etc/pam.d/slim; fi -%%PAM%%etc/pam.d/slim.default -%%PAM%%@exec if [ ! -f %D/etc/pam.d/slim ]; then cp -p %D/%F %B/slim; fi +%%PAM%%@sample etc/pam.d/slim.sample From owner-svn-ports-head@freebsd.org Sat Sep 26 08:55:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A832A08FCC; Sat, 26 Sep 2015 08:55:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA5582D; Sat, 26 Sep 2015 08:55:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q8tQhv054365; Sat, 26 Sep 2015 08:55:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q8tQsX054364; Sat, 26 Sep 2015 08:55:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260855.t8Q8tQsX054364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 08:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397944 - head/x11/rxvt-unicode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 08:55:26 -0000 Author: bapt Date: Sat Sep 26 08:55:25 2015 New Revision: 397944 URL: https://svnweb.freebsd.org/changeset/ports/397944 Log: Ensure terminfo registration is done during post installation Modified: head/x11/rxvt-unicode/pkg-plist Modified: head/x11/rxvt-unicode/pkg-plist ============================================================================== --- head/x11/rxvt-unicode/pkg-plist Sat Sep 26 08:54:27 2015 (r397943) +++ head/x11/rxvt-unicode/pkg-plist Sat Sep 26 08:55:25 2015 (r397944) @@ -59,4 +59,4 @@ man/man1/urxvtd.1.gz man/man7/urxvt.7.gz share/misc/rxvt-unicode.terminfo @comment No unexec tic available -@exec tic %D/share/misc/rxvt-unicode.terminfo +@postexec tic %D/share/misc/rxvt-unicode.terminfo From owner-svn-ports-head@freebsd.org Sat Sep 26 09:00:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD643A09514; Sat, 26 Sep 2015 09:00:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA06A03; Sat, 26 Sep 2015 09:00:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q90keO057812; Sat, 26 Sep 2015 09:00:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q90k4V057810; Sat, 26 Sep 2015 09:00:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260900.t8Q90k4V057810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397945 - head/www/thundercache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:00:47 -0000 Author: bapt Date: Sat Sep 26 09:00:45 2015 New Revision: 397945 URL: https://svnweb.freebsd.org/changeset/ports/397945 Log: Modernize plist Modified: head/www/thundercache/Makefile head/www/thundercache/pkg-plist Modified: head/www/thundercache/Makefile ============================================================================== --- head/www/thundercache/Makefile Sat Sep 26 08:55:25 2015 (r397944) +++ head/www/thundercache/Makefile Sat Sep 26 09:00:45 2015 (r397945) @@ -2,7 +2,7 @@ PORTNAME= thundercache PORTVERSION= 6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://www.thundercache.com.br/dist/ \ http://www.bmsoftware.org/packs/ \ Modified: head/www/thundercache/pkg-plist ============================================================================== --- head/www/thundercache/pkg-plist Sat Sep 26 08:55:25 2015 (r397944) +++ head/www/thundercache/pkg-plist Sat Sep 26 09:00:45 2015 (r397945) @@ -7,13 +7,7 @@ thunder/sbin/thunderlog.php thunder/sbin/diskinfo thunder/sbin/thunder thunder/sbin/log.sh -@exec mkdir -p /var/run/thunder -@exec chmod 755 /var/run/thunder -@dirrm thunder/etc -@dirrm thunder/logs/tmp -@dirrm thunder/logs -@dirrm thunder/sbin -@dirrm thunder/cache -@dirrm thunder -@unexec /bin/rm /var/run/thunder/thunder.pid 2>/dev/null || true -@unexec rmdir /var/run/thunder 2>/dev/null || true +@dir thunder/logs/tmp +@dir thunder/cache +@rmtry /var/run/thunder/thunder.pid +@dir(,,755) /var/run/thunder From owner-svn-ports-head@freebsd.org Sat Sep 26 09:03:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DB3FA097A0; Sat, 26 Sep 2015 09:03:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3673BCE9; Sat, 26 Sep 2015 09:03:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q93M4G058519; Sat, 26 Sep 2015 09:03:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q93LBZ058517; Sat, 26 Sep 2015 09:03:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509260903.t8Q93LBZ058517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 09:03:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397946 - head/math/octave-forge-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:03:22 -0000 Author: antoine Date: Sat Sep 26 09:03:21 2015 New Revision: 397946 URL: https://svnweb.freebsd.org/changeset/ports/397946 Log: Use load-octave-pkg in preunexec for octave-forge-base, this is the only octave-forge-* port where it makes sense since it provides load-octave-pkg (load-octave-pkg is no longer available postunexec) Modified: head/math/octave-forge-base/Makefile head/math/octave-forge-base/pkg-plist Modified: head/math/octave-forge-base/Makefile ============================================================================== --- head/math/octave-forge-base/Makefile Sat Sep 26 09:00:45 2015 (r397945) +++ head/math/octave-forge-base/Makefile Sat Sep 26 09:03:21 2015 (r397946) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-base PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -14,7 +14,7 @@ COMMENT= Octave-forge baseport for all p LICENSE= BSD2CLAUSE -RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \ +RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ gmake:${PORTSDIR}/devel/gmake \ p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ @@ -22,10 +22,8 @@ RUN_DEPENDS+= octave:${PORTSDIR}/math/oc USES= perl5 SUB_FILES= load-octave-pkg -SUB_LIST+= PERL=${PERL} - -do-build: - @${DO_NADA} +SUB_LIST= PERL=${PERL} +NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs Modified: head/math/octave-forge-base/pkg-plist ============================================================================== --- head/math/octave-forge-base/pkg-plist Sat Sep 26 09:00:45 2015 (r397945) +++ head/math/octave-forge-base/pkg-plist Sat Sep 26 09:03:21 2015 (r397946) @@ -1,4 +1,4 @@ -@postunexec %D/libexec/octave/load-octave-pkg || true +@preunexec %D/libexec/octave/load-octave-pkg || true libexec/octave/load-octave-pkg @postexec %D/libexec/octave/load-octave-pkg @dir share/octave/tarballs From owner-svn-ports-head@freebsd.org Sat Sep 26 09:06:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FAFCA09A27; Sat, 26 Sep 2015 09:06:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EADC1E7A; Sat, 26 Sep 2015 09:06:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q96Nq0058757; Sat, 26 Sep 2015 09:06:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q96N3A058755; Sat, 26 Sep 2015 09:06:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260906.t8Q96N3A058755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:06:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397947 - head/www/lynx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:06:24 -0000 Author: bapt Date: Sat Sep 26 09:06:22 2015 New Revision: 397947 URL: https://svnweb.freebsd.org/changeset/ports/397947 Log: Create symlinks directly in the package instead of va plist Modified: head/www/lynx/Makefile head/www/lynx/pkg-plist Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Sat Sep 26 09:03:21 2015 (r397946) +++ head/www/lynx/Makefile Sat Sep 26 09:06:22 2015 (r397947) @@ -3,7 +3,7 @@ PORTNAME= lynx PORTVERSION= 2.8.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ @@ -65,5 +65,7 @@ post-install: # Fix some stage symlinks ${LN} -sf ${DOCSDIR}/COPYHEADER ${STAGEDIR}${L_HELP} ${LN} -sf ${DOCSDIR}/COPYING ${STAGEDIR}${L_HELP} + ${LN} -sf ${DOCSDIR}/COPYHEADER.asc ${STAGEDIR}${L_HELP} + ${LN} -sf ${DOCSDIR}/COPYING.asc ${STAGEDIR}${L_HELP} .include Modified: head/www/lynx/pkg-plist ============================================================================== --- head/www/lynx/pkg-plist Sat Sep 26 09:03:21 2015 (r397946) +++ head/www/lynx/pkg-plist Sat Sep 26 09:06:22 2015 (r397947) @@ -2,16 +2,11 @@ bin/lynx @sample etc/lynx.cfg.sample @sample etc/lynx.lss.sample man/man1/lynx.1.gz -%%PORTDOCS%%@exec mkdir -p %D/share/lynx_help %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYHEADER %%PORTDOCS%%%%DOCSDIR%%/COPYHEADER.asc -%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help -%%PORTDOCS%%@unexec rm -f %D/share/lynx_help/COPYHEADER.asc %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.asc -%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help -%%PORTDOCS%%@unexec rm -f %D/share/lynx_help/COPYING.asc %%PORTDOCS%%%%DOCSDIR%%/PROBLEMS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.3.gz @@ -97,7 +92,9 @@ man/man1/lynx.1.gz %%PORTDOCS%%%%DOCSDIR%%/test/image.jpg %%PORTDOCS%%%%DOCSDIR%%/test/nobody %%PORTDOCS%%share/lynx_help/COPYHEADER +%%PORTDOCS%%share/lynx_help/COPYHEADER.asc %%PORTDOCS%%share/lynx_help/COPYING +%%PORTDOCS%%share/lynx_help/COPYING.asc %%PORTDOCS%%share/lynx_help/Lynx_users_guide.html.gz %%PORTDOCS%%share/lynx_help/about_lynx.html.gz %%PORTDOCS%%share/lynx_help/keystrokes/alt_edit_help.html.gz From owner-svn-ports-head@freebsd.org Sat Sep 26 09:10:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B04A09D1A; Sat, 26 Sep 2015 09:10:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4DDE91; Sat, 26 Sep 2015 09:10:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q9AQNC059027; Sat, 26 Sep 2015 09:10:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q9AQPv059026; Sat, 26 Sep 2015 09:10:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509260910.t8Q9AQPv059026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 09:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397948 - head/games/kanatest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:10:26 -0000 Author: antoine Date: Sat Sep 26 09:10:26 2015 New Revision: 397948 URL: https://svnweb.freebsd.org/changeset/ports/397948 Log: Remove @exec/@unexec redundant with USES=desktop-file-utils Modified: head/games/kanatest/pkg-plist Modified: head/games/kanatest/pkg-plist ============================================================================== --- head/games/kanatest/pkg-plist Sat Sep 26 09:06:22 2015 (r397947) +++ head/games/kanatest/pkg-plist Sat Sep 26 09:10:26 2015 (r397948) @@ -15,5 +15,3 @@ share/locale/pl/LC_MESSAGES/kanatest.mo share/locale/pt/LC_MESSAGES/kanatest.mo share/locale/ru/LC_MESSAGES/kanatest.mo share/pixmaps/kanatest.png -@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true -@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true From owner-svn-ports-head@freebsd.org Sat Sep 26 09:17:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D46C9B82B3; Sat, 26 Sep 2015 09:17:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E0BC6BA; Sat, 26 Sep 2015 09:17:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q9HfZL063025; Sat, 26 Sep 2015 09:17:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q9Hf6B063024; Sat, 26 Sep 2015 09:17:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509260917.t8Q9Hf6B063024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 09:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397949 - head/security/hotssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:17:41 -0000 Author: antoine Date: Sat Sep 26 09:17:40 2015 New Revision: 397949 URL: https://svnweb.freebsd.org/changeset/ports/397949 Log: Remove @exec/@unexec redundant with USES=desktop-file-utils Modified: head/security/hotssh/pkg-plist Modified: head/security/hotssh/pkg-plist ============================================================================== --- head/security/hotssh/pkg-plist Sat Sep 26 09:10:26 2015 (r397948) +++ head/security/hotssh/pkg-plist Sat Sep 26 09:17:40 2015 (r397949) @@ -58,5 +58,3 @@ share/locale/pt_BR/LC_MESSAGES/hotssh.mo share/locale/sl/LC_MESSAGES/hotssh.mo share/locale/sv/LC_MESSAGES/hotssh.mo share/locale/zh_CN/LC_MESSAGES/hotssh.mo -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Sep 26 09:19:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B73979B8444; Sat, 26 Sep 2015 09:19:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A879781E; Sat, 26 Sep 2015 09:19:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q9Jh2P063220; Sat, 26 Sep 2015 09:19:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q9Jhcn063216; Sat, 26 Sep 2015 09:19:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260919.t8Q9Jhcn063216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397950 - head/textproc/bsddiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:19:43 -0000 Author: bapt Date: Sat Sep 26 09:19:42 2015 New Revision: 397950 URL: https://svnweb.freebsd.org/changeset/ports/397950 Log: Stop creating symlinks from plist when it can be packed as such Modified: head/textproc/bsddiff/Makefile head/textproc/bsddiff/pkg-plist Modified: head/textproc/bsddiff/Makefile ============================================================================== --- head/textproc/bsddiff/Makefile Sat Sep 26 09:17:40 2015 (r397949) +++ head/textproc/bsddiff/Makefile Sat Sep 26 09:19:42 2015 (r397950) @@ -3,6 +3,7 @@ PORTNAME= diff PORTVERSION= 20120705 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/gabor PKGNAMEPREFIX= bsd- @@ -10,11 +11,15 @@ PKGNAMEPREFIX= bsd- MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of diff from OpenBSD -USES= uidfix +USES= uidfix WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BINDIR="${PREFIX}/bin" \ MANDIR="${MANPREFIX}/man/man" \ CATDIR="${MANPREFIX}/man/man" +post-install: + ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/diff + ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/gnudiff + .include Modified: head/textproc/bsddiff/pkg-plist ============================================================================== --- head/textproc/bsddiff/pkg-plist Sat Sep 26 09:17:40 2015 (r397949) +++ head/textproc/bsddiff/pkg-plist Sat Sep 26 09:19:42 2015 (r397950) @@ -1,6 +1,4 @@ -@unexec rm -f %D/bin/diff -@exec /bin/ln -s %D/bin/bsddiff %D/bin/diff -@unexec rm -f %D/bin/gnudiff -@exec /bin/ln -s /usr/bin/diff %D/bin/gnudiff +bin/diff +bin/gnudiff bin/bsddiff man/man1/bsddiff.1.gz From owner-svn-ports-head@freebsd.org Sat Sep 26 09:21:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37D589B86C2; Sat, 26 Sep 2015 09:21:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28FA8A03; Sat, 26 Sep 2015 09:21:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q9LJMQ067017; Sat, 26 Sep 2015 09:21:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q9LIHq067015; Sat, 26 Sep 2015 09:21:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260921.t8Q9LIHq067015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397951 - head/textproc/bsddiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:21:19 -0000 Author: bapt Date: Sat Sep 26 09:21:18 2015 New Revision: 397951 URL: https://svnweb.freebsd.org/changeset/ports/397951 Log: Actually stop installing the gnudiff symlinks which can become wrong if base diff is not anymore gnudiff Modified: head/textproc/bsddiff/Makefile head/textproc/bsddiff/pkg-plist Modified: head/textproc/bsddiff/Makefile ============================================================================== --- head/textproc/bsddiff/Makefile Sat Sep 26 09:19:42 2015 (r397950) +++ head/textproc/bsddiff/Makefile Sat Sep 26 09:21:18 2015 (r397951) @@ -3,7 +3,7 @@ PORTNAME= diff PORTVERSION= 20120705 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= LOCAL/gabor PKGNAMEPREFIX= bsd- @@ -20,6 +20,5 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ post-install: ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/diff - ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/gnudiff .include Modified: head/textproc/bsddiff/pkg-plist ============================================================================== --- head/textproc/bsddiff/pkg-plist Sat Sep 26 09:19:42 2015 (r397950) +++ head/textproc/bsddiff/pkg-plist Sat Sep 26 09:21:18 2015 (r397951) @@ -1,4 +1,3 @@ bin/diff -bin/gnudiff bin/bsddiff man/man1/bsddiff.1.gz From owner-svn-ports-head@freebsd.org Sat Sep 26 09:26:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A85919B8975; Sat, 26 Sep 2015 09:26:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7EACB7; Sat, 26 Sep 2015 09:26:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q9QCYr067355; Sat, 26 Sep 2015 09:26:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q9QCqU067351; Sat, 26 Sep 2015 09:26:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260926.t8Q9QCqU067351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397952 - head/textproc/bsdgrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:26:12 -0000 Author: bapt Date: Sat Sep 26 09:26:11 2015 New Revision: 397952 URL: https://svnweb.freebsd.org/changeset/ports/397952 Log: Stop installing potentially wrong gnugrep Do not create symlinks in scripts Use options helpers Modified: head/textproc/bsdgrep/Makefile head/textproc/bsdgrep/pkg-plist Modified: head/textproc/bsdgrep/Makefile ============================================================================== --- head/textproc/bsdgrep/Makefile Sat Sep 26 09:21:18 2015 (r397951) +++ head/textproc/bsdgrep/Makefile Sat Sep 26 09:26:11 2015 (r397952) @@ -3,7 +3,7 @@ PORTNAME= grep PORTVERSION= 20111002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= LOCAL/gabor PKGNAMEPREFIX= bsd- @@ -20,26 +20,18 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ OPTIONS_DEFINE= GNU_COMPAT NLS OPTIONS_DEFAULT= GNU_COMPAT +OPTIONS_SUB= yes GNU_COMPAT_DESC= Use GNU regex library (recommended) CONFLICTS= gnugrep-* -.include +NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes +GNU_COMPAT_MAKE_ENV_OFF= WITHOUT_GNU_COMPAT=yes -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -MAKE_ENV+= WITHOUT_NLS=yes -PLIST_SUB+= NLS="@comment " -.endif - -.if !${PORT_OPTIONS:MGNU_COMPAT} -MAKE_ENV+= WITHOUT_GNU_COMPAT=yes -.endif - -pre-install: -.if ${PORT_OPTIONS:MNLS} +pre-install-NLS-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/nls/gl_ES.ISO8859-1 -.endif + +post-install: + ${LN} -sf ${PREFIX}/bin/grep ${STAGEDIR}${PREFIX}/bin/bsdgrep .include Modified: head/textproc/bsdgrep/pkg-plist ============================================================================== --- head/textproc/bsdgrep/pkg-plist Sat Sep 26 09:21:18 2015 (r397951) +++ head/textproc/bsdgrep/pkg-plist Sat Sep 26 09:26:11 2015 (r397952) @@ -1,7 +1,4 @@ -@unexec rm -f %D/bin/bsdgrep -@exec /bin/ln -s %D/bin/grep %D/bin/bsdgrep -@unexec rm -f %D/bin/gnugrep -@exec /bin/ln -s /usr/bin/grep %D/bin/gnugrep +bin/bsdgrep bin/bzegrep bin/bzfgrep bin/bzgrep From owner-svn-ports-head@freebsd.org Sat Sep 26 10:17:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13C5A099BE; Sat, 26 Sep 2015 10:17:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8643129; Sat, 26 Sep 2015 10:17:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QAH2PQ087570; Sat, 26 Sep 2015 10:17:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QAH2Xw087568; Sat, 26 Sep 2015 10:17:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261017.t8QAH2Xw087568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 10:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397953 - head/editors/joe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 10:17:03 -0000 Author: bapt Date: Sat Sep 26 10:17:01 2015 New Revision: 397953 URL: https://svnweb.freebsd.org/changeset/ports/397953 Log: Convert to @sample Modified: head/editors/joe/Makefile head/editors/joe/pkg-plist Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Sat Sep 26 09:26:11 2015 (r397952) +++ head/editors/joe/Makefile Sat Sep 26 10:17:01 2015 (r397953) @@ -3,6 +3,7 @@ PORTNAME= joe PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -31,7 +32,7 @@ post-patch: post-install: for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \ - ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \ + ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.sample ; \ done .include Modified: head/editors/joe/pkg-plist ============================================================================== --- head/editors/joe/pkg-plist Sat Sep 26 09:26:11 2015 (r397952) +++ head/editors/joe/pkg-plist Sat Sep 26 10:17:01 2015 (r397953) @@ -11,21 +11,11 @@ bin/termidx %%PORTDOCS%%%%DOCSDIR%%/README.md %%ETCDIR%%/ftyperc %%ETCDIR%%/jicerc.ru -@unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi -%%ETCDIR%%/jmacsrc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi -@unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi -%%ETCDIR%%/joerc.dist -@exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi -@unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi -%%ETCDIR%%/jpicorc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi -@unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi -%%ETCDIR%%/jstarrc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi -@unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi -%%ETCDIR%%/rjoerc.dist -@exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi +@sample %%ETCDIR%%/jmacsrc.sample +@sample %%ETCDIR%%/joerc.sample +@sample %%ETCDIR%%/jpicorc.sample +@sample %%ETCDIR%%/jstarrc.sample +@sample %%ETCDIR%%/rjoerc.sample %%ETCDIR%%/shell.csh %%ETCDIR%%/shell.sh %%DATADIR%%/charmaps/klingon From owner-svn-ports-head@freebsd.org Sat Sep 26 10:24:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3309DA09D02; Sat, 26 Sep 2015 10:24:13 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 072F36D5; Sat, 26 Sep 2015 10:24:13 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QAOCem091577; Sat, 26 Sep 2015 10:24:12 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QAOCri091575; Sat, 26 Sep 2015 10:24:12 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201509261024.t8QAOCri091575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sat, 26 Sep 2015 10:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397954 - head/x11/nvidia-settings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 10:24:13 -0000 Author: bland Date: Sat Sep 26 10:24:12 2015 New Revision: 397954 URL: https://svnweb.freebsd.org/changeset/ports/397954 Log: Update to 355.11 PR: 203323 Modified: head/x11/nvidia-settings/Makefile head/x11/nvidia-settings/distinfo Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Sat Sep 26 10:17:01 2015 (r397953) +++ head/x11/nvidia-settings/Makefile Sat Sep 26 10:24:12 2015 (r397954) @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= nvidia-settings -PORTVERSION= 340.24 -PORTREVISION= 1 +PORTVERSION= 355.11 CATEGORIES= x11 -MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-settings/ \ - ftp://download1.nvidia.com/XFree86/nvidia-settings/ MAINTAINER= bland@FreeBSD.org COMMENT= Display Control Panel for X NVidia driver @@ -16,13 +13,18 @@ LICENSE= GPLv2 LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ libvdpau.so:${PORTSDIR}/multimedia/libvdpau +USE_GITHUB= yes +GH_ACCOUNT= NVIDIA +GH_TAGNAME= ${PORTVERSION} + USE_GNOME= gtk20 -USES= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig USE_GL= gl -USE_XORG= xv xext +USE_XORG= xext xv PLIST_FILES= bin/nvidia-settings \ - man/man1/nvidia-settings.1.gz + man/man1/nvidia-settings.1.gz \ + lib/libnvidia-gtk2.so.${PORTVERSION} LDFLAGS+= -Wl,--as-needed MAKE_ENV= NV_USE_BUNDLED_LIBJANSSON=0 \ @@ -37,4 +39,7 @@ post-patch: .SILENT ${REINPLACE_CMD} \ -e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk +post-install: .SILENT + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnvidia-gtk2.so.${PORTVERSION} + .include Modified: head/x11/nvidia-settings/distinfo ============================================================================== --- head/x11/nvidia-settings/distinfo Sat Sep 26 10:17:01 2015 (r397953) +++ head/x11/nvidia-settings/distinfo Sat Sep 26 10:24:12 2015 (r397954) @@ -1,2 +1,2 @@ -SHA256 (nvidia-settings-340.24.tar.bz2) = 255697cb8558c7ceba0838ecaf1168747ea4718144039c534ff4a45afcf42b88 -SIZE (nvidia-settings-340.24.tar.bz2) = 1549714 +SHA256 (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 9d9cb98bb6055895888d2fc9cf15a641c6caabee720d34303037214792eb12f6 +SIZE (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 2049318 From owner-svn-ports-head@freebsd.org Sat Sep 26 10:42:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88677A086F2; Sat, 26 Sep 2015 10:42:40 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECCBDEF; Sat, 26 Sep 2015 10:42:40 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QAge2F099644; Sat, 26 Sep 2015 10:42:40 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QAgdr4099639; Sat, 26 Sep 2015 10:42:39 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201509261042.t8QAgdr4099639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sat, 26 Sep 2015 10:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397955 - in head/x11/nvidia-xconfig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 10:42:40 -0000 Author: bland Date: Sat Sep 26 10:42:38 2015 New Revision: 397955 URL: https://svnweb.freebsd.org/changeset/ports/397955 Log: Update to 355.11 Modified: head/x11/nvidia-xconfig/Makefile head/x11/nvidia-xconfig/distinfo head/x11/nvidia-xconfig/files/patch-Makefile Modified: head/x11/nvidia-xconfig/Makefile ============================================================================== --- head/x11/nvidia-xconfig/Makefile Sat Sep 26 10:24:12 2015 (r397954) +++ head/x11/nvidia-xconfig/Makefile Sat Sep 26 10:42:38 2015 (r397955) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= nvidia-xconfig -PORTVERSION= 310.14 +PORTVERSION= 355.11 CATEGORIES= x11 -MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-xconfig/ \ - ftp://download1.nvidia.com/XFree86/nvidia-xconfig/ MAINTAINER= bland@FreeBSD.org COMMENT= Tool to manipulate X configuration files for the NVidia driver LICENSE= GPLv2 -USES= gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= NVIDIA +GH_TAGNAME= ${PORTVERSION} + +USES= gmake MAKE_ENV= NV_VERBOSE= \ STRIP_CMD=${TRUE} \ Modified: head/x11/nvidia-xconfig/distinfo ============================================================================== --- head/x11/nvidia-xconfig/distinfo Sat Sep 26 10:24:12 2015 (r397954) +++ head/x11/nvidia-xconfig/distinfo Sat Sep 26 10:42:38 2015 (r397955) @@ -1,2 +1,2 @@ -SHA256 (nvidia-xconfig-310.14.tar.bz2) = 34524033eac86a422bbf813a309f218368dd9f95265cf730ef425b1edd1fe364 -SIZE (nvidia-xconfig-310.14.tar.bz2) = 101116 +SHA256 (NVIDIA-nvidia-xconfig-355.11_GH0.tar.gz) = 8a38b99e0d4c545e8259e85ec256a978f773ba1df8890b3c42f615e68bd39788 +SIZE (NVIDIA-nvidia-xconfig-355.11_GH0.tar.gz) = 139143 Modified: head/x11/nvidia-xconfig/files/patch-Makefile ============================================================================== --- head/x11/nvidia-xconfig/files/patch-Makefile Sat Sep 26 10:24:12 2015 (r397954) +++ head/x11/nvidia-xconfig/files/patch-Makefile Sat Sep 26 10:42:38 2015 (r397955) @@ -1,6 +1,6 @@ ---- Makefile.orig 2012-09-19 10:51:22.000000000 +0900 -+++ Makefile 2012-10-13 20:24:14.000000000 +0900 -@@ -112,11 +112,11 @@ +--- Makefile.orig 2015-08-31 19:26:16 UTC ++++ Makefile +@@ -112,11 +112,11 @@ install: NVIDIA_XCONFIG_install MANPAGE_ NVIDIA_XCONFIG_install: $(NVIDIA_XCONFIG) $(MKDIR) $(BINDIR) From owner-svn-ports-head@freebsd.org Sat Sep 26 11:03:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53E729B84D7; Sat, 26 Sep 2015 11:03:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3840A82C; Sat, 26 Sep 2015 11:03:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QB3MN9008175; Sat, 26 Sep 2015 11:03:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QB3JLo008166; Sat, 26 Sep 2015 11:03:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509261103.t8QB3JLo008166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 11:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397956 - in head: devel/ccache lang/gcc lang/gcc46 lang/gcc47 lang/gcc48 lang/gcc49 lang/gcc5 lang/gcc5-devel lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:03:22 -0000 Author: antoine Date: Sat Sep 26 11:03:19 2015 New Revision: 397956 URL: https://svnweb.freebsd.org/changeset/ports/397956 Log: Remove deprecated @exec/@unexec from ports using ccache-update-links Modified: head/devel/ccache/pkg-plist head/lang/gcc/pkg-plist head/lang/gcc46/pkg-plist head/lang/gcc47/pkg-plist head/lang/gcc48/pkg-plist head/lang/gcc49/pkg-plist head/lang/gcc5-devel/pkg-plist head/lang/gcc5/pkg-plist head/lang/gcc6-devel/pkg-plist Modified: head/devel/ccache/pkg-plist ============================================================================== --- head/devel/ccache/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/devel/ccache/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -3,6 +3,6 @@ bin/ccache-update-links man/man1/ccache.1.gz %%CCLINKDIR%%/world/ccache %%TINDERBOX%%%%DATADIR%%/ccache.tar -@exec echo "Create compiler links..." -@exec %D/bin/ccache-update-links -v -@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; +@postexec echo "Create compiler links..." +@postexec %D/bin/ccache-update-links -v +@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; Modified: head/lang/gcc/pkg-plist ============================================================================== --- head/lang/gcc/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc46/pkg-plist ============================================================================== --- head/lang/gcc46/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc46/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -68,6 +68,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc47/pkg-plist ============================================================================== --- head/lang/gcc47/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc47/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -74,6 +74,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc48/pkg-plist ============================================================================== --- head/lang/gcc48/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc48/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc49/pkg-plist ============================================================================== --- head/lang/gcc49/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc49/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc5-devel/pkg-plist ============================================================================== --- head/lang/gcc5-devel/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc5-devel/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc5/pkg-plist ============================================================================== --- head/lang/gcc5/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc5/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here Modified: head/lang/gcc6-devel/pkg-plist ============================================================================== --- head/lang/gcc6-devel/pkg-plist Sat Sep 26 10:42:38 2015 (r397955) +++ head/lang/gcc6-devel/pkg-plist Sat Sep 26 11:03:19 2015 (r397956) @@ -73,6 +73,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here From owner-svn-ports-head@freebsd.org Sat Sep 26 11:06:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6193F9B884A; Sat, 26 Sep 2015 11:06:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390A6A6D; Sat, 26 Sep 2015 11:06:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QB6ZYp008423; Sat, 26 Sep 2015 11:06:35 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QB6YJf008421; Sat, 26 Sep 2015 11:06:34 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509261106.t8QB6YJf008421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 26 Sep 2015 11:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397957 - head/lang/bsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:06:35 -0000 Author: rm Date: Sat Sep 26 11:06:34 2015 New Revision: 397957 URL: https://svnweb.freebsd.org/changeset/ports/397957 Log: lang/bsh: switch to github With the deprecation of Google Code and Apache Extras, the code has moved to github. - use Github - use a newer snapshot that sets the target to Java 1.5 (should be more compatible with newer Java). Bump port revision accordingly - add the "Beanshell" name to COMMENT, since PORTNAME is not clear - pass maintainership to submitter PR: 203354 Submitted by: pfg Modified: head/lang/bsh/Makefile head/lang/bsh/distinfo Modified: head/lang/bsh/Makefile ============================================================================== --- head/lang/bsh/Makefile Sat Sep 26 11:03:19 2015 (r397956) +++ head/lang/bsh/Makefile Sat Sep 26 11:06:34 2015 (r397957) @@ -3,24 +3,25 @@ PORTNAME= bsh DISTVERSION= 2.0b5 +PORTREVISION= 1 CATEGORIES= lang java -MASTER_SITES= http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= ports@FreeBSD.org -COMMENT= Java scripting language +MAINTAINER= pfg@FreeBSD.org +COMMENT= Beanshell java scripting language LICENSE= APACHE20 -USES= zip +USE_GITHUB= yes +GH_ACCOUNT= beanshell +GH_PROJECT= beanshell +GH_TAGNAME= f299e2b + USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jarall -WRKSRC= ${WRKDIR}/BeanShell-${PORTVERSION:S/.b/b/} - SUB_FILES= ${PORTNAME}.sh SUB_LIST= JARNAME=${PORTNAME}.jar Modified: head/lang/bsh/distinfo ============================================================================== --- head/lang/bsh/distinfo Sat Sep 26 11:03:19 2015 (r397956) +++ head/lang/bsh/distinfo Sat Sep 26 11:06:34 2015 (r397957) @@ -1,2 +1,2 @@ -SHA256 (bsh-2.0b5-src.zip) = 90993aa17a786996653fc5fcf148e879fb3689b8678f9ba99b376a5a13dff513 -SIZE (bsh-2.0b5-src.zip) = 1982036 +SHA256 (beanshell-beanshell-2.0b5-f299e2b_GH0.tar.gz) = ae789b54453c6c1e9710b63feb5711c75581ac089d72ecfa6940320e7f5ff856 +SIZE (beanshell-beanshell-2.0b5-f299e2b_GH0.tar.gz) = 1707543 From owner-svn-ports-head@freebsd.org Sat Sep 26 11:38:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B240A0926A; Sat, 26 Sep 2015 11:38:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6195CF9; Sat, 26 Sep 2015 11:38:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QBcjDk022273; Sat, 26 Sep 2015 11:38:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QBcjIB022267; Sat, 26 Sep 2015 11:38:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261138.t8QBcjIB022267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 11:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397958 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:38:46 -0000 Author: olgeni Date: Sat Sep 26 11:38:44 2015 New Revision: 397958 URL: https://svnweb.freebsd.org/changeset/ports/397958 Log: Upgrade lang/elixir to 1.1.0 and set NO_ARCH. Added: head/lang/elixir/pkg-plist (contents, props changed) Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Sat Sep 26 11:06:34 2015 (r397957) +++ head/lang/elixir/Makefile Sat Sep 26 11:38:44 2015 (r397958) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= lang MAINTAINER= olgeni@FreeBSD.org @@ -21,19 +20,19 @@ GH_ACCOUNT= elixir-lang USES= gmake MAKE_ENV= LANG=en_US.UTF-8 ALL_TARGET= #empty +REINPLACE_ARGS= -i "" +NO_ARCH= yes OPTIONS_DEFINE= SRC -OPTIONS_DEFAULT=SRC SRC_DESC= Install source code -PLIST_FILES= bin/elixir \ - bin/elixirc \ - bin/iex \ - bin/mix - .include +post-patch: + @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile + @${RM} ${WRKSRC}/bin/*.orig + post-install: .if ${PORT_OPTIONS:MSRC} ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Sat Sep 26 11:06:34 2015 (r397957) +++ head/lang/elixir/distinfo Sat Sep 26 11:38:44 2015 (r397958) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-elixir-v1.0.5_GH0.tar.gz) = 5ce5c226b3d11d751b41ad79b915b86f13f8a1b89ef3e733321d3f46ff4d81b8 -SIZE (elixir-lang-elixir-v1.0.5_GH0.tar.gz) = 1043275 +SHA256 (elixir-lang-elixir-v1.1.0_GH0.tar.gz) = 6be4f083df230f901975df3a3bb32d3bd1e70a4d0a072aabc5972113b37ebb3b +SIZE (elixir-lang-elixir-v1.1.0_GH0.tar.gz) = 1094212 Added: head/lang/elixir/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/elixir/pkg-plist Sat Sep 26 11:38:44 2015 (r397958) @@ -0,0 +1,8 @@ +bin/elixir +bin/elixirc +bin/iex +bin/mix +man/man1/elixir.1.gz +man/man1/elixirc.1.gz +man/man1/iex.1.gz +man/man1/mix.1.gz From owner-svn-ports-head@freebsd.org Sat Sep 26 11:39:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8D3A09386; Sat, 26 Sep 2015 11:39:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F81EDF8; Sat, 26 Sep 2015 11:39:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QBdXrE022443; Sat, 26 Sep 2015 11:39:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QBdX5T022442; Sat, 26 Sep 2015 11:39:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261139.t8QBdX5T022442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 11:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397959 - head/devel/elixir-timex-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:39:33 -0000 Author: olgeni Date: Sat Sep 26 11:39:32 2015 New Revision: 397959 URL: https://svnweb.freebsd.org/changeset/ports/397959 Log: Set IGNORE: does not build with Elixir 1.1. Modified: head/devel/elixir-timex-interval/Makefile Modified: head/devel/elixir-timex-interval/Makefile ============================================================================== --- head/devel/elixir-timex-interval/Makefile Sat Sep 26 11:38:44 2015 (r397958) +++ head/devel/elixir-timex-interval/Makefile Sat Sep 26 11:39:32 2015 (r397959) @@ -10,6 +10,8 @@ COMMENT= Date/time interval library for LICENSE= APACHE20 +IGNORE= does not build with Elixir 1.1 + USES= elixir USE_GITHUB= yes GH_ACCOUNT= atabary From owner-svn-ports-head@freebsd.org Sat Sep 26 11:40:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15BDDA09500; Sat, 26 Sep 2015 11:40:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB88710A2; Sat, 26 Sep 2015 11:40:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QBeWMj025587; Sat, 26 Sep 2015 11:40:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QBeS2H023649; Sat, 26 Sep 2015 11:40:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261140.t8QBeS2H023649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 11:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397960 - in head: databases/elixir-geo databases/elixir-geo/files databases/elixir-mongo databases/elixir-mongo/files devel/elixir-bson devel/elixir-bson/files devel/elixir-lager_logge... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:40:33 -0000 Author: olgeni Date: Sat Sep 26 11:40:27 2015 New Revision: 397960 URL: https://svnweb.freebsd.org/changeset/ports/397960 Log: Fix dependencies for Elixir 1.1. Added: head/databases/elixir-geo/files/ head/databases/elixir-geo/files/patch-mix.exs (contents, props changed) head/devel/elixir-bson/files/ head/devel/elixir-bson/files/patch-mix.exs (contents, props changed) Modified: head/databases/elixir-geo/Makefile head/databases/elixir-mongo/Makefile head/databases/elixir-mongo/files/patch-mix.exs (contents, props changed) head/devel/elixir-bson/Makefile head/devel/elixir-lager_logger/Makefile head/devel/elixir-lager_logger/files/patch-mix.exs head/textproc/elixir-funnel/Makefile head/textproc/elixir-funnel/files/patch-mix.exs head/textproc/elixir-sweet_xml/Makefile head/textproc/elixir-sweet_xml/files/patch-mix.exs head/www/elixir-joken/Makefile head/www/elixir-joken/files/patch-mix.exs (contents, props changed) head/www/elixir-webassembly/Makefile head/www/elixir-webassembly/files/patch-mix.exs Modified: head/databases/elixir-geo/Makefile ============================================================================== --- head/databases/elixir-geo/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/databases/elixir-geo/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -3,6 +3,7 @@ PORTNAME= geo PORTVERSION= 0.16.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= elixir- Added: head/databases/elixir-geo/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-geo/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-09-26 08:11:34 UTC ++++ mix.exs +@@ -4,7 +4,6 @@ defmodule Geo.Mixfile do + def project do + [ app: :geo, + version: "0.16.1", +- elixir: "~> 1.0.0", + deps: deps, + description: description, + package: package, Modified: head/databases/elixir-mongo/Makefile ============================================================================== --- head/databases/elixir-mongo/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/databases/elixir-mongo/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -2,6 +2,7 @@ PORTNAME= elixir-mongo PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= vanilla@FreeBSD.org Modified: head/databases/elixir-mongo/files/patch-mix.exs ============================================================================== --- head/databases/elixir-mongo/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/databases/elixir-mongo/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,6 +1,14 @@ ---- mix.exs.orig 2015-07-08 05:55:21 UTC +--- mix.exs.orig 2015-04-23 23:09:40 UTC +++ mix.exs -@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do +@@ -5,7 +5,6 @@ defmodule Mongo.Mixfile do + [ app: :mongo, + name: "mongo", + version: "0.5.1", +- elixir: "~> 1.0.0", + source_url: "https://github.com/checkiz/elixir-mongo", + description: "MongoDB driver for Elixir", + deps: deps(Mix.env), +@@ -24,7 +23,6 @@ defmodule Mongo.Mixfile do # Returns the list of dependencies for prod defp deps(:prod) do [ Modified: head/devel/elixir-bson/Makefile ============================================================================== --- head/devel/elixir-bson/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/devel/elixir-bson/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -2,6 +2,7 @@ PORTNAME= elixir-bson PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org Added: head/devel/elixir-bson/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-bson/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-09-26 08:10:10 UTC ++++ mix.exs +@@ -5,7 +5,6 @@ defmodule Bson.Mixfile do + [ app: :bson, + name: "bson", + version: "0.4.3", +- elixir: "~> 1.0.0", + description: "BSON implementation for Elixir", + source_url: "https://github.com/checkiz/elixir-bson", + deps: deps(Mix.env), Modified: head/devel/elixir-lager_logger/Makefile ============================================================================== --- head/devel/elixir-lager_logger/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/devel/elixir-lager_logger/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -3,6 +3,7 @@ PORTNAME= lager_logger PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-lager_logger/files/patch-mix.exs ============================================================================== --- head/devel/elixir-lager_logger/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/devel/elixir-lager_logger/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,10 +1,14 @@ ---- mix.exs.orig 2015-07-02 13:24:56 UTC +--- mix.exs.orig 2015-09-26 08:36:49 UTC +++ mix.exs -@@ -30,7 +30,6 @@ defmodule LagerLogger.Mixfile do - - defp deps do - [ -- {:lager, ">= 2.1.0"}, - ] +@@ -4,10 +4,8 @@ defmodule LagerLogger.Mixfile do + def project do + [app: :lager_logger, + version: "1.0.0", +- elixir: "~> 1.0.0", + package: package, +- description: description, +- deps: deps] ++ description: description] end - end + + defp package do Modified: head/textproc/elixir-funnel/Makefile ============================================================================== --- head/textproc/elixir-funnel/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/textproc/elixir-funnel/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -2,6 +2,7 @@ PORTNAME= funnel PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-funnel/files/patch-mix.exs ============================================================================== --- head/textproc/elixir-funnel/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/textproc/elixir-funnel/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,15 +1,14 @@ --- mix.exs.orig 2014-09-10 19:01:07 UTC +++ mix.exs -@@ -6,10 +6,9 @@ defmodule Funnel.Mixfile do +@@ -6,10 +6,8 @@ defmodule Funnel.Mixfile do version: "0.4.1", compilers: [:elixir, :app], compile_path: "tmp/#{Mix.env}/funnel/ebin", - elixir: "~> 0.15 or 1.0.0-rc1 or 1.0.0", -+ elixir: "~> 0.15 or ~> 1.0.0", description: description, - package: package, - deps: deps ] -+ package: package] ++ package: package ] end # Configuration for the OTP application Modified: head/textproc/elixir-sweet_xml/Makefile ============================================================================== --- head/textproc/elixir-sweet_xml/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/textproc/elixir-sweet_xml/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -2,6 +2,7 @@ PORTNAME= sweet_xml PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-sweet_xml/files/patch-mix.exs ============================================================================== --- head/textproc/elixir-sweet_xml/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/textproc/elixir-sweet_xml/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,11 +1,11 @@ ---- mix.exs.orig 2015-07-15 14:25:56 UTC +--- mix.exs.orig 2015-09-26 08:20:55 UTC +++ mix.exs -@@ -26,8 +26,6 @@ defmodule SweetXml.Mixfile do - - defp deps do +@@ -5,8 +5,6 @@ defmodule SweetXml.Mixfile do [ -- {:ex_doc, "~> 0.7", only: :dev}, -- {:markdown, github: "devinus/markdown"} - ] - end - end + app: :sweet_xml, + version: "0.3.0", +- elixir: "~> 1.0.0-rc2", +- deps: deps, + package: [ + contributors: ["Frank Liu", "Arnaud Wetzel", "Tomáš Brukner", "Vinícius Sales"], + licenses: ["MIT"], Modified: head/www/elixir-joken/Makefile ============================================================================== --- head/www/elixir-joken/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/www/elixir-joken/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -3,6 +3,7 @@ PORTNAME= joken PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-joken/files/patch-mix.exs ============================================================================== --- head/www/elixir-joken/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/www/elixir-joken/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,8 +1,10 @@ ---- mix.exs.orig 2015-07-08 12:15:58 UTC +--- mix.exs.orig 2015-07-13 13:00:06 UTC +++ mix.exs -@@ -6,8 +6,7 @@ defmodule Joken.Mixfile do - version: "0.14.1", - elixir: "~> 1.0.0", +@@ -4,10 +4,8 @@ defmodule Joken.Mixfile do + def project do + [app: :joken, + version: "0.15.0", +- elixir: "~> 1.0.0", description: description, - package: package, - deps: deps] Modified: head/www/elixir-webassembly/Makefile ============================================================================== --- head/www/elixir-webassembly/Makefile Sat Sep 26 11:39:32 2015 (r397959) +++ head/www/elixir-webassembly/Makefile Sat Sep 26 11:40:27 2015 (r397960) @@ -3,6 +3,7 @@ PORTNAME= webassembly PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-webassembly/files/patch-mix.exs ============================================================================== --- head/www/elixir-webassembly/files/patch-mix.exs Sat Sep 26 11:39:32 2015 (r397959) +++ head/www/elixir-webassembly/files/patch-mix.exs Sat Sep 26 11:40:27 2015 (r397960) @@ -1,12 +1,11 @@ ---- mix.exs.orig 2015-07-03 10:57:27 UTC +--- mix.exs.orig 2015-09-26 08:21:42 UTC +++ mix.exs -@@ -18,9 +18,6 @@ defmodule WebAssembly.Mixfile do - end - - defp deps, do: [ -- {:excoveralls, "== 0.3.6", only: :test}, -- {:ex_doc, "~> 0.7.1", only: :dev}, -- {:dialyze, "== 0.1.3", only: :dev}, - ] - - defp description do +@@ -5,8 +5,6 @@ defmodule WebAssembly.Mixfile do + [app: :webassembly, + docs: [main: WebAssembly], + version: "0.5.1", +- elixir: "~> 1.0.0", +- deps: deps, + description: description, + package: package, + test_coverage: [tool: ExCoveralls]] From owner-svn-ports-head@freebsd.org Sat Sep 26 11:52:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4EE9A09CA6; Sat, 26 Sep 2015 11:52:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959551B6D; Sat, 26 Sep 2015 11:52:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QBqNPF031345; Sat, 26 Sep 2015 11:52:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QBqNDE031344; Sat, 26 Sep 2015 11:52:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261152.t8QBqNDE031344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 11:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397961 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:52:23 -0000 Author: olgeni Date: Sat Sep 26 11:52:22 2015 New Revision: 397961 URL: https://svnweb.freebsd.org/changeset/ports/397961 Log: I forgot to restore the SRC option... Modified: head/lang/elixir/Makefile Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Sat Sep 26 11:40:27 2015 (r397960) +++ head/lang/elixir/Makefile Sat Sep 26 11:52:22 2015 (r397961) @@ -24,6 +24,7 @@ REINPLACE_ARGS= -i "" NO_ARCH= yes OPTIONS_DEFINE= SRC +OPTIONS_DEFAULT=SRC SRC_DESC= Install source code From owner-svn-ports-head@freebsd.org Sat Sep 26 11:56:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110F0A09F1C; Sat, 26 Sep 2015 11:56:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01EC31CF7; Sat, 26 Sep 2015 11:56:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QBuH2j031828; Sat, 26 Sep 2015 11:56:17 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QBuHBP031825; Sat, 26 Sep 2015 11:56:17 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509261156.t8QBuHBP031825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 26 Sep 2015 11:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397962 - in head/ftp/filezilla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:56:18 -0000 Author: rm Date: Sat Sep 26 11:56:16 2015 New Revision: 397962 URL: https://svnweb.freebsd.org/changeset/ports/397962 Log: ftp/filezilla: update to 3.14.0 PR: 202761 Submitted by: matthew@reztek.cz (maintainer) Deleted: head/ftp/filezilla/files/ Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Sat Sep 26 11:52:22 2015 (r397961) +++ head/ftp/filezilla/Makefile Sat Sep 26 11:56:16 2015 (r397962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.13.0 +PORTVERSION= 3.14.0 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Sat Sep 26 11:52:22 2015 (r397961) +++ head/ftp/filezilla/distinfo Sat Sep 26 11:56:16 2015 (r397962) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.13.0_src.tar.bz2) = e6c21b41b1318d0d75273aca94cfda3039c9847bdb5adc4b9d480ecdcdfa4fc7 -SIZE (FileZilla_3.13.0_src.tar.bz2) = 4542742 +SHA256 (FileZilla_3.14.0_src.tar.bz2) = 92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd +SIZE (FileZilla_3.14.0_src.tar.bz2) = 4415005 From owner-svn-ports-head@freebsd.org Sat Sep 26 12:13:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72DB7A08FBD; Sat, 26 Sep 2015 12:13:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 635CCA59; Sat, 26 Sep 2015 12:13:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCDPsR040879; Sat, 26 Sep 2015 12:13:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCDOKs040876; Sat, 26 Sep 2015 12:13:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261213.t8QCDOKs040876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 12:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397963 - in head: . Keywords Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:13:25 -0000 Author: bapt Date: Sat Sep 26 12:13:23 2015 New Revision: 397963 URL: https://svnweb.freebsd.org/changeset/ports/397963 Log: Extend @sample to accept arguments Maintainers can now use @sample sample_file target_file for all cases that does not fall into the usual @sample something.sample Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D3734 Modified: head/CHANGES head/Keywords/sample.ucl head/Mk/Scripts/functions.sh Modified: head/CHANGES ============================================================================== --- head/CHANGES Sat Sep 26 11:56:16 2015 (r397962) +++ head/CHANGES Sat Sep 26 12:13:23 2015 (r397963) @@ -10,7 +10,16 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. -20150926 +20150926: +AUTHOR: bapt@FreeBSD.org + + @sample now accept arguments, so it can now be used the following way: + + @sample afile.sample + or + @sample path/to/example etc/target + +20150926: AUTHOR: bapt@FreeBSD.org New keywords are supported in pkg since 1.5.x: Modified: head/Keywords/sample.ucl ============================================================================== --- head/Keywords/sample.ucl Sat Sep 26 11:56:16 2015 (r397962) +++ head/Keywords/sample.ucl Sat Sep 26 12:13:23 2015 (r397963) @@ -3,6 +3,10 @@ # MAINTAINER: portmgr@FreeBSD.org # # @sample etc/somefile.conf.sample +# or +# @sample file1 file2 +# +# Where file1 is considered as a sample file and file2 the target file # # This will install the somefile.conf.sample and automatically copy to # somefile.conf if it doesn't exist. On deinstall it will remove the @@ -14,24 +18,42 @@ # etc/pkgtools.conf.sample # @exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf -actions: [file] +actions: [file(1)] +arguments: true post-install: < Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73EC6A09731; Sat, 26 Sep 2015 12:24:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6236BEC9; Sat, 26 Sep 2015 12:24:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCOvq5045805; Sat, 26 Sep 2015 12:24:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCOvr2045804; Sat, 26 Sep 2015 12:24:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261224.t8QCOvr2045804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 12:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397964 - head/graphics/sane-backends X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:24:57 -0000 Author: bapt Date: Sat Sep 26 12:24:56 2015 New Revision: 397964 URL: https://svnweb.freebsd.org/changeset/ports/397964 Log: Use the new @sample syntax No functional changes Modified: head/graphics/sane-backends/pkg-plist Modified: head/graphics/sane-backends/pkg-plist ============================================================================== --- head/graphics/sane-backends/pkg-plist Sat Sep 26 12:13:23 2015 (r397963) +++ head/graphics/sane-backends/pkg-plist Sat Sep 26 12:24:56 2015 (r397964) @@ -2,231 +2,81 @@ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner bin/scanimage -@unexec if cmp -s %D/etc/sane.d/abaton.conf %D/etc/sane.d/dist/abaton.conf; then rm -f %D/etc/sane.d/abaton.conf; fi -@unexec if cmp -s %D/etc/sane.d/agfafocus.conf %D/etc/sane.d/dist/agfafocus.conf; then rm -f %D/etc/sane.d/agfafocus.conf; fi -@unexec if cmp -s %D/etc/sane.d/apple.conf %D/etc/sane.d/dist/apple.conf; then rm -f %D/etc/sane.d/apple.conf; fi -@unexec if cmp -s %D/etc/sane.d/artec.conf %D/etc/sane.d/dist/artec.conf; then rm -f %D/etc/sane.d/artec.conf; fi -@unexec if cmp -s %D/etc/sane.d/artec_eplus48u.conf %D/etc/sane.d/dist/artec_eplus48u.conf; then rm -f %D/etc/sane.d/artec_eplus48u.conf; fi -@unexec if cmp -s %D/etc/sane.d/avision.conf %D/etc/sane.d/dist/avision.conf; then rm -f %D/etc/sane.d/avision.conf; fi -@unexec if cmp -s %D/etc/sane.d/bh.conf %D/etc/sane.d/dist/bh.conf; then rm -f %D/etc/sane.d/bh.conf; fi -@unexec if cmp -s %D/etc/sane.d/canon.conf %D/etc/sane.d/dist/canon.conf; then rm -f %D/etc/sane.d/canon.conf; fi -@unexec if cmp -s %D/etc/sane.d/canon630u.conf %D/etc/sane.d/dist/canon630u.conf; then rm -f %D/etc/sane.d/canon630u.conf; fi -%%IEEE1284%%@unexec if cmp -s %D/etc/sane.d/canon_pp.conf %D/etc/sane.d/dist/canon_pp.conf; then rm -f %D/etc/sane.d/canon_pp.conf; fi -@unexec if cmp -s %D/etc/sane.d/canon_dr.conf %D/etc/sane.d/dist/canon_dr.conf; then rm -f %D/etc/sane.d/canon_dr.conf; fi -@unexec if cmp -s %D/etc/sane.d/cardscan.conf %D/etc/sane.d/dist/cardscan.conf; then rm -f %D/etc/sane.d/cardscan.conf; fi -@unexec if cmp -s %D/etc/sane.d/coolscan.conf %D/etc/sane.d/dist/coolscan.conf; then rm -f %D/etc/sane.d/coolscan.conf; fi -@unexec if cmp -s %D/etc/sane.d/coolscan2.conf %D/etc/sane.d/dist/coolscan2.conf; then rm -f %D/etc/sane.d/coolscan2.conf; fi -@unexec if cmp -s %D/etc/sane.d/coolscan3.conf %D/etc/sane.d/dist/coolscan3.conf; then rm -f %D/etc/sane.d/coolscan3.conf; fi -@unexec if cmp -s %D/etc/sane.d/dc210.conf %D/etc/sane.d/dist/dc210.conf; then rm -f %D/etc/sane.d/dc210.conf; fi -@unexec if cmp -s %D/etc/sane.d/dc240.conf %D/etc/sane.d/dist/dc240.conf; then rm -f %D/etc/sane.d/dc240.conf; fi -@unexec if cmp -s %D/etc/sane.d/dc25.conf %D/etc/sane.d/dist/dc25.conf; then rm -f %D/etc/sane.d/dc25.conf; fi -@unexec if cmp -s %D/etc/sane.d/dell1600n_net.conf %D/etc/sane.d/dist/dell1600n_net.conf; then rm -f %D/etc/sane.d/dell1600n_net.conf; fi -@unexec if cmp -s %D/etc/sane.d/dll.conf %D/etc/sane.d/dist/dll.conf; then rm -f %D/etc/sane.d/dll.conf; fi -@unexec if cmp -s %D/etc/sane.d/dmc.conf %D/etc/sane.d/dist/dmc.conf; then rm -f %D/etc/sane.d/dmc.conf; fi -@unexec if cmp -s %D/etc/sane.d/epjitsu.conf %D/etc/sane.d/dist/epjitsu.conf; then rm -f %D/etc/sane.d/epjitsu.conf; fi -@unexec if cmp -s %D/etc/sane.d/epson.conf %D/etc/sane.d/dist/epson.conf; then rm -f %D/etc/sane.d/epson.conf; fi -@unexec if cmp -s %D/etc/sane.d/epson2.conf %D/etc/sane.d/dist/epson2.conf; then rm -f %D/etc/sane.d/epson2.conf; fi -@unexec if cmp -s %D/etc/sane.d/fujitsu.conf %D/etc/sane.d/dist/fujitsu.conf; then rm -f %D/etc/sane.d/fujitsu.conf; fi -@unexec if cmp -s %D/etc/sane.d/genesys.conf %D/etc/sane.d/dist/genesys.conf; then rm -f %D/etc/sane.d/genesys.conf; fi -%%GPHOTO%%@unexec if cmp -s %D/etc/sane.d/gphoto2.conf %D/etc/sane.d/dist/gphoto2.conf; then rm -f %D/etc/sane.d/gphoto2.conf; fi -@unexec if cmp -s %D/etc/sane.d/gt68xx.conf %D/etc/sane.d/dist/gt68xx.conf; then rm -f %D/etc/sane.d/gt68xx.conf; fi -@unexec if cmp -s %D/etc/sane.d/hp.conf %D/etc/sane.d/dist/hp.conf; then rm -f %D/etc/sane.d/hp.conf; fi -@unexec if cmp -s %D/etc/sane.d/hp3900.conf %D/etc/sane.d/dist/hp3900.conf; then rm -f %D/etc/sane.d/hp3900.conf; fi -@unexec if cmp -s %D/etc/sane.d/hp4200.conf %D/etc/sane.d/dist/hp4200.conf; then rm -f %D/etc/sane.d/hp4200.conf; fi -@unexec if cmp -s %D/etc/sane.d/hp5400.conf %D/etc/sane.d/dist/hp5400.conf; then rm -f %D/etc/sane.d/hp5400.conf; fi -%%IEEE1284%%@unexec if cmp -s %D/etc/sane.d/hpsj5s.conf %D/etc/sane.d/dist/hpsj5s.conf; then rm -f %D/etc/sane.d/hpsj5s.conf; fi -@unexec if cmp -s %D/etc/sane.d/hs2p.conf %D/etc/sane.d/dist/hs2p.conf; then rm -f %D/etc/sane.d/hs2p.conf; fi -@unexec if cmp -s %D/etc/sane.d/ibm.conf %D/etc/sane.d/dist/ibm.conf; then rm -f %D/etc/sane.d/ibm.conf; fi -@unexec if cmp -s %D/etc/sane.d/kodak.conf %D/etc/sane.d/dist/kodak.conf; then rm -f %D/etc/sane.d/kodak.conf; fi -@unexec if cmp -s %D/etc/sane.d/kodakaio.conf %D/etc/sane.d/dist/kodakaio.conf; then rm -f %D/etc/sane.d/kodakaio.conf; fi -@unexec if cmp -s %D/etc/sane.d/leo.conf %D/etc/sane.d/dist/leo.conf; then rm -f %D/etc/sane.d/leo.conf; fi -@unexec if cmp -s %D/etc/sane.d/lexmark.conf %D/etc/sane.d/dist/lexmark.conf; then rm -f %D/etc/sane.d/lexmark.conf; fi -@unexec if cmp -s %D/etc/sane.d/ma1509.conf %D/etc/sane.d/dist/ma1509.conf; then rm -f %D/etc/sane.d/ma1509.conf; fi -@unexec if cmp -s %D/etc/sane.d/magicolor.conf %D/etc/sane.d/dist/magicolor.conf; then rm -f %D/etc/sane.d/magicolor.conf; fi -@unexec if cmp -s %D/etc/sane.d/matsushita.conf %D/etc/sane.d/dist/matsushita.conf; then rm -f %D/etc/sane.d/matsushita.conf; fi -@unexec if cmp -s %D/etc/sane.d/microtek.conf %D/etc/sane.d/dist/microtek.conf; then rm -f %D/etc/sane.d/microtek.conf; fi -@unexec if cmp -s %D/etc/sane.d/microtek2.conf %D/etc/sane.d/dist/microtek2.conf; then rm -f %D/etc/sane.d/microtek2.conf; fi -@unexec if cmp -s %D/etc/sane.d/mustek.conf %D/etc/sane.d/dist/mustek.conf; then rm -f %D/etc/sane.d/mustek.conf; fi -%%IEEE1284%%@unexec if cmp -s %D/etc/sane.d/mustek_pp.conf %D/etc/sane.d/dist/mustek_pp.conf; then rm -f %D/etc/sane.d/mustek_pp.conf; fi -@unexec if cmp -s %D/etc/sane.d/mustek_usb.conf %D/etc/sane.d/dist/mustek_usb.conf; then rm -f %D/etc/sane.d/mustek_usb.conf; fi -@unexec if cmp -s %D/etc/sane.d/nec.conf %D/etc/sane.d/dist/nec.conf; then rm -f %D/etc/sane.d/nec.conf; fi -@unexec if cmp -s %D/etc/sane.d/net.conf %D/etc/sane.d/dist/net.conf; then rm -f %D/etc/sane.d/net.conf; fi -@unexec if cmp -s %D/etc/sane.d/p5.conf %D/etc/sane.d/dist/p5.conf; then rm -f %D/etc/sane.d/p5.conf; fi -@unexec if cmp -s %D/etc/sane.d/pie.conf %D/etc/sane.d/dist/pie.conf; then rm -f %D/etc/sane.d/pie.conf; fi -@unexec if cmp -s %D/etc/sane.d/pixma.conf %D/etc/sane.d/dist/pixma.conf; then rm -f %D/etc/sane.d/pixma.conf; fi -@unexec if cmp -s %D/etc/sane.d/plustek.conf %D/etc/sane.d/dist/plustek.conf; then rm -f %D/etc/sane.d/plustek.conf; fi -@unexec if cmp -s %D/etc/sane.d/plustek_pp.conf %D/etc/sane.d/dist/plustek_pp.conf; then rm -f %D/etc/sane.d/plustek_pp.conf; fi -@unexec if cmp -s %D/etc/sane.d/ricoh.conf %D/etc/sane.d/dist/ricoh.conf; then rm -f %D/etc/sane.d/ricoh.conf; fi -@unexec if cmp -s %D/etc/sane.d/rts8891.conf %D/etc/sane.d/dist/rts8891.conf; then rm -f %D/etc/sane.d/rts8891.conf; fi -@unexec if cmp -s %D/etc/sane.d/s9036.conf %D/etc/sane.d/dist/s9036.conf; then rm -f %D/etc/sane.d/s9036.conf; fi -@unexec if cmp -s %D/etc/sane.d/saned.conf %D/etc/sane.d/dist/saned.conf; then rm -f %D/etc/sane.d/saned.conf; fi -@unexec if cmp -s %D/etc/sane.d/sceptre.conf %D/etc/sane.d/dist/sceptre.conf; then rm -f %D/etc/sane.d/sceptre.conf; fi -@unexec if cmp -s %D/etc/sane.d/sharp.conf %D/etc/sane.d/dist/sharp.conf; then rm -f %D/etc/sane.d/sharp.conf; fi -@unexec if cmp -s %D/etc/sane.d/sm3840.conf %D/etc/sane.d/dist/sm3840.conf; then rm -f %D/etc/sane.d/sm3840.conf; fi -@unexec if cmp -s %D/etc/sane.d/snapscan.conf %D/etc/sane.d/dist/snapscan.conf; then rm -f %D/etc/sane.d/snapscan.conf; fi -@unexec if cmp -s %D/etc/sane.d/sp15c.conf %D/etc/sane.d/dist/sp15c.conf; then rm -f %D/etc/sane.d/sp15c.conf; fi -@unexec if cmp -s %D/etc/sane.d/st400.conf %D/etc/sane.d/dist/st400.conf; then rm -f %D/etc/sane.d/st400.conf; fi -@unexec if cmp -s %D/etc/sane.d/stv680.conf %D/etc/sane.d/dist/stv680.conf; then rm -f %D/etc/sane.d/stv680.conf; fi -@unexec if cmp -s %D/etc/sane.d/tamarack.conf %D/etc/sane.d/dist/tamarack.conf; then rm -f %D/etc/sane.d/tamarack.conf; fi -@unexec if cmp -s %D/etc/sane.d/teco1.conf %D/etc/sane.d/dist/teco1.conf; then rm -f %D/etc/sane.d/teco1.conf; fi -@unexec if cmp -s %D/etc/sane.d/teco2.conf %D/etc/sane.d/dist/teco2.conf; then rm -f %D/etc/sane.d/teco2.conf; fi -@unexec if cmp -s %D/etc/sane.d/teco3.conf %D/etc/sane.d/dist/teco3.conf; then rm -f %D/etc/sane.d/teco3.conf; fi -@unexec if cmp -s %D/etc/sane.d/test.conf %D/etc/sane.d/dist/test.conf; then rm -f %D/etc/sane.d/test.conf; fi -@unexec if cmp -s %D/etc/sane.d/u12.conf %D/etc/sane.d/dist/u12.conf; then rm -f %D/etc/sane.d/u12.conf; fi -@unexec if cmp -s %D/etc/sane.d/umax.conf %D/etc/sane.d/dist/umax.conf; then rm -f %D/etc/sane.d/umax.conf; fi -@unexec if cmp -s %D/etc/sane.d/umax1220u.conf %D/etc/sane.d/dist/umax1220u.conf; then rm -f %D/etc/sane.d/umax1220u.conf; fi -@unexec if cmp -s %D/etc/sane.d/umax_pp.conf %D/etc/sane.d/dist/umax_pp.conf; then rm -f %D/etc/sane.d/umax_pp.conf; fi -@unexec if cmp -s %D/etc/sane.d/xerox_mfp.conf %D/etc/sane.d/dist/xerox_mfp.conf; then rm -f %D/etc/sane.d/xerox_mfp.conf; fi -etc/sane.d/dist/abaton.conf -@exec if test ! -e %D/etc/sane.d/abaton.conf; then cp %D/etc/sane.d/dist/abaton.conf %D/etc/sane.d/abaton.conf; fi -etc/sane.d/dist/agfafocus.conf -@exec if test ! -e %D/etc/sane.d/agfafocus.conf; then cp %D/etc/sane.d/dist/agfafocus.conf %D/etc/sane.d/agfafocus.conf; fi -etc/sane.d/dist/apple.conf -@exec if test ! -e %D/etc/sane.d/apple.conf; then cp %D/etc/sane.d/dist/apple.conf %D/etc/sane.d/apple.conf; fi -etc/sane.d/dist/artec.conf -@exec if test ! -e %D/etc/sane.d/artec.conf; then cp %D/etc/sane.d/dist/artec.conf %D/etc/sane.d/artec.conf; fi -etc/sane.d/dist/artec_eplus48u.conf -@exec if test ! -e %D/etc/sane.d/artec_eplus48u.conf; then cp %D/etc/sane.d/dist/artec_eplus48u.conf %D/etc/sane.d/artec_eplus48u.conf; fi -etc/sane.d/dist/avision.conf -@exec if test ! -e %D/etc/sane.d/avision.conf; then cp %D/etc/sane.d/dist/avision.conf %D/etc/sane.d/avision.conf; fi -etc/sane.d/dist/bh.conf -@exec if test ! -e %D/etc/sane.d/bh.conf; then cp %D/etc/sane.d/dist/bh.conf %D/etc/sane.d/bh.conf; fi -etc/sane.d/dist/canon.conf -@exec if test ! -e %D/etc/sane.d/canon.conf; then cp %D/etc/sane.d/dist/canon.conf %D/etc/sane.d/canon.conf; fi -etc/sane.d/dist/canon630u.conf -@exec if test ! -e %D/etc/sane.d/canon630u.conf; then cp %D/etc/sane.d/dist/canon630u.conf %D/etc/sane.d/canon630u.conf; fi -etc/sane.d/dist/canon_dr.conf -@exec if test ! -e %D/etc/sane.d/canon_dr.conf; then cp %D/etc/sane.d/dist/canon_dr.conf %D/etc/sane.d/canon_dr.conf; fi -%%IEEE1284%%etc/sane.d/dist/canon_pp.conf -%%IEEE1284%%@exec if test ! -e %D/etc/sane.d/canon_pp.conf; then cp %D/etc/sane.d/dist/canon_pp.conf %D/etc/sane.d/canon_pp.conf; fi -etc/sane.d/dist/cardscan.conf -@exec if test ! -e %D/etc/sane.d/cardscan.conf; then cp %D/etc/sane.d/dist/cardscan.conf %D/etc/sane.d/cardscan.conf; fi -etc/sane.d/dist/coolscan.conf -@exec if test ! -e %D/etc/sane.d/coolscan.conf; then cp %D/etc/sane.d/dist/coolscan.conf %D/etc/sane.d/coolscan.conf; fi -etc/sane.d/dist/coolscan2.conf -@exec if test ! -e %D/etc/sane.d/coolscan2.conf; then cp %D/etc/sane.d/dist/coolscan2.conf %D/etc/sane.d/coolscan2.conf; fi -etc/sane.d/dist/coolscan3.conf -@exec if test ! -e %D/etc/sane.d/coolscan3.conf; then cp %D/etc/sane.d/dist/coolscan3.conf %D/etc/sane.d/coolscan3.conf; fi -etc/sane.d/dist/dc210.conf -@exec if test ! -e %D/etc/sane.d/dc210.conf; then cp %D/etc/sane.d/dist/dc210.conf %D/etc/sane.d/dc210.conf; fi -etc/sane.d/dist/dc240.conf -@exec if test ! -e %D/etc/sane.d/dc240.conf; then cp %D/etc/sane.d/dist/dc240.conf %D/etc/sane.d/dc240.conf; fi -etc/sane.d/dist/dc25.conf -@exec if test ! -e %D/etc/sane.d/dc25.conf; then cp %D/etc/sane.d/dist/dc25.conf %D/etc/sane.d/dc25.conf; fi -etc/sane.d/dist/dell1600n_net.conf -@exec if test ! -e %D/etc/sane.d/dell1600n_net.conf; then cp %D/etc/sane.d/dist/dell1600n_net.conf %D/etc/sane.d/dell1600n_net.conf; fi -etc/sane.d/dist/dll.conf -@exec if test ! -e %D/etc/sane.d/dll.conf; then cp %D/etc/sane.d/dist/dll.conf %D/etc/sane.d/dll.conf; fi -etc/sane.d/dist/dmc.conf -@exec if test ! -e %D/etc/sane.d/dmc.conf; then cp %D/etc/sane.d/dist/dmc.conf %D/etc/sane.d/dmc.conf; fi -etc/sane.d/dist/epjitsu.conf -@exec if test ! -e %D/etc/sane.d/epjitsu.conf; then cp %D/etc/sane.d/dist/epjitsu.conf %D/etc/sane.d/epjitsu.conf; fi -etc/sane.d/dist/epson.conf -@exec if test ! -e %D/etc/sane.d/epson.conf; then cp %D/etc/sane.d/dist/epson.conf %D/etc/sane.d/epson.conf; fi -etc/sane.d/dist/epson2.conf -@exec if test ! -e %D/etc/sane.d/epson2.conf; then cp %D/etc/sane.d/dist/epson2.conf %D/etc/sane.d/epson2.conf; fi -etc/sane.d/dist/fujitsu.conf -@exec if test ! -e %D/etc/sane.d/fujitsu.conf; then cp %D/etc/sane.d/dist/fujitsu.conf %D/etc/sane.d/fujitsu.conf; fi -etc/sane.d/dist/genesys.conf -@exec if test ! -e %D/etc/sane.d/genesys.conf; then cp %D/etc/sane.d/dist/genesys.conf %D/etc/sane.d/genesys.conf; fi -%%GPHOTO%%etc/sane.d/dist/gphoto2.conf -%%GPHOTO%%@exec if test ! -e %D/etc/sane.d/gphoto2.conf; then cp %D/etc/sane.d/dist/gphoto2.conf %D/etc/sane.d/gphoto2.conf; fi -etc/sane.d/dist/gt68xx.conf -@exec if test ! -e %D/etc/sane.d/gt68xx.conf; then cp %D/etc/sane.d/dist/gt68xx.conf %D/etc/sane.d/gt68xx.conf; fi -etc/sane.d/dist/hp.conf -@exec if test ! -e %D/etc/sane.d/hp.conf; then cp %D/etc/sane.d/dist/hp.conf %D/etc/sane.d/hp.conf; fi -etc/sane.d/dist/hp3900.conf -@exec if test ! -e %D/etc/sane.d/hp3900.conf; then cp %D/etc/sane.d/dist/hp3900.conf %D/etc/sane.d/hp3900.conf; fi -etc/sane.d/dist/hp4200.conf -@exec if test ! -e %D/etc/sane.d/hp4200.conf; then cp %D/etc/sane.d/dist/hp4200.conf %D/etc/sane.d/hp4200.conf; fi -etc/sane.d/dist/hp5400.conf -@exec if test ! -e %D/etc/sane.d/hp5400.conf; then cp %D/etc/sane.d/dist/hp5400.conf %D/etc/sane.d/hp5400.conf; fi -%%IEEE1284%%etc/sane.d/dist/hpsj5s.conf -%%IEEE1284%%@exec if test ! -e %D/etc/sane.d/hpsj5s.conf; then cp %D/etc/sane.d/dist/hpsj5s.conf %D/etc/sane.d/hpsj5s.conf; fi -etc/sane.d/dist/hs2p.conf -@exec if test ! -e %D/etc/sane.d/hs2p.conf; then cp %D/etc/sane.d/dist/hs2p.conf %D/etc/sane.d/hs2p.conf; fi -etc/sane.d/dist/ibm.conf -@exec if test ! -e %D/etc/sane.d/ibm.conf; then cp %D/etc/sane.d/dist/ibm.conf %D/etc/sane.d/ibm.conf; fi -etc/sane.d/dist/kodak.conf -@exec if test ! -e %D/etc/sane.d/kodak.conf; then cp %D/etc/sane.d/dist/kodak.conf %D/etc/sane.d/kodak.conf; fi -etc/sane.d/dist/kodakaio.conf -@exec if test ! -e %D/etc/sane.d/kodakaio.conf; then cp %D/etc/sane.d/dist/kodakaio.conf %D/etc/sane.d/kodakaio.conf; fi -etc/sane.d/dist/leo.conf -@exec if test ! -e %D/etc/sane.d/leo.conf; then cp %D/etc/sane.d/dist/leo.conf %D/etc/sane.d/leo.conf; fi -etc/sane.d/dist/lexmark.conf -@exec if test ! -e %D/etc/sane.d/lexmark.conf; then cp %D/etc/sane.d/dist/lexmark.conf %D/etc/sane.d/lexmark.conf; fi -etc/sane.d/dist/ma1509.conf -@exec if test ! -e %D/etc/sane.d/ma1509.conf; then cp %D/etc/sane.d/dist/ma1509.conf %D/etc/sane.d/ma1509.conf; fi -etc/sane.d/dist/magicolor.conf -@exec if test ! -e %D/etc/sane.d/magicolor.conf; then cp %D/etc/sane.d/dist/magicolor.conf %D/etc/sane.d/magicolor.conf; fi -etc/sane.d/dist/matsushita.conf -@exec if test ! -e %D/etc/sane.d/matsushita.conf; then cp %D/etc/sane.d/dist/matsushita.conf %D/etc/sane.d/matsushita.conf; fi -etc/sane.d/dist/microtek.conf -@exec if test ! -e %D/etc/sane.d/microtek.conf; then cp %D/etc/sane.d/dist/microtek.conf %D/etc/sane.d/microtek.conf; fi -etc/sane.d/dist/microtek2.conf -@exec if test ! -e %D/etc/sane.d/microtek2.conf; then cp %D/etc/sane.d/dist/microtek2.conf %D/etc/sane.d/microtek2.conf; fi -etc/sane.d/dist/mustek.conf -@exec if test ! -e %D/etc/sane.d/mustek.conf; then cp %D/etc/sane.d/dist/mustek.conf %D/etc/sane.d/mustek.conf; fi -%%IEEE1284%%etc/sane.d/dist/mustek_pp.conf -%%IEEE1284%%@exec if test ! -e %D/etc/sane.d/mustek_pp.conf; then cp %D/etc/sane.d/dist/mustek_pp.conf %D/etc/sane.d/mustek_pp.conf; fi -etc/sane.d/dist/mustek_usb.conf -@exec if test ! -e %D/etc/sane.d/mustek_usb.conf; then cp %D/etc/sane.d/dist/mustek_usb.conf %D/etc/sane.d/mustek_usb.conf; fi -etc/sane.d/dist/nec.conf -@exec if test ! -e %D/etc/sane.d/nec.conf; then cp %D/etc/sane.d/dist/nec.conf %D/etc/sane.d/nec.conf; fi -etc/sane.d/dist/net.conf -@exec if test ! -e %D/etc/sane.d/net.conf; then cp %D/etc/sane.d/dist/net.conf %D/etc/sane.d/net.conf; fi -etc/sane.d/dist/p5.conf -@exec if test ! -e %D/etc/sane.d/p5.conf; then cp %D/etc/sane.d/dist/p5.conf %D/etc/sane.d/p5.conf; fi -etc/sane.d/dist/pie.conf -@exec if test ! -e %D/etc/sane.d/pie.conf; then cp %D/etc/sane.d/dist/pie.conf %D/etc/sane.d/pie.conf; fi -etc/sane.d/dist/pixma.conf -@exec if test ! -e %D/etc/sane.d/pixma.conf; then cp %D/etc/sane.d/dist/pixma.conf %D/etc/sane.d/pixma.conf; fi -etc/sane.d/dist/plustek.conf -@exec if test ! -e %D/etc/sane.d/plustek.conf; then cp %D/etc/sane.d/dist/plustek.conf %D/etc/sane.d/plustek.conf; fi -etc/sane.d/dist/plustek_pp.conf -@exec if test ! -e %D/etc/sane.d/plustek_pp.conf; then cp %D/etc/sane.d/dist/plustek_pp.conf %D/etc/sane.d/plustek_pp.conf; fi -etc/sane.d/dist/ricoh.conf -@exec if test ! -e %D/etc/sane.d/ricoh.conf; then cp %D/etc/sane.d/dist/ricoh.conf %D/etc/sane.d/ricoh.conf; fi -etc/sane.d/dist/rts8891.conf -@exec if test ! -e %D/etc/sane.d/rts8891.conf; then cp %D/etc/sane.d/dist/rts8891.conf %D/etc/sane.d/rts8891.conf; fi -etc/sane.d/dist/s9036.conf -@exec if test ! -e %D/etc/sane.d/s9036.conf; then cp %D/etc/sane.d/dist/s9036.conf %D/etc/sane.d/s9036.conf; fi -etc/sane.d/dist/saned.conf -@exec if test ! -e %D/etc/sane.d/saned.conf; then cp %D/etc/sane.d/dist/saned.conf %D/etc/sane.d/saned.conf; fi -etc/sane.d/dist/sceptre.conf -@exec if test ! -e %D/etc/sane.d/sceptre.conf; then cp %D/etc/sane.d/dist/sceptre.conf %D/etc/sane.d/sceptre.conf; fi -etc/sane.d/dist/sharp.conf -@exec if test ! -e %D/etc/sane.d/sharp.conf; then cp %D/etc/sane.d/dist/sharp.conf %D/etc/sane.d/sharp.conf; fi -etc/sane.d/dist/sm3840.conf -@exec if test ! -e %D/etc/sane.d/sm3840.conf; then cp %D/etc/sane.d/dist/sm3840.conf %D/etc/sane.d/sm3840.conf; fi -etc/sane.d/dist/snapscan.conf -@exec if test ! -e %D/etc/sane.d/snapscan.conf; then cp %D/etc/sane.d/dist/snapscan.conf %D/etc/sane.d/snapscan.conf; fi -etc/sane.d/dist/sp15c.conf -@exec if test ! -e %D/etc/sane.d/sp15c.conf; then cp %D/etc/sane.d/dist/sp15c.conf %D/etc/sane.d/sp15c.conf; fi -etc/sane.d/dist/st400.conf -@exec if test ! -e %D/etc/sane.d/st400.conf; then cp %D/etc/sane.d/dist/st400.conf %D/etc/sane.d/st400.conf; fi -etc/sane.d/dist/stv680.conf -@exec if test ! -e %D/etc/sane.d/stv680.conf; then cp %D/etc/sane.d/dist/stv680.conf %D/etc/sane.d/stv680.conf; fi -etc/sane.d/dist/tamarack.conf -@exec if test ! -e %D/etc/sane.d/tamarack.conf; then cp %D/etc/sane.d/dist/tamarack.conf %D/etc/sane.d/tamarack.conf; fi -etc/sane.d/dist/teco1.conf -@exec if test ! -e %D/etc/sane.d/teco1.conf; then cp %D/etc/sane.d/dist/teco1.conf %D/etc/sane.d/teco1.conf; fi -etc/sane.d/dist/teco2.conf -@exec if test ! -e %D/etc/sane.d/teco2.conf; then cp %D/etc/sane.d/dist/teco2.conf %D/etc/sane.d/teco2.conf; fi -etc/sane.d/dist/teco3.conf -@exec if test ! -e %D/etc/sane.d/teco3.conf; then cp %D/etc/sane.d/dist/teco3.conf %D/etc/sane.d/teco3.conf; fi -etc/sane.d/dist/test.conf -@exec if test ! -e %D/etc/sane.d/test.conf; then cp %D/etc/sane.d/dist/test.conf %D/etc/sane.d/test.conf; fi -etc/sane.d/dist/u12.conf -@exec if test ! -e %D/etc/sane.d/u12.conf; then cp %D/etc/sane.d/dist/u12.conf %D/etc/sane.d/u12.conf; fi -etc/sane.d/dist/umax.conf -@exec if test ! -e %D/etc/sane.d/umax.conf; then cp %D/etc/sane.d/dist/umax.conf %D/etc/sane.d/umax.conf; fi -etc/sane.d/dist/umax1220u.conf -@exec if test ! -e %D/etc/sane.d/umax1220u.conf; then cp %D/etc/sane.d/dist/umax1220u.conf %D/etc/sane.d/umax1220u.conf; fi -etc/sane.d/dist/umax_pp.conf -@exec if test ! -e %D/etc/sane.d/umax_pp.conf; then cp %D/etc/sane.d/dist/umax_pp.conf %D/etc/sane.d/umax_pp.conf; fi -etc/sane.d/dist/xerox_mfp.conf -@exec if test ! -e %D/etc/sane.d/xerox_mfp.conf; then cp %D/etc/sane.d/dist/xerox_mfp.conf %D/etc/sane.d/xerox_mfp.conf; fi +@sample etc/sane.d/dist/abaton.conf etc/sane.d/abaton.conf +@sample etc/sane.d/dist/agfafocus.conf etc/sane.d/agfafocus.conf +@sample etc/sane.d/dist/apple.conf etc/sane.d/apple.conf +@sample etc/sane.d/dist/artec.conf etc/sane.d/artec.conf +@sample etc/sane.d/dist/artec_eplus48u.conf etc/sane.d/artec_eplus48u.conf +@sample etc/sane.d/dist/avision.conf etc/sane.d/avision.conf +@sample etc/sane.d/dist/bh.conf etc/sane.d/bh.conf +@sample etc/sane.d/dist/canon.conf etc/sane.d/canon.conf +@sample etc/sane.d/dist/canon630u.conf etc/sane.d/canon630u.conf +%%IEEE1284%%@sample etc/sane.d/dist/canon_pp.conf etc/sane.d/canon_pp.conf +@sample etc/sane.d/dist/canon_dr.conf etc/sane.d/canon_dr.conf +@sample etc/sane.d/dist/cardscan.conf etc/sane.d/cardscan.conf +@sample etc/sane.d/dist/coolscan.conf etc/sane.d/coolscan.conf +@sample etc/sane.d/dist/coolscan2.conf etc/sane.d/coolscan2.conf +@sample etc/sane.d/dist/coolscan3.conf etc/sane.d/coolscan3.conf +@sample etc/sane.d/dist/dc210.conf etc/sane.d/dc210.conf +@sample etc/sane.d/dist/dc240.conf etc/sane.d/dc240.conf +@sample etc/sane.d/dist/dc25.conf etc/sane.d/dc25.conf +@sample etc/sane.d/dist/dell1600n_net.conf etc/sane.d/dell1600n_net.conf +@sample etc/sane.d/dist/dll.conf etc/sane.d/dll.conf +@sample etc/sane.d/dist/dmc.conf etc/sane.d/dmc.conf +@sample etc/sane.d/dist/epjitsu.conf etc/sane.d/epjitsu.conf +@sample etc/sane.d/dist/epson.conf etc/sane.d/epson.conf +@sample etc/sane.d/dist/epson2.conf etc/sane.d/epson2.conf +@sample etc/sane.d/dist/fujitsu.conf etc/sane.d/fujitsu.conf +@sample etc/sane.d/dist/genesys.conf etc/sane.d/genesys.conf +%%GPHOTO%%@sample etc/sane.d/dist/gphoto2.conf etc/sane.d/gphoto2.conf +@sample etc/sane.d/dist/gt68xx.conf etc/sane.d/gt68xx.conf +@sample etc/sane.d/dist/hp.conf etc/sane.d/hp.conf +@sample etc/sane.d/dist/hp3900.conf etc/sane.d/hp3900.conf +@sample etc/sane.d/dist/hp4200.conf etc/sane.d/hp4200.conf +@sample etc/sane.d/dist/hp5400.conf etc/sane.d/hp5400.conf +%%IEEE1284%%@sample etc/sane.d/dist/hpsj5s.conf etc/sane.d/hpsj5s.conf +@sample etc/sane.d/dist/hs2p.conf etc/sane.d/hs2p.conf +@sample etc/sane.d/dist/ibm.conf etc/sane.d/ibm.conf +@sample etc/sane.d/dist/kodak.conf etc/sane.d/kodak.conf +@sample etc/sane.d/dist/kodakaio.conf etc/sane.d/kodakaio.conf +@sample etc/sane.d/dist/leo.conf etc/sane.d/leo.conf +@sample etc/sane.d/dist/lexmark.conf etc/sane.d/lexmark.conf +@sample etc/sane.d/dist/ma1509.conf etc/sane.d/ma1509.conf +@sample etc/sane.d/dist/magicolor.conf etc/sane.d/magicolor.conf +@sample etc/sane.d/dist/matsushita.conf etc/sane.d/matsushita.conf +@sample etc/sane.d/dist/microtek.conf etc/sane.d/microtek.conf +@sample etc/sane.d/dist/microtek2.conf etc/sane.d/microtek2.conf +@sample etc/sane.d/dist/mustek.conf etc/sane.d/mustek.conf +%%IEEE1284%%@sample etc/sane.d/dist/mustek_pp.conf etc/sane.d/mustek_pp.conf +@sample etc/sane.d/dist/mustek_usb.conf etc/sane.d/mustek_usb.conf +@sample etc/sane.d/dist/nec.conf etc/sane.d/nec.conf +@sample etc/sane.d/dist/net.conf etc/sane.d/net.conf +@sample etc/sane.d/dist/p5.conf etc/sane.d/p5.conf +@sample etc/sane.d/dist/pie.conf etc/sane.d/pie.conf +@sample etc/sane.d/dist/pixma.conf etc/sane.d/pixma.conf +@sample etc/sane.d/dist/plustek.conf etc/sane.d/plustek.conf +@sample etc/sane.d/dist/plustek_pp.conf etc/sane.d/plustek_pp.conf +@sample etc/sane.d/dist/ricoh.conf etc/sane.d/ricoh.conf +@sample etc/sane.d/dist/rts8891.conf etc/sane.d/rts8891.conf +@sample etc/sane.d/dist/s9036.conf etc/sane.d/s9036.conf +@sample etc/sane.d/dist/saned.conf etc/sane.d/saned.conf +@sample etc/sane.d/dist/sceptre.conf etc/sane.d/sceptre.conf +@sample etc/sane.d/dist/sharp.conf etc/sane.d/sharp.conf +@sample etc/sane.d/dist/sm3840.conf etc/sane.d/sm3840.conf +@sample etc/sane.d/dist/snapscan.conf etc/sane.d/snapscan.conf +@sample etc/sane.d/dist/sp15c.conf etc/sane.d/sp15c.conf +@sample etc/sane.d/dist/st400.conf etc/sane.d/st400.conf +@sample etc/sane.d/dist/stv680.conf etc/sane.d/stv680.conf +@sample etc/sane.d/dist/tamarack.conf etc/sane.d/tamarack.conf +@sample etc/sane.d/dist/teco1.conf etc/sane.d/teco1.conf +@sample etc/sane.d/dist/teco2.conf etc/sane.d/teco2.conf +@sample etc/sane.d/dist/teco3.conf etc/sane.d/teco3.conf +@sample etc/sane.d/dist/test.conf etc/sane.d/test.conf +@sample etc/sane.d/dist/u12.conf etc/sane.d/u12.conf +@sample etc/sane.d/dist/umax.conf etc/sane.d/umax.conf +@sample etc/sane.d/dist/umax1220u.conf etc/sane.d/umax1220u.conf +@sample etc/sane.d/dist/umax_pp.conf etc/sane.d/umax_pp.conf +@sample etc/sane.d/dist/xerox_mfp.conf etc/sane.d/xerox_mfp.conf include/sane/sane.h include/sane/saneopts.h lib/libsane.so From owner-svn-ports-head@freebsd.org Sat Sep 26 12:25:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F081A097E2; Sat, 26 Sep 2015 12:25:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E74FFEA; Sat, 26 Sep 2015 12:25:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCPv5j046236; Sat, 26 Sep 2015 12:25:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCPrtP046216; Sat, 26 Sep 2015 12:25:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509261225.t8QCPrtP046216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 12:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397965 - in head/misc: compat10x compat4x compat5x compat6x compat7x compat8x compat9x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:25:57 -0000 Author: antoine Date: Sat Sep 26 12:25:52 2015 New Revision: 397965 URL: https://svnweb.freebsd.org/changeset/ports/397965 Log: Remove @exec lines redundant with USE_LDCONFIG32 Modified: head/misc/compat10x/Makefile head/misc/compat10x/pkg-plist.amd64 head/misc/compat4x/Makefile head/misc/compat4x/pkg-plist.freebsd5 head/misc/compat5x/Makefile head/misc/compat5x/pkg-plist head/misc/compat6x/Makefile head/misc/compat6x/pkg-plist.amd64 head/misc/compat7x/Makefile head/misc/compat7x/pkg-plist.amd64 head/misc/compat8x/Makefile head/misc/compat8x/pkg-plist.amd64 head/misc/compat9x/Makefile head/misc/compat9x/pkg-plist.amd64 Modified: head/misc/compat10x/Makefile ============================================================================== --- head/misc/compat10x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat10x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -27,7 +27,6 @@ IGNORE= is for FreeBSD 10.x and newer .endif .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif Modified: head/misc/compat10x/pkg-plist.amd64 ============================================================================== --- head/misc/compat10x/pkg-plist.amd64 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat10x/pkg-plist.amd64 Sat Sep 26 12:25:52 2015 (r397965) @@ -14,4 +14,3 @@ lib32/compat/libipx.so.5 lib32/compat/libopie.so.7 lib32/compat/libreadline.so.8 lib32/compat/libsbuf.so.6 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat4x/Makefile ============================================================================== --- head/misc/compat4x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat4x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/usr/lib/compat NO_BUILD= yes TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat -LDCONFIG_LIB32= ${LDCONFIG} -32 .include @@ -50,7 +49,6 @@ PLIST_SUB+= I386_ONLY="@comment " .if ${ARCH} == amd64 PLIST_SUB+= AMD64_ONLY="" AMD64NA="@comment " -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else USE_LDCONFIG= ${TARGET_DIR} Modified: head/misc/compat4x/pkg-plist.freebsd5 ============================================================================== --- head/misc/compat4x/pkg-plist.freebsd5 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat4x/pkg-plist.freebsd5 Sat Sep 26 12:25:52 2015 (r397965) @@ -37,5 +37,4 @@ %%LIBDIR%%/compat/pam_ssh.so %%LIBDIR%%/compat/pam_tacplus.so %%LIBDIR%%/compat/pam_unix.so -%%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. Modified: head/misc/compat5x/Makefile ============================================================================== --- head/misc/compat5x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat5x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -35,7 +35,6 @@ BROKEN= Does not install on sparc64: fa .if ${ARCH} == amd64 PLIST_SUB+= AMD64="" -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else PLIST_SUB+= AMD64="@comment " Modified: head/misc/compat5x/pkg-plist ============================================================================== --- head/misc/compat5x/pkg-plist Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat5x/pkg-plist Sat Sep 26 12:25:52 2015 (r397965) @@ -208,4 +208,3 @@ lib/compat/snmp_netgraph.so.2 %%AMD64%%lib32/compat/snmp_atm.so.2 %%AMD64%%lib32/compat/snmp_mibII.so.2 %%AMD64%%lib32/compat/snmp_netgraph.so.2 -%%AMD64%%@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat6x/Makefile ============================================================================== --- head/misc/compat6x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat6x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -28,7 +28,6 @@ BROKEN= Does not install on sparc64: fa .endif .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif Modified: head/misc/compat6x/pkg-plist.amd64 ============================================================================== --- head/misc/compat6x/pkg-plist.amd64 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat6x/pkg-plist.amd64 Sat Sep 26 12:25:52 2015 (r397965) @@ -207,4 +207,3 @@ lib32/compat/pam_self.so.3 lib32/compat/pam_ssh.so.3 lib32/compat/pam_tacplus.so.3 lib32/compat/pam_unix.so.3 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat7x/Makefile ============================================================================== --- head/misc/compat7x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat7x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -23,7 +23,6 @@ USE_LDCONFIG= ${TARGET_DIR} .include .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif Modified: head/misc/compat7x/pkg-plist.amd64 ============================================================================== --- head/misc/compat7x/pkg-plist.amd64 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat7x/pkg-plist.amd64 Sat Sep 26 12:25:52 2015 (r397965) @@ -222,4 +222,3 @@ lib32/compat/pam_self.so.4 lib32/compat/pam_ssh.so.4 lib32/compat/pam_tacplus.so.4 lib32/compat/pam_unix.so.4 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat8x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -29,7 +29,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/compat/lib .endif .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif Modified: head/misc/compat8x/pkg-plist.amd64 ============================================================================== --- head/misc/compat8x/pkg-plist.amd64 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat8x/pkg-plist.amd64 Sat Sep 26 12:25:52 2015 (r397965) @@ -22,4 +22,3 @@ lib32/compat/libtacplus.so.4 lib32/compat/libufs.so.5 lib32/compat/libutil.so.8 lib32/compat/libz.so.5 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat9x/Makefile Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat9x/Makefile Sat Sep 26 12:25:52 2015 (r397965) @@ -27,7 +27,6 @@ IGNORE= is for FreeBSD 9.x and newer .endif .if ${ARCH} == amd64 -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif Modified: head/misc/compat9x/pkg-plist.amd64 ============================================================================== --- head/misc/compat9x/pkg-plist.amd64 Sat Sep 26 12:24:56 2015 (r397964) +++ head/misc/compat9x/pkg-plist.amd64 Sat Sep 26 12:25:52 2015 (r397965) @@ -41,4 +41,3 @@ lib32/compat/libssl.so.6 lib32/compat/libstdc++.so.6 lib32/compat/libsupc++.so.1 lib32/compat/libusb.so.2 -@exec %%LDCONFIG_LIB32%% -m %D/lib32/compat From owner-svn-ports-head@freebsd.org Sat Sep 26 12:29:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1D6A09954; Sat, 26 Sep 2015 12:29:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EEB8177; Sat, 26 Sep 2015 12:29:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCT5nF046620; Sat, 26 Sep 2015 12:29:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCT5IV046617; Sat, 26 Sep 2015 12:29:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261229.t8QCT5IV046617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 12:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397966 - head/astro/xplanet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:29:05 -0000 Author: bapt Date: Sat Sep 26 12:29:04 2015 New Revision: 397966 URL: https://svnweb.freebsd.org/changeset/ports/397966 Log: Convert to @sample Modified: head/astro/xplanet/Makefile head/astro/xplanet/pkg-plist Modified: head/astro/xplanet/Makefile ============================================================================== --- head/astro/xplanet/Makefile Sat Sep 26 12:25:52 2015 (r397965) +++ head/astro/xplanet/Makefile Sat Sep 26 12:29:04 2015 (r397966) @@ -3,7 +3,7 @@ PORTNAME= xplanet PORTVERSION= 1.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro geography MASTER_SITES= SF Modified: head/astro/xplanet/pkg-plist ============================================================================== --- head/astro/xplanet/pkg-plist Sat Sep 26 12:25:52 2015 (r397965) +++ head/astro/xplanet/pkg-plist Sat Sep 26 12:29:04 2015 (r397966) @@ -1,10 +1,9 @@ bin/xplanet man/man1/xplanet.1.gz -@unexec if cmp -s %D/share/xplanet/config/default %D/share/xplanet/config/default.sample; then rm -f %D/share/xplanet/config/default;fi %%DATADIR%%/arcs/README %%DATADIR%%/arcs/constellations %%DATADIR%%/config/README -%%DATADIR%%/config/default.sample +@sample %%DATADIR%%/config/default.sample %%DATADIR%%/config/earth_markers %%DATADIR%%/config/moon_orbit %%DATADIR%%/config/overlay_clouds From owner-svn-ports-head@freebsd.org Sat Sep 26 12:37:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BC21A09F13; Sat, 26 Sep 2015 12:37:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E420385B; Sat, 26 Sep 2015 12:37:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCbi7N051159; Sat, 26 Sep 2015 12:37:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCbhE9051152; Sat, 26 Sep 2015 12:37:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509261237.t8QCbhE9051152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 26 Sep 2015 12:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397967 - in head/security: . py-acme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:37:45 -0000 Author: pi Date: Sat Sep 26 12:37:43 2015 New Revision: 397967 URL: https://svnweb.freebsd.org/changeset/ports/397967 Log: New port: security/py-acme Implements the Automated Certificate Management Environment (ACME) WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme PR: 203364 Submitted by: Carlos J Puga Medina , pi Added: head/security/py-acme/ head/security/py-acme/Makefile (contents, props changed) head/security/py-acme/distinfo (contents, props changed) head/security/py-acme/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 26 12:29:04 2015 (r397966) +++ head/security/Makefile Sat Sep 26 12:37:43 2015 (r397967) @@ -785,6 +785,7 @@ SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage + SUBDIR += py-acme SUBDIR += py-artifacts SUBDIR += py-bcrypt SUBDIR += py-borg.localrole Added: head/security/py-acme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-acme/Makefile Sat Sep 26 12:37:43 2015 (r397967) @@ -0,0 +1,33 @@ +# Created by: Carlos J Puga Medina +# $FreeBSD$ + +PORTNAME= acme +PORTVERSION= 0.0.b1 +CATEGORIES= security python + +MAINTAINER= cpm@fbsd.es +COMMENT= ACME implementation + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:${PORTSDIR}/security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:${PORTSDIR}/net/py-ndg_httpsclient \ + ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0.2:${PORTSDIR}/devel/py-pyrfc3339 \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2015.4:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.9:${PORTSDIR}/www/py-werkzeug + +USES= gmake python +USE_PYTHON= autoplist distutils + +WRKSRC= ${WRKDIR}/letsencrypt-22260a8/acme + +USE_GITHUB= yes +GH_ACCOUNT= letsencrypt +GH_PROJECT= letsencrypt +GH_TAGNAME= 22260a8 + +.include Added: head/security/py-acme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-acme/distinfo Sat Sep 26 12:37:43 2015 (r397967) @@ -0,0 +1,2 @@ +SHA256 (letsencrypt-letsencrypt-0.0.b1-22260a8_GH0.tar.gz) = 510e19965ff425d6dd46abb988da77bb41df3a9d6532fc71a36c380498c0584d +SIZE (letsencrypt-letsencrypt-0.0.b1-22260a8_GH0.tar.gz) = 317170 Added: head/security/py-acme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-acme/pkg-descr Sat Sep 26 12:37:43 2015 (r397967) @@ -0,0 +1,3 @@ +Implements the Automated Certificate Management Environment (ACME) + +WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme From owner-svn-ports-head@freebsd.org Sat Sep 26 12:41:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B84C89B8305; Sat, 26 Sep 2015 12:41:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8ECEC39; Sat, 26 Sep 2015 12:41:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCfmtU055257; Sat, 26 Sep 2015 12:41:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCfle6055254; Sat, 26 Sep 2015 12:41:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261241.t8QCfle6055254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 12:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397968 - head/editors/joe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:41:48 -0000 Author: bapt Date: Sat Sep 26 12:41:47 2015 New Revision: 397968 URL: https://svnweb.freebsd.org/changeset/ports/397968 Log: Update to 4.1 PR: 203033 Submitted by: Walter Schwarzenfeld Modified: head/editors/joe/Makefile head/editors/joe/distinfo head/editors/joe/pkg-plist Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Sat Sep 26 12:37:43 2015 (r397967) +++ head/editors/joe/Makefile Sat Sep 26 12:41:47 2015 (r397968) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= joe -PORTVERSION= 4.0 -PORTREVISION= 1 +PORTVERSION= 4.1 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} Modified: head/editors/joe/distinfo ============================================================================== --- head/editors/joe/distinfo Sat Sep 26 12:37:43 2015 (r397967) +++ head/editors/joe/distinfo Sat Sep 26 12:41:47 2015 (r397968) @@ -1,4 +1,2 @@ -SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915 -SIZE (joe-4.0.tar.gz) = 838783 -SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b -SIZE (zh-joe-3.7.diff) = 834 +SHA256 (joe-4.1.tar.gz) = 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db +SIZE (joe-4.1.tar.gz) = 1292957 Modified: head/editors/joe/pkg-plist ============================================================================== --- head/editors/joe/pkg-plist Sat Sep 26 12:37:43 2015 (r397967) +++ head/editors/joe/pkg-plist Sat Sep 26 12:41:47 2015 (r397968) @@ -3,8 +3,6 @@ bin/joe bin/jpico bin/jstar bin/rjoe -bin/stringify -bin/termidx %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/hacking.md %%PORTDOCS%%%%DOCSDIR%%/NEWS.md @@ -18,24 +16,30 @@ bin/termidx @sample %%ETCDIR%%/rjoerc.sample %%ETCDIR%%/shell.csh %%ETCDIR%%/shell.sh +%%ETCDIR%%/joerc.zh_TW %%DATADIR%%/charmaps/klingon %%DATADIR%%/lang/de.po %%DATADIR%%/lang/fr.po %%DATADIR%%/lang/ru.po %%DATADIR%%/lang/uk.po +%%DATADIR%%/lang/zh.po %%DATADIR%%/syntax/4gl.jsf %%DATADIR%%/syntax/ada.jsf %%DATADIR%%/syntax/ant.jsf %%DATADIR%%/syntax/asm.jsf +%%DATADIR%%/syntax/avr.jsf %%DATADIR%%/syntax/awk.jsf %%DATADIR%%/syntax/batch.jsf %%DATADIR%%/syntax/c.jsf +%%DATADIR%%/syntax/clojure.jsf %%DATADIR%%/syntax/cobol.jsf +%%DATADIR%%/syntax/coffee.jsf %%DATADIR%%/syntax/comment_todo.jsf %%DATADIR%%/syntax/conf.jsf %%DATADIR%%/syntax/csh.jsf %%DATADIR%%/syntax/csharp.jsf %%DATADIR%%/syntax/css.jsf +%%DATADIR%%/syntax/d.jsf %%DATADIR%%/syntax/debian.jsf %%DATADIR%%/syntax/diff.jsf %%DATADIR%%/syntax/elixir.jsf @@ -45,6 +49,7 @@ bin/termidx %%DATADIR%%/syntax/fortran.jsf %%DATADIR%%/syntax/git-commit.jsf %%DATADIR%%/syntax/go.jsf +%%DATADIR%%/syntax/groovy.jsf %%DATADIR%%/syntax/haml.jsf %%DATADIR%%/syntax/haskell.jsf %%DATADIR%%/syntax/html.jsf @@ -74,8 +79,11 @@ bin/termidx %%DATADIR%%/syntax/ps.jsf %%DATADIR%%/syntax/puppet.jsf %%DATADIR%%/syntax/python.jsf +%%DATADIR%%/syntax/r.jsf %%DATADIR%%/syntax/rexx.jsf %%DATADIR%%/syntax/ruby.jsf +%%DATADIR%%/syntax/rust.jsf +%%DATADIR%%/syntax/scala.jsf %%DATADIR%%/syntax/sed.jsf %%DATADIR%%/syntax/sh.jsf %%DATADIR%%/syntax/sieve.jsf @@ -83,6 +91,7 @@ bin/termidx %%DATADIR%%/syntax/sml.jsf %%DATADIR%%/syntax/spec.jsf %%DATADIR%%/syntax/sql.jsf +%%DATADIR%%/syntax/swift.jsf %%DATADIR%%/syntax/tcl.jsf %%DATADIR%%/syntax/tex.jsf %%DATADIR%%/syntax/troff.jsf From owner-svn-ports-head@freebsd.org Sat Sep 26 12:44:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6825F9B8429; Sat, 26 Sep 2015 12:44:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58E29D69; Sat, 26 Sep 2015 12:44:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCi76x055604; Sat, 26 Sep 2015 12:44:07 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCi6Er055602; Sat, 26 Sep 2015 12:44:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261244.t8QCi6Er055602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 12:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397969 - in head: . chinese chinese/joe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:44:07 -0000 Author: bapt Date: Sat Sep 26 12:44:06 2015 New Revision: 397969 URL: https://svnweb.freebsd.org/changeset/ports/397969 Log: Remove the chinese specific version of joe's editor The regular editors/joe now support chinese Deleted: head/chinese/joe/ Modified: head/MOVED head/chinese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 26 12:41:47 2015 (r397968) +++ head/MOVED Sat Sep 26 12:44:06 2015 (r397969) @@ -7884,3 +7884,4 @@ japanese/kappa20|japanese/font-kappa20|2 japanese/mikachan-ttfonts|japanese/font-mikachan|2015-09-25|Renamed japanese/monafonts-ttf|japanese/font-mona-ttf|2015-09-25|Renamed japanese/monafonts|japanese/font-mona|2015-09-25|Renamed +chinese/joe|editors/joe||2015-09-26|Regular joe's editor now support chinese Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sat Sep 26 12:41:47 2015 (r397968) +++ head/chinese/Makefile Sat Sep 26 12:44:06 2015 (r397969) @@ -61,7 +61,6 @@ SUBDIR += ibus-table-chinese SUBDIR += irssi SUBDIR += jis2gb - SUBDIR += joe SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW From owner-svn-ports-head@freebsd.org Sat Sep 26 12:46:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058679B8674; Sat, 26 Sep 2015 12:46:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EABDBEAD; Sat, 26 Sep 2015 12:46:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCkd4V055932; Sat, 26 Sep 2015 12:46:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCkdHI055931; Sat, 26 Sep 2015 12:46:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201509261246.t8QCkdHI055931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 26 Sep 2015 12:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397970 - head/security/py-acme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:46:40 -0000 Author: pi Date: Sat Sep 26 12:46:39 2015 New Revision: 397970 URL: https://svnweb.freebsd.org/changeset/ports/397970 Log: security/py-acme: add PYTHON_PKGNAMEPREFIX PR: 203364 Pointy hat to: pi Modified: head/security/py-acme/Makefile Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Sat Sep 26 12:44:06 2015 (r397969) +++ head/security/py-acme/Makefile Sat Sep 26 12:46:39 2015 (r397970) @@ -4,6 +4,7 @@ PORTNAME= acme PORTVERSION= 0.0.b1 CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@fbsd.es COMMENT= ACME implementation From owner-svn-ports-head@freebsd.org Sat Sep 26 12:58:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A463CA08114; Sat, 26 Sep 2015 12:58:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 889D28B4; Sat, 26 Sep 2015 12:58:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QCwrhH060844; Sat, 26 Sep 2015 12:58:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QCwqZu060839; Sat, 26 Sep 2015 12:58:52 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509261258.t8QCwqZu060839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 12:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397971 - in head/deskutils/osmo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 12:58:53 -0000 Author: madpilot Date: Sat Sep 26 12:58:51 2015 New Revision: 397971 URL: https://svnweb.freebsd.org/changeset/ports/397971 Log: - Update to 0.2.14 - Regenerate patch file PR: 202842 Submitted by; Ports Fury Modified: head/deskutils/osmo/Makefile head/deskutils/osmo/distinfo head/deskutils/osmo/files/patch-src__backup.c head/deskutils/osmo/pkg-plist Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Sat Sep 26 12:46:39 2015 (r397970) +++ head/deskutils/osmo/Makefile Sat Sep 26 12:58:51 2015 (r397971) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osmo -PORTVERSION= 0.2.12 -PORTREVISION= 1 +PORTVERSION= 0.2.14 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} @@ -28,8 +27,8 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES hu it ja lt nl \ - pl pt pt_BR ro ru sv te tr uk ur ur_PK zh_CN +POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES he hu it ja lt \ + nl pl pt pt_BR ro ru sr sv te tr uk ur ur_PK zh_CN post-build: .for p in ${POFILES} Modified: head/deskutils/osmo/distinfo ============================================================================== --- head/deskutils/osmo/distinfo Sat Sep 26 12:46:39 2015 (r397970) +++ head/deskutils/osmo/distinfo Sat Sep 26 12:58:51 2015 (r397971) @@ -1,2 +1,2 @@ -SHA256 (osmo-0.2.12.tar.gz) = 93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78 -SIZE (osmo-0.2.12.tar.gz) = 907452 +SHA256 (osmo-0.2.14.tar.gz) = 052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d +SIZE (osmo-0.2.14.tar.gz) = 946243 Modified: head/deskutils/osmo/files/patch-src__backup.c ============================================================================== --- head/deskutils/osmo/files/patch-src__backup.c Sat Sep 26 12:46:39 2015 (r397970) +++ head/deskutils/osmo/files/patch-src__backup.c Sat Sep 26 12:58:51 2015 (r397971) @@ -1,5 +1,5 @@ ---- src/backup.c.orig 2014-10-19 00:26:19.000000000 +0900 -+++ src/backup.c 2014-10-19 00:32:50.000000000 +0900 +--- src/backup.c.orig 2015-08-08 07:10:12 UTC ++++ src/backup.c @@ -41,6 +41,14 @@ #include #include Modified: head/deskutils/osmo/pkg-plist ============================================================================== --- head/deskutils/osmo/pkg-plist Sat Sep 26 12:46:39 2015 (r397970) +++ head/deskutils/osmo/pkg-plist Sat Sep 26 12:58:51 2015 (r397971) @@ -19,6 +19,7 @@ share/locale/fi/LC_MESSAGES/osmo.mo share/locale/fr/LC_MESSAGES/osmo.mo share/locale/gl/LC_MESSAGES/osmo.mo share/locale/gl_ES/LC_MESSAGES/osmo.mo +share/locale/he/LC_MESSAGES/osmo.mo share/locale/hu/LC_MESSAGES/osmo.mo share/locale/it/LC_MESSAGES/osmo.mo share/locale/ja/LC_MESSAGES/osmo.mo @@ -29,6 +30,7 @@ share/locale/pt/LC_MESSAGES/osmo.mo share/locale/pt_BR/LC_MESSAGES/osmo.mo share/locale/ro/LC_MESSAGES/osmo.mo share/locale/ru/LC_MESSAGES/osmo.mo +share/locale/sr/LC_MESSAGES/osmo.mo share/locale/sv/LC_MESSAGES/osmo.mo share/locale/te/LC_MESSAGES/osmo.mo share/locale/tr/LC_MESSAGES/osmo.mo From owner-svn-ports-head@freebsd.org Sat Sep 26 13:01:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE748A0843C; Sat, 26 Sep 2015 13:01:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2C2EBE2; Sat, 26 Sep 2015 13:01:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QD1rgt064895; Sat, 26 Sep 2015 13:01:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QD1rX8064892; Sat, 26 Sep 2015 13:01:53 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509261301.t8QD1rX8064892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 13:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397972 - in head/deskutils/recoll: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 13:01:54 -0000 Author: madpilot Date: Sat Sep 26 13:01:52 2015 New Revision: 397972 URL: https://svnweb.freebsd.org/changeset/ports/397972 Log: Update to 1.21.1 PR: 202843 Submitted by: Ports Fury Deleted: head/deskutils/recoll/files/ Modified: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo head/deskutils/recoll/pkg-plist Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Sat Sep 26 12:58:51 2015 (r397971) +++ head/deskutils/recoll/Makefile Sat Sep 26 13:01:52 2015 (r397972) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.0 -PORTREVISION= 1 +PORTVERSION= 1.21.1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -23,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= bison gmake iconv shebangfix SHEBANG_FILES= filters/rclimg filters/rclpdf desktop/hotrecoll.py +USE_GNOME= libxslt:run GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pic @@ -42,11 +42,11 @@ CHM_DESC= CHM via CHMLIB CHM_RUN_DEPENDS= pychm:${PORTSDIR}/textproc/pychm DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre IMAGE_DESC= Store personal tags or textual descriptions in images -IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool-devel +IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool KONQUEROR_DESC= Konqueror webarchive format with Python KONQUEROR_RUN_DEPENDS= kwebkitpart:${PORTSDIR}/www/kwebkitpart -LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex \ - dvips:${PORTSDIR}/print/tex-dvipsk +LATEX_USE= tex=dvipsk:run +#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext PYTHON_USES= python Modified: head/deskutils/recoll/distinfo ============================================================================== --- head/deskutils/recoll/distinfo Sat Sep 26 12:58:51 2015 (r397971) +++ head/deskutils/recoll/distinfo Sat Sep 26 13:01:52 2015 (r397972) @@ -1,2 +1,2 @@ -SHA256 (recoll-1.21.0.tar.gz) = 0450d85d5065d22e87ae600571e3be23a5ff2000f533c15f819a5bd77164a1be -SIZE (recoll-1.21.0.tar.gz) = 2234834 +SHA256 (recoll-1.21.1.tar.gz) = 74d09fabe7b53a7b6bc8bb3b5d8428d64e092c0cc2a7ea0559be681c9a26f1a9 +SIZE (recoll-1.21.1.tar.gz) = 2236877 Modified: head/deskutils/recoll/pkg-plist ============================================================================== --- head/deskutils/recoll/pkg-plist Sat Sep 26 12:58:51 2015 (r397971) +++ head/deskutils/recoll/pkg-plist Sat Sep 26 13:01:52 2015 (r397972) @@ -125,3 +125,4 @@ man/man5/recoll.conf.5.gz %%DATADIR%%/translations/recoll_xx.qm %%DATADIR%%/translations/recoll_zh.qm %%DATADIR%%/translations/recoll_zh_CN.qm +%%NO_QT4%%@dir share/icons/hicolor/48x48/apps From owner-svn-ports-head@freebsd.org Sat Sep 26 13:02:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6984FA084B2; Sat, 26 Sep 2015 13:02:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F982CF1; Sat, 26 Sep 2015 13:02:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QD2hnc065115; Sat, 26 Sep 2015 13:02:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QD2grE065110; Sat, 26 Sep 2015 13:02:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509261302.t8QD2grE065110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 13:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397973 - in head: japanese/mozc-server japanese/uim-anthy textproc/uim-m17nlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 13:02:43 -0000 Author: antoine Date: Sat Sep 26 13:02:41 2015 New Revision: 397973 URL: https://svnweb.freebsd.org/changeset/ports/397973 Log: Remove deprecated @exec/@unexec from ports using uim-module-manager Modified: head/japanese/mozc-server/Makefile head/japanese/uim-anthy/pkg-plist head/textproc/uim-m17nlib/pkg-plist Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Sat Sep 26 13:01:52 2015 (r397972) +++ head/japanese/mozc-server/Makefile Sat Sep 26 13:02:41 2015 (r397973) @@ -272,8 +272,8 @@ PLIST_FILES+= lib/uim/plugin/libuim-mozc %%DATADIR%%/mozc-custom.scm \ %%DATADIR%%/mozc-key-custom.scm \ %%DATADIR%%/pixmaps/mozc.png \ - "@exec ${LOCALBASE}/bin/uim-module-manager --register mozc" \ - "@unexec ${LOCALBASE}/bin/uim-module-manager --unregister mozc" + "@postexec ${LOCALBASE}/bin/uim-module-manager --register mozc" \ + "@preunexec ${LOCALBASE}/bin/uim-module-manager --unregister mozc" GYP_OPTIONS+= --noqt GYP_DEFINES+= use_libibus=0 \ Modified: head/japanese/uim-anthy/pkg-plist ============================================================================== --- head/japanese/uim-anthy/pkg-plist Sat Sep 26 13:01:52 2015 (r397972) +++ head/japanese/uim-anthy/pkg-plist Sat Sep 26 13:02:41 2015 (r397973) @@ -2,7 +2,7 @@ lib/uim/plugin/libuim-anthy.so lib/uim/plugin/libuim-anthy-utf8.so %%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml -@exec uim-module-manager --register anthy -@exec uim-module-manager --register anthy-utf8 -@unexec uim-module-manager --unregister anthy -@unexec uim-module-manager --unregister anthy-utf8 +@postexec uim-module-manager --register anthy +@postexec uim-module-manager --register anthy-utf8 +@preunexec uim-module-manager --unregister anthy +@preunexec uim-module-manager --unregister anthy-utf8 Modified: head/textproc/uim-m17nlib/pkg-plist ============================================================================== --- head/textproc/uim-m17nlib/pkg-plist Sat Sep 26 13:01:52 2015 (r397972) +++ head/textproc/uim-m17nlib/pkg-plist Sat Sep 26 13:02:41 2015 (r397973) @@ -1,3 +1,3 @@ lib/uim/plugin/libuim-m17nlib.so -@exec uim-module-manager --register m17nlib -@unexec uim-module-manager --unregister m17nlib +@postexec uim-module-manager --register m17nlib +@preunexec uim-module-manager --unregister m17nlib From owner-svn-ports-head@freebsd.org Sat Sep 26 13:04:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C127EA0861C; Sat, 26 Sep 2015 13:04:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B095FE1F; Sat, 26 Sep 2015 13:04:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QD4P5j065465; Sat, 26 Sep 2015 13:04:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QD4NkN065452; Sat, 26 Sep 2015 13:04:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509261304.t8QD4NkN065452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 13:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397974 - in head/net-im/gloox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 13:04:25 -0000 Author: madpilot Date: Sat Sep 26 13:04:22 2015 New Revision: 397974 URL: https://svnweb.freebsd.org/changeset/ports/397974 Log: - Update to 1.0.14 - Add option to use mDNS PR: 202855 Submitted by: Ports Fury Added: head/net-im/gloox/files/patch-src__examples__linklocal_example.cpp (contents, props changed) head/net-im/gloox/files/patch-src__linklocalclient.cpp (contents, props changed) head/net-im/gloox/files/patch-src__linklocalmanager.cpp (contents, props changed) Modified: head/net-im/gloox/Makefile head/net-im/gloox/distinfo head/net-im/gloox/files/patch-src__examples__e2ee_client.cpp head/net-im/gloox/files/patch-src__examples__e2ee_server.cpp head/net-im/gloox/files/patch-src__examples__ft_recv.cpp Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sat Sep 26 13:02:41 2015 (r397973) +++ head/net-im/gloox/Makefile Sat Sep 26 13:04:22 2015 (r397974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library LICENSE= GPLv3 +#LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls @@ -24,9 +25,15 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTSCOUT= skipv:1.0.x +OPTIONS_DEFINE= MDNSRESPONDER + +MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder +MDNSRESPONDER_CONFIGURE_ENABLE= mdns + post-patch: @${REINPLACE_CMD} -e \ - 's| -ansi||' ${WRKSRC}/configure + 's| -ansi|| ; \ + s|\(enable_mdns=\)yes|\1$$enableval|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's| -pedantic|| ; \ s| -pipe||' Modified: head/net-im/gloox/distinfo ============================================================================== --- head/net-im/gloox/distinfo Sat Sep 26 13:02:41 2015 (r397973) +++ head/net-im/gloox/distinfo Sat Sep 26 13:04:22 2015 (r397974) @@ -1,2 +1,2 @@ -SHA256 (gloox-1.0.13.tar.bz2) = 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a -SIZE (gloox-1.0.13.tar.bz2) = 675842 +SHA256 (gloox-1.0.14.tar.bz2) = 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 +SIZE (gloox-1.0.14.tar.bz2) = 696719 Modified: head/net-im/gloox/files/patch-src__examples__e2ee_client.cpp ============================================================================== --- head/net-im/gloox/files/patch-src__examples__e2ee_client.cpp Sat Sep 26 13:02:41 2015 (r397973) +++ head/net-im/gloox/files/patch-src__examples__e2ee_client.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -1,6 +1,6 @@ ---- src/examples/e2ee_client.cpp.orig +--- src/examples/e2ee_client.cpp.orig 2015-08-11 14:37:51 UTC +++ src/examples/e2ee_client.cpp -@@ -12,8 +12,8 @@ +@@ -24,8 +24,8 @@ using namespace gloox; #include Modified: head/net-im/gloox/files/patch-src__examples__e2ee_server.cpp ============================================================================== --- head/net-im/gloox/files/patch-src__examples__e2ee_server.cpp Sat Sep 26 13:02:41 2015 (r397973) +++ head/net-im/gloox/files/patch-src__examples__e2ee_server.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -1,6 +1,6 @@ ---- src/examples/e2ee_server.cpp.orig +--- src/examples/e2ee_server.cpp.orig 2015-08-11 14:37:51 UTC +++ src/examples/e2ee_server.cpp -@@ -12,8 +12,8 @@ +@@ -24,8 +24,8 @@ using namespace gloox; #include Modified: head/net-im/gloox/files/patch-src__examples__ft_recv.cpp ============================================================================== --- head/net-im/gloox/files/patch-src__examples__ft_recv.cpp Sat Sep 26 13:02:41 2015 (r397973) +++ head/net-im/gloox/files/patch-src__examples__ft_recv.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -1,6 +1,6 @@ ---- src/examples/ft_recv.cpp.orig +--- src/examples/ft_recv.cpp.orig 2015-08-11 14:37:51 UTC +++ src/examples/ft_recv.cpp -@@ -11,7 +11,7 @@ +@@ -23,7 +23,7 @@ using namespace gloox; #include Added: head/net-im/gloox/files/patch-src__examples__linklocal_example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src__examples__linklocal_example.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -0,0 +1,21 @@ +--- src/examples/linklocal_example.cpp.orig 2015-08-11 14:37:51 UTC ++++ src/examples/linklocal_example.cpp +@@ -111,15 +111,15 @@ class LinkLocalExample : public LinkLoca + for( ; it != services.end(); ++it ) + { + printf( "%s:\t%s.%s%s on interface %d\n", (*it).flag == LinkLocal::AddService ? "Added" : "Removed", (*it).service.c_str(), (*it).regtype.c_str(), +- (*it).domain.c_str(), (*it).interface ); ++ (*it).domain.c_str(), (*it).iface ); + if( !m_fClient /*&& (*it)->flag == LinkLocal::AddService && (*it)->service != "js@pitufo"*/ ) + { + printf( "setting up new local client and connecting to %s.%s%s on interface %d\n", +- (*it).service.c_str(), (*it).regtype.c_str(), (*it).domain.c_str(), (*it).interface ); ++ (*it).service.c_str(), (*it).regtype.c_str(), (*it).domain.c_str(), (*it).iface ); + m_fClient = new LinkLocal::Client( JID( "js@pitufo" ) ); + m_fClient->logInstance().registerLogHandler( LogLevelDebug, LogAreaAll, this ); + m_fClient->registerConnectionListener( this ); +- if( !m_fClient->connect( (*it).service, (*it).regtype, (*it).domain, (*it).interface ) ) ++ if( !m_fClient->connect( (*it).service, (*it).regtype, (*it).domain, (*it).iface ) ) + { + printf( "m_fClient->connect() failed\n" ); + } Added: head/net-im/gloox/files/patch-src__linklocalclient.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src__linklocalclient.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -0,0 +1,11 @@ +--- src/linklocalclient.cpp.orig 2015-08-11 14:37:51 UTC ++++ src/linklocalclient.cpp +@@ -55,7 +55,7 @@ namespace gloox + bool Client::connect( const std::string& service, const std::string& type, + const std::string& domain, int iface ) + { +- m_interface = interface; ++ m_interface = iface; + return resolve( service, type, domain ); + } + Added: head/net-im/gloox/files/patch-src__linklocalmanager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src__linklocalmanager.cpp Sat Sep 26 13:04:22 2015 (r397974) @@ -0,0 +1,11 @@ +--- src/linklocalmanager.cpp.orig 2015-08-11 14:37:51 UTC ++++ src/linklocalmanager.cpp +@@ -197,7 +197,7 @@ namespace gloox + + void Manager::handleBrowse( Flag flag, const std::string& service, const std::string& regtype, const std::string& domain, int iface, bool moreComing ) + { +- Service s( flag, service, regtype, domain, interface ); ++ Service s( flag, service, regtype, domain, iface ); + m_tmpServices.push_back( s ); + + // switch( flag ) From owner-svn-ports-head@freebsd.org Sat Sep 26 13:57:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CA7BA087FD; Sat, 26 Sep 2015 13:57:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D6C1B62; Sat, 26 Sep 2015 13:57:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QDvcRR089598; Sat, 26 Sep 2015 13:57:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QDvcuK089597; Sat, 26 Sep 2015 13:57:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261357.t8QDvcuK089597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 13:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397975 - head/multimedia/miro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 13:57:39 -0000 Author: bapt Date: Sat Sep 26 13:57:38 2015 New Revision: 397975 URL: https://svnweb.freebsd.org/changeset/ports/397975 Log: Remove @exec/@unexec redundant with USES=shared-mime-info Modified: head/multimedia/miro/pkg-plist Modified: head/multimedia/miro/pkg-plist ============================================================================== --- head/multimedia/miro/pkg-plist Sat Sep 26 13:04:22 2015 (r397974) +++ head/multimedia/miro/pkg-plist Sat Sep 26 13:57:38 2015 (r397975) @@ -1676,5 +1676,3 @@ share/locale/zh_TW/LC_MESSAGES/miro.mo share/locale/zu/LC_MESSAGES/miro.mo share/mime/packages/miro.xml share/pixmaps/miro.xpm -@postexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@postunexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime From owner-svn-ports-head@freebsd.org Sat Sep 26 14:00:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 362B7A08936; Sat, 26 Sep 2015 14:00:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26D31C73; Sat, 26 Sep 2015 14:00:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QE01Cm090018; Sat, 26 Sep 2015 14:00:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QE00lt090015; Sat, 26 Sep 2015 14:00:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261400.t8QE00lt090015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 14:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397976 - head/games/xboard-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:00:01 -0000 Author: bapt Date: Sat Sep 26 13:59:59 2015 New Revision: 397976 URL: https://svnweb.freebsd.org/changeset/ports/397976 Log: Sort USES Commit the missing plist changes Reported by: jbeich Modified: head/games/xboard-devel/Makefile head/games/xboard-devel/pkg-plist Modified: head/games/xboard-devel/Makefile ============================================================================== --- head/games/xboard-devel/Makefile Sat Sep 26 13:57:38 2015 (r397975) +++ head/games/xboard-devel/Makefile Sat Sep 26 13:59:59 2015 (r397976) @@ -26,7 +26,7 @@ DATADIR= ${PREFIX}/share/games/xboard DOCSDIR= ${PREFIX}/share/doc/xboard XBOARDCONF= ${WRKSRC}/xboard.conf.in -USES= autoreconf gettext-tools gmake shebangfix desktop-file-utils shared-mime-info +USES= autoreconf desktop-file-utils gettext-tools gmake shared-mime-info shebangfix SHEBANG_FILES= texi2man INSTALL_TARGET= install-strip Modified: head/games/xboard-devel/pkg-plist ============================================================================== --- head/games/xboard-devel/pkg-plist Sat Sep 26 13:57:38 2015 (r397975) +++ head/games/xboard-devel/pkg-plist Sat Sep 26 13:59:59 2015 (r397976) @@ -231,9 +231,5 @@ share/mime/packages/xboard.xml @dirrmtry share/mime/packages @dirrmtry share/mime @sample etc/xboard.conf.sample -@postexec /usr/local/bin/update-mime-database %D/share/mime -@postunexec /usr/local/bin/update-mime-database %D/share/mime @postexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true @postunexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true -@postexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true -@postunexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Sat Sep 26 14:06:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3D5CA08E7B; Sat, 26 Sep 2015 14:06:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA428207; Sat, 26 Sep 2015 14:06:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QE6XGg094253; Sat, 26 Sep 2015 14:06:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QE6XYs094252; Sat, 26 Sep 2015 14:06:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261406.t8QE6XYs094252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 14:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397977 - head/mail/dovecot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:06:33 -0000 Author: bapt Date: Sat Sep 26 14:06:33 2015 New Revision: 397977 URL: https://svnweb.freebsd.org/changeset/ports/397977 Log: Convert to @sample Modified: head/mail/dovecot/pkg-plist Modified: head/mail/dovecot/pkg-plist ============================================================================== --- head/mail/dovecot/pkg-plist Sat Sep 26 13:59:59 2015 (r397976) +++ head/mail/dovecot/pkg-plist Sat Sep 26 14:06:33 2015 (r397977) @@ -105,22 +105,12 @@ libexec/dovecot/ssl-build-param libexec/dovecot/threadview sbin/dovecot sbin/dovecotpw -%%BDB%%@unexec if cmp -s %D/%%EXAMPLESDIR%%/dovecot-db.conf %D/etc/dovecot-db.conf; then rm -f %D/etc/dovecot-db.conf; fi -%%EXAMPLESDIR%%/dovecot-db.conf -%%BDB%%@exec if [ ! -f %D/etc/dovecot-db.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dovecot-db.conf %D/etc/dovecot-db.conf; fi -%%SQL%%@unexec if cmp -s %D/%%EXAMPLESDIR%%/dovecot-dict-sql.conf %D/etc/dovecot-dict-sql.conf; then rm -f %D/etc/dovecot-dict-sql.conf; fi -%%EXAMPLESDIR%%/dovecot-dict-sql.conf -%%SQL%%@exec if [ ! -f %D/etc/dovecot-dict-sql.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dovecot-dict-sql.conf %D/etc/dovecot-dict-sql.conf; fi -%%LDAP%%@unexec if cmp -s %D/%%EXAMPLESDIR%%/dovecot-ldap.conf %D/etc/dovecot-ldap.conf; then rm -f %D/etc/dovecot-ldap.conf; fi -%%EXAMPLESDIR%%/dovecot-ldap.conf -%%LDAP%%@exec if [ ! -f %D/etc/dovecot-ldap.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dovecot-ldap.conf %D/etc/dovecot-ldap.conf; fi +@sample %%EXAMPLESDIR%%/dovecot-db.conf etc/dovecot-db.conf +%%SQL%%@sample %%EXAMPLESDIR%%/dovecot-dict-sql.conf etc/dovecot-dict-sql.conf +%%LDAP%%@sample %%EXAMPLESDIR%%/dovecot-ldap.conf etc/dovecot-ldap.conf %%EXAMPLESDIR%%/dovecot-openssl.cnf -%%SQL%%@unexec if cmp -s %D/%%EXAMPLESDIR%%/dovecot-sql.conf %D/etc/dovecot-sql.conf; then rm -f %D/etc/dovecot-sql.conf; fi -%%EXAMPLESDIR%%/dovecot-sql.conf -%%SQL%%@exec if [ ! -f %D/etc/dovecot-sql.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dovecot-sql.conf %D/etc/dovecot-sql.conf; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/dovecot.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi -%%EXAMPLESDIR%%/dovecot.conf -@exec if [ ! -f %D/etc/dovecot.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dovecot.conf %D/etc/dovecot.conf; fi +%%SQL%%@sample %%EXAMPLESDIR%%/dovecot-sql.conf etc/dovecot-sql.conf +@sample %%EXAMPLESDIR%%/dovecot.conf etc/dovecot.conf %%EXAMPLESDIR%%/mkcert.sh @dir include/dovecot @dir lib/dovecot/auth From owner-svn-ports-head@freebsd.org Sat Sep 26 14:08:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85E39A08F69; Sat, 26 Sep 2015 14:08:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76C7D32A; Sat, 26 Sep 2015 14:08:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QE88jf094543; Sat, 26 Sep 2015 14:08:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QE88ft094542; Sat, 26 Sep 2015 14:08:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261408.t8QE88ft094542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 14:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397978 - head/mail/mulberry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:08:08 -0000 Author: bapt Date: Sat Sep 26 14:08:07 2015 New Revision: 397978 URL: https://svnweb.freebsd.org/changeset/ports/397978 Log: Convert to @sample Modified: head/mail/mulberry/pkg-plist Modified: head/mail/mulberry/pkg-plist ============================================================================== --- head/mail/mulberry/pkg-plist Sat Sep 26 14:06:33 2015 (r397977) +++ head/mail/mulberry/pkg-plist Sat Sep 26 14:08:07 2015 (r397978) @@ -33,11 +33,7 @@ lib/%%PORTNAME%%/Resources/UI.xml %%PORTDOCS%%%%DOCSDIR%%/CHANGES-DEV-v4 %%PORTDOCS%%%%DOCSDIR%%/CHANGES-v4 %%PORTDOCS%%%%DOCSDIR%%/Mulberry_License -@unexec if cmp -s %D/etc/mailcap %D/%%EXAMPLESDIR%%/mailcap; then rm -f %D/etc/mailcap; fi -%%EXAMPLESDIR%%/mailcap -@exec [ -f %D/etc/mailcap ] || cp %D/%%EXAMPLESDIR%%/mailcap %D/etc/mailcap -@unexec if cmp -s %D/lib/url.helpers %D/%%EXAMPLESDIR%%/url.helpers; then rm -f %D/lib/url.helpers; fi -%%EXAMPLESDIR%%/url.helpers -@exec [ -f %D/lib/url.helpers ] || cp %D/%%EXAMPLESDIR%%/url.helpers %D/lib/url.helpers +@sample %%EXAMPLESDIR%%/mailcap etc/mailcap +@sample %%EXAMPLESDIR%%/url.helpers lib/url.helpers share/pixmaps/%%PORTNAME%%.png share/pixmaps/%%PORTNAME%%.xpm From owner-svn-ports-head@freebsd.org Sat Sep 26 14:08:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E48BA08FEE; Sat, 26 Sep 2015 14:08:43 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F1C063C; Sat, 26 Sep 2015 14:08:43 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QE8guK094706; Sat, 26 Sep 2015 14:08:42 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QE8gI4094704; Sat, 26 Sep 2015 14:08:42 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201509261408.t8QE8gI4094704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 26 Sep 2015 14:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397979 - head/editors/drjava X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:08:43 -0000 Author: nivit Date: Sat Sep 26 14:08:41 2015 New Revision: 397979 URL: https://svnweb.freebsd.org/changeset/ports/397979 Log: - Update to 20140826-r5761 PR: 202481 Submitted by: Sergey V. Brunov Modified: head/editors/drjava/Makefile head/editors/drjava/distinfo Modified: head/editors/drjava/Makefile ============================================================================== --- head/editors/drjava/Makefile Sat Sep 26 14:08:07 2015 (r397978) +++ head/editors/drjava/Makefile Sat Sep 26 14:08:41 2015 (r397979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drjava -DISTVERSION= 20100913-r5387 +DISTVERSION= 20140826-r5761 PORTREVISION= 0 CATEGORIES= editors java MASTER_SITES= SF/${PORTNAME}/1.%20DrJava%20Stable%20Releases/${PORTNAME}-stable-${DISTVERSION} Modified: head/editors/drjava/distinfo ============================================================================== --- head/editors/drjava/distinfo Sat Sep 26 14:08:07 2015 (r397978) +++ head/editors/drjava/distinfo Sat Sep 26 14:08:41 2015 (r397979) @@ -1,2 +1,2 @@ -SHA256 (drjava-stable-20100913-r5387.jar) = 02e4bb74a34865775a1b49dfcaeef29a442654f7610296b2d024e844f1d39726 -SIZE (drjava-stable-20100913-r5387.jar) = 12075464 +SHA256 (drjava-stable-20140826-r5761.jar) = 448fc705e7982864ac9c84faa0efe60feb06bfeca69f654dc5ba33073f804bd9 +SIZE (drjava-stable-20140826-r5761.jar) = 12928003 From owner-svn-ports-head@freebsd.org Sat Sep 26 14:10:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 858C6A090EE; Sat, 26 Sep 2015 14:10:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E20D7E5; Sat, 26 Sep 2015 14:10:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 6714C1FA4; Sat, 26 Sep 2015 14:10:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DEFBD13C12; Sat, 26 Sep 2015 14:10:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id pWM1XWnAPD-2; Sat, 26 Sep 2015 14:10:01 +0000 (UTC) Subject: Re: svn commit: r397905 - head/Mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 634DB13C0B To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201509252331.t8PNVaR4011350@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5606A738.3020701@FreeBSD.org> Date: Sat, 26 Sep 2015 07:10:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201509252331.t8PNVaR4011350@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1LpxAdKhE699Ih8MJU8EixJ0VxlRtuiVI" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:10:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1LpxAdKhE699Ih8MJU8EixJ0VxlRtuiVI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/25/2015 4:31 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Sep 25 23:31:35 2015 > New Revision: 397905 > URL: https://svnweb.freebsd.org/changeset/ports/397905 >=20 > Log: > Bump the minimal version of pkg to 1.6.0 >=20 > Modified: > head/Mk/bsd.port.mk >=20 > Modified: head/Mk/bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/Mk/bsd.port.mk Fri Sep 25 23:30:40 2015 (r397904) > +++ head/Mk/bsd.port.mk Fri Sep 25 23:31:35 2015 (r397905) > @@ -1045,7 +1045,7 @@ SCRIPTSDIR?=3D ${PORTSDIR}/Mk/Scripts > LIB_DIRS?=3D /lib /usr/lib ${LOCALBASE}/lib > STAGEDIR?=3D ${WRKDIR}/stage > NOTPHONY?=3D > -MINIMAL_PKG_VERSION=3D 1.3.8 > +MINIMAL_PKG_VERSION=3D 1.6.0 > =20 > # make sure bmake treats -V as expected > .MAKE.EXPAND_VARIABLES=3D yes >=20 This (and the rush on pre/postexec) feels premature given pkg's track record (there are usually several minor releases following the .0), and not always as quick as they should be. I'm still on 1.4.12 to avoid all of the issues with the solver in 1.5. I really hope 1.6.0 works. --=20 Regards, Bryan Drewery --1LpxAdKhE699Ih8MJU8EixJ0VxlRtuiVI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWBqc4AAoJEDXXcbtuRpfPcVEIAI3O5VHSYaCrGsMDv89CK7AP 2eMY1m6LsvbwP4vb2ez6IfMQDMROUd2kGGN5lvkLaff3UFTOk8ba8v8H57Ci7rFI o3IoAaF6+QEadW5SAcIERP2MXlJnXcNZrdetShqNWVpV8hg34xKQbPEWLXmQBekv B3eETiyjA5s56F5RlSJoXme6A73klrOT4hpQufcOmDCTs2vl3ewQtWH14rWcUagv 7D9VkGleTMy0T9vhJjtsil51pvZkb94+LW3jvo6egVHEWG7r2P+f8VHkPJ4aN51N I7CLbkPyqW+HUI/YFEkh4z2982o1vu0UZghYw4Zx4oozpgzmve6z7irXqCj9XfU= =9aXf -----END PGP SIGNATURE----- --1LpxAdKhE699Ih8MJU8EixJ0VxlRtuiVI-- From owner-svn-ports-head@freebsd.org Sat Sep 26 14:13:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E53CBA093F4; Sat, 26 Sep 2015 14:13:44 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0DF8B8B; Sat, 26 Sep 2015 14:13:44 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QEDipo098869; Sat, 26 Sep 2015 14:13:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QEDiTs098868; Sat, 26 Sep 2015 14:13:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201509261413.t8QEDiTs098868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Sep 2015 14:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397980 - head/net/asterisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:13:45 -0000 Author: madpilot Date: Sat Sep 26 14:13:44 2015 New Revision: 397980 URL: https://svnweb.freebsd.org/changeset/ports/397980 Log: Convert to @sample, using the new two arguments syntax. Modified: head/net/asterisk/pkg-plist Modified: head/net/asterisk/pkg-plist ============================================================================== --- head/net/asterisk/pkg-plist Sat Sep 26 14:08:41 2015 (r397979) +++ head/net/asterisk/pkg-plist Sat Sep 26 14:13:44 2015 (r397980) @@ -1,288 +1,98 @@ -@unexec if cmp -s %D/%%ETCDIR%%/ais.conf %D/%%ETCDIR%%/ais.conf-dist; then rm -f %D/%%ETCDIR%%/ais.conf; fi -%%ETCDIR%%/ais.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/ais.conf ]; then cp -p %D/%%ETCDIR%%/ais.conf-dist %D/%%ETCDIR%%/ais.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_adaptive_odbc.conf %D/%%ETCDIR%%/cdr_adaptive_odbc.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_adaptive_odbc.conf; fi -%%ETCDIR%%/cdr_adaptive_odbc.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_adaptive_odbc.conf ]; then cp -p %D/%%ETCDIR%%/cdr_adaptive_odbc.conf-dist %D/%%ETCDIR%%/cdr_adaptive_odbc.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_sqlite3_custom.conf %D/%%ETCDIR%%/cdr_sqlite3_custom.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_sqlite3_custom.conf; fi -%%ETCDIR%%/cdr_sqlite3_custom.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_sqlite3_custom.conf ]; then cp -p %D/%%ETCDIR%%/cdr_sqlite3_custom.conf-dist %D/%%ETCDIR%%/cdr_sqlite3_custom.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_syslog.conf %D/%%ETCDIR%%/cdr_syslog.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_syslog.conf; fi -%%ETCDIR%%/cdr_syslog.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_syslog.conf ]; then cp -p %D/%%ETCDIR%%/cdr_syslog.conf-dist %D/%%ETCDIR%%/cdr_syslog.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cli.conf %D/%%ETCDIR%%/cli.conf-dist; then rm -f %D/%%ETCDIR%%/cli.conf; fi -%%ETCDIR%%/cli.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cli.conf ]; then cp -p %D/%%ETCDIR%%/cli.conf-dist %D/%%ETCDIR%%/cli.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cli_aliases.conf %D/%%ETCDIR%%/cli_aliases.conf-dist; then rm -f %D/%%ETCDIR%%/cli_aliases.conf; fi -%%ETCDIR%%/cli_aliases.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cli_aliases.conf ]; then cp -p %D/%%ETCDIR%%/cli_aliases.conf-dist %D/%%ETCDIR%%/cli_aliases.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cli_permissions.conf %D/%%ETCDIR%%/cli_permissions.conf-dist; then rm -f %D/%%ETCDIR%%/cli_permissions.conf; fi -%%ETCDIR%%/cli_permissions.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cli_permissions.conf ]; then cp -p %D/%%ETCDIR%%/cli_permissions.conf-dist %D/%%ETCDIR%%/cli_permissions.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/console.conf %D/%%ETCDIR%%/console.conf-dist; then rm -f %D/%%ETCDIR%%/console.conf; fi -%%ETCDIR%%/console.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/console.conf ]; then cp -p %D/%%ETCDIR%%/console.conf-dist %D/%%ETCDIR%%/console.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/dbsep.conf %D/%%ETCDIR%%/dbsep.conf-dist; then rm -f %D/%%ETCDIR%%/dbsep.conf; fi -%%ETCDIR%%/dbsep.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/dbsep.conf ]; then cp -p %D/%%ETCDIR%%/dbsep.conf-dist %D/%%ETCDIR%%/dbsep.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/dsp.conf %D/%%ETCDIR%%/dsp.conf-dist; then rm -f %D/%%ETCDIR%%/dsp.conf; fi -%%ETCDIR%%/dsp.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/dsp.conf ]; then cp -p %D/%%ETCDIR%%/dsp.conf-dist %D/%%ETCDIR%%/dsp.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/extensions.lua %D/%%ETCDIR%%/extensions.lua-dist; then rm -f %D/%%ETCDIR%%/extensions.lua; fi -%%ETCDIR%%/extensions.lua-dist -@exec if [ ! -f %D/%%ETCDIR%%/extensions.lua ]; then cp -p %D/%%ETCDIR%%/extensions.lua-dist %D/%%ETCDIR%%/extensions.lua; fi -@unexec if cmp -s %D/%%ETCDIR%%/extensions_minivm.conf %D/%%ETCDIR%%/extensions_minivm.conf-dist; then rm -f %D/%%ETCDIR%%/extensions_minivm.conf; fi -%%ETCDIR%%/extensions_minivm.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/extensions_minivm.conf ]; then cp -p %D/%%ETCDIR%%/extensions_minivm.conf-dist %D/%%ETCDIR%%/extensions_minivm.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/jingle.conf %D/%%ETCDIR%%/jingle.conf-dist; then rm -f %D/%%ETCDIR%%/jingle.conf; fi -%%ETCDIR%%/jingle.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/jingle.conf ]; then cp -p %D/%%ETCDIR%%/jingle.conf-dist %D/%%ETCDIR%%/jingle.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/minivm.conf %D/%%ETCDIR%%/minivm.conf-dist; then rm -f %D/%%ETCDIR%%/minivm.conf; fi -%%ETCDIR%%/minivm.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/minivm.conf ]; then cp -p %D/%%ETCDIR%%/minivm.conf-dist %D/%%ETCDIR%%/minivm.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/phoneprov.conf %D/%%ETCDIR%%/phoneprov.conf-dist; then rm -f %D/%%ETCDIR%%/phoneprov.conf; fi -%%ETCDIR%%/phoneprov.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/phoneprov.conf ]; then cp -p %D/%%ETCDIR%%/phoneprov.conf-dist %D/%%ETCDIR%%/phoneprov.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/queuerules.conf %D/%%ETCDIR%%/queuerules.conf-dist; then rm -f %D/%%ETCDIR%%/queuerules.conf; fi -%%ETCDIR%%/queuerules.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/queuerules.conf ]; then cp -p %D/%%ETCDIR%%/queuerules.conf-dist %D/%%ETCDIR%%/queuerules.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_ldap.conf %D/%%ETCDIR%%/res_ldap.conf-dist; then rm -f %D/%%ETCDIR%%/res_ldap.conf; fi -%%ETCDIR%%/res_ldap.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_ldap.conf ]; then cp -p %D/%%ETCDIR%%/res_ldap.conf-dist %D/%%ETCDIR%%/res_ldap.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/unistim.conf %D/%%ETCDIR%%/unistim.conf-dist; then rm -f %D/%%ETCDIR%%/unistim.conf; fi -%%ETCDIR%%/unistim.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/unistim.conf ]; then cp -p %D/%%ETCDIR%%/unistim.conf-dist %D/%%ETCDIR%%/unistim.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/adsi.conf %D/%%ETCDIR%%/adsi.conf-dist; then rm -f %D/%%ETCDIR%%/adsi.conf; fi -%%ETCDIR%%/adsi.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/adsi.conf ]; then cp -p %D/%F %D/%%ETCDIR%%/adsi.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/agents.conf %D/%%ETCDIR%%/agents.conf-dist; then rm -f %D/%%ETCDIR%%/agents.conf; fi -%%ETCDIR%%/agents.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/agents.conf ]; then cp -p %D/%%ETCDIR%%/agents.conf-dist %D/%%ETCDIR%%/agents.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/alarmreceiver.conf %D/%%ETCDIR%%/alarmreceiver.conf-dist; then rm -f %D/%%ETCDIR%%/alarmreceiver.conf; fi -%%ETCDIR%%/alarmreceiver.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/alarmreceiver.conf ]; then cp -p %D/%%ETCDIR%%/alarmreceiver.conf-dist %D/%%ETCDIR%%/alarmreceiver.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/alsa.conf %D/%%ETCDIR%%/alsa.conf-dist; then rm -f %D/%%ETCDIR%%/alsa.conf; fi -%%ETCDIR%%/alsa.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/alsa.conf ]; then cp -p %D/%%ETCDIR%%/alsa.conf-dist %D/%%ETCDIR%%/alsa.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/asterisk.adsi %D/%%ETCDIR%%/asterisk.adsi-dist; then rm -f %D/%%ETCDIR%%/asterisk.adsi; fi -%%ETCDIR%%/asterisk.adsi-dist -@exec if [ ! -f %D/%%ETCDIR%%/asterisk.adsi ]; then cp -p %D/%%ETCDIR%%/asterisk.adsi-dist %D/%%ETCDIR%%/asterisk.adsi; fi -@unexec if cmp -s %D/%%ETCDIR%%/asterisk.conf %D/%%ETCDIR%%/asterisk.conf-dist; then rm -f %D/%%ETCDIR%%/asterisk.conf; fi -%%ETCDIR%%/asterisk.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/asterisk.conf ]; then cp -p %D/%%ETCDIR%%/asterisk.conf-dist %D/%%ETCDIR%%/asterisk.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/calendar.conf %D/%%ETCDIR%%/calendar.conf-dist; then rm -f %D/%%ETCDIR%%/calendar.conf; fi -%%ETCDIR%%/calendar.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/calendar.conf ]; then cp -p %D/%%ETCDIR%%/calendar.conf-dist %D/%%ETCDIR%%/calendar.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/ccss.conf %D/%%ETCDIR%%/ccss.conf-dist; then rm -f %D/%%ETCDIR%%/ccss.conf; fi -%%ETCDIR%%/ccss.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/ccss.conf ]; then cp -p %D/%%ETCDIR%%/ccss.conf-dist %D/%%ETCDIR%%/ccss.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr.conf %D/%%ETCDIR%%/cdr.conf-dist; then rm -f %D/%%ETCDIR%%/cdr.conf; fi -%%ETCDIR%%/cdr.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr.conf ]; then cp -p %D/%%ETCDIR%%/cdr.conf-dist %D/%%ETCDIR%%/cdr.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_custom.conf %D/%%ETCDIR%%/cdr_custom.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_custom.conf; fi -%%ETCDIR%%/cdr_custom.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_custom.conf ]; then cp -p %D/%%ETCDIR%%/cdr_custom.conf-dist %D/%%ETCDIR%%/cdr_custom.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_manager.conf %D/%%ETCDIR%%/cdr_manager.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_manager.conf; fi -%%ETCDIR%%/cdr_manager.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_manager.conf ]; then cp -p %D/%%ETCDIR%%/cdr_manager.conf-dist %D/%%ETCDIR%%/cdr_manager.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_mysql.conf %D/%%ETCDIR%%/cdr_mysql.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_mysql.conf; fi -%%ETCDIR%%/cdr_mysql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_mysql.conf ]; then cp -p %D/%%ETCDIR%%/cdr_mysql.conf-dist %D/%%ETCDIR%%/cdr_mysql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_odbc.conf %D/%%ETCDIR%%/cdr_odbc.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_odbc.conf; fi -%%ETCDIR%%/cdr_odbc.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_odbc.conf ]; then cp -p %D/%%ETCDIR%%/cdr_odbc.conf-dist %D/%%ETCDIR%%/cdr_odbc.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_pgsql.conf %D/%%ETCDIR%%/cdr_pgsql.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_pgsql.conf; fi -%%ETCDIR%%/cdr_pgsql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_pgsql.conf ]; then cp -p %D/%%ETCDIR%%/cdr_pgsql.conf-dist %D/%%ETCDIR%%/cdr_pgsql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cdr_tds.conf %D/%%ETCDIR%%/cdr_tds.conf-dist; then rm -f %D/%%ETCDIR%%/cdr_tds.conf; fi -%%ETCDIR%%/cdr_tds.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cdr_tds.conf ]; then cp -p %D/%%ETCDIR%%/cdr_tds.conf-dist %D/%%ETCDIR%%/cdr_tds.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel.conf %D/%%ETCDIR%%/cel.conf-dist; then rm -f %D/%%ETCDIR%%/cel.conf; fi -%%ETCDIR%%/cel.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel.conf ]; then cp -p %D/%%ETCDIR%%/cel.conf-dist %D/%%ETCDIR%%/cel.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel_custom.conf %D/%%ETCDIR%%/cel_custom.conf-dist; then rm -f %D/%%ETCDIR%%/cel_custom.conf; fi -%%ETCDIR%%/cel_custom.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel_custom.conf ]; then cp -p %D/%%ETCDIR%%/cel_custom.conf-dist %D/%%ETCDIR%%/cel_custom.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel_odbc.conf %D/%%ETCDIR%%/cel_odbc.conf-dist; then rm -f %D/%%ETCDIR%%/cel_odbc.conf; fi -%%ETCDIR%%/cel_odbc.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel_odbc.conf ]; then cp -p %D/%%ETCDIR%%/cel_odbc.conf-dist %D/%%ETCDIR%%/cel_odbc.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel_pgsql.conf %D/%%ETCDIR%%/cel_pgsql.conf-dist; then rm -f %D/%%ETCDIR%%/cel_pgsql.conf; fi -%%ETCDIR%%/cel_pgsql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel_pgsql.conf ]; then cp -p %D/%%ETCDIR%%/cel_pgsql.conf-dist %D/%%ETCDIR%%/cel_pgsql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel_sqlite3_custom.conf %D/%%ETCDIR%%/cel_sqlite3_custom.conf-dist; then rm -f %D/%%ETCDIR%%/cel_sqlite3_custom.conf; fi -%%ETCDIR%%/cel_sqlite3_custom.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel_sqlite3_custom.conf ]; then cp -p %D/%%ETCDIR%%/cel_sqlite3_custom.conf-dist %D/%%ETCDIR%%/cel_sqlite3_custom.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/cel_tds.conf %D/%%ETCDIR%%/cel_tds.conf-dist; then rm -f %D/%%ETCDIR%%/cel_tds.conf; fi -%%ETCDIR%%/cel_tds.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/cel_tds.conf ]; then cp -p %D/%%ETCDIR%%/cel_tds.conf-dist %D/%%ETCDIR%%/cel_tds.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/codecs.conf %D/%%ETCDIR%%/codecs.conf-dist; then rm -f %D/%%ETCDIR%%/codecs.conf; fi -%%ETCDIR%%/codecs.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/codecs.conf ]; then cp -p %D/%%ETCDIR%%/codecs.conf-dist %D/%%ETCDIR%%/codecs.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/dnsmgr.conf %D/%%ETCDIR%%/dnsmgr.conf-dist; then rm -f %D/%%ETCDIR%%/dnsmgr.conf; fi -%%ETCDIR%%/dnsmgr.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/dnsmgr.conf ]; then cp -p %D/%%ETCDIR%%/dnsmgr.conf-dist %D/%%ETCDIR%%/dnsmgr.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/dundi.conf %D/%%ETCDIR%%/dundi.conf-dist; then rm -f %D/%%ETCDIR%%/dundi.conf; fi -%%ETCDIR%%/dundi.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/dundi.conf ]; then cp -p %D/%%ETCDIR%%/dundi.conf-dist %D/%%ETCDIR%%/dundi.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/enum.conf %D/%%ETCDIR%%/enum.conf-dist; then rm -f %D/%%ETCDIR%%/enum.conf; fi -%%ETCDIR%%/enum.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/enum.conf ]; then cp -p %D/%%ETCDIR%%/enum.conf-dist %D/%%ETCDIR%%/enum.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/extconfig.conf %D/%%ETCDIR%%/extconfig.conf-dist; then rm -f %D/%%ETCDIR%%/extconfig.conf; fi -%%ETCDIR%%/extconfig.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/extconfig.conf ]; then cp -p %D/%%ETCDIR%%/extconfig.conf-dist %D/%%ETCDIR%%/extconfig.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/extensions.ael %D/%%ETCDIR%%/extensions.ael-dist; then rm -f %D/%%ETCDIR%%/extensions.ael; fi -%%ETCDIR%%/extensions.ael-dist -@exec if [ ! -f %D/%%ETCDIR%%/extensions.ael ]; then cp -p %D/%%ETCDIR%%/extensions.ael-dist %D/%%ETCDIR%%/extensions.ael; fi -@unexec if cmp -s %D/%%ETCDIR%%/extensions.conf %D/%%ETCDIR%%/extensions.conf-dist; then rm -f %D/%%ETCDIR%%/extensions.conf; fi -%%ETCDIR%%/extensions.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/extensions.conf ]; then cp -p %D/%%ETCDIR%%/extensions.conf-dist %D/%%ETCDIR%%/extensions.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/features.conf %D/%%ETCDIR%%/features.conf-dist; then rm -f %D/%%ETCDIR%%/features.conf; fi -%%ETCDIR%%/features.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/features.conf ]; then cp -p %D/%%ETCDIR%%/features.conf-dist %D/%%ETCDIR%%/features.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/festival.conf %D/%%ETCDIR%%/festival.conf-dist; then rm -f %D/%%ETCDIR%%/festival.conf; fi -%%ETCDIR%%/festival.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/festival.conf ]; then cp -p %D/%%ETCDIR%%/festival.conf-dist %D/%%ETCDIR%%/festival.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/iax.conf %D/%%ETCDIR%%/iax.conf-dist; then rm -f %D/%%ETCDIR%%/iax.conf; fi -%%ETCDIR%%/iax.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/iax.conf ]; then cp -p %D/%%ETCDIR%%/iax.conf-dist %D/%%ETCDIR%%/iax.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/iaxprov.conf %D/%%ETCDIR%%/iaxprov.conf-dist; then rm -f %D/%%ETCDIR%%/iaxprov.conf; fi -%%ETCDIR%%/iaxprov.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/iaxprov.conf ]; then cp -p %D/%%ETCDIR%%/iaxprov.conf-dist %D/%%ETCDIR%%/iaxprov.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/indications.conf %D/%%ETCDIR%%/indications.conf-dist; then rm -f %D/%%ETCDIR%%/indications.conf; fi -%%ETCDIR%%/indications.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/indications.conf ]; then cp -p %D/%%ETCDIR%%/indications.conf-dist %D/%%ETCDIR%%/indications.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/logger.conf %D/%%ETCDIR%%/logger.conf-dist; then rm -f %D/%%ETCDIR%%/logger.conf; fi -%%ETCDIR%%/logger.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/logger.conf ]; then cp -p %D/%%ETCDIR%%/logger.conf-dist %D/%%ETCDIR%%/logger.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/manager.conf %D/%%ETCDIR%%/manager.conf-dist; then rm -f %D/%%ETCDIR%%/manager.conf; fi -%%ETCDIR%%/manager.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/manager.conf ]; then cp -p %D/%%ETCDIR%%/manager.conf-dist %D/%%ETCDIR%%/manager.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/meetme.conf %D/%%ETCDIR%%/meetme.conf-dist; then rm -f %D/%%ETCDIR%%/meetme.conf; fi -%%ETCDIR%%/meetme.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/meetme.conf ]; then cp -p %D/%%ETCDIR%%/meetme.conf-dist %D/%%ETCDIR%%/meetme.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/mgcp.conf %D/%%ETCDIR%%/mgcp.conf-dist; then rm -f %D/%%ETCDIR%%/mgcp.conf; fi -%%ETCDIR%%/mgcp.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/mgcp.conf ]; then cp -p %D/%%ETCDIR%%/mgcp.conf-dist %D/%%ETCDIR%%/mgcp.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/misdn.conf %D/%%ETCDIR%%/misdn.conf-dist; then rm -f %D/%%ETCDIR%%/misdn.conf; fi -%%ETCDIR%%/misdn.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/misdn.conf ]; then cp -p %D/%%ETCDIR%%/misdn.conf-dist %D/%%ETCDIR%%/misdn.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/modules.conf %D/%%ETCDIR%%/modules.conf-dist; then rm -f %D/%%ETCDIR%%/modules.conf; fi -%%ETCDIR%%/modules.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/modules.conf ]; then cp -p %D/%%ETCDIR%%/modules.conf-dist %D/%%ETCDIR%%/modules.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/musiconhold.conf %D/%%ETCDIR%%/musiconhold.conf-dist; then rm -f %D/%%ETCDIR%%/musiconhold.conf; fi -%%ETCDIR%%/musiconhold.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/musiconhold.conf ]; then cp -p %D/%%ETCDIR%%/musiconhold.conf-dist %D/%%ETCDIR%%/musiconhold.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/osp.conf %D/%%ETCDIR%%/osp.conf-dist; then rm -f %D/%%ETCDIR%%/osp.conf; fi -%%ETCDIR%%/osp.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/osp.conf ]; then cp -p %D/%%ETCDIR%%/osp.conf-dist %D/%%ETCDIR%%/osp.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/oss.conf %D/%%ETCDIR%%/oss.conf-dist; then rm -f %D/%%ETCDIR%%/oss.conf; fi -%%ETCDIR%%/oss.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/oss.conf ]; then cp -p %D/%%ETCDIR%%/oss.conf-dist %D/%%ETCDIR%%/oss.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/phone.conf %D/%%ETCDIR%%/phone.conf-dist; then rm -f %D/%%ETCDIR%%/phone.conf; fi -%%ETCDIR%%/phone.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/phone.conf ]; then cp -p %D/%%ETCDIR%%/phone.conf-dist %D/%%ETCDIR%%/phone.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/queues.conf %D/%%ETCDIR%%/queues.conf-dist; then rm -f %D/%%ETCDIR%%/queues.conf; fi -%%ETCDIR%%/queues.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/queues.conf ]; then cp -p %D/%%ETCDIR%%/queues.conf-dist %D/%%ETCDIR%%/queues.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_config_mysql.conf %D/%%ETCDIR%%/res_config_mysql.conf-dist; then rm -f %D/%%ETCDIR%%/res_config_mysql.conf; fi -%%ETCDIR%%/res_config_mysql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_config_mysql.conf ]; then cp -p %D/%%ETCDIR%%/res_config_mysql.conf-dist %D/%%ETCDIR%%/res_config_mysql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_pgsql.conf %D/%%ETCDIR%%/res_pgsql.conf-dist; then rm -f %D/%%ETCDIR%%/res_pgsql.conf; fi -%%ETCDIR%%/res_pgsql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_pgsql.conf ]; then cp -p %D/%%ETCDIR%%/res_pgsql.conf-dist %D/%%ETCDIR%%/res_pgsql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_pktccops.conf %D/%%ETCDIR%%/res_pktccops.conf-dist; then rm -f %D/%%ETCDIR%%/res_pktccops.conf; fi -%%ETCDIR%%/res_pktccops.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_pktccops.conf ]; then cp -p %D/%%ETCDIR%%/res_pktccops.conf-dist %D/%%ETCDIR%%/res_pktccops.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_odbc.conf %D/%%ETCDIR%%/res_odbc.conf-dist; then rm -f %D/%%ETCDIR%%/res_odbc.conf; fi -%%ETCDIR%%/res_odbc.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_odbc.conf ]; then cp -p %D/%%ETCDIR%%/res_odbc.conf-dist %D/%%ETCDIR%%/res_odbc.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/rtp.conf %D/%%ETCDIR%%/rtp.conf-dist; then rm -f %D/%%ETCDIR%%/rtp.conf; fi -%%ETCDIR%%/rtp.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/rtp.conf ]; then cp -p %D/%%ETCDIR%%/rtp.conf-dist %D/%%ETCDIR%%/rtp.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/sip.conf %D/%%ETCDIR%%/sip.conf-dist; then rm -f %D/%%ETCDIR%%/sip.conf; fi -%%ETCDIR%%/sip.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/sip.conf ]; then cp -p %D/%%ETCDIR%%/sip.conf-dist %D/%%ETCDIR%%/sip.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/sip_notify.conf %D/%%ETCDIR%%/sip_notify.conf-dist; then rm -f %D/%%ETCDIR%%/sip_notify.conf; fi -%%ETCDIR%%/sip_notify.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/sip_notify.conf ]; then cp -p %D/%%ETCDIR%%/sip_notify.conf-dist %D/%%ETCDIR%%/sip_notify.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/skinny.conf %D/%%ETCDIR%%/skinny.conf-dist; then rm -f %D/%%ETCDIR%%/skinny.conf; fi -%%ETCDIR%%/skinny.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/skinny.conf ]; then cp -p %D/%%ETCDIR%%/skinny.conf-dist %D/%%ETCDIR%%/skinny.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/telcordia-1.adsi %D/%%ETCDIR%%/telcordia-1.adsi-dist; then rm -f %D/%%ETCDIR%%/telcordia-1.adsi; fi -%%ETCDIR%%/telcordia-1.adsi-dist -@exec if [ ! -f %D/%%ETCDIR%%/telcordia-1.adsi ]; then cp -p %D/%%ETCDIR%%/telcordia-1.adsi-dist %D/%%ETCDIR%%/telcordia-1.adsi; fi -@unexec if cmp -s %D/%%ETCDIR%%/voicemail.conf %D/%%ETCDIR%%/voicemail.conf-dist; then rm -f %D/%%ETCDIR%%/voicemail.conf; fi -%%ETCDIR%%/voicemail.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/voicemail.conf ]; then cp -p %D/%%ETCDIR%%/voicemail.conf-dist %D/%%ETCDIR%%/voicemail.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/vpb.conf %D/%%ETCDIR%%/vpb.conf-dist; then rm -f %D/%%ETCDIR%%/vpb.conf; fi -%%ETCDIR%%/vpb.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/vpb.conf ]; then cp -p %D/%%ETCDIR%%/vpb.conf-dist %D/%%ETCDIR%%/vpb.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/chan_dahdi.conf %D/%%ETCDIR%%/chan_dahdi.conf-dist; then rm -f %D/%%ETCDIR%%/chan_dahdi.conf; fi -%%ETCDIR%%/chan_dahdi.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/chan_dahdi.conf ]; then cp -p %D/%%ETCDIR%%/chan_dahdi.conf-dist %D/%%ETCDIR%%/chan_dahdi.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/chan_mobile.conf %D/%%ETCDIR%%/chan_mobile.conf-dist; then rm -f %D/%%ETCDIR%%/chan_mobile.conf; fi -%%ETCDIR%%/chan_mobile.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/chan_mobile.conf ]; then cp -p %D/%%ETCDIR%%/chan_mobile.conf-dist %D/%%ETCDIR%%/chan_mobile.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/chan_ooh323.conf %D/%%ETCDIR%%/chan_ooh323.conf-dist; then rm -f %D/%%ETCDIR%%/chan_ooh323.conf; fi -%%ETCDIR%%/chan_ooh323.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/chan_ooh323.conf ]; then cp -p %D/%%ETCDIR%%/chan_ooh323.conf-dist %D/%%ETCDIR%%/chan_ooh323.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/udptl.conf %D/%%ETCDIR%%/udptl.conf-dist; then rm -f %D/%%ETCDIR%%/udptl.conf; fi -%%ETCDIR%%/udptl.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/udptl.conf ]; then cp -p %D/%%ETCDIR%%/udptl.conf-dist %D/%%ETCDIR%%/udptl.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/users.conf %D/%%ETCDIR%%/users.conf-dist; then rm -f %D/%%ETCDIR%%/users.conf; fi -%%ETCDIR%%/users.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/users.conf ]; then cp -p %D/%%ETCDIR%%/users.conf-dist %D/%%ETCDIR%%/users.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/smdi.conf %D/%%ETCDIR%%/smdi.conf-dist; then rm -f %D/%%ETCDIR%%/smdi.conf; fi -%%ETCDIR%%/smdi.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/smdi.conf ]; then cp -p %D/%%ETCDIR%%/smdi.conf-dist %D/%%ETCDIR%%/smdi.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/sla.conf %D/%%ETCDIR%%/sla.conf-dist; then rm -f %D/%%ETCDIR%%/sla.conf; fi -%%ETCDIR%%/sla.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/sla.conf ]; then cp -p %D/%%ETCDIR%%/sla.conf-dist %D/%%ETCDIR%%/sla.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/say.conf %D/%%ETCDIR%%/say.conf-dist; then rm -f %D/%%ETCDIR%%/say.conf; fi -%%ETCDIR%%/say.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/say.conf ]; then cp -p %D/%%ETCDIR%%/say.conf-dist %D/%%ETCDIR%%/say.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_snmp.conf %D/%%ETCDIR%%/res_snmp.conf-dist; then rm -f %D/%%ETCDIR%%/res_snmp.conf; fi -%%ETCDIR%%/res_snmp.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_snmp.conf ]; then cp -p %D/%%ETCDIR%%/res_snmp.conf-dist %D/%%ETCDIR%%/res_snmp.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_stun_monitor.conf %D/%%ETCDIR%%/res_stun_monitor.conf-dist; then rm -f %D/%%ETCDIR%%/res_stun_monitor.conf; fi -%%ETCDIR%%/res_stun_monitor.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_stun_monitor.conf ]; then cp -p %D/%%ETCDIR%%/res_stun_monitor.conf-dist %D/%%ETCDIR%%/res_stun_monitor.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/muted.conf %D/%%ETCDIR%%/muted.conf-dist; then rm -f %D/%%ETCDIR%%/muted.conf; fi -%%ETCDIR%%/muted.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/muted.conf ]; then cp -p %D/%%ETCDIR%%/muted.conf-dist %D/%%ETCDIR%%/muted.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/jabber.conf %D/%%ETCDIR%%/jabber.conf-dist; then rm -f %D/%%ETCDIR%%/jabber.conf; fi -%%ETCDIR%%/jabber.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/jabber.conf ]; then cp -p %D/%%ETCDIR%%/jabber.conf-dist %D/%%ETCDIR%%/jabber.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/http.conf %D/%%ETCDIR%%/http.conf-dist; then rm -f %D/%%ETCDIR%%/http.conf; fi -%%ETCDIR%%/http.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/http.conf ]; then cp -p %D/%%ETCDIR%%/http.conf-dist %D/%%ETCDIR%%/http.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/h323.conf %D/%%ETCDIR%%/h323.conf-dist; then rm -f %D/%%ETCDIR%%/h323.conf; fi -%%ETCDIR%%/h323.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/h323.conf ]; then cp -p %D/%%ETCDIR%%/h323.conf-dist %D/%%ETCDIR%%/h323.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/gtalk.conf %D/%%ETCDIR%%/gtalk.conf-dist; then rm -f %D/%%ETCDIR%%/gtalk.conf; fi -%%ETCDIR%%/gtalk.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/gtalk.conf ]; then cp -p %D/%%ETCDIR%%/gtalk.conf-dist %D/%%ETCDIR%%/gtalk.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/func_odbc.conf %D/%%ETCDIR%%/func_odbc.conf-dist; then rm -f %D/%%ETCDIR%%/func_odbc.conf; fi -%%ETCDIR%%/func_odbc.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/func_odbc.conf ]; then cp -p %D/%%ETCDIR%%/func_odbc.conf-dist %D/%%ETCDIR%%/func_odbc.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/followme.conf %D/%%ETCDIR%%/followme.conf-dist; then rm -f %D/%%ETCDIR%%/followme.conf; fi -%%ETCDIR%%/followme.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/followme.conf ]; then cp -p %D/%%ETCDIR%%/followme.conf-dist %D/%%ETCDIR%%/followme.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/amd.conf %D/%%ETCDIR%%/amd.conf-dist; then rm -f %D/%%ETCDIR%%/amd.conf; fi -%%ETCDIR%%/amd.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/amd.conf ]; then cp -p %D/%%ETCDIR%%/amd.conf-dist %D/%%ETCDIR%%/amd.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/app_mysql.conf %D/%%ETCDIR%%/app_mysql.conf-dist; then rm -f %D/%%ETCDIR%%/app_mysql.conf; fi -%%ETCDIR%%/app_mysql.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/app_mysql.conf ]; then cp -p %D/%%ETCDIR%%/app_mysql.conf-dist %D/%%ETCDIR%%/app_mysql.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_config_sqlite.conf %D/%%ETCDIR%%/res_config_sqlite.conf-dist; then rm -f %D/%%ETCDIR%%/res_config_sqlite.conf; fi -%%ETCDIR%%/res_config_sqlite.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_config_sqlite.conf ]; then cp -p %D/%%ETCDIR%%/res_config_sqlite.conf-dist %D/%%ETCDIR%%/res_config_sqlite.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_curl.conf %D/%%ETCDIR%%/res_curl.conf-dist; then rm -f %D/%%ETCDIR%%/res_curl.conf; fi -%%ETCDIR%%/res_curl.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_curl.conf ]; then cp -p %D/%%ETCDIR%%/res_curl.conf-dist %D/%%ETCDIR%%/res_curl.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/res_fax.conf %D/%%ETCDIR%%/res_fax.conf-dist; then rm -f %D/%%ETCDIR%%/res_fax.conf; fi -%%ETCDIR%%/res_fax.conf-dist -@exec if [ ! -f %D/%%ETCDIR%%/res_fax.conf ]; then cp -p %D/%%ETCDIR%%/res_fax.conf-dist %D/%%ETCDIR%%/res_fax.conf; fi +@sample %%ETCDIR%%/ais.conf-dist %%ETCDIR%%/ais.conf +@sample %%ETCDIR%%/cdr_adaptive_odbc.conf-dist %%ETCDIR%%/cdr_adaptive_odbc.conf +@sample %%ETCDIR%%/cdr_sqlite3_custom.conf-dist %%ETCDIR%%/cdr_sqlite3_custom.conf +@sample %%ETCDIR%%/cdr_syslog.conf-dist %%ETCDIR%%/cdr_syslog.conf +@sample %%ETCDIR%%/cli.conf-dist %%ETCDIR%%/cli.conf +@sample %%ETCDIR%%/cli_aliases.conf-dist %%ETCDIR%%/cli_aliases.conf +@sample %%ETCDIR%%/cli_permissions.conf-dist %%ETCDIR%%/cli_permissions.conf +@sample %%ETCDIR%%/console.conf-dist %%ETCDIR%%/console.conf +@sample %%ETCDIR%%/dbsep.conf-dist %%ETCDIR%%/dbsep.conf +@sample %%ETCDIR%%/dsp.conf-dist %%ETCDIR%%/dsp.conf +@sample %%ETCDIR%%/extensions.lua-dist %%ETCDIR%%/extensions.lua +@sample %%ETCDIR%%/extensions_minivm.conf-dist %%ETCDIR%%/extensions_minivm.conf +@sample %%ETCDIR%%/jingle.conf-dist %%ETCDIR%%/jingle.conf +@sample %%ETCDIR%%/minivm.conf-dist %%ETCDIR%%/minivm.conf +@sample %%ETCDIR%%/phoneprov.conf-dist %%ETCDIR%%/phoneprov.conf +@sample %%ETCDIR%%/queuerules.conf-dist %%ETCDIR%%/queuerules.conf +@sample %%ETCDIR%%/res_ldap.conf-dist %%ETCDIR%%/res_ldap.conf +@sample %%ETCDIR%%/unistim.conf-dist %%ETCDIR%%/unistim.conf +@sample %%ETCDIR%%/adsi.conf-dist %%ETCDIR%%/adsi.conf +@sample %%ETCDIR%%/agents.conf-dist %%ETCDIR%%/agents.conf +@sample %%ETCDIR%%/alarmreceiver.conf-dist %%ETCDIR%%/alarmreceiver.conf +@sample %%ETCDIR%%/alsa.conf-dist %%ETCDIR%%/alsa.conf +@sample %%ETCDIR%%/asterisk.adsi-dist %%ETCDIR%%/asterisk.adsi +@sample %%ETCDIR%%/asterisk.conf-dist %%ETCDIR%%/asterisk.conf +@sample %%ETCDIR%%/calendar.conf-dist %%ETCDIR%%/calendar.conf +@sample %%ETCDIR%%/ccss.conf-dist %%ETCDIR%%/ccss.conf +@sample %%ETCDIR%%/cdr.conf-dist %%ETCDIR%%/cdr.conf +@sample %%ETCDIR%%/cdr_custom.conf-dist %%ETCDIR%%/cdr_custom.conf +@sample %%ETCDIR%%/cdr_manager.conf-dist %%ETCDIR%%/cdr_manager.conf +@sample %%ETCDIR%%/cdr_mysql.conf-dist %%ETCDIR%%/cdr_mysql.conf +@sample %%ETCDIR%%/cdr_odbc.conf-dist %%ETCDIR%%/cdr_odbc.conf +@sample %%ETCDIR%%/cdr_pgsql.conf-dist %%ETCDIR%%/cdr_pgsql.conf +@sample %%ETCDIR%%/cdr_tds.conf-dist %%ETCDIR%%/cdr_tds.conf +@sample %%ETCDIR%%/cel.conf-dist %%ETCDIR%%/cel.conf +@sample %%ETCDIR%%/cel_custom.conf-dist %%ETCDIR%%/cel_custom.conf +@sample %%ETCDIR%%/cel_odbc.conf-dist %%ETCDIR%%/cel_odbc.conf +@sample %%ETCDIR%%/cel_pgsql.conf-dist %%ETCDIR%%/cel_pgsql.conf +@sample %%ETCDIR%%/cel_sqlite3_custom.conf-dist %%ETCDIR%%/cel_sqlite3_custom.conf +@sample %%ETCDIR%%/cel_tds.conf-dist %%ETCDIR%%/cel_tds.conf +@sample %%ETCDIR%%/codecs.conf-dist %%ETCDIR%%/codecs.conf +@sample %%ETCDIR%%/dnsmgr.conf-dist %%ETCDIR%%/dnsmgr.conf +@sample %%ETCDIR%%/dundi.conf-dist %%ETCDIR%%/dundi.conf +@sample %%ETCDIR%%/enum.conf-dist %%ETCDIR%%/enum.conf +@sample %%ETCDIR%%/extconfig.conf-dist %%ETCDIR%%/extconfig.conf +@sample %%ETCDIR%%/extensions.ael-dist %%ETCDIR%%/extensions.ael +@sample %%ETCDIR%%/extensions.conf-dist %%ETCDIR%%/extensions.conf +@sample %%ETCDIR%%/features.conf-dist %%ETCDIR%%/features.conf +@sample %%ETCDIR%%/festival.conf-dist %%ETCDIR%%/festival.conf +@sample %%ETCDIR%%/iax.conf-dist %%ETCDIR%%/iax.conf +@sample %%ETCDIR%%/iaxprov.conf-dist %%ETCDIR%%/iaxprov.conf +@sample %%ETCDIR%%/indications.conf-dist %%ETCDIR%%/indications.conf +@sample %%ETCDIR%%/logger.conf-dist %%ETCDIR%%/logger.conf +@sample %%ETCDIR%%/manager.conf-dist %%ETCDIR%%/manager.conf +@sample %%ETCDIR%%/meetme.conf-dist %%ETCDIR%%/meetme.conf +@sample %%ETCDIR%%/mgcp.conf-dist %%ETCDIR%%/mgcp.conf +@sample %%ETCDIR%%/misdn.conf-dist %%ETCDIR%%/misdn.conf +@sample %%ETCDIR%%/modules.conf-dist %%ETCDIR%%/modules.conf +@sample %%ETCDIR%%/musiconhold.conf-dist %%ETCDIR%%/musiconhold.conf +@sample %%ETCDIR%%/osp.conf-dist %%ETCDIR%%/osp.conf +@sample %%ETCDIR%%/oss.conf-dist %%ETCDIR%%/oss.conf +@sample %%ETCDIR%%/phone.conf-dist %%ETCDIR%%/phone.conf +@sample %%ETCDIR%%/queues.conf-dist %%ETCDIR%%/queues.conf +@sample %%ETCDIR%%/res_config_mysql.conf-dist %%ETCDIR%%/res_config_mysql.conf +@sample %%ETCDIR%%/res_pgsql.conf-dist %%ETCDIR%%/res_pgsql.conf +@sample %%ETCDIR%%/res_pktccops.conf-dist %%ETCDIR%%/res_pktccops.conf +@sample %%ETCDIR%%/res_odbc.conf-dist %%ETCDIR%%/res_odbc.conf +@sample %%ETCDIR%%/rtp.conf-dist %%ETCDIR%%/rtp.conf +@sample %%ETCDIR%%/sip.conf-dist %%ETCDIR%%/sip.conf +@sample %%ETCDIR%%/sip_notify.conf-dist %%ETCDIR%%/sip_notify.conf +@sample %%ETCDIR%%/skinny.conf-dist %%ETCDIR%%/skinny.conf +@sample %%ETCDIR%%/telcordia-1.adsi-dist %%ETCDIR%%/telcordia-1.adsi +@sample %%ETCDIR%%/voicemail.conf-dist %%ETCDIR%%/voicemail.conf +@sample %%ETCDIR%%/vpb.conf-dist %%ETCDIR%%/vpb.conf +@sample %%ETCDIR%%/chan_dahdi.conf-dist %%ETCDIR%%/chan_dahdi.conf +@sample %%ETCDIR%%/chan_mobile.conf-dist %%ETCDIR%%/chan_mobile.conf +@sample %%ETCDIR%%/chan_ooh323.conf-dist %%ETCDIR%%/chan_ooh323.conf +@sample %%ETCDIR%%/udptl.conf-dist %%ETCDIR%%/udptl.conf +@sample %%ETCDIR%%/users.conf-dist %%ETCDIR%%/users.conf +@sample %%ETCDIR%%/smdi.conf-dist %%ETCDIR%%/smdi.conf +@sample %%ETCDIR%%/sla.conf-dist %%ETCDIR%%/sla.conf +@sample %%ETCDIR%%/say.conf-dist %%ETCDIR%%/say.conf +@sample %%ETCDIR%%/res_snmp.conf-dist %%ETCDIR%%/res_snmp.conf +@sample %%ETCDIR%%/res_stun_monitor.conf-dist %%ETCDIR%%/res_stun_monitor.conf +@sample %%ETCDIR%%/muted.conf-dist %%ETCDIR%%/muted.conf +@sample %%ETCDIR%%/jabber.conf-dist %%ETCDIR%%/jabber.conf +@sample %%ETCDIR%%/http.conf-dist %%ETCDIR%%/http.conf +@sample %%ETCDIR%%/h323.conf-dist %%ETCDIR%%/h323.conf +@sample %%ETCDIR%%/gtalk.conf-dist %%ETCDIR%%/gtalk.conf +@sample %%ETCDIR%%/func_odbc.conf-dist %%ETCDIR%%/func_odbc.conf +@sample %%ETCDIR%%/followme.conf-dist %%ETCDIR%%/followme.conf +@sample %%ETCDIR%%/amd.conf-dist %%ETCDIR%%/amd.conf +@sample %%ETCDIR%%/app_mysql.conf-dist %%ETCDIR%%/app_mysql.conf +@sample %%ETCDIR%%/res_config_sqlite.conf-dist %%ETCDIR%%/res_config_sqlite.conf +@sample %%ETCDIR%%/res_curl.conf-dist %%ETCDIR%%/res_curl.conf +@sample %%ETCDIR%%/res_fax.conf-dist %%ETCDIR%%/res_fax.conf include/asterisk/doxygen/architecture.h include/asterisk/doxygen/asterisk-git-howto.h include/asterisk/doxygen/commits.h From owner-svn-ports-head@freebsd.org Sat Sep 26 14:21:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF27CA0997E; Sat, 26 Sep 2015 14:21:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A01B176C; Sat, 26 Sep 2015 14:21:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QELeID003509; Sat, 26 Sep 2015 14:21:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QELert003508; Sat, 26 Sep 2015 14:21:40 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201509261421.t8QELert003508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 26 Sep 2015 14:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397981 - head/net-mgmt/net-snmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:21:40 -0000 Author: zi Date: Sat Sep 26 14:21:39 2015 New Revision: 397981 URL: https://svnweb.freebsd.org/changeset/ports/397981 Log: - Honor WITHOUT_SSP PR: 203369 Submitted by: Kenneth Salerno Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:13:44 2015 (r397980) +++ head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:21:39 2015 (r397981) @@ -52,10 +52,13 @@ CONFIGURE_ARGS+=--enable-shared --enable --with-logfile="${NET_SNMP_LOGFILE}" \ --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ --with-gnu-ld --with-libwrap \ - --with-libs="-lssp_nonshared" \ --with-ldflags="-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCALBASE}/lib ${LCRYPTO}" SUB_FILES= pkg-message +.if !defined(WITHOUT_SSP) +CONFIGURE_ARGS+=--with-libs="-lssp_nonshared" +.endif + .if defined(BATCH) CONFIGURE_ARGS+=--with-defaults .endif From owner-svn-ports-head@freebsd.org Sat Sep 26 14:27:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CBC5A09BCD; Sat, 26 Sep 2015 14:27:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D6DEA18; Sat, 26 Sep 2015 14:27:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QERClM004161; Sat, 26 Sep 2015 14:27:12 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QERCtP004160; Sat, 26 Sep 2015 14:27:12 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201509261427.t8QERCtP004160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 26 Sep 2015 14:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397982 - head/devel/py-configobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:27:13 -0000 Author: nivit Date: Sat Sep 26 14:27:12 2015 New Revision: 397982 URL: https://svnweb.freebsd.org/changeset/ports/397982 Log: - Add devel/py-six to run dependencies [1] - Bump PORTREVISION (changed dependencies) - Sort values of USE_PYTHON variable PR: 199463 [1] Submitted by: Pavel Volkov Modified: head/devel/py-configobj/Makefile Modified: head/devel/py-configobj/Makefile ============================================================================== --- head/devel/py-configobj/Makefile Sat Sep 26 14:21:39 2015 (r397981) +++ head/devel/py-configobj/Makefile Sat Sep 26 14:27:12 2015 (r397982) @@ -3,7 +3,7 @@ PORTNAME= configobj PORTVERSION= 5.0.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,9 @@ COMMENT= Simple but powerful config file LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Sat Sep 26 14:30:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3418A09EFB; Sat, 26 Sep 2015 14:30:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3DBDE43; Sat, 26 Sep 2015 14:30:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QEUdHn005864; Sat, 26 Sep 2015 14:30:39 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QEUdvF005862; Sat, 26 Sep 2015 14:30:39 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509261430.t8QEUdvF005862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Sep 2015 14:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397983 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:30:39 -0000 Author: matthew Date: Sat Sep 26 14:30:38 2015 New Revision: 397983 URL: https://svnweb.freebsd.org/changeset/ports/397983 Log: Update to 4.5.0.2 Another quick fix for a regression in 4.5.0 ChangeLog: https://www.phpmyadmin.net/files/4.5.0.2/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sat Sep 26 14:27:12 2015 (r397982) +++ head/databases/phpmyadmin/Makefile Sat Sep 26 14:30:38 2015 (r397983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.0.1 +DISTVERSION= 4.5.0.2 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sat Sep 26 14:27:12 2015 (r397982) +++ head/databases/phpmyadmin/distinfo Sat Sep 26 14:30:38 2015 (r397983) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = ec17e06648a70a6faff2602d00d2dd555b0d99ef3571d0e5153837adce832939 -SIZE (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = 5730712 +SHA256 (phpMyAdmin-4.5.0.2-all-languages.tar.xz) = d2e90ea486d90b4ebe5eb02d7ad349ad2916c12a8981f98553395ef78d22a8ec +SIZE (phpMyAdmin-4.5.0.2-all-languages.tar.xz) = 5732124 From owner-svn-ports-head@freebsd.org Sat Sep 26 14:36:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8DAA0A134; Sat, 26 Sep 2015 14:36:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBE4251; Sat, 26 Sep 2015 14:36:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QEaYa2010080; Sat, 26 Sep 2015 14:36:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QEaNhq010027; Sat, 26 Sep 2015 14:36:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509261436.t8QEaNhq010027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 26 Sep 2015 14:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397984 - in head: Mk audio audio/gstreamer1-plugins-bs2b audio/gstreamer1-plugins-chromaprint audio/gstreamer1-plugins-mpg123 graphics graphics/gstreamer1-plugins-gl graphics/gstreamer... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:36:34 -0000 Author: kwm Date: Sat Sep 26 14:36:23 2015 New Revision: 397984 URL: https://svnweb.freebsd.org/changeset/ports/397984 Log: Update gstreamer1 ports to 1.6.0. * gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo Added: head/audio/gstreamer1-plugins-bs2b/ head/audio/gstreamer1-plugins-bs2b/Makefile (contents, props changed) head/audio/gstreamer1-plugins-chromaprint/ head/audio/gstreamer1-plugins-chromaprint/Makefile (contents, props changed) head/audio/gstreamer1-plugins-mpg123/ head/audio/gstreamer1-plugins-mpg123/Makefile (contents, props changed) head/graphics/gstreamer1-plugins-rsvg/ head/graphics/gstreamer1-plugins-rsvg/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-bad/files/ head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h (contents, props changed) head/multimedia/gstreamer1-plugins-libde265/ head/multimedia/gstreamer1-plugins-libde265/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-openh264/ head/multimedia/gstreamer1-plugins-openh264/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-x265/ head/multimedia/gstreamer1-plugins-x265/Makefile (contents, props changed) head/multimedia/gstreamer1-rtsp-server/ head/multimedia/gstreamer1-rtsp-server/Makefile (contents, props changed) head/multimedia/gstreamer1-rtsp-server/distinfo (contents, props changed) head/multimedia/gstreamer1-rtsp-server/pkg-descr (contents, props changed) head/multimedia/gstreamer1-rtsp-server/pkg-plist (contents, props changed) head/multimedia/gstreamer1-validate/ head/multimedia/gstreamer1-validate/Makefile (contents, props changed) head/multimedia/gstreamer1-validate/distinfo (contents, props changed) head/multimedia/gstreamer1-validate/files/ head/multimedia/gstreamer1-validate/files/patch-Makefile (contents, props changed) head/multimedia/gstreamer1-validate/pkg-descr (contents, props changed) head/multimedia/gstreamer1-validate/pkg-plist (contents, props changed) head/security/gstreamer1-plugins-dtls/ head/security/gstreamer1-plugins-dtls/Makefile (contents, props changed) Modified: head/Mk/bsd.gstreamer.mk head/audio/Makefile head/graphics/Makefile head/graphics/gstreamer1-plugins-gl/Makefile head/graphics/gstreamer1-plugins-gl/pkg-plist head/graphics/gstreamer1-plugins-opencv/Makefile head/graphics/gstreamer1-plugins-png/Makefile head/multimedia/Makefile head/multimedia/gstreamer1-editing-services/Makefile head/multimedia/gstreamer1-editing-services/distinfo head/multimedia/gstreamer1-editing-services/pkg-plist head/multimedia/gstreamer1-libav/Makefile head/multimedia/gstreamer1-libav/distinfo head/multimedia/gstreamer1-plugins-all/Makefile head/multimedia/gstreamer1-plugins-bad/Makefile head/multimedia/gstreamer1-plugins-bad/pkg-plist head/multimedia/gstreamer1-plugins-core/Makefile head/multimedia/gstreamer1-plugins-good/Makefile head/multimedia/gstreamer1-plugins-resindvd/Makefile head/multimedia/gstreamer1-plugins-ugly/Makefile head/multimedia/gstreamer1-plugins-vpx/Makefile head/multimedia/gstreamer1-plugins-x264/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1-plugins/Makefile.common head/multimedia/gstreamer1-plugins/distinfo head/multimedia/gstreamer1-plugins/pkg-plist head/multimedia/gstreamer1/Makefile head/multimedia/gstreamer1/distinfo head/multimedia/gstreamer1/files/patch-Makefile.in head/multimedia/gstreamer1/pkg-plist head/multimedia/py-gstreamer1/Makefile head/multimedia/py-gstreamer1/distinfo head/multimedia/py3-gstreamer1/Makefile head/multimedia/py3-gstreamer1/distinfo head/security/Makefile head/x11-toolkits/gstreamer1-plugins-pango/Makefile Modified: head/Mk/bsd.gstreamer.mk ============================================================================== --- head/Mk/bsd.gstreamer.mk Sat Sep 26 14:30:38 2015 (r397983) +++ head/Mk/bsd.gstreamer.mk Sat Sep 26 14:36:23 2015 (r397984) @@ -89,9 +89,9 @@ _GSTREAMER_PLUGINS+= \ # plugins only in 1.0 .if defined(USE_GSTREAMER1) _GSTREAMER_PLUGINS+= \ - assrender curl dvdread editing-services kate libav \ - modplug openjpeg png rtmp \ - spandsp vpx webp x ximagesrc zbar + assrender bs2b chromaprint curl dtls dvdread editing-services \ + hls kate libav libde265 modplug mpg123 openh264 openjpeg \ + png rsvg rtmp spandsp vpx webp x x265 ximagesrc zbar # vaapi? .endif @@ -120,10 +120,14 @@ artsd_DEPENDS= audio/gstreamer-plugins-a audiofile_DEPENDS= audio/gstreamer-plugins-audiofile +bs2b_DEPENDS= audio/gstreamer-plugins-bs2b + cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia +chromaprint_DEPENDS= audio/gstreamer-plugins-chromaprint + esound_DEPENDS= audio/gstreamer-plugins-esound faac_DEPENDS= audio/gstreamer-plugins-faac @@ -156,6 +160,8 @@ modplug_DEPENDS= audio/gstreamer-plugins mp3_DEPENDS= audio/gstreamer-plugins-mp3 +mpg123_DEPENDS= audio/gstreamer-plugins-mpg123 + musepack_DEPENDS= audio/gstreamer-plugins-musepack nas_DEPENDS= audio/gstreamer-plugins-nas @@ -246,6 +252,8 @@ openjpeg_DEPENDS= graphics/gstreamer-plu png_DEPENDS= graphics/gstreamer-plugins-png +rsvg_DEPENDS= graphics/gstreamer-plugins-rsvg + webp_DEPENDS= graphics/gstreamer-plugins-webp zbar_DEPENDS= graphics/gstreamer-plugins-zbar @@ -280,6 +288,8 @@ good_DEPENDS= multimedia/gstreamer-plugi gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin +hls_DEPENDS= multimedia/gstreamer-plugins-hls + kate_DEPENDS= multimedia/gstreamer-plugins-kate libav_DEPENDS= multimedia/gstreamer-libav @@ -287,6 +297,8 @@ libav_GST_PREFIX= gstreamer1- libav_GST_SUFX= # empty libav_GST_VERSION= 1.0.0 +libde265_DEPENDS= multimedia/gstreamer-plugins-libde265 + libfame_DEPENDS= multimedia/gstreamer-plugins-libfame mm_DEPENDS= multimedia/gstreamermm @@ -300,6 +312,8 @@ mpeg2enc_DEPENDS= multimedia/gstreamer-p mplex_DEPENDS= multimedia/gstreamer-plugins-mplex +openh264_DEPENDS= multimedia/gstreamer-plugins-openh264 + qt4_DEPENDS= multimedia/gstreamer-qt4 qt4_GST_PREFIX= gstreamer- @@ -335,6 +349,8 @@ vdpau_DEPENDS= multimedia/gstreamer-plug x264_DEPENDS= multimedia/gstreamer-plugins-x264 +x265_DEPENDS= multimedia/gstreamer-plugins-x265 + xvid_DEPENDS= multimedia/gstreamer-plugins-xvid @@ -342,6 +358,10 @@ xvid_DEPENDS= multimedia/gstreamer-plugi libmms_DEPENDS= net/gstreamer-plugins-libmms +#-- security plugins section ----------------------------------------------# + +dtls_DEPENDS= security/gstreamer-plugins-dtls + #-- sysutils plugins section ----------------------------------------------# cdio_DEPENDS= sysutils/gstreamer-plugins-cdio Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/audio/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -254,7 +254,9 @@ SUBDIR += gstreamer1-plugins-a52dec SUBDIR += gstreamer1-plugins-amrnb SUBDIR += gstreamer1-plugins-amrwbdec + SUBDIR += gstreamer1-plugins-bs2b SUBDIR += gstreamer1-plugins-cdparanoia + SUBDIR += gstreamer1-plugins-chromaprint SUBDIR += gstreamer1-plugins-faac SUBDIR += gstreamer1-plugins-faad SUBDIR += gstreamer1-plugins-flac @@ -265,6 +267,7 @@ SUBDIR += gstreamer1-plugins-lame SUBDIR += gstreamer1-plugins-mad SUBDIR += gstreamer1-plugins-modplug + SUBDIR += gstreamer1-plugins-mpg123 SUBDIR += gstreamer1-plugins-ogg SUBDIR += gstreamer1-plugins-opus SUBDIR += gstreamer1-plugins-pulse Added: head/audio/gstreamer1-plugins-bs2b/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-bs2b/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin + +GST_PLUGIN= bs2b +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Added: head/audio/gstreamer1-plugins-chromaprint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-chromaprint/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= GStreamer fingerprint audio plugin + +GST_PLUGIN= chromaprint +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Added: head/audio/gstreamer1-plugins-mpg123/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-mpg123/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= GStreamer MPEG Layer 1, 2, and 3 plugin + +GST_PLUGIN= mpg123 +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/graphics/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -318,6 +318,7 @@ SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png + SUBDIR += gstreamer1-plugins-rsvg SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb Modified: head/graphics/gstreamer1-plugins-gl/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-gl/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/graphics/gstreamer1-plugins-gl/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer GL graphics plugin Modified: head/graphics/gstreamer1-plugins-gl/pkg-plist ============================================================================== --- head/graphics/gstreamer1-plugins-gl/pkg-plist Sat Sep 26 14:30:38 2015 (r397983) +++ head/graphics/gstreamer1-plugins-gl/pkg-plist Sat Sep 26 14:36:23 2015 (r397984) @@ -1,9 +1,12 @@ include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimagememory.h +include/gstreamer-%%VERSION%%/gst/gl/egl/gstglcontext_egl.h include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h include/gstreamer-%%VERSION%%/gst/gl/gl.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/all_functions.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/base.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/blending.h +include/gstreamer-%%VERSION%%/gst/gl/glprototypes/buffers.h +include/gstreamer-%%VERSION%%/gst/gl/glprototypes/debug.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/eglimage.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fbo.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fixedfunction.h @@ -12,11 +15,14 @@ include/gstreamer-%%VERSION%%/gst/gl/glp include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gstgl_gles2compat.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/opengl.h include/gstreamer-%%VERSION%%/gst/gl/glprototypes/shaders.h +include/gstreamer-%%VERSION%%/gst/gl/glprototypes/sync.h +include/gstreamer-%%VERSION%%/gst/gl/glprototypes/vao.h include/gstreamer-%%VERSION%%/gst/gl/gstgl_fwd.h include/gstreamer-%%VERSION%%/gst/gl/gstglapi.h +include/gstreamer-%%VERSION%%/gst/gl/gstglbasebuffer.h +include/gstreamer-%%VERSION%%/gst/gl/gstglbasefilter.h include/gstreamer-%%VERSION%%/gst/gl/gstglbufferpool.h include/gstreamer-%%VERSION%%/gst/gl/gstglcolorconvert.h -include/gstreamer-%%VERSION%%/gst/gl/gstglconfig.h include/gstreamer-%%VERSION%%/gst/gl/gstglcontext.h include/gstreamer-%%VERSION%%/gst/gl/gstgldisplay.h include/gstreamer-%%VERSION%%/gst/gl/gstgldownload.h @@ -26,12 +32,17 @@ include/gstreamer-%%VERSION%%/gst/gl/gst include/gstreamer-%%VERSION%%/gst/gl/gstglmemory.h include/gstreamer-%%VERSION%%/gst/gl/gstglshader.h include/gstreamer-%%VERSION%%/gst/gl/gstglshadervariables.h +include/gstreamer-%%VERSION%%/gst/gl/gstglsyncmeta.h include/gstreamer-%%VERSION%%/gst/gl/gstglupload.h include/gstreamer-%%VERSION%%/gst/gl/gstgluploadmeta.h include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h +include/gstreamer-%%VERSION%%/gst/gl/gstglviewconvert.h include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h +lib/girepository-%%VERSION%%/GstGL-%%VERSION%%.typelib +lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h lib/gstreamer-%%VERSION%%/libgstopengl.so lib/libgstgl-%%VERSION%%.so lib/libgstgl-%%VERSION%%.so.0 lib/libgstgl-%%VERSION%%.so.%%SOVERSION%% +share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir Modified: head/graphics/gstreamer1-plugins-opencv/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-opencv/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/graphics/gstreamer1-plugins-opencv/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer opencv real time computer vision plugin @@ -10,4 +10,7 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +# Clang has issues with Overloaded stuff inside OpenCV +CXXFLAGS+= -Wno-overloaded-virtual + .include "${MASTERDIR}/Makefile" Modified: head/graphics/gstreamer1-plugins-png/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-png/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/graphics/gstreamer1-plugins-png/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics PKGNAMESUFFIX= 1-plugins-png Added: head/graphics/gstreamer1-plugins-rsvg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gstreamer1-plugins-rsvg/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= GStreamer SVG plugin + +GST_PLUGIN= rsvg +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -130,8 +130,10 @@ SUBDIR += gstreamer1-plugins-good SUBDIR += gstreamer1-plugins-hls SUBDIR += gstreamer1-plugins-kate + SUBDIR += gstreamer1-plugins-libde265 SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc + SUBDIR += gstreamer1-plugins-openh264 SUBDIR += gstreamer1-plugins-resindvd SUBDIR += gstreamer1-plugins-rtmp SUBDIR += gstreamer1-plugins-schroedinger @@ -140,8 +142,11 @@ SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-x264 + SUBDIR += gstreamer1-plugins-x265 SUBDIR += gstreamer1-qt4 + SUBDIR += gstreamer1-rtsp-server SUBDIR += gstreamer1-vaapi + SUBDIR += gstreamer1-validate SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop SUBDIR += gtk-youtube-viewer Modified: head/multimedia/gstreamer1-editing-services/Makefile ============================================================================== --- head/multimedia/gstreamer1-editing-services/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-editing-services/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer1-editing-services -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ DISTNAME= gstreamer-editing-services-${PORTVERSION} @@ -16,10 +16,18 @@ USES= gmake libtool pathfix pkgconfig t USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build libxml2 -USE_GSTREAMER1= gnonlin +USE_GSTREAMER1= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --enable-introspection=yes +CONFIGURE_ARGS= --enable-introspection=yes \ + --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions PLIST_SUB= VERSION=1.0 +.include + +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" +.endif + .include Modified: head/multimedia/gstreamer1-editing-services/distinfo ============================================================================== --- head/multimedia/gstreamer1-editing-services/distinfo Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-editing-services/distinfo Sat Sep 26 14:36:23 2015 (r397984) @@ -1,2 +1,2 @@ -SHA256 (gstreamer-editing-services-1.4.0.tar.xz) = cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3 -SIZE (gstreamer-editing-services-1.4.0.tar.xz) = 915420 +SHA256 (gstreamer-editing-services-1.6.0.tar.xz) = 4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe +SIZE (gstreamer-editing-services-1.6.0.tar.xz) = 1013632 Modified: head/multimedia/gstreamer1-editing-services/pkg-plist ============================================================================== --- head/multimedia/gstreamer1-editing-services/pkg-plist Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-editing-services/pkg-plist Sat Sep 26 14:36:23 2015 (r397984) @@ -11,6 +11,7 @@ include/gstreamer-%%VERSION%%/ges/ges-ba include/gstreamer-%%VERSION%%/ges/ges-base-xml-formatter.h include/gstreamer-%%VERSION%%/ges/ges-clip-asset.h include/gstreamer-%%VERSION%%/ges/ges-clip.h +include/gstreamer-%%VERSION%%/ges/ges-command-line-formatter.h include/gstreamer-%%VERSION%%/ges/ges-container.h include/gstreamer-%%VERSION%%/ges/ges-effect-asset.h include/gstreamer-%%VERSION%%/ges/ges-effect-clip.h @@ -60,8 +61,10 @@ include/gstreamer-%%VERSION%%/ges/ges-vi include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h include/gstreamer-%%VERSION%%/ges/ges.h lib/girepository-%%VERSION%%/GES-%%VERSION%%.typelib +lib/gstreamer-%%VERSION%%/libgstnle.so lib/libges-%%VERSION%%.so lib/libges-%%VERSION%%.so.0 lib/libges-%%VERSION%%.so.0.0.0 libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc +share/bash-completion/completions/ges-launch-%%VERSION%% share/gir-%%VERSION%%/GES-%%VERSION%%.gir Modified: head/multimedia/gstreamer1-libav/Makefile ============================================================================== --- head/multimedia/gstreamer1-libav/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-libav/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer1-libav -PORTVERSION= 1.4.5 +PORTVERSION= 1.6.0 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ DISTNAME= gst-libav-${PORTVERSION} @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ orc>=0.4.16:${PORTSDIR}/devel/orc -LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc +LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg PORTSCOUT= limitw:1,even @@ -23,36 +24,8 @@ USES= compiler:features gmake libtool p USE_LDCONFIG= yes USE_GSTREAMER1= yes GNU_CONFIGURE= yes -LIBAV_CONFIG= --cc=${CC} \ - --enable-runtime-cpudetect \ - --enable-pic -LDFLAGS+= -Wl,-Bsymbolic +CONFIGURE_ARGS= --with-system-libav INSTALL_TARGET= install-strip -.include - -.if ${ARCH} == "armv6" -CONFIGURE_ENV+= ASFLAGS=-no-integrated-as -.endif - -.if ${OSVERSION} < 900033 || ${ARCH} == ia64 -BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin -.endif - -.if ${COMPILER_TYPE} == clang && ${ARCH} == i386 -CFLAGS+= -mstack-alignment=16 -mstackrealign -.endif - -post-patch: - @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/LIBAV_ARCH/' \ - ${WRKSRC}/gst-libs/ext/libav/Makefile \ - ${WRKSRC}/gst-libs/ext/libav/common.mak \ - ${WRKSRC}/gst-libs/ext/libav/configure \ - ${WRKSRC}/gst-libs/ext/libav/libavcodec/Makefile \ - ${WRKSRC}/gst-libs/ext/libav/library.mak - @${REINPLACE_CMD} '/libgstlibav_la_LDFLAGS =/s/$$/ -Wl,-Bsymbolic/' \ - ${WRKSRC}/ext/libav/Makefile.in - -.include +.include Modified: head/multimedia/gstreamer1-libav/distinfo ============================================================================== --- head/multimedia/gstreamer1-libav/distinfo Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-libav/distinfo Sat Sep 26 14:36:23 2015 (r397984) @@ -1,2 +1,2 @@ -SHA256 (gst-libav-1.4.5.tar.xz) = 605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc -SIZE (gst-libav-1.4.5.tar.xz) = 5220508 +SHA256 (gst-libav-1.6.0.tar.xz) = 6cca6cf73182a882768ef0c860af88c2fd2c77e2c81ce464a998ab4e6baa604c +SIZE (gst-libav-1.6.0.tar.xz) = 7687504 Modified: head/multimedia/gstreamer1-plugins-all/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-all/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-all/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -3,7 +3,7 @@ PORTNAME= gstreamer1-plugins-all PORTVERSION= ${GST1_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org Modified: head/multimedia/gstreamer1-plugins-bad/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-bad/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-bad/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,8 +1,7 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-bad/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Bad gstreamer-plugins Added: head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,11 @@ +--- ext/opencv/gstmotioncells.h.orig 2015-06-19 09:23:16.588484000 +0200 ++++ ext/opencv/gstmotioncells.h 2015-06-19 09:23:42.718303000 +0200 +@@ -45,6 +45,8 @@ + #ifndef __GST_MOTIONCELLS_H__ + #define __GST_MOTIONCELLS_H__ + ++#include ++ + #include + #include + Modified: head/multimedia/gstreamer1-plugins-bad/pkg-plist ============================================================================== --- head/multimedia/gstreamer1-plugins-bad/pkg-plist Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-bad/pkg-plist Sat Sep 26 14:36:23 2015 (r397984) @@ -3,6 +3,7 @@ include/gstreamer-%%VERSION%%/gst/baseca include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabinpreview.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth264parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth265parser.h +include/gstreamer-%%VERSION%%/gst/codecparsers/gstjpegparser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpeg4parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideometa.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideoparser.h @@ -68,6 +69,8 @@ lib/gstreamer-%%VERSION%%/libgstpcappars lib/gstreamer-%%VERSION%%/libgstpnm.so lib/gstreamer-%%VERSION%%/libgstrawparse.so lib/gstreamer-%%VERSION%%/libgstremovesilence.so +lib/gstreamer-%%VERSION%%/libgstrtpbad.so +lib/gstreamer-%%VERSION%%/libgstrtponvif.so lib/gstreamer-%%VERSION%%/libgstsdpelem.so lib/gstreamer-%%VERSION%%/libgstsegmentclip.so lib/gstreamer-%%VERSION%%/libgstshm.so @@ -82,6 +85,9 @@ lib/gstreamer-%%VERSION%%/libgstvideosig lib/gstreamer-%%VERSION%%/libgstvmnc.so lib/gstreamer-%%VERSION%%/libgsty4mdec.so lib/gstreamer-%%VERSION%%/libgstyadif.so +lib/libgstadaptivedemux-%%VERSION%%.so +lib/libgstadaptivedemux-%%VERSION%%.so.0 +lib/libgstadaptivedemux-%%VERSION%%.so.%%SOVERSION%% lib/libgstbadbase-%%VERSION%%.so lib/libgstbadbase-%%VERSION%%.so.0 lib/libgstbadbase-%%VERSION%%.so.%%SOVERSION%% @@ -112,6 +118,7 @@ libdata/pkgconfig/gstreamer-mpegts-%%VER libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc share/gir-1.0/GstInsertBin-%%VERSION%%.gir share/gir-1.0/GstMpegts-%%VERSION%%.gir +%%DATADIR%%-%%VERSION%%/presets/GstFreeverb.prs share/locale/af/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo Modified: head/multimedia/gstreamer1-plugins-core/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-core/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-core/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,5 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.17 2006/07/17 01:39:57 ahze Exp $ PORTNAME= gstreamer1-plugins-core PORTVERSION= ${GST1_VERSION}${GST1_MINIMAL_VERSION} Modified: head/multimedia/gstreamer1-plugins-good/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-good/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-good/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,5 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $ PORTREVISION= 0 CATEGORIES= multimedia Added: head/multimedia/gstreamer1-plugins-libde265/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-libde265/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer HEVC/H.265 decoder (libde265) plugin + +GST_PLUGIN= libde265 +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Added: head/multimedia/gstreamer1-plugins-openh264/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-openh264/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer (openh264) plugin + +GST_PLUGIN= openh264 +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/gstreamer1-plugins-resindvd/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-resindvd/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-resindvd/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Gstreamer resindvd plugin Modified: head/multimedia/gstreamer1-plugins-ugly/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-ugly/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-ugly/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,5 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-ugly/Makefile,v 1.3 2013/01/15 21:43:46 kwm Exp $ PORTREVISION= 0 CATEGORIES= multimedia Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Gstreamer vp8 codec plugin Modified: head/multimedia/gstreamer1-plugins-x264/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-x264/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins-x264/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Gstreamer x264 plugin Added: head/multimedia/gstreamer1-plugins-x265/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-x265/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer x265 plugin + +GST_PLUGIN= x265 +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -1,12 +1,11 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# $MCom: kwm/multimedia/gstreamer1-plugins/Makefile 11404 2013-04-26 19:05:50Z kwm $ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ @@ -27,16 +26,16 @@ RUN_DEPENDS+= iso-codes>=0:${PORTSDIR}/m PORTSCOUT= limitw:1,even -BASE_PORTVERSION= 1.4.5 +BASE_PORTVERSION= 1.6.0 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 1.4.5 +BAD_PORTVERSION= 1.6.0 BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 1.4.5 +GOOD_PORTVERSION= 1.6.0 GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 1.4.5 +UGLY_PORTVERSION= 1.6.0 UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base @@ -61,7 +60,7 @@ IGNORE= DIST not specified .endif VERSION= 1.0 -SOVERSION= 0.405.0 +SOVERSION= 0.600.0 PLIST_SUB+= VERSION="${VERSION}" \ SOVERSION="${SOVERSION}" @@ -126,6 +125,11 @@ DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} DEFAULT_DVD_DEVICE=/dev/cd0 .endif +# openssl in 9.x is too old +.if ${GST_PLUGIN} == dtls && ${OSVERSION} < 1000000 +WITH_OPENSSL_PORT=yes +.endif + post-patch: .if ${DIST} == bad # custom rule to fix opencv detection in configure @@ -147,7 +151,8 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la|-lgstbasevideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la|-lgstvideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la|-lgstbadbase-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \ + s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \ + s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|' @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ @@ -162,6 +167,7 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|-lgstvideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-$$(GST_API_VERSION).la|-lgstbadbase-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$$(GST_API_VERSION).la|-lgsturidownloader-${VERSION}|; \ + s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' .endif Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins/Makefile.common Sat Sep 26 14:36:23 2015 (r397984) @@ -1,5 +1,4 @@ # $FreeBSD$ -# $MCom: kwm/multimedia/gstreamer1-plugins/Makefile.common 11415 2013-04-26 22:58:21Z kwm $ BASE_GST_ALL_PLUGINS= \ alsa \ @@ -15,7 +14,10 @@ BASE_GST_ALL_PLUGINS= \ BAD_GST_ALL_PLUGINS+= \ assrender \ + bs2b \ + chromaprint \ curl \ + dtls \ dts \ faac \ faad \ @@ -24,53 +26,54 @@ BAD_GST_ALL_PLUGINS+= \ gsm \ hls \ kate \ + libde265 \ libmms \ librfb \ modplug \ mpeg2enc \ + mpg123 \ mplex \ neon \ ofa \ openal \ opencv \ - openjpeg \ opengl \ + openh264 \ + openjpeg \ opus \ resindvd \ rtmp \ + rsvg \ schro \ soundtouch \ spandsp \ webp \ + x265 \ zbar \ # plugins not yet ported to the 1.0 API, or not portable BAD_GST_ALL_PLUGINS+= \ + acm \ apexsink \ - chromaprint \ - decklink \ - directfb \ - ladspa \ + cdxaparse \ + dc1394 \ + dccp \ + faceoverlay \ + hdvparse \ linsys \ lv2 \ - mimic \ - mpg123 \ musepack \ - mythtv \ + mve \ nas \ - opensles \ - pvr \ - rsvg \ + nuvdemux \ + patchdetect \ + sdi \ sdl \ - sndfile \ sndio \ - spc \ teletextdec \ timidity \ - vdpau \ - voaacenc \ - voamrwbenc \ - wayland \ + tta \ + wininet \ xvid # --with-egl-window-system=none --disable-opengl --disable-gles2 --disable-egl --disable-glx \ @@ -83,7 +86,6 @@ BAD_GST_NON_PLUGINS= \ --enable-bz2 \ --enable-dvb \ --enable-shm \ - --enable-quicktime \ --disable-wgl \ --disable-gsettings \ --disable-acm \ @@ -93,10 +95,8 @@ BAD_GST_NON_PLUGINS= \ --disable-dc1394 \ --disable-dccp \ --disable-direct3d \ - --disable-directdraw \ --disable-directsound \ --disable-fbdev \ - --disable-osx_video \ --disable-uvch264 \ --disable-vcd \ --disable-wildmidi \ @@ -119,8 +119,8 @@ GOOD_GST_ALL_PLUGINS+= \ taglib \ vpx \ wavpack \ - x -# xxx pulse \ + x \ + pulse GOOD_GST_NON_PLUGINS= \ --disable-dv1394 \ @@ -216,6 +216,9 @@ gst_amrwb_PLIST_FILES= ${GST_LIB_DIR}/li # assrender gst_assrender_LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass +# bs2b +gst_bs2b_LIB_DEPENDS= libbs2b.so:${PORTSDIR}/audio/libbs2b + # cairo gst_cairo_USE_GNOME= cairo @@ -225,9 +228,15 @@ gst_cdparanoia_LIB_DEPENDS= libcdda_inte # cdio gst_cdio_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio +# chromaprint +gst_chromaprint_LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint + # curl gst_curl_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +# dtls +gst_dtls_USES= compiler:c11 + # dts gst_dts_LIB_DEPENDS= libdca.so:${PORTSDIR}/multimedia/libdca gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.so @@ -258,6 +267,8 @@ gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DI # gl gst_gl_USE_GL= gl glu glesv2 egl +#xxxx do we need it? +#gst_gl_USE_GNOME= introspection:build gst_gl_CONFIGURE_ARGS= --enable-gl --enable-glx \ --enable-egl --enable-gles2 gst_gl_PLIST_FILES= # @@ -288,6 +299,9 @@ gst_lame_LIB_DEPENDS= libmp3lame.so:${PO gst_libcaca_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so +# libde265 +gst_libde265_LIB_DEPENDS= libde265.so:${PORTSDIR}/multimedia/libde265 + # libmms gst_libmms_LIB_DEPENDS= libmms.so:${PORTSDIR}/net/libmms gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so @@ -311,6 +325,9 @@ gst_mpeg2enc_LIB_DEPENDS= libmjpegutils. # mpeg2dec gst_mpeg2dec_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 +# mpg123 +gst_mpg123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 + # neon gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.so @@ -327,6 +344,9 @@ gst_opencv_PLIST_FILES= ${GST_LIB_DIR}/l # openjpeg gst_openjpeg_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 +# openh264 +gst_openh264_LIB_DEPENDS= libopenh264.so:${PORTSDIR}/multimedia/openh264 + # opus gst_opus_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus @@ -343,6 +363,9 @@ gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1 # rtmp xxx gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp +# rsvg +gst_rsvg_USE_GNOME= librsvg2 + # shout2 gst_shout2_LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout @@ -418,6 +441,9 @@ gst_x264_LIB_DEPENDS= libx264.so:${PORTS gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs +# x265 +gst_x265_LIB_DEPENDS= libx265.so:${PORTSDIR}/multimedia/x265 + # xvid gst_xvid_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid Modified: head/multimedia/gstreamer1-plugins/distinfo ============================================================================== --- head/multimedia/gstreamer1-plugins/distinfo Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins/distinfo Sat Sep 26 14:36:23 2015 (r397984) @@ -1,8 +1,8 @@ -SHA256 (gst-plugins-base-1.4.5.tar.xz) = 77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d -SIZE (gst-plugins-base-1.4.5.tar.xz) = 2637680 -SHA256 (gst-plugins-bad-1.4.5.tar.xz) = 152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c -SIZE (gst-plugins-bad-1.4.5.tar.xz) = 3824936 -SHA256 (gst-plugins-ugly-1.4.5.tar.xz) = 5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067 -SIZE (gst-plugins-ugly-1.4.5.tar.xz) = 846828 -SHA256 (gst-plugins-good-1.4.5.tar.xz) = 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641 -SIZE (gst-plugins-good-1.4.5.tar.xz) = 3031588 +SHA256 (gst-plugins-base-1.6.0.tar.xz) = 314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231 +SIZE (gst-plugins-base-1.6.0.tar.xz) = 2833380 +SHA256 (gst-plugins-bad-1.6.0.tar.xz) = d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49 +SIZE (gst-plugins-bad-1.6.0.tar.xz) = 4209172 +SHA256 (gst-plugins-ugly-1.6.0.tar.xz) = 91178dc0d687a83c083190a905681d3a66901374b1004fc52cd300b7802e5f06 +SIZE (gst-plugins-ugly-1.6.0.tar.xz) = 859996 +SHA256 (gst-plugins-good-1.6.0.tar.xz) = a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa +SIZE (gst-plugins-good-1.6.0.tar.xz) = 3176568 Modified: head/multimedia/gstreamer1-plugins/pkg-plist ============================================================================== --- head/multimedia/gstreamer1-plugins/pkg-plist Sat Sep 26 14:30:38 2015 (r397983) +++ head/multimedia/gstreamer1-plugins/pkg-plist Sat Sep 26 14:36:23 2015 (r397984) @@ -3,6 +3,7 @@ bin/gst-discoverer-%%VERSION%% bin/gst-play-%%VERSION%% include/gstreamer-%%VERSION%%/gst/allocators/allocators.h include/gstreamer-%%VERSION%%/gst/allocators/gstdmabuf.h +include/gstreamer-%%VERSION%%/gst/allocators/gstfdmemory.h include/gstreamer-%%VERSION%%/gst/app/app.h include/gstreamer-%%VERSION%%/gst/app/gstappsink.h include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h @@ -45,10 +46,12 @@ include/gstreamer-%%VERSION%%/gst/riff/r include/gstreamer-%%VERSION%%/gst/riff/riff-read.h include/gstreamer-%%VERSION%%/gst/riff/riff.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h +include/gstreamer-%%VERSION%%/gst/rtp/gstrtp-enumtypes.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbaseaudiopayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasedepayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasepayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h +include/gstreamer-%%VERSION%%/gst/rtp/gstrtpdefs.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtphdrext.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h include/gstreamer-%%VERSION%%/gst/rtp/rtp.h @@ -83,12 +86,17 @@ include/gstreamer-%%VERSION%%/gst/video/ include/gstreamer-%%VERSION%%/gst/video/video-blend.h include/gstreamer-%%VERSION%%/gst/video/video-chroma.h include/gstreamer-%%VERSION%%/gst/video/video-color.h +include/gstreamer-%%VERSION%%/gst/video/video-converter.h +include/gstreamer-%%VERSION%%/gst/video/video-dither.h include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h include/gstreamer-%%VERSION%%/gst/video/video-event.h include/gstreamer-%%VERSION%%/gst/video/video-format.h include/gstreamer-%%VERSION%%/gst/video/video-frame.h include/gstreamer-%%VERSION%%/gst/video/video-info.h +include/gstreamer-%%VERSION%%/gst/video/video-multiview.h include/gstreamer-%%VERSION%%/gst/video/video-overlay-composition.h +include/gstreamer-%%VERSION%%/gst/video/video-resampler.h +include/gstreamer-%%VERSION%%/gst/video/video-scaler.h include/gstreamer-%%VERSION%%/gst/video/video-tile.h include/gstreamer-%%VERSION%%/gst/video/video.h include/gstreamer-%%VERSION%%/gst/video/videoorientation.h @@ -98,7 +106,6 @@ lib/girepository-1.0/GstApp-%%VERSION%%. lib/girepository-1.0/GstAudio-%%VERSION%%.typelib lib/girepository-1.0/GstFft-%%VERSION%%.typelib lib/girepository-1.0/GstPbutils-%%VERSION%%.typelib -lib/girepository-1.0/GstRiff-%%VERSION%%.typelib lib/girepository-1.0/GstRtp-%%VERSION%%.typelib lib/girepository-1.0/GstRtsp-%%VERSION%%.typelib lib/girepository-1.0/GstSdp-%%VERSION%%.typelib @@ -174,13 +181,12 @@ share/gir-1.0/GstApp-%%VERSION%%.gir share/gir-1.0/GstAudio-%%VERSION%%.gir share/gir-1.0/GstFft-%%VERSION%%.gir share/gir-1.0/GstPbutils-%%VERSION%%.gir -share/gir-1.0/GstRiff-%%VERSION%%.gir share/gir-1.0/GstRtp-%%VERSION%%.gir share/gir-1.0/GstRtsp-%%VERSION%%.gir share/gir-1.0/GstSdp-%%VERSION%%.gir share/gir-1.0/GstTag-%%VERSION%%.gir share/gir-1.0/GstVideo-%%VERSION%%.gir -share/gst-plugins-base/1.0/license-translations.dict +share/gst-plugins-base/%%VERSION%%/license-translations.dict share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo @@ -196,8 +202,8 @@ share/locale/eu/LC_MESSAGES/gst-plugins- share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo Added: head/multimedia/gstreamer1-rtsp-server/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-rtsp-server/Makefile Sat Sep 26 14:36:23 2015 (r397984) @@ -0,0 +1,24 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= gstreamer1-rtsp-server +PORTVERSION= 1.6.0 +CATEGORIES= multimedia +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/ +DISTNAME= gst-rtsp-server-${PORTVERSION} + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= Gstreamer library for building a RTSP server + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +GNU_CONFIGURE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Sep 26 14:50:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 637B4A0AB1D; Sat, 26 Sep 2015 14:50:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 47D98A42; Sat, 26 Sep 2015 14:50:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 40A711F42; Sat, 26 Sep 2015 14:50:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id F2A4A13DF4; Sat, 26 Sep 2015 14:50:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id nvufmTCIGhew; Sat, 26 Sep 2015 14:50:12 +0000 (UTC) Subject: Re: svn commit: r397981 - head/net-mgmt/net-snmp DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 464B513DED To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201509261421.t8QELert003508@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5606B0A6.8040402@FreeBSD.org> Date: Sat, 26 Sep 2015 07:50:14 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201509261421.t8QELert003508@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S23bwnmia3tVCgwnGhN8JJ7M3ceegNhA8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:50:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --S23bwnmia3tVCgwnGhN8JJ7M3ceegNhA8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/26/2015 7:21 AM, Ryan Steinmetz wrote: > Author: zi > Date: Sat Sep 26 14:21:39 2015 > New Revision: 397981 > URL: https://svnweb.freebsd.org/changeset/ports/397981 >=20 > Log: > - Honor WITHOUT_SSP > =20 > PR: 203369 > Submitted by: Kenneth Salerno >=20 > Modified: > head/net-mgmt/net-snmp/Makefile >=20 > Modified: head/net-mgmt/net-snmp/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:13:44 2015 (r397980) > +++ head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:21:39 2015 (r397981) > @@ -52,10 +52,13 @@ CONFIGURE_ARGS+=3D--enable-shared --enable > --with-logfile=3D"${NET_SNMP_LOGFILE}" \ > --with-persistent-directory=3D"${NET_SNMP_PERSISTENTDIR}" \ > --with-gnu-ld --with-libwrap \ > - --with-libs=3D"-lssp_nonshared" \ > --with-ldflags=3D"-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCALB= ASE}/lib ${LCRYPTO}" > SUB_FILES=3D pkg-message > =20 > +.if !defined(WITHOUT_SSP) > +CONFIGURE_ARGS+=3D--with-libs=3D"-lssp_nonshared" > +.endif > + > .if defined(BATCH) > CONFIGURE_ARGS+=3D--with-defaults > .endif >=20 bsd.ssp.mk should be in charge of this. I think to fix your problem you should just do: CONFIGURE_ARGS+=3D --with-libs=3D"${LDFLAGS:M-l*}" Note that there are no SSP checks here. It simple converts any -l in LDFLAGS to the --with-libs format. I haven't tested this yet but wanted to get it out there still. Having no -l in LDFLAGS will pass --with-libs=3D with no params. If it builds fine like that then= it is fine. Otherwise it will be more tricky due to the ordering of including files from Mk/. --=20 Regards, Bryan Drewery --S23bwnmia3tVCgwnGhN8JJ7M3ceegNhA8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWBrCmAAoJEDXXcbtuRpfPH2wIAMZ2kNlDKkABC8PMmLSvN2Oa HaeFCqCnPX7KFsisniVHOJjjCccQ2tpQRyo4XvyBvIJps+VtYWfozyXeby5u6ZXv 76v2Adb+2W5RYjtPsSmJwN24PZocezXe7aLvGxYFSiSM5I82Q7Jx5iZyrmAPhSXy wsNeJ0xj23Xj9z59y9VmBMOb8TZnXMOw05v5UcIuOwsAkEvMJSrGZRJUUgEpFM5D ctmxcdV7vJPtL744+0XBVkmsLcULHzqrvxzYwvI0KSW5AHdURqFlpa8tfZcvvBFv uTxrUgJSq970850WpFKS4E1o9LWjDo35achFH5ySoyKxJTuDvVKMvJkoM5flha8= =+Wer -----END PGP SIGNATURE----- --S23bwnmia3tVCgwnGhN8JJ7M3ceegNhA8-- From owner-svn-ports-head@freebsd.org Sat Sep 26 14:51:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7310A0ACDA; Sat, 26 Sep 2015 14:51:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8985DCE8; Sat, 26 Sep 2015 14:51:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 7E76A102F; Sat, 26 Sep 2015 14:51:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 4AF7E13E02; Sat, 26 Sep 2015 14:51:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 5kuH1IWkAAZL; Sat, 26 Sep 2015 14:51:33 +0000 (UTC) Subject: Re: svn commit: r397981 - head/net-mgmt/net-snmp DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com B086013DFC To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201509261421.t8QELert003508@repo.freebsd.org> <5606B0A6.8040402@FreeBSD.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5606B0F6.1060101@FreeBSD.org> Date: Sat, 26 Sep 2015 07:51:34 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5606B0A6.8040402@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uGbH6eq5e5HLUDsCJsjGWcTrFP01fkunW" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:51:35 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --uGbH6eq5e5HLUDsCJsjGWcTrFP01fkunW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/26/2015 7:50 AM, Bryan Drewery wrote: > On 9/26/2015 7:21 AM, Ryan Steinmetz wrote: >> Author: zi >> Date: Sat Sep 26 14:21:39 2015 >> New Revision: 397981 >> URL: https://svnweb.freebsd.org/changeset/ports/397981 >> >> Log: >> - Honor WITHOUT_SSP >> =20 >> PR: 203369 >> Submitted by: Kenneth Salerno >> >> Modified: >> head/net-mgmt/net-snmp/Makefile >> >> Modified: head/net-mgmt/net-snmp/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:13:44 2015 (r397980)= >> +++ head/net-mgmt/net-snmp/Makefile Sat Sep 26 14:21:39 2015 (r397981)= >> @@ -52,10 +52,13 @@ CONFIGURE_ARGS+=3D--enable-shared --enable >> --with-logfile=3D"${NET_SNMP_LOGFILE}" \ >> --with-persistent-directory=3D"${NET_SNMP_PERSISTENTDIR}" \ >> --with-gnu-ld --with-libwrap \ >> - --with-libs=3D"-lssp_nonshared" \ >> --with-ldflags=3D"-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCAL= BASE}/lib ${LCRYPTO}" Or just add ${LDFLAGS} in there with the other libs! >> SUB_FILES=3D pkg-message >> =20 >> +.if !defined(WITHOUT_SSP) >> +CONFIGURE_ARGS+=3D--with-libs=3D"-lssp_nonshared" >> +.endif >> + >> .if defined(BATCH) >> CONFIGURE_ARGS+=3D--with-defaults >> .endif >> >=20 > bsd.ssp.mk should be in charge of this. >=20 > I think to fix your problem you should just do: >=20 > CONFIGURE_ARGS+=3D --with-libs=3D"${LDFLAGS:M-l*}" >=20 > Note that there are no SSP checks here. It simple converts any -l in > LDFLAGS to the --with-libs format. I haven't tested this yet but wanted= > to get it out there still. Having no -l in LDFLAGS > will pass --with-libs=3D with no params. If it builds fine like that th= en > it is fine. Otherwise it will be more tricky due to the ordering of > including files from Mk/. >=20 >=20 --=20 Regards, Bryan Drewery --uGbH6eq5e5HLUDsCJsjGWcTrFP01fkunW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWBrD2AAoJEDXXcbtuRpfPnpUIALksMAhAluB4wiJ8UJu7Qq/T otSV468MaAnixmnUnhx8c8iXiuL30OvqEjwHuJ4P4x1Z6IYJHHXNOTf2O9obo6so AKUyYL0LP1hPw/JQy5akFtxZ6HNzZpdQwTdQQ66J8/vuc7ghP+UsgB8blW4pMH/p tr4e4N/XDxaWIkbCWmeqT/tiA/2WP+LYmrRmZ18ZmAy2WYKuUleX/ewEZzlm08bi 8oNIrBL61pBCCE39JqFt5sjyncUkDbA6SCGw2uzyw38IuEQFUss9AyPT78SMofZ8 8YlbKkdLueB4WFg22mYWqVxj8tWEjH0ELT/SWLY0DKmwpm145xdxlmUjFiI3viM= =X5Mk -----END PGP SIGNATURE----- --uGbH6eq5e5HLUDsCJsjGWcTrFP01fkunW-- From owner-svn-ports-head@freebsd.org Sat Sep 26 14:59:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90FCAA081BD; Sat, 26 Sep 2015 14:59:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD881BB; Sat, 26 Sep 2015 14:59:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QExZsW019481; Sat, 26 Sep 2015 14:59:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QExZDc019480; Sat, 26 Sep 2015 14:59:35 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509261459.t8QExZDc019480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 26 Sep 2015 14:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397985 - head/lang/beignet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 14:59:35 -0000 Author: kwm Date: Sat Sep 26 14:59:34 2015 New Revision: 397985 URL: https://svnweb.freebsd.org/changeset/ports/397985 Log: Relax the BROKEN condition on 10.x. libc++ on 10.1-R is too old for beignet to build, however beignet builds fine on 10.2-R. Since 10.1-R is use for building packages, this doesn't change the fact that there is no freebsd supplied package sadly. Modified: head/lang/beignet/Makefile Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Sat Sep 26 14:36:23 2015 (r397984) +++ head/lang/beignet/Makefile Sat Sep 26 14:59:34 2015 (r397985) @@ -29,7 +29,6 @@ CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${ ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Beignet needs a graphics driver supported by the Intel KMS driver -BROKEN_FreeBSD_10= Does not build. Help appreciated BROKEN_FreeBSD_9= Beignet is only supported on FreeBSD 10.1 and newer # running tests from makefile doesn't work quite yet, so comment them out for now. @@ -38,6 +37,10 @@ BROKEN_FreeBSD_9= Beignet is only suppor .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 +BROKEN= Beignet needs FreeBSD 10.2 or newer due to too old libc++ in 10.1-Release +.endif + post-patch: @${REINPLACE_CMD} -e 's|llvm-dis|llvm-dis${LLVMVER}|g; \ s|clang |clang${LLVMVER} |g' \ From owner-svn-ports-head@freebsd.org Sat Sep 26 15:12:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF5D3A08C64; Sat, 26 Sep 2015 15:12:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD513B6C; Sat, 26 Sep 2015 15:12:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QFCHB0027957; Sat, 26 Sep 2015 15:12:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QFCHkI027956; Sat, 26 Sep 2015 15:12:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509261512.t8QFCHkI027956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 15:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397986 - head/multimedia/openh264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 15:12:18 -0000 Author: jbeich Date: Sat Sep 26 15:12:17 2015 New Revision: 397986 URL: https://svnweb.freebsd.org/changeset/ports/397986 Log: multimedia/openh264: convert to new option helpers Modified: head/multimedia/openh264/Makefile Modified: head/multimedia/openh264/Makefile ============================================================================== --- head/multimedia/openh264/Makefile Sat Sep 26 14:59:34 2015 (r397985) +++ head/multimedia/openh264/Makefile Sat Sep 26 15:12:17 2015 (r397986) @@ -25,6 +25,9 @@ OPTIONS_DEFINE= DEBUG PLUGINS TEST OPTIONS_DEFAULT=PLUGINS OPTIONS_SUB= yes +DEBUG_BUILD_DEPENDS_OFF= ${DEBUG_BUILD_DEPENDS_OFF_${ARCH}} +DEBUG_BUILD_DEPENDS_OFF_amd64= nasm:${PORTSDIR}/devel/nasm +DEBUG_BUILD_DEPENDS_OFF_i386= nasm:${PORTSDIR}/devel/nasm DEBUG_MAKE_ARGS=BUILDTYPE=Debug PLUGINS_BUILD_DEPENDS=gmp-api>=34.0:${PORTSDIR}/multimedia/gmp-api # gmp-api<36.0:${PORTSDIR}/multimedia/gmp-api @@ -42,14 +45,6 @@ TEST_CFLAGS= -I${LOCALBASE}/include TEST_MAKE_ARGS= HAVE_GTEST=Yes TEST_ALL_TARGET=test -.include - -.if ! ${PORT_OPTIONS:MDEBUG} -. if ${ARCH} == amd64 || ${ARCH} == i386 -BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm -. endif -.endif - post-patch: ${REINPLACE_CMD} -e '/gtest-targets\.mk/d' \ -e '/pkgconfig/s/lib/libdata/' \ @@ -62,11 +57,11 @@ pre-build: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0 -.if ${PORT_OPTIONS:MPLUGINS} + +post-install-PLUGINS-on: ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_DATA} ${WRKSRC}/gmp${PORTNAME}.info ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_LIB} ${WRKSRC}/libgmp${PORTNAME}.so ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_DATA} ${WRKDIR}/gmp${PORTNAME}.js ${STAGEDIR}${WEBPLUGIN_DIR} -.endif .include From owner-svn-ports-head@freebsd.org Sat Sep 26 15:14:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A306CA08DB2; Sat, 26 Sep 2015 15:14:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93B75C78; Sat, 26 Sep 2015 15:14:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QFEdkq028254; Sat, 26 Sep 2015 15:14:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QFEdmr028253; Sat, 26 Sep 2015 15:14:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509261514.t8QFEdmr028253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 15:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397987 - head/devel/linux_libusb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 15:14:39 -0000 Author: antoine Date: Sat Sep 26 15:14:38 2015 New Revision: 397987 URL: https://svnweb.freebsd.org/changeset/ports/397987 Log: Convert to USE_LDCONFIG Modified: head/devel/linux_libusb/Makefile Modified: head/devel/linux_libusb/Makefile ============================================================================== --- head/devel/linux_libusb/Makefile Sat Sep 26 15:12:17 2015 (r397986) +++ head/devel/linux_libusb/Makefile Sat Sep 26 15:14:38 2015 (r397987) @@ -14,11 +14,10 @@ BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc: USES= tar:bzip2 ONLY_FOR_ARCHS= i386 amd64 +USE_LDCONFIG= yes USE_LINUX_PREFIX= yes PLIST_FILES= usr/lib/libusb.so \ - usr/lib/libusb-0.1.so.4 \ - "@exec ${LDCONFIG_CMD}" \ - "@unexec ${LDCONFIG_CMD}" + usr/lib/libusb-0.1.so.4 CC= ${LINUXBASE}/usr/bin/gcc CFLAGS+= -I${WRKDIR}/sys MAKE_ARGS+= LIBUSB_GLOBAL_INCLUDE_FILE=libusb_global_linux.h From owner-svn-ports-head@freebsd.org Sat Sep 26 15:21:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6EDAA091DA for ; Sat, 26 Sep 2015 15:21:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7DDE96 for ; Sat, 26 Sep 2015 15:21:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 75130 invoked by uid 89); 26 Sep 2015 15:21:27 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 26 Sep 2015 15:21:27 -0000 Received: (qmail 75078 invoked by uid 89); 26 Sep 2015 15:21:10 -0000 Received: by simscan 1.3.1 ppid: 75068, pid: 75072, t: 0.1004s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 26 Sep 2015 15:21:10 -0000 Received: (qmail 26479 invoked by uid 89); 26 Sep 2015 15:21:10 -0000 Received: by simscan 1.4.0 ppid: 26455, pid: 26474, t: 0.6172s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 26 Sep 2015 15:21:09 -0000 From: Jan Beich To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397984 - in head: Mk audio audio/gstreamer1-plugins-bs2b audio/gstreamer1-plugins-chromaprint audio/gstreamer1-plugins-mpg123 graphics graphics/gstreamer1-plugins-gl graphics/gstreamer... References: <201509261436.t8QEaNhq010027@repo.freebsd.org> Date: Sat, 26 Sep 2015 17:20:47 +0200 In-Reply-To: <201509261436.t8QEaNhq010027@repo.freebsd.org> (Koop Mast's message of "Sat, 26 Sep 2015 14:36:23 +0000 (UTC)") Message-ID: <7fnd-5hrk-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 15:21:30 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Koop Mast writes: > Author: kwm > Date: Sat Sep 26 14:36:23 2015 > New Revision: 397984 > URL: https://svnweb.freebsd.org/changeset/ports/397984 > > Log: > Update gstreamer1 ports to 1.6.0. >=20=20=20 > * gstreamer1-libav now uses ffmpeg from ports. Thanks for doing it before 2015Q4 branched! Either of the above fixes https://vuxml.freebsd.org/freebsd/3d950687-b4c9-4a86-8478-c56743547af8.ht= ml --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWBrfPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bydQIAIgXD5rIdLSVOInOa163IqPR nEUeJG1D7mn8IcHETyHwyujPohgNIIynqfaMMF21tqP4V/GcN0K8ctYFf2S3oUkH G7cuKf6JPuysyZ/VMprQdHRo6iOIGnbkV4i6aCd0r38S+pjcpm/292Pu57fgz+QR fyqIt2wDbdUHbJ5FO+7ZL6h+pe5/PUvfAKL/1rEJADwtUabH0EDHU917KndfWpxM DL70okoas7seeR7dJsOLKkAiBBxHE0iP59LuwVboA+ifU9SmDxbbF5pZk8Gep7Su N3w/lk5joK9z/eEQbFxLQ6i/RJKPx7h8wuJalpq82sQweX4lL+L7zDdS/6z9YVY= =13WT -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Sat Sep 26 15:36:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23BDBA09B6C; Sat, 26 Sep 2015 15:36:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1488795C; Sat, 26 Sep 2015 15:36:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QFaKjX037507; Sat, 26 Sep 2015 15:36:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QFaKMb037506; Sat, 26 Sep 2015 15:36:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509261536.t8QFaKMb037506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 15:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397988 - head/devel/pear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 15:36:21 -0000 Author: antoine Date: Sat Sep 26 15:36:20 2015 New Revision: 397988 URL: https://svnweb.freebsd.org/changeset/ports/397988 Log: Remove @exec mkdir redundant with @dir Modified: head/devel/pear/bsd.pear.channel.mk Modified: head/devel/pear/bsd.pear.channel.mk ============================================================================== --- head/devel/pear/bsd.pear.channel.mk Sat Sep 26 15:14:38 2015 (r397987) +++ head/devel/pear/bsd.pear.channel.mk Sat Sep 26 15:36:20 2015 (r397988) @@ -18,8 +18,7 @@ PEAR_CHANNEL_ALIAS?= ${PORTNAME} PEAR_CHANNEL_REG?= ${FILESDIR}/${PEAR_CHANNEL_HOST}.reg PLIST_FILES= ${LPEARDIR}/.channels/.alias/${PEAR_CHANNEL_ALIAS}.txt \ - ${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg \ - "@exec ${MKDIR} %D/${LPEARDIR}/.registry/.channel.${PEAR_CHANNEL_HOST}" + ${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg PLIST_DIRS= ${LPEARDIR}/.registry/.channel.${PEAR_CHANNEL_HOST} .if !defined(PEAR_CHANNEL_HOST) From owner-svn-ports-head@freebsd.org Sat Sep 26 15:53:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D901FA0AA1F; Sat, 26 Sep 2015 15:53:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C963A3DA; Sat, 26 Sep 2015 15:53:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QFreH6046453; Sat, 26 Sep 2015 15:53:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QFre76046452; Sat, 26 Sep 2015 15:53:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261553.t8QFre76046452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 15:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397989 - head/databases/py-carbon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 15:53:41 -0000 Author: bapt Date: Sat Sep 26 15:53:39 2015 New Revision: 397989 URL: https://svnweb.freebsd.org/changeset/ports/397989 Log: Convert to new @sample Modified: head/databases/py-carbon/pkg-plist Modified: head/databases/py-carbon/pkg-plist ============================================================================== --- head/databases/py-carbon/pkg-plist Sat Sep 26 15:36:20 2015 (r397988) +++ head/databases/py-carbon/pkg-plist Sat Sep 26 15:53:39 2015 (r397989) @@ -3,33 +3,15 @@ bin/carbon-cache.py bin/carbon-client.py bin/carbon-relay.py bin/validate-storage-schemas.py -@unexec if cmp -s %D/etc/carbon/rewrite-rules.conf.example %D/etc/carbon/rewrite-rules.conf; then rm -f %D/etc/carbon/rewrite-rules.conf; fi -%%ETCDIR%%/rewrite-rules.conf.example -@exec if [ ! -f %D/etc/carbon/rewrite-rules.conf ] ; then cp -p %D/%F %B/rewrite-rules.conf; fi -@unexec if cmp -s %D/etc/carbon/carbon.amqp.conf.example %D/etc/carbon/carbon.amqp.conf; then rm -f %D/etc/carbon/carbon.amqp.conf; fi -%%ETCDIR%%/carbon.amqp.conf.example -@exec if [ ! -f %D/etc/carbon/carbon.amqp.conf ] ; then cp -p %D/%F %B/carbon.amqp.conf; fi -@unexec if cmp -s %D/etc/carbon/carbon.conf.example %D/etc/carbon/carbon.conf; then rm -f %D/etc/carbon/carbon.conf; fi -%%ETCDIR%%/carbon.conf.example -@exec if [ ! -f %D/etc/carbon/carbon.conf ] ; then cp -p %D/%F %B/carbon.conf; fi -@unexec if cmp -s %D/etc/carbon/aggregation-rules.conf.example %D/etc/carbon/aggregation-rules.conf; then rm -f %D/etc/carbon/aggregation-rules.conf; fi -%%ETCDIR%%/aggregation-rules.conf.example -@exec if [ ! -f %D/etc/carbon/aggregation-rules.conf ] ; then cp -p %D/%F %B/aggregation-rules.conf; fi -@unexec if cmp -s %D/etc/carbon/relay-rules.conf.example %D/etc/carbon/relay-rules.conf; then rm -f %D/etc/carbon/relay-rules.conf; fi -%%ETCDIR%%/relay-rules.conf.example -@exec if [ ! -f %D/etc/carbon/relay-rules.conf ] ; then cp -p %D/%F %B/relay-rules.conf; fi -@unexec if cmp -s %D/etc/carbon/storage-schemas.conf.example %D/etc/carbon/storage-schemas.conf; then rm -f %D/etc/carbon/storage-schemas.conf; fi -%%ETCDIR%%/storage-schemas.conf.example -@exec if [ ! -f %D/etc/carbon/storage-schemas.conf ] ; then cp -p %D/%F %B/storage-schemas.conf; fi -@unexec if cmp -s %D/etc/carbon/blacklist.conf.example %D/etc/carbon/blacklist.conf; then rm -f %D/etc/carbon/blacklist.conf; fi -%%ETCDIR%%/blacklist.conf.example -@exec if [ ! -f %D/etc/carbon/blacklist.conf ] ; then cp -p %D/%F %B/blacklist.conf; fi -@unexec if cmp -s %D/etc/carbon/storage-aggregation.conf.example %D/etc/carbon/storage-aggregation.conf; then rm -f %D/etc/carbon/storage-aggregation.conf; fi -%%ETCDIR%%/storage-aggregation.conf.example -@exec if [ ! -f %D/etc/carbon/storage-aggregation.conf ] ; then cp -p %D/%F %B/storage-aggregation.conf; fi -@unexec if cmp -s %D/etc/carbon/whitelist.conf.example %D/etc/carbon/whitelist.conf; then rm -f %D/etc/carbon/whitelist.conf; fi -%%ETCDIR%%/whitelist.conf.example -@exec if [ ! -f %D/etc/carbon/whitelist.conf ] ; then cp -p %D/%F %B/whitelist.conf; fi +@sample %%ETCDIR%%/rewrite-rules.conf.example etc/carbon/rewrite-rules.conf +@sample %%ETCDIR%%/carbon.amqp.conf.example etc/carbon/carbon.amqp.conf +@sample %%ETCDIR%%/carbon.conf.example etc/carbon/carbon.conf +@sample %%ETCDIR%%/aggregation-rules.conf.example etc/carbon/aggregation-rules.conf +@sample %%ETCDIR%%/relay-rules.conf.example etc/carbon/relay-rules.conf +@sample %%ETCDIR%%/storage-schemas.conf.example etc/carbon/storage-schemas.conf +@sample %%ETCDIR%%/blacklist.conf.example etc/carbon/blacklist.conf +@sample %%ETCDIR%%/storage-aggregation.conf.example etc/carbon/storage-aggregation.conf +@sample %%ETCDIR%%/whitelist.conf.example etc/carbon/whitelist.conf %%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.py %%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.py %%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.py From owner-svn-ports-head@freebsd.org Sat Sep 26 16:00:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C275A0AD32; Sat, 26 Sep 2015 16:00:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D35790B; Sat, 26 Sep 2015 16:00:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QG0Z6e047253; Sat, 26 Sep 2015 16:00:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QG0YEM047251; Sat, 26 Sep 2015 16:00:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261600.t8QG0YEM047251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 16:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397990 - head/devel/websvn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:00:35 -0000 Author: bapt Date: Sat Sep 26 16:00:33 2015 New Revision: 397990 URL: https://svnweb.freebsd.org/changeset/ports/397990 Log: Fix packaging as a user Use @sample Modified: head/devel/websvn/Makefile head/devel/websvn/pkg-plist Modified: head/devel/websvn/Makefile ============================================================================== --- head/devel/websvn/Makefile Sat Sep 26 15:53:39 2015 (r397989) +++ head/devel/websvn/Makefile Sat Sep 26 16:00:33 2015 (r397990) @@ -26,13 +26,6 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${WEBSVNDIR} (cd ${WRKSRC} \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/${WEBSVNDIR}) - ${CHOWN} -R www:www ${STAGEDIR}${PREFIX}/${WEBSVNDIR} ${FIND} ${STAGEDIR}${PREFIX}/${WEBSVNDIR} -type f -exec ${CHMOD} 644 '{}' + -post-install: - @[ -f ${STAGEDIR}${PREFIX}/${WEBSVNDIR}/include/config.php ] \ - || ${INSTALL_DATA} \ - ${STAGEDIR}${PREFIX}/${WEBSVNDIR}/include/distconfig.php \ - ${STAGEDIR}${PREFIX}/${WEBSVNDIR}/include/config.php - .include Modified: head/devel/websvn/pkg-plist ============================================================================== --- head/devel/websvn/pkg-plist Sat Sep 26 15:53:39 2015 (r397989) +++ head/devel/websvn/pkg-plist Sat Sep 26 16:00:33 2015 (r397990) @@ -15,9 +15,7 @@ %%WEBSVNDIR%%/include/configclass.php %%WEBSVNDIR%%/include/diff_inc.php %%WEBSVNDIR%%/include/diff_util.php -@unexec cmp -s %D/%%WEBSVNDIR%%/include/distconfig.php %D/%%WWWDIR%%/include/config.php && rm -f %D/%%WWWDIR%%/include/config.php || true -%%WEBSVNDIR%%/include/distconfig.php -@exec [ -f %D/%%WEBSVNDIR%%/include/config.php ] || cp -p %D/%F %B/config.php +@sample %%WEBSVNDIR%%/include/distconfig.php %%WWWDIR%%/include/config.php %%WEBSVNDIR%%/include/header %%WEBSVNDIR%%/include/setup.php %%WEBSVNDIR%%/include/svnlook.php From owner-svn-ports-head@freebsd.org Sat Sep 26 16:03:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFD4AA0AEBD; Sat, 26 Sep 2015 16:03:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0ABCB09; Sat, 26 Sep 2015 16:03:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QG3YKh051195; Sat, 26 Sep 2015 16:03:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QG3YxY051194; Sat, 26 Sep 2015 16:03:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261603.t8QG3YxY051194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 16:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397991 - head/irc/atheme-services X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:03:34 -0000 Author: bapt Date: Sat Sep 26 16:03:33 2015 New Revision: 397991 URL: https://svnweb.freebsd.org/changeset/ports/397991 Log: Convert to @sample Modified: head/irc/atheme-services/pkg-plist Modified: head/irc/atheme-services/pkg-plist ============================================================================== --- head/irc/atheme-services/pkg-plist Sat Sep 26 16:00:33 2015 (r397990) +++ head/irc/atheme-services/pkg-plist Sat Sep 26 16:03:33 2015 (r397991) @@ -2,15 +2,11 @@ bin/atheme-services bin/dbverify @group ircservices @mode 640 -@unexec if cmp -s %D/etc/atheme/atheme.conf %D/etc/atheme/atheme.conf.example ; then rm -f %D/etc/atheme/atheme.conf ; fi -etc/atheme/atheme.conf.example -@exec if [ ! -f %D/etc/atheme/atheme.conf ]; then cp -p %D/%F %B/atheme.conf; fi +@sample etc/atheme/atheme.conf.example etc/atheme/atheme.conf etc/atheme/atheme.conf.operserv-example etc/atheme/atheme.conf.userserv-example etc/atheme/atheme.cron.example -@unexec if cmp -s %D/etc/atheme/atheme.motd %D/etc/atheme/atheme.motd.example ; then rm -f %D/etc/atheme/atheme.motd ; fi -etc/atheme/atheme.motd.example -@exec if [ ! -f %D/etc/atheme/atheme.motd ]; then cp -p %D/%F %B/atheme.motd; fi +@sample etc/atheme/atheme.motd.example etc/atheme/atheme.motd @group @mode include/atheme/abirev.h From owner-svn-ports-head@freebsd.org Sat Sep 26 16:09:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34A4A081AA; Sat, 26 Sep 2015 16:09:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E413ED53; Sat, 26 Sep 2015 16:09:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QG9cwU051836; Sat, 26 Sep 2015 16:09:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QG9cJi051834; Sat, 26 Sep 2015 16:09:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261609.t8QG9cJi051834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 16:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397992 - head/www/elixir-httpoison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:09:39 -0000 Author: olgeni Date: Sat Sep 26 16:09:37 2015 New Revision: 397992 URL: https://svnweb.freebsd.org/changeset/ports/397992 Log: Upgrade www/elixir-httpoison to version 0.7.4. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Sat Sep 26 16:03:33 2015 (r397991) +++ head/www/elixir-httpoison/Makefile Sat Sep 26 16:09:37 2015 (r397992) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Sat Sep 26 16:03:33 2015 (r397991) +++ head/www/elixir-httpoison/distinfo Sat Sep 26 16:09:37 2015 (r397992) @@ -1,2 +1,2 @@ -SHA256 (edgurgel-httpoison-v0.7.3_GH0.tar.gz) = dec247277b56ff3668d1dbe5decc259bfed175f4049acfe18ebc75d13c57b7d9 -SIZE (edgurgel-httpoison-v0.7.3_GH0.tar.gz) = 13720 +SHA256 (edgurgel-httpoison-v0.7.4_GH0.tar.gz) = cbd27e3a4696ee92348e1f891b7cc1cfe09cc0303ac9f7261acfa4471b914aaf +SIZE (edgurgel-httpoison-v0.7.4_GH0.tar.gz) = 13987 From owner-svn-ports-head@freebsd.org Sat Sep 26 16:18:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B0A3A086DC; Sat, 26 Sep 2015 16:18:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C41A1D7; Sat, 26 Sep 2015 16:18:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGIBHC056305; Sat, 26 Sep 2015 16:18:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGIB7X056304; Sat, 26 Sep 2015 16:18:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261618.t8QGIB7X056304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 16:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397993 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:18:12 -0000 Author: olgeni Date: Sat Sep 26 16:18:11 2015 New Revision: 397993 URL: https://svnweb.freebsd.org/changeset/ports/397993 Log: Sort entries. Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 26 16:09:37 2015 (r397992) +++ head/devel/Makefile Sat Sep 26 16:18:11 2015 (r397993) @@ -3447,8 +3447,8 @@ SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre - SUBDIR += pcre2 SUBDIR += pcre++ + SUBDIR += pcre2 SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses From owner-svn-ports-head@freebsd.org Sat Sep 26 16:21:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC847A08991; Sat, 26 Sep 2015 16:21:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91F346AC; Sat, 26 Sep 2015 16:21:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGLJiF059860; Sat, 26 Sep 2015 16:21:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGLIWv059853; Sat, 26 Sep 2015 16:21:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509261621.t8QGLIWv059853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Sep 2015 16:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397994 - in head/devel: . elixir-gettext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:21:19 -0000 Author: olgeni Date: Sat Sep 26 16:21:17 2015 New Revision: 397994 URL: https://svnweb.freebsd.org/changeset/ports/397994 Log: Add devel/elixir-gettext, a gettext implementation for Elixir. Added: head/devel/elixir-gettext/ head/devel/elixir-gettext/Makefile (contents, props changed) head/devel/elixir-gettext/distinfo (contents, props changed) head/devel/elixir-gettext/pkg-descr (contents, props changed) head/devel/elixir-gettext/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 26 16:18:11 2015 (r397993) +++ head/devel/Makefile Sat Sep 26 16:21:17 2015 (r397994) @@ -429,6 +429,7 @@ SUBDIR += elixir-exjsx SUBDIR += elixir-exprotobuf SUBDIR += elixir-exrm + SUBDIR += elixir-gettext SUBDIR += elixir-hex SUBDIR += elixir-inflex SUBDIR += elixir-lager_logger Added: head/devel/elixir-gettext/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gettext/Makefile Sat Sep 26 16:21:17 2015 (r397994) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gettext +PORTVERSION= 0.6.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Implementation of gettext for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang + +MIX_REWRITE= yes + +.include Added: head/devel/elixir-gettext/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gettext/distinfo Sat Sep 26 16:21:17 2015 (r397994) @@ -0,0 +1,2 @@ +SHA256 (elixir-lang-gettext-v0.6.0_GH0.tar.gz) = a0b2ae3a95cdcf88421e623d3ff5d7d5adc939b128ce1b1c78810390ef7c5065 +SIZE (elixir-lang-gettext-v0.6.0_GH0.tar.gz) = 41709 Added: head/devel/elixir-gettext/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gettext/pkg-descr Sat Sep 26 16:21:17 2015 (r397994) @@ -0,0 +1,6 @@ +gettext is an internationalization (i18n) and localization (l10n) system +commonly used for writing multilingual programs. Gettext is a standard for +i18n in different communities, meaning there is a great set of tooling for +developers and translators. + +WWW: https://github.com/elixir-lang/gettext Added: head/devel/elixir-gettext/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gettext/pkg-plist Sat Sep 26 16:21:17 2015 (r397994) @@ -0,0 +1,40 @@ +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Compiler.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Error.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Extractor.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.ExtractorAgent.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Fuzzy.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Interpolation.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Merger.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.Parser.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.PluralTranslation.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.SyntaxError.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.Tokenizer.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.Translation.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.Translations.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.PO.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.Plural.beam +lib/elixir/lib/gettext/ebin/Elixir.Gettext.beam +lib/elixir/lib/gettext/ebin/Elixir.Mix.Tasks.Compile.Gettext.beam +lib/elixir/lib/gettext/ebin/Elixir.Mix.Tasks.Gettext.Extract.beam +lib/elixir/lib/gettext/ebin/Elixir.Mix.Tasks.Gettext.Merge.beam +lib/elixir/lib/gettext/ebin/gettext.app +lib/elixir/lib/gettext/ebin/gettext_po_parser.beam +lib/elixir/lib/gettext/lib/gettext.ex +lib/elixir/lib/gettext/lib/gettext/compiler.ex +lib/elixir/lib/gettext/lib/gettext/extractor.ex +lib/elixir/lib/gettext/lib/gettext/extractor_agent.ex +lib/elixir/lib/gettext/lib/gettext/fuzzy.ex +lib/elixir/lib/gettext/lib/gettext/interpolation.ex +lib/elixir/lib/gettext/lib/gettext/merger.ex +lib/elixir/lib/gettext/lib/gettext/plural.ex +lib/elixir/lib/gettext/lib/gettext/po.ex +lib/elixir/lib/gettext/lib/gettext/po/exceptions.ex +lib/elixir/lib/gettext/lib/gettext/po/parser.ex +lib/elixir/lib/gettext/lib/gettext/po/plural_translation.ex +lib/elixir/lib/gettext/lib/gettext/po/tokenizer.ex +lib/elixir/lib/gettext/lib/gettext/po/translation.ex +lib/elixir/lib/gettext/lib/gettext/po/translations.ex +lib/elixir/lib/gettext/lib/mix/tasks/compile.gettext.ex +lib/elixir/lib/gettext/lib/mix/tasks/gettext.extract.ex +lib/elixir/lib/gettext/lib/mix/tasks/gettext.merge.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sat Sep 26 16:53:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFFB0A09C3A; Sat, 26 Sep 2015 16:53:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE4589C1; Sat, 26 Sep 2015 16:53:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGrx4N075258; Sat, 26 Sep 2015 16:53:59 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGrx9N075257; Sat, 26 Sep 2015 16:53:59 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261653.t8QGrx9N075257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397995 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:53:59 -0000 Author: linimon Date: Sat Sep 26 16:53:58 2015 New Revision: 397995 URL: https://svnweb.freebsd.org/changeset/ports/397995 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Sep 26 16:21:17 2015 (r397994) +++ head/databases/rocksdb/Makefile Sat Sep 26 16:53:58 2015 (r397995) @@ -27,6 +27,7 @@ GH_ACCOUNT= facebook USE_GITHUB= yes BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror +BROKEN_sparc64= cannot build: uses unknown compiler flags PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb sst_dump table_reader_bench From owner-svn-ports-head@freebsd.org Sat Sep 26 16:54:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BFDA09CD3; Sat, 26 Sep 2015 16:54:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2C5AAAF; Sat, 26 Sep 2015 16:54:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGswNm075453; Sat, 26 Sep 2015 16:54:58 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGswYH075452; Sat, 26 Sep 2015 16:54:58 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261654.t8QGswYH075452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397996 - head/editors/emacs-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:54:58 -0000 Author: linimon Date: Sat Sep 26 16:54:57 2015 New Revision: 397996 URL: https://svnweb.freebsd.org/changeset/ports/397996 Log: Mark as broken on sparc64: fails to build. Approved by: portmgr (sparc64 blanket) Modified: head/editors/emacs-devel/Makefile Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sat Sep 26 16:53:58 2015 (r397995) +++ head/editors/emacs-devel/Makefile Sat Sep 26 16:54:57 2015 (r397996) @@ -17,6 +17,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_9= does not build +BROKEN_sparc64= fails to compile at bootstrap phase CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ emacs24-[0-9]* xemacs-[0-9]* xemacs-devel-[0-9]* \ From owner-svn-ports-head@freebsd.org Sat Sep 26 16:56:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE61DA09D88; Sat, 26 Sep 2015 16:56:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1A3BBE; Sat, 26 Sep 2015 16:56:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGu0Dd075688; Sat, 26 Sep 2015 16:56:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGu09n075687; Sat, 26 Sep 2015 16:56:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261656.t8QGu09n075687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397997 - head/graphics/opencollada X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:56:01 -0000 Author: linimon Date: Sat Sep 26 16:55:59 2015 New Revision: 397997 URL: https://svnweb.freebsd.org/changeset/ports/397997 Log: Mark as broken on sparc64: fails to build (runaway process). Approved by: portmgr (sparc64 blanket) Modified: head/graphics/opencollada/Makefile Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Sat Sep 26 16:54:57 2015 (r397996) +++ head/graphics/opencollada/Makefile Sat Sep 26 16:55:59 2015 (r397997) @@ -22,6 +22,8 @@ USES= cmake:outsource compiler iconv pk CFLAGS+= -I/${LOCALBASE}/include CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OFF +BROKEN_sparc64= cannot build: runaway process + post-patch: @${REINPLACE_CMD} -e 's|$${OPENCOLLADA_INST_LIBRARY}/cmake|${PREFIX}/share/cmake/Modules|' \ ${WRKSRC}/CMakeLists.txt From owner-svn-ports-head@freebsd.org Sat Sep 26 16:56:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 072C4A09DEC; Sat, 26 Sep 2015 16:56:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBACECA2; Sat, 26 Sep 2015 16:56:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGuC4R075817; Sat, 26 Sep 2015 16:56:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGuC7w075815; Sat, 26 Sep 2015 16:56:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261656.t8QGuC7w075815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 16:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397998 - head/www/webcheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:56:13 -0000 Author: bapt Date: Sat Sep 26 16:56:11 2015 New Revision: 397998 URL: https://svnweb.freebsd.org/changeset/ports/397998 Log: Generate .pyc/.pyo at buildtime Remove useless @exec by always packaging symlinks Use options helpers Modified: head/www/webcheck/Makefile head/www/webcheck/pkg-plist Modified: head/www/webcheck/Makefile ============================================================================== --- head/www/webcheck/Makefile Sat Sep 26 16:55:59 2015 (r397997) +++ head/www/webcheck/Makefile Sat Sep 26 16:56:11 2015 (r397998) @@ -3,6 +3,7 @@ PORTNAME= webcheck PORTVERSION= 1.10.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://arthurdejong.org/webcheck/ EXTRACT_SUFX= .tar.gz @@ -29,8 +30,13 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/fancytooltips ${INSTALL_DATA} ${WRKSRC}/fancytooltips/* ${STAGEDIR}${DATADIR}/fancytooltips ${INSTALL_SCRIPT} ${WRKSRC}/webcheck.py ${STAGEDIR}${DATADIR} + ${LN} -sf ${DATADIR}/webcheck.py ${STAGEDIR}${PREFIX}/bin + cd ${STAGEDIR}${DATADIR}; ${PYTHON_CMD} -m compileall . + cd ${STAGEDIR}${DATADIR}; ${PYTHON_CMD} -O -m compileall . + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/webcheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/webcheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/www/webcheck/pkg-plist ============================================================================== --- head/www/webcheck/pkg-plist Sat Sep 26 16:55:59 2015 (r397997) +++ head/www/webcheck/pkg-plist Sat Sep 26 16:56:11 2015 (r397998) @@ -1,48 +1,101 @@ -share/webcheck/config.py -share/webcheck/crawler.py -share/webcheck/debugio.py -share/webcheck/myurllib.py -share/webcheck/serialize.py -share/webcheck/webcheck.py -share/webcheck/webcheck.css -share/webcheck/favicon.ico -share/webcheck/fancytooltips/fancytooltips.js -share/webcheck/fancytooltips/readme.txt -share/webcheck/fancytooltips/fancytooltips.css -share/webcheck/parsers/__init__.py -share/webcheck/parsers/css.py -share/webcheck/parsers/html/__init__.py -share/webcheck/parsers/html/beautifulsoup.py -share/webcheck/parsers/html/calltidy.py -share/webcheck/parsers/html/htmlparser.py -share/webcheck/plugins/__init__.py -share/webcheck/plugins/about.py -share/webcheck/plugins/anchors.py -share/webcheck/plugins/badlinks.py -share/webcheck/plugins/external.py -share/webcheck/plugins/images.py -share/webcheck/plugins/new.py -share/webcheck/plugins/notchkd.py -share/webcheck/plugins/notitles.py -share/webcheck/plugins/old.py -share/webcheck/plugins/problems.py -share/webcheck/plugins/sitemap.py -share/webcheck/plugins/size.py -share/webcheck/plugins/urllist.py -share/webcheck/schemes/__init__.py -share/webcheck/schemes/file.py -share/webcheck/schemes/ftp.py -share/webcheck/schemes/http.py -share/webcheck/schemes/https.py +bin/webcheck.py +%%DATADIR%%/config.py +%%DATADIR%%/config.pyc +%%DATADIR%%/config.pyo +%%DATADIR%%/crawler.py +%%DATADIR%%/crawler.pyc +%%DATADIR%%/crawler.pyo +%%DATADIR%%/debugio.py +%%DATADIR%%/debugio.pyc +%%DATADIR%%/debugio.pyo +%%DATADIR%%/fancytooltips/fancytooltips.css +%%DATADIR%%/fancytooltips/fancytooltips.js +%%DATADIR%%/fancytooltips/readme.txt +%%DATADIR%%/favicon.ico +%%DATADIR%%/myurllib.py +%%DATADIR%%/myurllib.pyc +%%DATADIR%%/myurllib.pyo +%%DATADIR%%/parsers/__init__.py +%%DATADIR%%/parsers/__init__.pyc +%%DATADIR%%/parsers/__init__.pyo +%%DATADIR%%/parsers/css.py +%%DATADIR%%/parsers/css.pyc +%%DATADIR%%/parsers/css.pyo +%%DATADIR%%/parsers/html/__init__.py +%%DATADIR%%/parsers/html/__init__.pyc +%%DATADIR%%/parsers/html/__init__.pyo +%%DATADIR%%/parsers/html/beautifulsoup.py +%%DATADIR%%/parsers/html/beautifulsoup.pyc +%%DATADIR%%/parsers/html/beautifulsoup.pyo +%%DATADIR%%/parsers/html/calltidy.py +%%DATADIR%%/parsers/html/calltidy.pyc +%%DATADIR%%/parsers/html/calltidy.pyo +%%DATADIR%%/parsers/html/htmlparser.py +%%DATADIR%%/parsers/html/htmlparser.pyc +%%DATADIR%%/parsers/html/htmlparser.pyo +%%DATADIR%%/plugins/__init__.py +%%DATADIR%%/plugins/__init__.pyc +%%DATADIR%%/plugins/__init__.pyo +%%DATADIR%%/plugins/about.py +%%DATADIR%%/plugins/about.pyc +%%DATADIR%%/plugins/about.pyo +%%DATADIR%%/plugins/anchors.py +%%DATADIR%%/plugins/anchors.pyc +%%DATADIR%%/plugins/anchors.pyo +%%DATADIR%%/plugins/badlinks.py +%%DATADIR%%/plugins/badlinks.pyc +%%DATADIR%%/plugins/badlinks.pyo +%%DATADIR%%/plugins/external.py +%%DATADIR%%/plugins/external.pyc +%%DATADIR%%/plugins/external.pyo +%%DATADIR%%/plugins/images.py +%%DATADIR%%/plugins/images.pyc +%%DATADIR%%/plugins/images.pyo +%%DATADIR%%/plugins/new.py +%%DATADIR%%/plugins/new.pyc +%%DATADIR%%/plugins/new.pyo +%%DATADIR%%/plugins/notchkd.py +%%DATADIR%%/plugins/notchkd.pyc +%%DATADIR%%/plugins/notchkd.pyo +%%DATADIR%%/plugins/notitles.py +%%DATADIR%%/plugins/notitles.pyc +%%DATADIR%%/plugins/notitles.pyo +%%DATADIR%%/plugins/old.py +%%DATADIR%%/plugins/old.pyc +%%DATADIR%%/plugins/old.pyo +%%DATADIR%%/plugins/problems.py +%%DATADIR%%/plugins/problems.pyc +%%DATADIR%%/plugins/problems.pyo +%%DATADIR%%/plugins/sitemap.py +%%DATADIR%%/plugins/sitemap.pyc +%%DATADIR%%/plugins/sitemap.pyo +%%DATADIR%%/plugins/size.py +%%DATADIR%%/plugins/size.pyc +%%DATADIR%%/plugins/size.pyo +%%DATADIR%%/plugins/urllist.py +%%DATADIR%%/plugins/urllist.pyc +%%DATADIR%%/plugins/urllist.pyo +%%DATADIR%%/schemes/__init__.py +%%DATADIR%%/schemes/__init__.pyc +%%DATADIR%%/schemes/__init__.pyo +%%DATADIR%%/schemes/file.py +%%DATADIR%%/schemes/file.pyc +%%DATADIR%%/schemes/file.pyo +%%DATADIR%%/schemes/ftp.py +%%DATADIR%%/schemes/ftp.pyc +%%DATADIR%%/schemes/ftp.pyo +%%DATADIR%%/schemes/http.py +%%DATADIR%%/schemes/http.pyc +%%DATADIR%%/schemes/http.pyo +%%DATADIR%%/schemes/https.py +%%DATADIR%%/schemes/https.pyc +%%DATADIR%%/schemes/https.pyo +%%DATADIR%%/serialize.py +%%DATADIR%%/serialize.pyc +%%DATADIR%%/serialize.pyo +%%DATADIR%%/webcheck.css +%%DATADIR%%/webcheck.py +%%DATADIR%%/webcheck.pyc +%%DATADIR%%/webcheck.pyo man/man1/webcheck.1.gz -%%PORTDOCS%%share/doc/webcheck/README -%%PORTDOCS%%@dirrm share/doc/webcheck -@unexec rm -f %D/share/webcheck/*.py[co] %D/share/webcheck/*/*.py[co] -@dirrm share/webcheck/plugins -@dirrm share/webcheck/schemes -@dirrm share/webcheck/parsers/html -@dirrm share/webcheck/parsers -@dirrm share/webcheck/fancytooltips/ -@dirrm share/webcheck -@exec ln -fs %D/share/webcheck/webcheck.py %D/bin/webcheck -@unexec rm %D/bin/webcheck +%%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-head@freebsd.org Sat Sep 26 16:56:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D19AA09E32; Sat, 26 Sep 2015 16:56:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F288DD7F; Sat, 26 Sep 2015 16:56:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGuWUo075936; Sat, 26 Sep 2015 16:56:32 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGuWFM075935; Sat, 26 Sep 2015 16:56:32 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261656.t8QGuWFM075935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397999 - head/security/xca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:56:33 -0000 Author: linimon Date: Sat Sep 26 16:56:32 2015 New Revision: 397999 URL: https://svnweb.freebsd.org/changeset/ports/397999 Log: Mark as broken on sparc64: fails to link. Approved by: portmgr (sparc64 blanket) Modified: head/security/xca/Makefile Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Sat Sep 26 16:56:11 2015 (r397998) +++ head/security/xca/Makefile Sat Sep 26 16:56:32 2015 (r397999) @@ -21,6 +21,8 @@ DESTDIRNAME= destdir .include +BROKEN_sparc64= fails to link + .if ${OSVERSION} >= 1000054 LD_CXX_LIB= -lc++ .endif From owner-svn-ports-head@freebsd.org Sat Sep 26 16:57:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8543A09F4B; Sat, 26 Sep 2015 16:57:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99DBEC8; Sat, 26 Sep 2015 16:57:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGvqGS076224; Sat, 26 Sep 2015 16:57:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGvqBu076223; Sat, 26 Sep 2015 16:57:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261657.t8QGvqBu076223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398000 - head/sysutils/su2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:57:52 -0000 Author: linimon Date: Sat Sep 26 16:57:51 2015 New Revision: 398000 URL: https://svnweb.freebsd.org/changeset/ports/398000 Log: Mark as broken: fails to fetch, mastersite disappeared. Reported by: portsmon Modified: head/sysutils/su2/Makefile Modified: head/sysutils/su2/Makefile ============================================================================== --- head/sysutils/su2/Makefile Sat Sep 26 16:56:32 2015 (r397999) +++ head/sysutils/su2/Makefile Sat Sep 26 16:57:51 2015 (r398000) @@ -13,6 +13,7 @@ COMMENT= Enhanced su, allows users to su PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs NO_CDROM= Do not sell for profit +BROKEN= fails to fetch; mastersite disappeared PLIST_FILES= bin/su2 \ man/man1/su2.1.gz From owner-svn-ports-head@freebsd.org Sat Sep 26 16:58:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35FF7A09FB6; Sat, 26 Sep 2015 16:58:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2734FFB9; Sat, 26 Sep 2015 16:58:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGwSek076389; Sat, 26 Sep 2015 16:58:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGwSDL076388; Sat, 26 Sep 2015 16:58:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261658.t8QGwSDL076388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 16:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398001 - head/www/twms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:58:28 -0000 Author: bapt Date: Sat Sep 26 16:58:27 2015 New Revision: 398001 URL: https://svnweb.freebsd.org/changeset/ports/398001 Log: Convert to @sample Modified: head/www/twms/pkg-plist Modified: head/www/twms/pkg-plist ============================================================================== --- head/www/twms/pkg-plist Sat Sep 26 16:57:51 2015 (r398000) +++ head/www/twms/pkg-plist Sat Sep 26 16:58:27 2015 (r398001) @@ -1,7 +1,5 @@ bin/twms -@unexec if cmp -s %D/etc/twms.conf.default %D/etc/twms.conf; then rm -f %D/etc/twms.conf; fi -etc/twms.conf.default -@exec if [ ! -f %D/etc/twms.conf ] ; then cp -p %D/%F %B/twms.conf; fi +@sample etc/twms.conf.default etc/twms.conf %%PYTHON_SITELIBDIR%%/twms/__init__.py %%PYTHON_SITELIBDIR%%/twms/bbox.py %%PYTHON_SITELIBDIR%%/twms/canvas.py From owner-svn-ports-head@freebsd.org Sat Sep 26 16:58:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2984CA09FE4; Sat, 26 Sep 2015 16:58:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC8D121; Sat, 26 Sep 2015 16:58:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QGwbou076487; Sat, 26 Sep 2015 16:58:37 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QGwbb0076486; Sat, 26 Sep 2015 16:58:37 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509261658.t8QGwbb0076486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 16:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398002 - head/sysutils/synergy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:58:38 -0000 Author: linimon Date: Sat Sep 26 16:58:37 2015 New Revision: 398002 URL: https://svnweb.freebsd.org/changeset/ports/398002 Log: Mark as broken on sparc64: fails to build (C++ code errors). Approved by: portmgr (sparc64 blanket) Modified: head/sysutils/synergy/Makefile Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Sat Sep 26 16:58:27 2015 (r398001) +++ head/sysutils/synergy/Makefile Sat Sep 26 16:58:37 2015 (r398002) @@ -31,6 +31,8 @@ PORTEXAMPLES= synergy.conf.example syner OPTIONS_DEFINE= EXAMPLES +BROKEN_sparc64= cannot build: C++ code errors + do-install: .for f in synergyc synergyd synergys ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sat Sep 26 17:04:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3493DA0A434; Sat, 26 Sep 2015 17:04:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E008DB; Sat, 26 Sep 2015 17:04:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QH4dm1080984; Sat, 26 Sep 2015 17:04:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QH4duC080983; Sat, 26 Sep 2015 17:04:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261704.t8QH4duC080983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 17:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398003 - head/www/squidclamav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:04:39 -0000 Author: bapt Date: Sat Sep 26 17:04:38 2015 New Revision: 398003 URL: https://svnweb.freebsd.org/changeset/ports/398003 Log: Mark as broken: non fetchable Modified: head/www/squidclamav/Makefile Modified: head/www/squidclamav/Makefile ============================================================================== --- head/www/squidclamav/Makefile Sat Sep 26 16:58:37 2015 (r398002) +++ head/www/squidclamav/Makefile Sat Sep 26 17:04:38 2015 (r398003) @@ -12,6 +12,8 @@ COMMENT= Clamav c-icap service and redir LICENSE= GPLv3 +BROKEN= Not fetchable + LIB_DEPENDS+= libicapapi.so:${PORTSDIR}/www/c-icap GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Sat Sep 26 17:13:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5131A0A7A9; Sat, 26 Sep 2015 17:13:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9A8ED18; Sat, 26 Sep 2015 17:13:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QHDLwM085992; Sat, 26 Sep 2015 17:13:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QHDLOc085989; Sat, 26 Sep 2015 17:13:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261713.t8QHDLOc085989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 17:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398004 - head/www/sit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:13:21 -0000 Author: bapt Date: Sat Sep 26 17:13:20 2015 New Revision: 398004 URL: https://svnweb.freebsd.org/changeset/ports/398004 Log: Cleanup plist Use options helpers Modified: head/www/sit/Makefile head/www/sit/pkg-plist Modified: head/www/sit/Makefile ============================================================================== --- head/www/sit/Makefile Sat Sep 26 17:04:38 2015 (r398003) +++ head/www/sit/Makefile Sat Sep 26 17:13:20 2015 (r398004) @@ -3,6 +3,7 @@ PORTNAME= sit PORTVERSION= 3.67 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/sitracker/stable/${PORTVERSION}/ DISTNAME= sit_${PORTVERSION}p1 @@ -25,19 +26,9 @@ OPTIONS_DEFAULT= IMAP MBSTRING IMAP_DESC= Email Support MBSTRING_DESC= Inbound email feature -.include - -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap -.endif - -.if ${PORT_OPTIONS:MMBSTRING} -USE_PHP+= mbstring -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif +IMAP_USE= PHP=imap +MBSTRING_USE= PHP=mbstring +LDAP_USE= PHP=ldap do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/www/sit/pkg-plist ============================================================================== --- head/www/sit/pkg-plist Sat Sep 26 17:04:38 2015 (r398003) +++ head/www/sit/pkg-plist Sat Sep 26 17:13:20 2015 (r398004) @@ -34,9 +34,7 @@ %%WWWDIR%%/calendar/week_planner.js.php %%WWWDIR%%/calendar/year.inc.php %%WWWDIR%%/chart.php -@unexec if cmp -s %D/%%WWWDIR%%/config.inc.php %D/%%WWWDIR%%/config.inc-dist.php; then rm -f %D/%%WWWDIR%%/config.inc.php; fi -%%WWWDIR%%/config.inc-dist.php -@exec cp -n %D/%F %B/config.inc.php +@sample %%WWWDIR%%/config.inc-dist.php %%WWWDIR%%/config.inc.php %%WWWDIR%%/config.php %%WWWDIR%%/contact_add.php %%WWWDIR%%/contact_delete.php @@ -2005,142 +2003,3 @@ %%WWWDIR%%/vendor_edit.php %%WWWDIR%%/view_tags.php %%WWWDIR%%/view_task.php -@dirrm %%WWWDIR%%/styles/sit9 -@dirrm %%WWWDIR%%/styles/sit7 -@dirrm %%WWWDIR%%/styles/sit14 -@dirrm %%WWWDIR%%/styles/images -@dirrm %%WWWDIR%%/styles -@dirrm %%WWWDIR%%/scripts/scriptaculous -@dirrm %%WWWDIR%%/scripts/prototype -@dirrm %%WWWDIR%%/scripts/dojo/src/xml -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/vml -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/images/TreeV3 -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/images/Tree -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/images -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/buttons -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/Editor2/Dialog -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates/Editor2 -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/templates -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/svg -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/nls/zh-cn -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/nls/ja -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/nls/fr -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/nls -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/html -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/demoEngine/templates/images -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/demoEngine/templates -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/demoEngine -@dirrm %%WWWDIR%%/scripts/dojo/src/widget/Editor2Plugin -@dirrm %%WWWDIR%%/scripts/dojo/src/widget -@dirrm %%WWWDIR%%/scripts/dojo/src/validate -@dirrm %%WWWDIR%%/scripts/dojo/src/uuid -@dirrm %%WWWDIR%%/scripts/dojo/src/uri -@dirrm %%WWWDIR%%/scripts/dojo/src/undo -@dirrm %%WWWDIR%%/scripts/dojo/src/text -@dirrm %%WWWDIR%%/scripts/dojo/src/string -@dirrm %%WWWDIR%%/scripts/dojo/src/storage/java -@dirrm %%WWWDIR%%/scripts/dojo/src/storage -@dirrm %%WWWDIR%%/scripts/dojo/src/selection -@dirrm %%WWWDIR%%/scripts/dojo/src/rpc -@dirrm %%WWWDIR%%/scripts/dojo/src/namespaces -@dirrm %%WWWDIR%%/scripts/dojo/src/math -@dirrm %%WWWDIR%%/scripts/dojo/src/logging -@dirrm %%WWWDIR%%/scripts/dojo/src/lfx -@dirrm %%WWWDIR%%/scripts/dojo/src/lang/timing -@dirrm %%WWWDIR%%/scripts/dojo/src/lang -@dirrm %%WWWDIR%%/scripts/dojo/src/io -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency/nls/ja -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency/nls/hi -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency/nls/en-us -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency/nls/en -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency/nls -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/currency -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/zh-tw -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/zh-hk -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/zh-cn -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/zh -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/sv -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/pt-br -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/pt -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/nl -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/ko -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/ja -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/it -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/hu -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/fr -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/fi -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/es -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/en -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls/de -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar/nls -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n/calendar -@dirrm %%WWWDIR%%/scripts/dojo/src/i18n -@dirrm %%WWWDIR%%/scripts/dojo/src/html/images -@dirrm %%WWWDIR%%/scripts/dojo/src/html -@dirrm %%WWWDIR%%/scripts/dojo/src/graphics/color -@dirrm %%WWWDIR%%/scripts/dojo/src/graphics -@dirrm %%WWWDIR%%/scripts/dojo/src/gfx/color -@dirrm %%WWWDIR%%/scripts/dojo/src/gfx -@dirrm %%WWWDIR%%/scripts/dojo/src/flash/flash8 -@dirrm %%WWWDIR%%/scripts/dojo/src/flash/flash6 -@dirrm %%WWWDIR%%/scripts/dojo/src/flash -@dirrm %%WWWDIR%%/scripts/dojo/src/event -@dirrm %%WWWDIR%%/scripts/dojo/src/dnd -@dirrm %%WWWDIR%%/scripts/dojo/src/debug -@dirrm %%WWWDIR%%/scripts/dojo/src/date -@dirrm %%WWWDIR%%/scripts/dojo/src/data/old/provider -@dirrm %%WWWDIR%%/scripts/dojo/src/data/old/format -@dirrm %%WWWDIR%%/scripts/dojo/src/data/old -@dirrm %%WWWDIR%%/scripts/dojo/src/data/core -@dirrm %%WWWDIR%%/scripts/dojo/src/data -@dirrm %%WWWDIR%%/scripts/dojo/src/crypto -@dirrm %%WWWDIR%%/scripts/dojo/src/collections -@dirrm %%WWWDIR%%/scripts/dojo/src/charting/vml -@dirrm %%WWWDIR%%/scripts/dojo/src/charting/svg -@dirrm %%WWWDIR%%/scripts/dojo/src/charting -@dirrm %%WWWDIR%%/scripts/dojo/src/cal -@dirrm %%WWWDIR%%/scripts/dojo/src/animation -@dirrm %%WWWDIR%%/scripts/dojo/src -@dirrm %%WWWDIR%%/scripts/dojo -@dirrm %%WWWDIR%%/scripts -@dirrm %%WWWDIR%%/portal -@dirrm %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/lib/nusoap -@dirrm %%WWWDIR%%/lib/magpierss/htdocs -@dirrm %%WWWDIR%%/lib/magpierss/extlib -@dirrm %%WWWDIR%%/lib/magpierss -@dirrm %%WWWDIR%%/lib -@dirrm %%WWWDIR%%/inc -@dirrm %%WWWDIR%%/images/icons/sit/32x32/mimetypes -@dirrm %%WWWDIR%%/images/icons/sit/32x32 -@dirrm %%WWWDIR%%/images/icons/sit/16x16 -@dirrm %%WWWDIR%%/images/icons/sit/12x12 -@dirrm %%WWWDIR%%/images/icons/sit -@dirrm %%WWWDIR%%/images/icons/oxygen/32x32/mimetypes -@dirrm %%WWWDIR%%/images/icons/oxygen/32x32 -@dirrm %%WWWDIR%%/images/icons/oxygen/16x16 -@dirrm %%WWWDIR%%/images/icons/oxygen/12x12 -@dirrm %%WWWDIR%%/images/icons/oxygen -@dirrm %%WWWDIR%%/images/icons/kdeclassic/32x32/mimetypes -@dirrm %%WWWDIR%%/images/icons/kdeclassic/32x32 -@dirrm %%WWWDIR%%/images/icons/kdeclassic/16x16/mimetypes -@dirrm %%WWWDIR%%/images/icons/kdeclassic/16x16/apps -@dirrm %%WWWDIR%%/images/icons/kdeclassic/16x16/actions -@dirrm %%WWWDIR%%/images/icons/kdeclassic/16x16 -@dirrm %%WWWDIR%%/images/icons/kdeclassic -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/emoticons -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/i18n -@dirrm %%WWWDIR%%/help/ru-RU -@dirrm %%WWWDIR%%/help/it-IT -@dirrm %%WWWDIR%%/help/es-MX -@dirrm %%WWWDIR%%/help/en-US -@dirrm %%WWWDIR%%/help/en-GB -@dirrm %%WWWDIR%%/help/de-DE -@dirrm %%WWWDIR%%/help/da-DK -@dirrm %%WWWDIR%%/help/cy-GB -@dirrm %%WWWDIR%%/help -@dirrm %%WWWDIR%%/doc -@dirrm %%WWWDIR%%/calendar -@dirrm %%WWWDIR%% From owner-svn-ports-head@freebsd.org Sat Sep 26 17:15:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13E21A0A84B; Sat, 26 Sep 2015 17:15:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05290E02; Sat, 26 Sep 2015 17:15:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QHF2g9086313; Sat, 26 Sep 2015 17:15:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QHF2O9086312; Sat, 26 Sep 2015 17:15:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261715.t8QHF2O9086312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 17:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398005 - head/www/repos-style X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:15:03 -0000 Author: bapt Date: Sat Sep 26 17:15:02 2015 New Revision: 398005 URL: https://svnweb.freebsd.org/changeset/ports/398005 Log: Convert to @sample Modified: head/www/repos-style/pkg-plist Modified: head/www/repos-style/pkg-plist ============================================================================== --- head/www/repos-style/pkg-plist Sat Sep 26 17:13:20 2015 (r398004) +++ head/www/repos-style/pkg-plist Sat Sep 26 17:15:02 2015 (r398005) @@ -1,8 +1,6 @@ %%WWWDIR%%/Cezanne-LICENSE.txt %%WWWDIR%%/LICENSE-2.0.txt -@unexec if cmp -s %D/%%WWWDIR%%/open/log/index.dist.php %D/%%WWWDIR%%/open/log/index.php; then rm -f %D/%%WWWDIR%%/open/log/index.php; fi -%%WWWDIR%%/open/log/index.dist.php -@exec if [ ! -f %D/%%WWWDIR%%/open/log/index.php ]; then cp -p %D/%%WWWDIR%%/open/log/index.dist.php %D/%%WWWDIR%%/open/log/index.php; fi +@sample %%WWWDIR%%/open/log/index.dist.php %%WWWDIR%%/open/log/index.php %%WWWDIR%%/style/commands/16x16/back.png %%WWWDIR%%/style/commands/16x16/download.png %%WWWDIR%%/style/commands/16x16/history.png From owner-svn-ports-head@freebsd.org Sat Sep 26 17:18:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5B92A0A9E2; Sat, 26 Sep 2015 17:18:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6E65FCA; Sat, 26 Sep 2015 17:18:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QHINpq086762; Sat, 26 Sep 2015 17:18:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QHIN1m086761; Sat, 26 Sep 2015 17:18:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261718.t8QHIN1m086761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 17:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398006 - head/www/py-prewikka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:18:23 -0000 Author: bapt Date: Sat Sep 26 17:18:22 2015 New Revision: 398006 URL: https://svnweb.freebsd.org/changeset/ports/398006 Log: Use @sample Modified: head/www/py-prewikka/pkg-plist Modified: head/www/py-prewikka/pkg-plist ============================================================================== --- head/www/py-prewikka/pkg-plist Sat Sep 26 17:15:02 2015 (r398005) +++ head/www/py-prewikka/pkg-plist Sat Sep 26 17:18:22 2015 (r398006) @@ -1,7 +1,5 @@ bin/prewikka-httpd -@unexec if cmp -s %D/etc/prewikka/prewikka.conf-dist %D/etc/prewikka/prewikka.conf; then rm -f %D/etc/prewikka/prewikka.conf; fi -etc/prewikka/prewikka.conf-dist -@exec if [ ! -f %D/etc/prewikka/prewikka.conf ] ; then cp -p %D/%F %B/prewikka.conf; fi +@sample etc/prewikka/prewikka.conf-dist etc/prewikka/prewikka.conf %%PYTHON_SITELIBDIR%%/prewikka/Auth.py %%PYTHON_SITELIBDIR%%/prewikka/Auth.pyc %%PYTHON_SITELIBDIR%%/prewikka/Auth.pyo From owner-svn-ports-head@freebsd.org Sat Sep 26 17:26:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6275A0AEE1; Sat, 26 Sep 2015 17:26:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8158E7ED; Sat, 26 Sep 2015 17:26:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 9D8E5B919D; Sat, 26 Sep 2015 13:26:09 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 5edxE7LaZ5sD; Sat, 26 Sep 2015 13:26:09 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 10303B915C; Sat, 26 Sep 2015 13:26:08 -0400 (EDT) Date: Sat, 26 Sep 2015 13:26:06 -0400 From: Ryan Steinmetz To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397981 - head/net-mgmt/net-snmp Message-ID: <20150926172606.GB95653@exodus.zi0r.com> References: <201509261421.t8QELert003508@repo.freebsd.org> <5606B0A6.8040402@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5606B0A6.8040402@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:26:11 -0000 On (09/26/15 07:50), Bryan Drewery wrote: >bsd.ssp.mk should be in charge of this. > >I think to fix your problem you should just do: > >CONFIGURE_ARGS+= --with-libs="${LDFLAGS:M-l*}" This has broken things in the past. Not going to mess with it. -r > >Note that there are no SSP checks here. It simple converts any -l in >LDFLAGS to the --with-libs format. I haven't tested this yet but wanted >to get it out there still. Having no -l in LDFLAGS >will pass --with-libs= with no params. If it builds fine like that then >it is fine. Otherwise it will be more tricky due to the ordering of >including files from Mk/. > > >-- >Regards, >Bryan Drewery > -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-head@freebsd.org Sat Sep 26 19:46:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4835BA0A032; Sat, 26 Sep 2015 19:46:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 373411489; Sat, 26 Sep 2015 19:46:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QJkQ7T051415; Sat, 26 Sep 2015 19:46:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QJkQ4h051414; Sat, 26 Sep 2015 19:46:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261946.t8QJkQ4h051414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 19:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398007 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 19:46:26 -0000 Author: bapt Date: Sat Sep 26 19:46:25 2015 New Revision: 398007 URL: https://svnweb.freebsd.org/changeset/ports/398007 Log: Fix malformed MOVED entry Submitted by: jbeich Pointyhat to: bapt Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 26 17:18:22 2015 (r398006) +++ head/MOVED Sat Sep 26 19:46:25 2015 (r398007) @@ -7884,4 +7884,4 @@ japanese/kappa20|japanese/font-kappa20|2 japanese/mikachan-ttfonts|japanese/font-mikachan|2015-09-25|Renamed japanese/monafonts-ttf|japanese/font-mona-ttf|2015-09-25|Renamed japanese/monafonts|japanese/font-mona|2015-09-25|Renamed -chinese/joe|editors/joe||2015-09-26|Regular joe's editor now support chinese +chinese/joe|editors/joe|2015-09-26|Regular joe's editor now support chinese From owner-svn-ports-head@freebsd.org Sat Sep 26 20:01:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8FC7A0A660; Sat, 26 Sep 2015 20:01:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B73561CF4; Sat, 26 Sep 2015 20:01:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QK10GQ056234; Sat, 26 Sep 2015 20:01:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QK1091056233; Sat, 26 Sep 2015 20:01:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509262001.t8QK1091056233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Sep 2015 20:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398008 - head/games/sgt-puzzles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:01:00 -0000 Author: amdmi3 Date: Sat Sep 26 20:00:59 2015 New Revision: 398008 URL: https://svnweb.freebsd.org/changeset/ports/398008 Log: - Add LICENSE_FILE Modified: head/games/sgt-puzzles/Makefile Modified: head/games/sgt-puzzles/Makefile ============================================================================== --- head/games/sgt-puzzles/Makefile Sat Sep 26 19:46:25 2015 (r398007) +++ head/games/sgt-puzzles/Makefile Sat Sep 26 20:00:59 2015 (r398008) @@ -12,6 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simon Tatham's Portable Puzzle Collection LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE GNU_CONFIGURE= yes USES= pkgconfig From owner-svn-ports-head@freebsd.org Sat Sep 26 20:02:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEE46A0A7D3; Sat, 26 Sep 2015 20:02:18 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2FE51EB5; Sat, 26 Sep 2015 20:02:18 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QK2IKc059489; Sat, 26 Sep 2015 20:02:18 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QK2I5W059486; Sat, 26 Sep 2015 20:02:18 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201509262002.t8QK2I5W059486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 26 Sep 2015 20:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398009 - in head/mail/milter-regex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:02:19 -0000 Author: dinoex Date: Sat Sep 26 20:02:17 2015 New Revision: 398009 URL: https://svnweb.freebsd.org/changeset/ports/398009 Log: - handle vardir via plist PR: 203199 Submitted by: Dmitry Marakasov Modified: head/mail/milter-regex/Makefile head/mail/milter-regex/files/milterregex.in head/mail/milter-regex/pkg-plist Modified: head/mail/milter-regex/Makefile ============================================================================== --- head/mail/milter-regex/Makefile Sat Sep 26 20:00:59 2015 (r398008) +++ head/mail/milter-regex/Makefile Sat Sep 26 20:02:17 2015 (r398009) @@ -3,7 +3,7 @@ PORTNAME= milter-regex PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.benzedrine.cx/ @@ -40,5 +40,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${MKDIR} ${STAGEDIR}${SPOOLDIR} .include Modified: head/mail/milter-regex/files/milterregex.in ============================================================================== --- head/mail/milter-regex/files/milterregex.in Sat Sep 26 20:00:59 2015 (r398008) +++ head/mail/milter-regex/files/milterregex.in Sat Sep 26 20:02:17 2015 (r398009) @@ -29,17 +29,8 @@ rcvar="milterregex_enable" command="%%PREFIX%%/libexec/milter-regex" pidfile="${spooldir}/milter-regex.pid" required_files="%%PREFIX%%/etc/milter-regex.conf" -start_precmd="milterregex_prestart" stop_postcmd="milterregex_poststop" -milterregex_prestart() { - if test ! -d "${spooldir}" - then - mkdir -m 750 -p "${spooldir}" - chown mailnull:mail "${spooldir}" - fi -} - milterregex_poststop() { /bin/rm -f ${pidfile} } Modified: head/mail/milter-regex/pkg-plist ============================================================================== --- head/mail/milter-regex/pkg-plist Sat Sep 26 20:00:59 2015 (r398008) +++ head/mail/milter-regex/pkg-plist Sat Sep 26 20:02:17 2015 (r398009) @@ -1,3 +1,3 @@ libexec/milter-regex man/man8/milter-regex.8.gz -@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true +@dir(mailnull,mail,750) %%SPOOLDIR%% From owner-svn-ports-head@freebsd.org Sat Sep 26 20:25:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3754AA08449; Sat, 26 Sep 2015 20:25:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 277CFB0E; Sat, 26 Sep 2015 20:25:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKPa7x067864; Sat, 26 Sep 2015 20:25:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKPZVK067861; Sat, 26 Sep 2015 20:25:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509262025.t8QKPZVK067861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 20:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398010 - in head/devel/android-tools-simpleperf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:25:36 -0000 Author: jbeich Date: Sat Sep 26 20:25:34 2015 New Revision: 398010 URL: https://svnweb.freebsd.org/changeset/ports/398010 Log: devel/android-tools-simpleperf: update to m.p.219 Changes: https://android.googlesource.com/platform/system/extras/+log/89a2254..af995fe/simpleperf Modified: head/devel/android-tools-simpleperf/Makefile (contents, props changed) head/devel/android-tools-simpleperf/distinfo (contents, props changed) head/devel/android-tools-simpleperf/files/Makefile (contents, props changed) Modified: head/devel/android-tools-simpleperf/Makefile ============================================================================== --- head/devel/android-tools-simpleperf/Makefile Sat Sep 26 20:02:17 2015 (r398009) +++ head/devel/android-tools-simpleperf/Makefile Sat Sep 26 20:25:34 2015 (r398010) @@ -2,8 +2,8 @@ PORTNAME= android-tools-simpleperf DISTVERSIONPREFIX= android- -DISTVERSION= m-preview-136 -DISTVERSIONSUFFIX= -g89a2254 +DISTVERSION= m-preview-219 +DISTVERSIONSUFFIX= -gaf995fe CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -17,8 +17,8 @@ USE_GITHUB= yes GH_ACCOUNT= android:bionic,core jbeich GH_PROJECT= platform_bionic:bionic platform_system_core:core \ platform_system_extras -GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-232-gb4f2112:bionic \ - ${DISTVERSIONFULL:C/-[0-9].*//}-868-gb81c410:core +GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-357-g55f87a0:bionic \ + ${DISTVERSIONFULL:C/-[0-9].*//}-1254-gfca4821:core USES= compiler:c++11-lib uidfix BUILD_WRKSRC= ${WRKSRC}/simpleperf Modified: head/devel/android-tools-simpleperf/distinfo ============================================================================== --- head/devel/android-tools-simpleperf/distinfo Sat Sep 26 20:02:17 2015 (r398009) +++ head/devel/android-tools-simpleperf/distinfo Sat Sep 26 20:25:34 2015 (r398010) @@ -1,6 +1,6 @@ -SHA256 (jbeich-platform_system_extras-android-m-preview-136-g89a2254_GH0.tar.gz) = 33813515ba14743085b8e95a4a74025ac4cefd7d308d5870cc8e279ef5380d4a -SIZE (jbeich-platform_system_extras-android-m-preview-136-g89a2254_GH0.tar.gz) = 665360 -SHA256 (android-platform_bionic-android-m-preview-232-gb4f2112_GH0.tar.gz) = 88767af6ed1b4377c03aee44e61c175f69decc9169eea2b39661c940186eec5e -SIZE (android-platform_bionic-android-m-preview-232-gb4f2112_GH0.tar.gz) = 3438328 -SHA256 (android-platform_system_core-android-m-preview-868-gb81c410_GH0.tar.gz) = e013cf5538e25d8123bb7e423ab4269826f74d0af3d44e3e316942c2b1b5a362 -SIZE (android-platform_system_core-android-m-preview-868-gb81c410_GH0.tar.gz) = 1335909 +SHA256 (jbeich-platform_system_extras-android-m-preview-219-gaf995fe_GH0.tar.gz) = e8d797e8764c693ba3f5b312368815747c9c331e7d5d2c71068ab99fedff6e29 +SIZE (jbeich-platform_system_extras-android-m-preview-219-gaf995fe_GH0.tar.gz) = 76449581 +SHA256 (android-platform_bionic-android-m-preview-357-g55f87a0_GH0.tar.gz) = bb0a72a7d84c2b18d5076581f97ac1c239329ee64f5150082f740f911be64a03 +SIZE (android-platform_bionic-android-m-preview-357-g55f87a0_GH0.tar.gz) = 3462941 +SHA256 (android-platform_system_core-android-m-preview-1254-gfca4821_GH0.tar.gz) = 0368607e5bc8e777746658f37be59d9f6c356d1265b24c0c128054c8d1b958eb +SIZE (android-platform_system_core-android-m-preview-1254-gfca4821_GH0.tar.gz) = 1361953 Modified: head/devel/android-tools-simpleperf/files/Makefile ============================================================================== --- head/devel/android-tools-simpleperf/files/Makefile Sat Sep 26 20:02:17 2015 (r398009) +++ head/devel/android-tools-simpleperf/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) @@ -10,7 +10,6 @@ SRCS+= cmd_help.cpp SRCS+= cmd_report.cpp SRCS+= command.cpp SRCS+= dso.cpp -SRCS+= environment_fake.cpp SRCS+= event_attr.cpp SRCS+= event_type.cpp SRCS+= main.cpp @@ -26,6 +25,9 @@ TEST_SRCS+= command_test.cpp TEST_SRCS+= record_test.cpp TEST_SRCS+= sample_tree_test.cpp +.PATH: ${.CURDIR}/darwin_support +SRCS+= darwin_support.cpp + # required by simpleperf .PATH: ${.CURDIR}/../base SRCS+= file.cpp @@ -51,7 +53,8 @@ SRCS+= threads.c CFLAGS+=-D_WITH_GETLINE CFLAGS+=-DUSE_BIONIC_UAPI_HEADERS -CFLAGS+=-I${.CURDIR}/darwin_support +CFLAGS+=-I${.CURDIR} +CFLAGS+=-I${.CURDIR}/darwin_support/include CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../base/include CFLAGS+=-I${.CURDIR}/../bionic/libc/kernel From owner-svn-ports-head@freebsd.org Sat Sep 26 20:26:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D51FA0848D; Sat, 26 Sep 2015 20:26:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7C0BF6; Sat, 26 Sep 2015 20:26:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKQ0qx068136; Sat, 26 Sep 2015 20:26:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKPw1K068123; Sat, 26 Sep 2015 20:25:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509262025.t8QKPw1K068123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 20:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398011 - in head/devel: android-tools-adb-devel android-tools-adb-devel/files android-tools-adb/files android-tools-fastboot android-tools-fastboot-devel android-tools-fastboot-devel/f... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:26:00 -0000 Author: jbeich Date: Sat Sep 26 20:25:57 2015 New Revision: 398011 URL: https://svnweb.freebsd.org/changeset/ports/398011 Log: devel/android-tools-*: restore CPPFLAGS support after r390135 Modified: head/devel/android-tools-adb-devel/Makefile (contents, props changed) head/devel/android-tools-adb-devel/files/Makefile (contents, props changed) head/devel/android-tools-adb/files/Makefile (contents, props changed) head/devel/android-tools-fastboot-devel/Makefile (contents, props changed) head/devel/android-tools-fastboot-devel/files/Makefile (contents, props changed) head/devel/android-tools-fastboot/Makefile (contents, props changed) head/devel/android-tools-fastboot/files/Makefile (contents, props changed) head/devel/android-tools-simpleperf/files/Makefile (contents, props changed) Modified: head/devel/android-tools-adb-devel/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-adb-devel/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -17,7 +17,7 @@ USES= compiler:c++11-lib BUILD_WRKSRC= ${WRKSRC}/adb INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV= FILESDIR="${FILESDIR}" -CFLAGS+= -DADB_REVISION='\"${DISTVERSIONSUFFIX:S/-g//}-android\"' +CPPFLAGS+= -DADB_REVISION='\"${DISTVERSIONSUFFIX:S/-g//}-android\"' ALL_TARGET= all OPTIONS_DEFINE= TEST Modified: head/devel/android-tools-adb-devel/files/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-adb-devel/files/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -62,25 +62,28 @@ SRCS+= threads.c .PATH: ${.CURDIR}/../liblog SRCS+= fake_log_device.c SRCS+= logd_write.c -CFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 - -CFLAGS+= -DADB_HOST=1 -CFLAGS+= -DHAVE_FORKEXEC=1 -CFLAGS+= -DHAVE_SYMLINKS -CFLAGS+= -DHAVE_TERMIO_H -CFLAGS+= -DHAVE_SYS_SOCKET_H -CFLAGS+= -D_FILE_OFFSET_BITS=64 -CFLAGS+= -I${.CURDIR} -CFLAGS+= -I${.CURDIR}/../include -CFLAGS+= -I${.CURDIR}/../base/include -CFLAGS+=${CFLAGS.${.IMPSRC:T}} +CPPFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 +CPPFLAGS+= -DADB_HOST=1 +CPPFLAGS+= -DHAVE_FORKEXEC=1 +CPPFLAGS+= -DHAVE_SYMLINKS +CPPFLAGS+= -DHAVE_TERMIO_H +CPPFLAGS+= -DHAVE_SYS_SOCKET_H +CPPFLAGS+= -D_FILE_OFFSET_BITS=64 +CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR}/../include +CPPFLAGS+= -I${.CURDIR}/../base/include +CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}} CXXFLAGS+= -std=gnu++11 -CXXFLAGS+= ${CFLAGS:N-std*} -TEST_CFLAGS+= $$(${GTEST_CONFIG} --cppflags) +.ifndef COMPILE.c +CFLAGS+= ${CPPFLAGS} +CXXFLAGS+= ${CPPFLAGS} +.endif + +TEST_CPPFLAGS+= $$(${GTEST_CONFIG} --cppflags) .for f in ${TEST_SRCS} -CFLAGS.${f}+= ${TEST_CFLAGS} +CPPFLAGS.${f}+= ${TEST_CPPFLAGS} .endfor LDADD+= -lcrypto -lpthread -lusb -lz @@ -90,6 +93,6 @@ TEST_LDADD+= $$(${GTEST_CONFIG} --libs - GTEST_CONFIG?= gtest-config adb_test: ${SRCS:R:S/$/.o/:Nmain.o:Ncommandline.o} ${TEST_SRCS:R:S/$/.o/} - ${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ $> ${LDADD} ${TEST_LDADD} + ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o $@ $> ${LDADD} ${TEST_LDADD} .include Modified: head/devel/android-tools-adb/files/Makefile ============================================================================== --- head/devel/android-tools-adb/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-adb/files/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -33,14 +33,18 @@ SRCS+= load_file.c SRCS+= centraldir.c SRCS+= zipfile.c -CFLAGS+= -DADB_HOST=1 -CFLAGS+= -DHAVE_FORKEXEC=1 -CFLAGS+= -DHAVE_SYMLINKS -CFLAGS+= -DHAVE_TERMIO_H -CFLAGS+= -DHAVE_SYS_SOCKET_H -CFLAGS+= -D_FILE_OFFSET_BITS=64 -CFLAGS+= -I${.CURDIR} -CFLAGS+= -I${.CURDIR}/../include +CPPFLAGS+= -DADB_HOST=1 +CPPFLAGS+= -DHAVE_FORKEXEC=1 +CPPFLAGS+= -DHAVE_SYMLINKS +CPPFLAGS+= -DHAVE_TERMIO_H +CPPFLAGS+= -DHAVE_SYS_SOCKET_H +CPPFLAGS+= -D_FILE_OFFSET_BITS=64 +CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR}/../include + +.ifndef COMPILE.c +CFLAGS+= ${CPPFLAGS} +.endif LDADD+= -lcrypto -lpthread -lusb -lz DPADD+= ${LIBCRYPTO} ${LIBPTHREAD} ${LIBUSB} ${LIBZ} Modified: head/devel/android-tools-fastboot-devel/Makefile ============================================================================== --- head/devel/android-tools-fastboot-devel/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-fastboot-devel/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -16,6 +16,6 @@ FILESDIR= ${.CURDIR}/files EXTRA_PATCHES+= ${.CURDIR}/files/patch-* USES= compiler:c++11-lib -CFLAGS+= -DFASTBOOT_REVISION='\"${DISTVERSIONSUFFIX:S/-g//}-android\"' +CPPFLAGS+= -DFASTBOOT_REVISION='\"${DISTVERSIONSUFFIX:S/-g//}-android\"' .include "${MASTERDIR}/Makefile" Modified: head/devel/android-tools-fastboot-devel/files/Makefile ============================================================================== --- head/devel/android-tools-fastboot-devel/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-fastboot-devel/files/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -36,7 +36,7 @@ SRCS+= wipe.c .PATH: ${.CURDIR}/../liblog SRCS+= fake_log_device.c SRCS+= logd_write.c -CFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 +CPPFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 # required by ext4_utils .PATH: ${.CURDIR}/../libselinux/src @@ -48,8 +48,8 @@ SRCS+= label.c SRCS+= label_android_property.c SRCS+= label_file.c SRCS+= label_support.c -CFLAGS.init.c+= -DDARWIN # statfs -CFLAGS.label_file.c+= -D_WITH_GETLINE +CPPFLAGS.init.c+= -DDARWIN # statfs +CPPFLAGS.label_file.c+= -D_WITH_GETLINE # required by fastboot and ext4_utils .PATH: ${.CURDIR}/../libsparse @@ -68,24 +68,27 @@ SRCS+= FileMap.cpp .PATH: ${.CURDIR}/../libziparchive SRCS+= zip_archive.cc -CFLAGS+=-Doff64_t=off_t -CFLAGS+=-Dftruncate64=ftruncate -CFLAGS+=-Dlseek64=lseek -CFLAGS+=-Dmmap64=mmap -CFLAGS+=-Dpread64=pread -CFLAGS+=-I${.CURDIR} -CFLAGS+=-I${.CURDIR}/../include -CFLAGS+=-I${.CURDIR}/../mkbootimg -CFLAGS+=-I${.CURDIR}/../base/include -CFLAGS+=-I${.CURDIR}/../ext4_utils -CFLAGS+=-I${.CURDIR}/../f2fs_utils -CFLAGS+=-I${.CURDIR}/../libselinux/include -CFLAGS+=-I${.CURDIR}/../libsparse/include -CFLAGS+=${CFLAGS.${.IMPSRC:T}} - -CXXFLAGS+=-D__STDC_LIMIT_MACROS # DragonFly -CXXFLAGS+=-std=gnu++11 -CXXFLAGS+=${CFLAGS:N-std*} +CPPFLAGS+= -Doff64_t=off_t +CPPFLAGS+= -Dftruncate64=ftruncate +CPPFLAGS+= -Dlseek64=lseek +CPPFLAGS+= -Dmmap64=mmap +CPPFLAGS+= -Dpread64=pread +CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR}/../include +CPPFLAGS+= -I${.CURDIR}/../mkbootimg +CPPFLAGS+= -I${.CURDIR}/../base/include +CPPFLAGS+= -I${.CURDIR}/../ext4_utils +CPPFLAGS+= -I${.CURDIR}/../f2fs_utils +CPPFLAGS+= -I${.CURDIR}/../libselinux/include +CPPFLAGS+= -I${.CURDIR}/../libsparse/include +CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}} +CXXFLAGS+= -D__STDC_LIMIT_MACROS # DragonFly +CXXFLAGS+= -std=gnu++11 + +.ifndef COMPILE.c +CFLAGS+= ${CPPFLAGS} +CXXFLAGS+= ${CPPFLAGS} +.endif LDADD+= -lpcre -lusb -lz DPADD+= ${LIBPCRE} ${LIBUSB} ${LIBZ} Modified: head/devel/android-tools-fastboot/Makefile ============================================================================== --- head/devel/android-tools-fastboot/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-fastboot/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -35,7 +35,7 @@ MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV= FILESDIR="${FILESDIR}" BINDIR="${PREFIX}/bin" \ MANDIR="${PREFIX}/man/man" \ LIBPCRE="${LOCALBASE}/lib/libpcre.a" -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/fastboot \ %%BASH%%etc/bash_completion.d/fastboot \ Modified: head/devel/android-tools-fastboot/files/Makefile ============================================================================== --- head/devel/android-tools-fastboot/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-fastboot/files/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -36,7 +36,7 @@ SRCS+= init.c SRCS+= label.c SRCS+= label_android_property.c SRCS+= label_file.c -CFLAGS.init.c+= -DDARWIN # statfs +CPPFLAGS.init.c+= -DDARWIN # statfs .PATH: ${.CURDIR}/../libsparse SRCS+= backed_block.c @@ -49,21 +49,25 @@ SRCS+= sparse_read.c .PATH: ${.CURDIR}/../libzipfile SRCS+= centraldir.c SRCS+= zipfile.c -CFLAGS.centraldir.c+= -Ulseek64 # utils/Compat.h +CPPFLAGS.centraldir.c+= -Ulseek64 # utils/Compat.h -CFLAGS+=-D_FILE_OFFSET_BITS=64 # utils/Compat.h -CFLAGS+=-Doff64_t=off_t -CFLAGS+=-Dftruncate64=ftruncate -CFLAGS+=-Dlseek64=lseek -CFLAGS+=-Dmmap64=mmap -CFLAGS+=-I${.CURDIR} -CFLAGS+=-I${.CURDIR}/../include -CFLAGS+=-I${.CURDIR}/../mkbootimg -CFLAGS+=-I${.CURDIR}/../ext4_utils -CFLAGS+=-I${.CURDIR}/../f2fs_utils -CFLAGS+=-I${.CURDIR}/../libselinux/include -CFLAGS+=-I${.CURDIR}/../libsparse/include -CFLAGS+=${CFLAGS.${.IMPSRC:T}} +CPPFLAGS+= -D_FILE_OFFSET_BITS=64 # utils/Compat.h +CPPFLAGS+= -Doff64_t=off_t +CPPFLAGS+= -Dftruncate64=ftruncate +CPPFLAGS+= -Dlseek64=lseek +CPPFLAGS+= -Dmmap64=mmap +CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR}/../include +CPPFLAGS+= -I${.CURDIR}/../mkbootimg +CPPFLAGS+= -I${.CURDIR}/../ext4_utils +CPPFLAGS+= -I${.CURDIR}/../f2fs_utils +CPPFLAGS+= -I${.CURDIR}/../libselinux/include +CPPFLAGS+= -I${.CURDIR}/../libsparse/include +CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}} + +.ifndef COMPILE.c +CFLAGS+= ${CPPFLAGS} +.endif LDADD+= -lpcre -lusb -lz DPADD+= ${LIBPCRE} ${LIBUSB} ${LIBZ} Modified: head/devel/android-tools-simpleperf/files/Makefile ============================================================================== --- head/devel/android-tools-simpleperf/files/Makefile Sat Sep 26 20:25:34 2015 (r398010) +++ head/devel/android-tools-simpleperf/files/Makefile Sat Sep 26 20:25:57 2015 (r398011) @@ -45,28 +45,31 @@ TEST_SRCS+= test_utils.cpp .PATH: ${.CURDIR}/../liblog SRCS+= fake_log_device.c SRCS+= logd_write.c -CFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 +CPPFLAGS.logd_write.c+= -DFAKE_LOG_DEVICE=1 # required by base .PATH: ${.CURDIR}/../libcutils SRCS+= threads.c -CFLAGS+=-D_WITH_GETLINE -CFLAGS+=-DUSE_BIONIC_UAPI_HEADERS -CFLAGS+=-I${.CURDIR} -CFLAGS+=-I${.CURDIR}/darwin_support/include -CFLAGS+=-I${.CURDIR}/../include -CFLAGS+=-I${.CURDIR}/../base/include -CFLAGS+=-I${.CURDIR}/../bionic/libc/kernel -CFLAGS+=$$(${LLVM_CONFIG} --cppflags) -CFLAGS+=${CFLAGS.${.IMPSRC:T}} +CPPFLAGS+= -D_WITH_GETLINE +CPPFLAGS+= -DUSE_BIONIC_UAPI_HEADERS +CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR}/darwin_support/include +CPPFLAGS+= -I${.CURDIR}/../include +CPPFLAGS+= -I${.CURDIR}/../base/include +CPPFLAGS+= -I${.CURDIR}/../bionic/libc/kernel +CPPFLAGS+= $$(${LLVM_CONFIG} --cppflags) +CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}} +CXXFLAGS+= -std=gnu++11 + +.ifndef COMPILE.c +CFLAGS+= ${CPPFLAGS} +CXXFLAGS+= ${CPPFLAGS} +.endif -CXXFLAGS+=-std=gnu++11 -CXXFLAGS+=${CFLAGS:N-std*} - -TEST_CFLAGS+= $$(${GTEST_CONFIG} --cppflags) +TEST_CPPFLAGS+= $$(${GTEST_CONFIG} --cppflags) .for f in ${TEST_SRCS} -CFLAGS.${f}+= ${TEST_CFLAGS} +CPPFLAGS.${f}+= ${TEST_CPPFLAGS} .endfor LDADD+= $$(${LLVM_CONFIG} --system-libs --libs --ldflags) @@ -76,6 +79,6 @@ LLVM_CONFIG?= llvm-config GTEST_CONFIG?= gtest-config simpleperf_unit_test: ${SRCS:R:S/$/.o/:Nmain.o} ${TEST_SRCS:R:S/$/.o/} - ${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ $> ${LDADD} ${TEST_LDADD} + ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o $@ $> ${LDADD} ${TEST_LDADD} .include From owner-svn-ports-head@freebsd.org Sat Sep 26 20:26:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D10A0854B; Sat, 26 Sep 2015 20:26:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A36CE1D; Sat, 26 Sep 2015 20:26:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKQOgi068479; Sat, 26 Sep 2015 20:26:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKQMFL068467; Sat, 26 Sep 2015 20:26:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509262026.t8QKQMFL068467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 20:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398012 - in head: audio/alsa-plugins audio/alsa-utils audio/wavbreaker devel/android-tools-fastboot emulators/ppsspp emulators/xsystem35 multimedia/libmtp net-p2p/transmission-cli sysu... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:26:25 -0000 Author: jbeich Date: Sat Sep 26 20:26:21 2015 New Revision: 398012 URL: https://svnweb.freebsd.org/changeset/ports/398012 Log: Convert my ports to USES=localbase Modified: head/audio/alsa-plugins/Makefile (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) head/audio/wavbreaker/Makefile (contents, props changed) head/devel/android-tools-fastboot/Makefile (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/xsystem35/Makefile (contents, props changed) head/multimedia/libmtp/Makefile (contents, props changed) head/net-p2p/transmission-cli/Makefile (contents, props changed) head/sysutils/fusefs-simple-mtpfs/Makefile (contents, props changed) Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/audio/alsa-plugins/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -15,11 +15,10 @@ LICENSE= LGPL21 # or any later version LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib GNU_CONFIGURE= yes -USES= alias libtool:keepla pkgconfig tar:bzip2 +USES= alias libtool:keepla localbase pkgconfig tar:bzip2 EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files -LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFAULT=IO_PTR OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX @@ -44,7 +43,6 @@ JACK_IMPLIES= SAMPLERATE FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE=avcodec -FFMPEG_CPPFLAGS= -I${LOCALBASE}/include PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE=pulseaudio Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/audio/alsa-utils/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -15,13 +15,12 @@ LICENSE= GPLv2 # or any later version LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins -USES= gmake shebangfix tar:bzip2 +USES= gmake localbase shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev" SHEBANG_FILES= alsa-info/alsa-info.sh alsaconf/alsaconf.in INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -I${.CURDIR}/../alsa-lib/files -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files OPTIONS_SUB= yes OPTIONS_DEFINE= MANPAGES NLS Modified: head/audio/wavbreaker/Makefile ============================================================================== --- head/audio/wavbreaker/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/audio/wavbreaker/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -21,10 +21,8 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls USE_GNOME= gtk20 libxml2 -USES= gmake pathfix pkgconfig desktop-file-utils +USES= desktop-file-utils gmake localbase pathfix pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-alsa INSTALLS_ICONS= yes Modified: head/devel/android-tools-fastboot/Makefile ============================================================================== --- head/devel/android-tools-fastboot/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/devel/android-tools-fastboot/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -28,15 +28,13 @@ GH_PROJECT= platform_system_core platfor CONFLICTS_INSTALL?= ${PORTNAME}-devel-* -USES+= uidfix +USES+= localbase uidfix BUILD_WRKSRC= ${WRKSRC}/fastboot INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV= FILESDIR="${FILESDIR}" BINDIR="${PREFIX}/bin" \ MANDIR="${PREFIX}/man/man" \ LIBPCRE="${LOCALBASE}/lib/libpcre.a" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/fastboot \ %%BASH%%etc/bash_completion.d/fastboot \ man/man1/fastboot.1.gz Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/emulators/ppsspp/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -31,7 +31,7 @@ GH_PROJECT+= native:native CONFLICTS_INSTALL?= ${PORTNAME}-devel-[0-9]* -USES= compiler:c++11-lib pkgconfig +USES= compiler:c++11-lib localbase pkgconfig USE_GL+= glu USE_SDL= sdl2 # joystick CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on @@ -58,7 +58,6 @@ QT5_USE= QT5=qmake_build,buildtools_buil SDL_USES= cmake:outsource ninja SDL_BUILD_DEPENDS= png>=1.6:${PORTSDIR}/graphics/png SDL_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -SDL_LDFLAGS= -L${LOCALBASE}/lib # ffmpeg SDL_VARS= PORTDATA+="assets ${PORTNAME}" post-extract: Modified: head/emulators/xsystem35/Makefile ============================================================================== --- head/emulators/xsystem35/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/emulators/xsystem35/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -35,7 +35,7 @@ MMX_BUILD_DEPENDS=nasm:${PORTSDIR}/devel MMX_CONFIGURE_ENABLE=mmx EXTRACT_AFTER_ARGS=--exclude libltdl -USES= gettext gmake jpeg libtool shebangfix +USES= gettext gmake jpeg libtool localbase shebangfix SHEBANG_FILES= contrib/instgame USE_XORG= x11 xext xxf86vm GNU_CONFIGURE= yes @@ -47,8 +47,6 @@ CONFIGURE_ARGS= \ --with-default-output=oss \ --enable-midi=seq,extp,raw \ --enable-cdrom=bsd,mp3 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip SUB_FILES= pkg-message Modified: head/multimedia/libmtp/Makefile ============================================================================== --- head/multimedia/libmtp/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/multimedia/libmtp/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -21,12 +21,9 @@ MTPZ_DESC= Enable functionality to conne GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen INSTALL_TARGET= install-strip -USES= iconv libtool pathfix pkgconfig +USES= iconv libtool localbase pathfix pkgconfig USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc) CONFIGURE_ENV+= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb" .endif Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/net-p2p/transmission-cli/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -41,11 +41,10 @@ GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/f GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web # This is master port of transmission-*, so don't override USES definition -USES+= gmake iconv libtool pkgconfig +USES+= gmake iconv libtool localbase pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -DWITH_UTP=1 -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -DWITH_UTP=1 LIBS+= ${ICONV_LIB} CONFIGURE_ARGS=--with-zlib=/usr \ --without-inotify \ Modified: head/sysutils/fusefs-simple-mtpfs/Makefile ============================================================================== --- head/sysutils/fusefs-simple-mtpfs/Makefile Sat Sep 26 20:25:57 2015 (r398011) +++ head/sysutils/fusefs-simple-mtpfs/Makefile Sat Sep 26 20:26:21 2015 (r398012) @@ -16,13 +16,11 @@ LIB_DEPENDS= libmtp.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= phatina -USES= autoreconf compiler:c++11-lib fuse pkgconfig +USES= autoreconf compiler:c++11-lib fuse localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules MAKEFILE= makefile INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS NEWS README.md From owner-svn-ports-head@freebsd.org Sat Sep 26 20:42:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88D73A094A4; Sat, 26 Sep 2015 20:42:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CDE4D0F; Sat, 26 Sep 2015 20:42:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKg8Ya076435; Sat, 26 Sep 2015 20:42:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKg8rG076434; Sat, 26 Sep 2015 20:42:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509262042.t8QKg8rG076434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 20:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398013 - head/mail/nmh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:42:08 -0000 Author: antoine Date: Sat Sep 26 20:42:07 2015 New Revision: 398013 URL: https://svnweb.freebsd.org/changeset/ports/398013 Log: - Convert to @sample - Cleanup plist Modified: head/mail/nmh/pkg-plist Modified: head/mail/nmh/pkg-plist ============================================================================== --- head/mail/nmh/pkg-plist Sat Sep 26 20:26:21 2015 (r398012) +++ head/mail/nmh/pkg-plist Sat Sep 26 20:42:07 2015 (r398013) @@ -47,93 +47,35 @@ bin/sortm bin/unseen bin/whatnow bin/whom -@unexec if cmp -s %D/etc/nmh/MailAliases %D/etc/nmh/MailAliases-dist; then rm -f %D/etc/nmh/MailAliases; else echo 'Local changes: %D/etc/nmh/MailAliases (not removed)' >&2; fi -etc/nmh/MailAliases-dist -@exec [ -f %D/etc/nmh/MailAliases ] || cp %D/etc/nmh/MailAliases-dist %D/etc/nmh/MailAliases -@unexec if cmp -s %D/etc/nmh/components %D/etc/nmh/components-dist; then rm -f %D/etc/nmh/components; else echo 'Local changes: %D/etc/nmh/components (not removed)' >&2; fi -etc/nmh/components-dist -@exec [ -f %D/etc/nmh/components ] || cp %D/etc/nmh/components-dist %D/etc/nmh/components -@unexec if cmp -s %D/etc/nmh/digestcomps %D/etc/nmh/digestcomps-dist; then rm -f %D/etc/nmh/digestcomps; else echo 'Local changes: %D/etc/nmh/digestcomps (not removed)' >&2; fi -etc/nmh/digestcomps-dist -@exec [ -f %D/etc/nmh/digestcomps ] || cp %D/etc/nmh/digestcomps-dist %D/etc/nmh/digestcomps -@unexec if cmp -s %D/etc/nmh/distcomps %D/etc/nmh/distcomps-dist; then rm -f %D/etc/nmh/distcomps; else echo 'Local changes: %D/etc/nmh/distcomps (not removed)' >&2; fi -etc/nmh/distcomps-dist -@exec [ -f %D/etc/nmh/distcomps ] || cp %D/etc/nmh/distcomps-dist %D/etc/nmh/distcomps -@unexec if cmp -s %D/etc/nmh/forwcomps %D/etc/nmh/forwcomps-dist; then rm -f %D/etc/nmh/forwcomps; else echo 'Local changes: %D/etc/nmh/forwcomps (not removed)' >&2; fi -etc/nmh/forwcomps-dist -@exec [ -f %D/etc/nmh/forwcomps ] || cp %D/etc/nmh/forwcomps-dist %D/etc/nmh/forwcomps -@unexec if cmp -s %D/etc/nmh/mhl.body %D/etc/nmh/mhl.body-dist; then rm -f %D/etc/nmh/mhl.body; else echo 'Local changes: %D/etc/nmh/mhl.body (not removed)' >&2; fi -etc/nmh/mhl.body-dist -@exec [ -f %D/etc/nmh/mhl.body ] || cp %D/etc/nmh/mhl.body-dist %D/etc/nmh/mhl.body -@unexec if cmp -s %D/etc/nmh/mhl.digest %D/etc/nmh/mhl.digest-dist; then rm -f %D/etc/nmh/mhl.digest; else echo 'Local changes: %D/etc/nmh/mhl.digest (not removed)' >&2; fi -etc/nmh/mhl.digest-dist -@exec [ -f %D/etc/nmh/mhl.digest ] || cp %D/etc/nmh/mhl.digest-dist %D/etc/nmh/mhl.digest -@unexec if cmp -s %D/etc/nmh/mhl.format %D/etc/nmh/mhl.format-dist; then rm -f %D/etc/nmh/mhl.format; else echo 'Local changes: %D/etc/nmh/mhl.format (not removed)' >&2; fi -etc/nmh/mhl.format-dist -@exec [ -f %D/etc/nmh/mhl.format ] || cp %D/etc/nmh/mhl.format-dist %D/etc/nmh/mhl.format -@unexec if cmp -s %D/etc/nmh/mhl.forward %D/etc/nmh/mhl.forward-dist; then rm -f %D/etc/nmh/mhl.forward; else echo 'Local changes: %D/etc/nmh/mhl.forward (not removed)' >&2; fi -etc/nmh/mhl.forward-dist -@exec [ -f %D/etc/nmh/mhl.forward ] || cp %D/etc/nmh/mhl.forward-dist %D/etc/nmh/mhl.forward -@unexec if cmp -s %D/etc/nmh/mhl.headers %D/etc/nmh/mhl.headers-dist; then rm -f %D/etc/nmh/mhl.headers; else echo 'Local changes: %D/etc/nmh/mhl.headers (not removed)' >&2; fi -etc/nmh/mhl.headers-dist -@exec [ -f %D/etc/nmh/mhl.headers ] || cp %D/etc/nmh/mhl.headers-dist %D/etc/nmh/mhl.headers -@unexec if cmp -s %D/etc/nmh/mhl.reply %D/etc/nmh/mhl.reply-dist; then rm -f %D/etc/nmh/mhl.reply; else echo 'Local changes: %D/etc/nmh/mhl.reply (not removed)' >&2; fi -etc/nmh/mhl.reply-dist -@exec [ -f %D/etc/nmh/mhl.reply ] || cp %D/etc/nmh/mhl.reply-dist %D/etc/nmh/mhl.reply -@unexec if cmp -s %D/etc/nmh/mhn.defaults %D/etc/nmh/mhn.defaults-dist; then rm -f %D/etc/nmh/mhn.defaults; else echo 'Local changes: %D/etc/nmh/mhn.defaults (not removed)' >&2; fi -etc/nmh/mhn.defaults-dist -@exec [ -f %D/etc/nmh/mhn.defaults ] || cp %D/etc/nmh/mhn.defaults-dist %D/etc/nmh/mhn.defaults -@unexec if cmp -s %D/etc/nmh/mhshow.marker %D/etc/nmh/mhshow.marker-dist; then rm -f %D/etc/nmh/mhshow.marker; else echo 'Local changes: %D/etc/nmh/mhshow.marker (not removed)' >&2; fi -etc/nmh/mhshow.marker-dist -@exec [ -f %D/etc/nmh/mhshow.marker ] || cp %D/etc/nmh/mhshow.marker-dist %D/etc/nmh/mhshow.marker -@unexec if cmp -s %D/etc/nmh/mts.conf %D/etc/nmh/mts.conf-dist; then rm -f %D/etc/nmh/mts.conf; else echo 'Local changes: %D/etc/nmh/mts.conf (not removed)' >&2; fi -etc/nmh/mts.conf-dist -@exec [ -f %D/etc/nmh/mts.conf ] || cp %D/etc/nmh/mts.conf-dist %D/etc/nmh/mts.conf -@unexec if cmp -s %D/etc/nmh/rcvdistcomps %D/etc/nmh/rcvdistcomps-dist; then rm -f %D/etc/nmh/rcvdistcomps; else echo 'Local changes: %D/etc/nmh/rcvdistcomps (not removed)' >&2; fi -etc/nmh/rcvdistcomps-dist -@exec [ -f %D/etc/nmh/rcvdistcomps ] || cp %D/etc/nmh/rcvdistcomps-dist %D/etc/nmh/rcvdistcomps -@unexec if cmp -s %D/etc/nmh/rcvdistcomps.outbox %D/etc/nmh/rcvdistcomps.outbox-dist; then rm -f %D/etc/nmh/rcvdistcomps.outbox; else echo 'Local changes: %D/etc/nmh/rcvdistcomps.outbox (not removed)' >&2; fi -etc/nmh/rcvdistcomps.outbox-dist -@exec [ -f %D/etc/nmh/rcvdistcomps.outbox ] || cp %D/etc/nmh/rcvdistcomps.outbox-dist %D/etc/nmh/rcvdistcomps.outbox -@unexec if cmp -s %D/etc/nmh/replcomps %D/etc/nmh/replcomps-dist; then rm -f %D/etc/nmh/replcomps; else echo 'Local changes: %D/etc/nmh/replcomps (not removed)' >&2; fi -etc/nmh/replcomps-dist -@exec [ -f %D/etc/nmh/replcomps ] || cp %D/etc/nmh/replcomps-dist %D/etc/nmh/replcomps -@unexec if cmp -s %D/etc/nmh/replgroupcomps %D/etc/nmh/replgroupcomps-dist; then rm -f %D/etc/nmh/replgroupcomps; else echo 'Local changes: %D/etc/nmh/replgroupcomps (not removed)' >&2; fi -etc/nmh/replgroupcomps-dist -@exec [ -f %D/etc/nmh/replgroupcomps ] || cp %D/etc/nmh/replgroupcomps-dist %D/etc/nmh/replgroupcomps -@unexec if cmp -s %D/etc/nmh/scan.MMDDYY %D/etc/nmh/scan.MMDDYY-dist; then rm -f %D/etc/nmh/scan.MMDDYY; else echo 'Local changes: %D/etc/nmh/scan.MMDDYY (not removed)' >&2; fi -etc/nmh/scan.MMDDYY-dist -@exec [ -f %D/etc/nmh/scan.MMDDYY ] || cp %D/etc/nmh/scan.MMDDYY-dist %D/etc/nmh/scan.MMDDYY -@unexec if cmp -s %D/etc/nmh/scan.YYYYMMDD %D/etc/nmh/scan.YYYYMMDD-dist; then rm -f %D/etc/nmh/scan.YYYYMMDD; else echo 'Local changes: %D/etc/nmh/scan.YYYYMMDD (not removed)' >&2; fi -etc/nmh/scan.YYYYMMDD-dist -@exec [ -f %D/etc/nmh/scan.YYYYMMDD ] || cp %D/etc/nmh/scan.YYYYMMDD-dist %D/etc/nmh/scan.YYYYMMDD -@unexec if cmp -s %D/etc/nmh/scan.curses %D/etc/nmh/scan.curses-dist; then rm -f %D/etc/nmh/scan.curses; else echo 'Local changes: %D/etc/nmh/scan.curses (not removed)' >&2; fi -etc/nmh/scan.curses-dist -@exec [ -f %D/etc/nmh/scan.curses ] || cp %D/etc/nmh/scan.curses-dist %D/etc/nmh/scan.curses -@unexec if cmp -s %D/etc/nmh/scan.default %D/etc/nmh/scan.default-dist; then rm -f %D/etc/nmh/scan.default; else echo 'Local changes: %D/etc/nmh/scan.default (not removed)' >&2; fi -etc/nmh/scan.default-dist -@exec [ -f %D/etc/nmh/scan.default ] || cp %D/etc/nmh/scan.default-dist %D/etc/nmh/scan.default -@unexec if cmp -s %D/etc/nmh/scan.highlighted %D/etc/nmh/scan.highlighted-dist; then rm -f %D/etc/nmh/scan.highlighted; else echo 'Local changes: %D/etc/nmh/scan.highlighted (not removed)' >&2; fi -etc/nmh/scan.highlighted-dist -@exec [ -f %D/etc/nmh/scan.highlighted ] || cp %D/etc/nmh/scan.highlighted-dist %D/etc/nmh/scan.highlighted -@unexec if cmp -s %D/etc/nmh/scan.mailx %D/etc/nmh/scan.mailx-dist; then rm -f %D/etc/nmh/scan.mailx; else echo 'Local changes: %D/etc/nmh/scan.mailx (not removed)' >&2; fi -etc/nmh/scan.mailx-dist -@exec [ -f %D/etc/nmh/scan.mailx ] || cp %D/etc/nmh/scan.mailx-dist %D/etc/nmh/scan.mailx -@unexec if cmp -s %D/etc/nmh/scan.nomime %D/etc/nmh/scan.nomime-dist; then rm -f %D/etc/nmh/scan.nomime; else echo 'Local changes: %D/etc/nmh/scan.nomime (not removed)' >&2; fi -etc/nmh/scan.nomime-dist -@exec [ -f %D/etc/nmh/scan.nomime ] || cp %D/etc/nmh/scan.nomime-dist %D/etc/nmh/scan.nomime -@unexec if cmp -s %D/etc/nmh/scan.size %D/etc/nmh/scan.size-dist; then rm -f %D/etc/nmh/scan.size; else echo 'Local changes: %D/etc/nmh/scan.size (not removed)' >&2; fi -etc/nmh/scan.size-dist -@exec [ -f %D/etc/nmh/scan.size ] || cp %D/etc/nmh/scan.size-dist %D/etc/nmh/scan.size -@unexec if cmp -s %D/etc/nmh/scan.time %D/etc/nmh/scan.time-dist; then rm -f %D/etc/nmh/scan.time; else echo 'Local changes: %D/etc/nmh/scan.time (not removed)' >&2; fi -etc/nmh/scan.time-dist -@exec [ -f %D/etc/nmh/scan.time ] || cp %D/etc/nmh/scan.time-dist %D/etc/nmh/scan.time -@unexec if cmp -s %D/etc/nmh/scan.timely %D/etc/nmh/scan.timely-dist; then rm -f %D/etc/nmh/scan.timely; else echo 'Local changes: %D/etc/nmh/scan.timely (not removed)' >&2; fi -etc/nmh/scan.timely-dist -@exec [ -f %D/etc/nmh/scan.timely ] || cp %D/etc/nmh/scan.timely-dist %D/etc/nmh/scan.timely -@unexec if cmp -s %D/etc/nmh/scan.unseen %D/etc/nmh/scan.unseen-dist; then rm -f %D/etc/nmh/scan.unseen; else echo 'Local changes: %D/etc/nmh/scan.unseen (not removed)' >&2; fi -etc/nmh/scan.unseen-dist -@exec [ -f %D/etc/nmh/scan.unseen ] || cp %D/etc/nmh/scan.unseen-dist %D/etc/nmh/scan.unseen +@sample etc/nmh/MailAliases-dist etc/nmh/MailAliases +@sample etc/nmh/components-dist etc/nmh/components +@sample etc/nmh/digestcomps-dist etc/nmh/digestcomps +@sample etc/nmh/distcomps-dist etc/nmh/distcomps +@sample etc/nmh/forwcomps-dist etc/nmh/forwcomps +@sample etc/nmh/mhl.body-dist etc/nmh/mhl.body +@sample etc/nmh/mhl.digest-dist etc/nmh/mhl.digest +@sample etc/nmh/mhl.format-dist etc/nmh/mhl.format +@sample etc/nmh/mhl.forward-dist etc/nmh/mhl.forward +@sample etc/nmh/mhl.headers-dist etc/nmh/mhl.headers +@sample etc/nmh/mhl.reply-dist etc/nmh/mhl.reply +@sample etc/nmh/mhn.defaults-dist etc/nmh/mhn.defaults +@sample etc/nmh/mhshow.marker-dist etc/nmh/mhshow.marker +@sample etc/nmh/mts.conf-dist etc/nmh/mts.conf +@sample etc/nmh/rcvdistcomps-dist etc/nmh/rcvdistcomps +@sample etc/nmh/rcvdistcomps.outbox-dist etc/nmh/rcvdistcomps.outbox +@sample etc/nmh/replcomps-dist etc/nmh/replcomps +@sample etc/nmh/replgroupcomps-dist etc/nmh/replgroupcomps +@sample etc/nmh/scan.MMDDYY-dist etc/nmh/scan.MMDDYY +@sample etc/nmh/scan.YYYYMMDD-dist etc/nmh/scan.YYYYMMDD +@sample etc/nmh/scan.curses-dist etc/nmh/scan.curses +@sample etc/nmh/scan.default-dist etc/nmh/scan.default +@sample etc/nmh/scan.highlighted-dist etc/nmh/scan.highlighted +@sample etc/nmh/scan.mailx-dist etc/nmh/scan.mailx +@sample etc/nmh/scan.nomime-dist etc/nmh/scan.nomime +@sample etc/nmh/scan.size-dist etc/nmh/scan.size +@sample etc/nmh/scan.time-dist etc/nmh/scan.time +@sample etc/nmh/scan.timely-dist etc/nmh/scan.timely +@sample etc/nmh/scan.unseen-dist etc/nmh/scan.unseen libexec/nmh/ap libexec/nmh/conflict libexec/nmh/dp @@ -244,7 +186,3 @@ man/man8/post.8.gz %%PORTDOCS%%%%DOCSDIR%%/contrib/ml %%PORTDOCS%%%%DOCSDIR%%/contrib/replyfilter %%PORTDOCS%%%%DOCSDIR%%/contrib/vpick -@dirrmtry etc/nmh -@dirrm libexec/nmh -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@freebsd.org Sat Sep 26 20:49:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC9AA097DF; Sat, 26 Sep 2015 20:49:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DEE5E9B; Sat, 26 Sep 2015 20:49:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKnFgF076840; Sat, 26 Sep 2015 20:49:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKnEOx076837; Sat, 26 Sep 2015 20:49:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509262049.t8QKnEOx076837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 20:49:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398014 - head/games/aquaria/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:49:15 -0000 Author: jbeich Date: Sat Sep 26 20:49:14 2015 New Revision: 398014 URL: https://svnweb.freebsd.org/changeset/ports/398014 Log: games/aquaria: annotate patches with pull requests Modified: head/games/aquaria/files/patch-CMakeLists.txt (contents, props changed) head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp (contents, props changed) head/games/aquaria/files/patch-system-ftgl (contents, props changed) Modified: head/games/aquaria/files/patch-CMakeLists.txt ============================================================================== --- head/games/aquaria/files/patch-CMakeLists.txt Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-CMakeLists.txt Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +partially https://github.com/AquariaOSE/Aquaria/pull/22 + --- CMakeLists.txt.orig 2015-08-16 13:19:19 UTC +++ CMakeLists.txt @@ -227,6 +227,7 @@ endif (NOT OPENAL_FOUND) Modified: head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp ============================================================================== --- head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +https://github.com/AquariaOSE/Aquaria/pull/21 + --- ExternalLibs/minihttp.cpp.orig 2015-08-16 13:19:19 UTC +++ ExternalLibs/minihttp.cpp @@ -32,6 +32,7 @@ Modified: head/games/aquaria/files/patch-system-ftgl ============================================================================== --- head/games/aquaria/files/patch-system-ftgl Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-system-ftgl Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +https://github.com/AquariaOSE/Aquaria/pull/20 + diff --git BBGE/TTFFont.h BBGE/TTFFont.h index 364cfb5..b23438a 100644 --- BBGE/TTFFont.h From owner-svn-ports-head@freebsd.org Sat Sep 26 21:02:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEF10A09F80; Sat, 26 Sep 2015 21:02:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3120811; Sat, 26 Sep 2015 21:02:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QL2AHW084693; Sat, 26 Sep 2015 21:02:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QL2Adw084692; Sat, 26 Sep 2015 21:02:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509262102.t8QL2Adw084692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 21:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398015 - head/security/shibboleth2-sp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 21:02:11 -0000 Author: antoine Date: Sat Sep 26 21:02:09 2015 New Revision: 398015 URL: https://svnweb.freebsd.org/changeset/ports/398015 Log: - Convert to @sample - Cleanup plist Modified: head/security/shibboleth2-sp/pkg-plist Modified: head/security/shibboleth2-sp/pkg-plist ============================================================================== --- head/security/shibboleth2-sp/pkg-plist Sat Sep 26 20:49:14 2015 (r398014) +++ head/security/shibboleth2-sp/pkg-plist Sat Sep 26 21:02:09 2015 (r398015) @@ -1,83 +1,40 @@ bin/mdquery bin/resolvertest etc/shibboleth/metagen.sh -@unexec if cmp -s %D/etc/shibboleth/native.logger.dist %D/etc/shibboleth/native.logger; then rm -f %D/etc/shibboleth/native.logger; fi -etc/shibboleth/native.logger.dist -@exec if [ ! -f %D/etc/shibboleth/native.logger ] ; then cp -p %D/etc/shibboleth/native.logger.dist %D/etc/shibboleth/native.logger; fi -@unexec if cmp -s %D/etc/shibboleth/shibd.logger.dist %D/etc/shibboleth/shibd.logger; then rm -f %D/etc/shibboleth/shibd.logger; fi -etc/shibboleth/shibd.logger.dist -@exec if [ ! -f %D/etc/shibboleth/shibd.logger ] ; then cp -p %D/etc/shibboleth/shibd.logger.dist %D/etc/shibboleth/shibd.logger; fi -@unexec if cmp -s %D/etc/shibboleth/shibboleth2.xml.dist %D/etc/shibboleth/shibboleth2.xml; then rm -f %D/etc/shibboleth/shibboleth2.xml; fi -etc/shibboleth/shibboleth2.xml.dist -@exec if [ ! -f %D/etc/shibboleth/shibboleth2.xml ] ; then cp -p %D/etc/shibboleth/shibboleth2.xml.dist %D/etc/shibboleth/shibboleth2.xml; fi -@unexec if cmp -s %D/etc/shibboleth/attribute-map.xml.dist %D/etc/shibboleth/attribute-map.xml; then rm -f %D/etc/shibboleth/attribute-map.xml; fi -etc/shibboleth/attribute-map.xml.dist -@exec if [ ! -f %D/etc/shibboleth/attribute-map.xml ] ; then cp -p %D/etc/shibboleth/attribute-map.xml.dist %D/etc/shibboleth/attribute-map.xml; fi -@unexec if cmp -s %D/etc/shibboleth/attribute-policy.xml.dist %D/etc/shibboleth/attribute-policy.xml; then rm -f %D/etc/shibboleth/attribute-policy.xml; fi -etc/shibboleth/attribute-policy.xml.dist -@exec if [ ! -f %D/etc/shibboleth/attribute-policy.xml ] ; then cp -p %D/etc/shibboleth/attribute-policy.xml.dist %D/etc/shibboleth/attribute-policy.xml; fi -@unexec if cmp -s %D/etc/shibboleth/example-metadata.xml.dist %D/etc/shibboleth/example-metadata.xml; then rm -f %D/etc/shibboleth/example-metadata.xml; fi -etc/shibboleth/example-metadata.xml.dist -@exec if [ ! -f %D/etc/shibboleth/example-metadata.xml ] ; then cp -p %D/etc/shibboleth/example-metadata.xml.dist %D/etc/shibboleth/example-metadata.xml; fi -@unexec if cmp -s %D/etc/shibboleth/console.logger.dist %D/etc/shibboleth/console.logger; then rm -f %D/etc/shibboleth/console.logger; fi -etc/shibboleth/console.logger.dist -@exec if [ ! -f %D/etc/shibboleth/console.logger ] ; then cp -p %D/etc/shibboleth/console.logger.dist %D/etc/shibboleth/console.logger; fi -@unexec if cmp -s %D/etc/shibboleth/syslog.logger.dist %D/etc/shibboleth/syslog.logger; then rm -f %D/etc/shibboleth/syslog.logger; fi -etc/shibboleth/syslog.logger.dist -@exec if [ ! -f %D/etc/shibboleth/syslog.logger ] ; then cp -p %D/etc/shibboleth/syslog.logger.dist %D/etc/shibboleth/syslog.logger; fi -@unexec if cmp -s %D/etc/shibboleth/accessError.html.dist %D/etc/shibboleth/accessError.html; then rm -f %D/etc/shibboleth/accessError.html; fi -etc/shibboleth/accessError.html.dist -@exec if [ ! -f %D/etc/shibboleth/accessError.html ] ; then cp -p %D/etc/shibboleth/accessError.html.dist %D/etc/shibboleth/accessError.html; fi -@unexec if cmp -s %D/etc/shibboleth/sessionError.html.dist %D/etc/shibboleth/sessionError.html; then rm -f %D/etc/shibboleth/sessionError.html; fi -etc/shibboleth/sessionError.html.dist -@exec if [ ! -f %D/etc/shibboleth/sessionError.html ] ; then cp -p %D/etc/shibboleth/sessionError.html.dist %D/etc/shibboleth/sessionError.html; fi -@unexec if cmp -s %D/etc/shibboleth/metadataError.html.dist %D/etc/shibboleth/metadataError.html; then rm -f %D/etc/shibboleth/metadataError.html; fi -etc/shibboleth/metadataError.html.dist -@exec if [ ! -f %D/etc/shibboleth/metadataError.html ] ; then cp -p %D/etc/shibboleth/metadataError.html.dist %D/etc/shibboleth/metadataError.html; fi -@unexec if cmp -s %D/etc/shibboleth/bindingTemplate.html.dist %D/etc/shibboleth/bindingTemplate.html; then rm -f %D/etc/shibboleth/bindingTemplate.html; fi -etc/shibboleth/bindingTemplate.html.dist -@exec if [ ! -f %D/etc/shibboleth/bindingTemplate.html ] ; then cp -p %D/etc/shibboleth/bindingTemplate.html.dist %D/etc/shibboleth/bindingTemplate.html; fi -@unexec if cmp -s %D/etc/shibboleth/discoveryTemplate.html.dist %D/etc/shibboleth/discoveryTemplate.html; then rm -f %D/etc/shibboleth/discoveryTemplate.html; fi -etc/shibboleth/discoveryTemplate.html.dist -@exec if [ ! -f %D/etc/shibboleth/discoveryTemplate.html ] ; then cp -p %D/etc/shibboleth/discoveryTemplate.html.dist %D/etc/shibboleth/discoveryTemplate.html; fi -@unexec if cmp -s %D/etc/shibboleth/localLogout.html.dist %D/etc/shibboleth/localLogout.html; then rm -f %D/etc/shibboleth/localLogout.html; fi -etc/shibboleth/localLogout.html.dist -@exec if [ ! -f %D/etc/shibboleth/localLogout.html ] ; then cp -p %D/etc/shibboleth/localLogout.html.dist %D/etc/shibboleth/localLogout.html; fi -@unexec if cmp -s %D/etc/shibboleth/globalLogout.html.dist %D/etc/shibboleth/globalLogout.html; then rm -f %D/etc/shibboleth/globalLogout.html; fi -etc/shibboleth/globalLogout.html.dist -@exec if [ ! -f %D/etc/shibboleth/globalLogout.html ] ; then cp -p %D/etc/shibboleth/globalLogout.html.dist %D/etc/shibboleth/globalLogout.html; fi -@unexec if cmp -s %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; then rm -f %D/etc/shibboleth/sslError.html; fi -etc/shibboleth/sslError.html.dist -@exec if [ ! -f %D/etc/shibboleth/sslError.html ] ; then cp -p %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; fi -@unexec if cmp -s %D/etc/shibboleth/example-shibboleth2.xml.dist %D/etc/shibboleth/example-shibboleth2.xml; then rm -f %D/etc/shibboleth/example-shibboleth2.xml; fi -etc/shibboleth/example-shibboleth2.xml.dist -@exec if [ ! -f %D/etc/shibboleth/example-shibboleth2.xml ] ; then cp -p %D/etc/shibboleth/example-shibboleth2.xml.dist %D/etc/shibboleth/example-shibboleth2.xml; fi -@unexec if cmp -s %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; then rm -f %D/etc/shibboleth/protocols.xml; fi -etc/shibboleth/protocols.xml.dist -@exec if [ ! -f %D/etc/shibboleth/protocols.xml ] ; then cp -p %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; fi -@unexec if cmp -s %D/etc/shibboleth/security-policy.xml.dist %D/etc/shibboleth/security-policy.xml; then rm -f %D/etc/shibboleth/security-policy.xml; fi -etc/shibboleth/security-policy.xml.dist -@exec if [ ! -f %D/etc/shibboleth/security-policy.xml ] ; then cp -p %D/etc/shibboleth/security-policy.xml.dist %D/etc/shibboleth/security-policy.xml; fi +@sample etc/shibboleth/native.logger.dist etc/shibboleth/native.logger +@sample etc/shibboleth/shibd.logger.dist etc/shibboleth/shibd.logger +@sample etc/shibboleth/shibboleth2.xml.dist etc/shibboleth/shibboleth2.xml +@sample etc/shibboleth/attribute-map.xml.dist etc/shibboleth/attribute-map.xml +@sample etc/shibboleth/attribute-policy.xml.dist etc/shibboleth/attribute-policy.xml +@sample etc/shibboleth/example-metadata.xml.dist etc/shibboleth/example-metadata.xml +@sample etc/shibboleth/console.logger.dist etc/shibboleth/console.logger +@sample etc/shibboleth/syslog.logger.dist etc/shibboleth/syslog.logger +@sample etc/shibboleth/accessError.html.dist etc/shibboleth/accessError.html +@sample etc/shibboleth/sessionError.html.dist etc/shibboleth/sessionError.html +@sample etc/shibboleth/metadataError.html.dist etc/shibboleth/metadataError.html +@sample etc/shibboleth/bindingTemplate.html.dist etc/shibboleth/bindingTemplate.html +@sample etc/shibboleth/discoveryTemplate.html.dist etc/shibboleth/discoveryTemplate.html +@sample etc/shibboleth/localLogout.html.dist etc/shibboleth/localLogout.html +@sample etc/shibboleth/globalLogout.html.dist etc/shibboleth/globalLogout.html +@sample etc/shibboleth/sslError.html.dist etc/shibboleth/sslError.html +@sample etc/shibboleth/example-shibboleth2.xml.dist etc/shibboleth/example-shibboleth2.xml +@sample etc/shibboleth/protocols.xml.dist etc/shibboleth/protocols.xml +@sample etc/shibboleth/security-policy.xml.dist etc/shibboleth/security-policy.xml etc/shibboleth/shibd-amazon etc/shibboleth/shibd-redhat etc/shibboleth/shibd-debian etc/shibboleth/shibd-suse +@comment etc/shibboleth/shibd-systemd etc/shibboleth/shibd-osx.plist etc/shibboleth/apache.config etc/shibboleth/apache2.config -@unexec if cmp -s %D/etc/shibboleth/attrChecker.html.dist %D/etc/shibboleth/attrChecker.html; then rm -f %D/etc/shibboleth/attrChecker.html; fi -etc/shibboleth/attrChecker.html.dist -@exec if [ ! -f %D/etc/shibboleth/attrChecker.html ] ; then cp -p %D/etc/shibboleth/attrChecker.html.dist %D/etc/shibboleth/attrChecker.html; fi +@sample etc/shibboleth/attrChecker.html.dist etc/shibboleth/attrChecker.html etc/shibboleth/apache22.config etc/shibboleth/apache24.config etc/shibboleth/keygen.sh etc/shibboleth/upgrade.xsl -@unexec if cmp -s %D/etc/shibboleth/postTemplate.html.dist %D/etc/shibboleth/postTemplate.html; then rm -f %D/etc/shibboleth/postTemplate.html; fi -etc/shibboleth/postTemplate.html.dist -@exec if [ ! -f %D/etc/shibboleth/postTemplate.html ] ; then cp -p %D/etc/shibboleth/postTemplate.html.dist %D/etc/shibboleth/postTemplate.html; fi -@unexec if cmp -s %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; then rm -f %D/etc/shibboleth/partialLogout.html; fi -etc/shibboleth/partialLogout.html.dist -@exec if [ ! -f %D/etc/shibboleth/partialLogout.html ] ; then cp -p %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; fi +@sample etc/shibboleth/postTemplate.html.dist etc/shibboleth/postTemplate.html +@sample etc/shibboleth/partialLogout.html.dist etc/shibboleth/partialLogout.html include/shibsp/AbstractSPRequest.h include/shibsp/AccessControl.h include/shibsp/Application.h @@ -170,29 +127,7 @@ share/doc/shibboleth/OPENSSL.LICENSE share/doc/shibboleth/README.txt share/doc/shibboleth/RELEASE.txt share/doc/shibboleth/main.css -@dir share/doc/shibboleth -@dir lib/shibboleth -@dir share/xml/shibboleth -@dir include/shibsp/util -@dir include/shibsp/security -@dir include/shibsp/remoting -@dir include/shibsp/metadata -@dir include/shibsp/lite -@dir include/shibsp/handler -@dir include/shibsp/binding -@dir include/shibsp/attribute/resolver -@dir include/shibsp/attribute/filtering -@dir include/shibsp/attribute -@dir include/shibsp -@dir etc/shibboleth @dir /var/log/shibboleth-www -@exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/log/shibboleth -@exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/cache/shibboleth -@exec install -d -o %%SHIBD_USER%% -g %%WWWGRP%% -m 750 /var/run/shibboleth -@owner %%SHIBD_USER%% -@group %%SHIBD_GROUP%% -@dir /var/log/shibboleth -@dir /var/cache/shibboleth -@mode 750 -@group %%WWWGRP%% -@dir /var/run/shibboleth +@dir(%%SHIBD_USER%%,%%SHIBD_GROUP%%,755) /var/log/shibboleth +@dir(%%SHIBD_USER%%,%%SHIBD_GROUP%%,755) /var/cache/shibboleth +@dir(%%SHIBD_USER%%,%%WWWGRP%%,750) /var/run/shibboleth From owner-svn-ports-head@freebsd.org Sat Sep 26 21:15:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05150A0A4FC; Sat, 26 Sep 2015 21:15:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9953C96; Sat, 26 Sep 2015 21:15:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QLF0YZ088915; Sat, 26 Sep 2015 21:15:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QLF0wp088914; Sat, 26 Sep 2015 21:15:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509262115.t8QLF0wp088914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 21:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398016 - head/japanese/ngraph-fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 21:15:01 -0000 Author: antoine Date: Sat Sep 26 21:15:00 2015 New Revision: 398016 URL: https://svnweb.freebsd.org/changeset/ports/398016 Log: Fix RUN_DEPENDS Reported by: pkg-fallout Modified: head/japanese/ngraph-fonts/Makefile Modified: head/japanese/ngraph-fonts/Makefile ============================================================================== --- head/japanese/ngraph-fonts/Makefile Sat Sep 26 21:02:09 2015 (r398015) +++ head/japanese/ngraph-fonts/Makefile Sat Sep 26 21:15:00 2015 (r398016) @@ -10,8 +10,8 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= Japanese Font Setup for math/ngraph RUN_DEPENDS= \ - ${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \ - ${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26 + ${LOCALBASE}/share/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \ + ${LOCALBASE}/share/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26 USES= metaport From owner-svn-ports-head@freebsd.org Sat Sep 26 21:33:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACBDA0AE89; Sat, 26 Sep 2015 21:33:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7D26B8; Sat, 26 Sep 2015 21:33:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QLXqle097089; Sat, 26 Sep 2015 21:33:52 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QLXqf4097086; Sat, 26 Sep 2015 21:33:52 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201509262133.t8QLXqf4097086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 26 Sep 2015 21:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398017 - in head/ports-mgmt/pkg_jail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 21:33:53 -0000 Author: dinoex Date: Sat Sep 26 21:33:51 2015 New Revision: 398017 URL: https://svnweb.freebsd.org/changeset/ports/398017 Log: - update to 1.87 Modified: head/ports-mgmt/pkg_jail/Makefile head/ports-mgmt/pkg_jail/files/pkg_update Modified: head/ports-mgmt/pkg_jail/Makefile ============================================================================== --- head/ports-mgmt/pkg_jail/Makefile Sat Sep 26 21:15:00 2015 (r398016) +++ head/ports-mgmt/pkg_jail/Makefile Sat Sep 26 21:33:51 2015 (r398017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg_jail -PORTVERSION= 1.86 +PORTVERSION= 1.87 CATEGORIES= ports-mgmt MASTER_SITES= # empty DISTFILES= # empty Modified: head/ports-mgmt/pkg_jail/files/pkg_update ============================================================================== --- head/ports-mgmt/pkg_jail/files/pkg_update Sat Sep 26 21:15:00 2015 (r398016) +++ head/ports-mgmt/pkg_jail/files/pkg_update Sat Sep 26 21:33:51 2015 (r398017) @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkg_update,v 1.86 2015/08/14 10:41:23 cvs Exp $ +# $Id: pkg_update,v 1.87 2015/09/26 21:31:24 cvs Exp $ # $FreeBSD$ # # Copyright (c) 2001-2006 @@ -600,6 +600,7 @@ port_uptodate() { fi mv -f "${logdir}/err,${log}" "${logdir}/build,${log}" ( cd ${base} && env ${pkg_env} make clean NOCLEANDEPENDS=yes ) + return 0 else echo "=====================================" >&2 echo "=== package ${pkgname} was not build" >&2 @@ -2213,7 +2214,7 @@ make-packages) make_packages_in_dir "${i}" fi done - next_target repo + next_target dummy repo ;; add-packages) shift @@ -2346,7 +2347,7 @@ clean-packages) clean_package_all clean_package_links ) - next_target repo + next_target dummy repo next_target "${@}" ;; clean-openssl-packages) @@ -2359,6 +2360,7 @@ clean-openssl-packages) clean_package_openssl clean_package_links ) + next_target dummy repo next_target "${@}" ;; clean-distfiles) From owner-svn-ports-head@freebsd.org Sat Sep 26 21:39:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BFD7A091BA; Sat, 26 Sep 2015 21:39:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 479198BA; Sat, 26 Sep 2015 21:39:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QLdG8S097756; Sat, 26 Sep 2015 21:39:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QLdBdR097736; Sat, 26 Sep 2015 21:39:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201509262139.t8QLdBdR097736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Sep 2015 21:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398018 - in head: audio/cmus-post.fm audio/optimfrog devel/hgview devel/libphish games/linux-ningpo-demo graphics/picviz mail/cucipop math/R-cran-car multimedia/streamanalyze sysutils/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 21:39:16 -0000 Author: antoine Date: Sat Sep 26 21:39:10 2015 New Revision: 398018 URL: https://svnweb.freebsd.org/changeset/ports/398018 Log: Deprecate ports broken for more than 6 months Modified: head/audio/cmus-post.fm/Makefile head/audio/optimfrog/Makefile head/devel/hgview/Makefile head/devel/libphish/Makefile head/games/linux-ningpo-demo/Makefile head/graphics/picviz/Makefile head/mail/cucipop/Makefile head/math/R-cran-car/Makefile head/multimedia/streamanalyze/Makefile head/sysutils/sdd/Makefile head/sysutils/xfce4-minicmd-plugin/Makefile head/www/linux-libgtkembedmoz/Makefile head/www/py-feedfinder/Makefile head/www/py-openssl-proxy/Makefile head/www/py-webware/Makefile head/x11-fonts/code2001/Makefile head/x11-wm/e-module-diskio/Makefile Modified: head/audio/cmus-post.fm/Makefile ============================================================================== --- head/audio/cmus-post.fm/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/audio/cmus-post.fm/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Last.fm submitter BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable Modified: head/audio/optimfrog/Makefile ============================================================================== --- head/audio/optimfrog/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/audio/optimfrog/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -13,6 +13,8 @@ COMMENT= Lossless audio codec ONLY_FOR_ARCHS= amd64 i386 BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 NO_CDROM= No commercial use NO_BUILD= yes Modified: head/devel/hgview/Makefile ============================================================================== --- head/devel/hgview/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/devel/hgview/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast Mercurial log navigator written in pyqt4 BROKEN= Logilab mirrors have gone +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ Modified: head/devel/libphish/Makefile ============================================================================== --- head/devel/libphish/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/devel/libphish/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -14,6 +14,8 @@ COMMENT= Cross-platform library to inter BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= tar:bzip2 libtool GNU_CONFIGURE= yes Modified: head/games/linux-ningpo-demo/Makefile ============================================================================== --- head/games/linux-ningpo-demo/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/games/linux-ningpo-demo/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -23,6 +23,8 @@ SUB_FILES= ningpo PORTDOCS= README README.licenses license.txt BROKEN= Does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 .include Modified: head/graphics/picviz/Makefile ============================================================================== --- head/graphics/picviz/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/graphics/picviz/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -12,6 +12,8 @@ MAINTAINER= ports@timit.nl COMMENT= Parallel coordinates plotter BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libcairo.so:${PORTSDIR}/graphics/cairo Modified: head/mail/cucipop/Makefile ============================================================================== --- head/mail/cucipop/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/mail/cucipop/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -21,5 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cubic Circle POP3 daemon (fully RFC1939 compliant) BROKEN= Dead patch site +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 .include Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/math/R-cran-car/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -12,6 +12,8 @@ COMMENT= Companion to Applied Regression LICENSE= GPLv2 BROKEN= Missing dependency +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= cran:auto-plist Modified: head/multimedia/streamanalyze/Makefile ============================================================================== --- head/multimedia/streamanalyze/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/multimedia/streamanalyze/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Shrink-factor calculator for StreamDVD BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread Modified: head/sysutils/sdd/Makefile ============================================================================== --- head/sysutils/sdd/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/sysutils/sdd/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -9,6 +9,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Faster and improved version of dd BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= gmake MAKE_ENV= MAKEPROG="${MAKE_CMD}" CCOM="${CC}" COPTX="${CFLAGS}" Modified: head/sysutils/xfce4-minicmd-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-minicmd-plugin/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/sysutils/xfce4-minicmd-plugin/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -12,6 +12,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Displays a mini-command line on the xfce4-panel BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig xfce tar:bzip2 Modified: head/www/linux-libgtkembedmoz/Makefile ============================================================================== --- head/www/linux-libgtkembedmoz/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/www/linux-libgtkembedmoz/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -12,6 +12,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= HTML rendering library BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 Modified: head/www/py-feedfinder/Makefile ============================================================================== --- head/www/py-feedfinder/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/www/py-feedfinder/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ultra-liberal feed finder BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= python:2 USE_PYTHON= distutils autoplist Modified: head/www/py-openssl-proxy/Makefile ============================================================================== --- head/www/py-openssl-proxy/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/www/py-openssl-proxy/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTTPS proxy support BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl Modified: head/www/py-webware/Makefile ============================================================================== --- head/www/py-webware/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/www/py-webware/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -15,6 +15,8 @@ COMMENT= Versatile web application serve RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base BROKEN= Too creative +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= python:2 NO_BUILD= yes Modified: head/x11-fonts/code2001/Makefile ============================================================================== --- head/x11-fonts/code2001/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/x11-fonts/code2001/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free Plane 1 Unicode-based Font BROKEN= No public distfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-10-31 USES= fonts zip NO_BUILD= yes Modified: head/x11-wm/e-module-diskio/Makefile ============================================================================== --- head/x11-wm/e-module-diskio/Makefile Sat Sep 26 21:33:51 2015 (r398017) +++ head/x11-wm/e-module-diskio/Makefile Sat Sep 26 21:39:10 2015 (r398018) @@ -18,6 +18,8 @@ USES= gmake libtool pkgconfig tar:xz INSTALL_TARGET= install-strip BROKEN= Don't build with EFL 1.13.0 +DEPRECATED= Broken for more than 7 months +EXPIRATION_DATE= 2015-10-31 .include "../enlightenment/Makefile.plist" From owner-svn-ports-head@freebsd.org Sat Sep 26 22:45:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F0AA09D60; Sat, 26 Sep 2015 22:45:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 235201CD; Sat, 26 Sep 2015 22:45:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QMjV1j029258; Sat, 26 Sep 2015 22:45:31 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QMjUW2029255; Sat, 26 Sep 2015 22:45:30 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509262245.t8QMjUW2029255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 26 Sep 2015 22:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398019 - head/www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 22:45:31 -0000 Author: junovitch Date: Sat Sep 26 22:45:29 2015 New Revision: 398019 URL: https://svnweb.freebsd.org/changeset/ports/398019 Log: www/kanboard: update 1.0.17 -> 1.0.18 PR: 202904 Submitted by: Bart Wrobel (maintainer) Modified: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Sat Sep 26 21:39:10 2015 (r398018) +++ head/www/kanboard/Makefile Sat Sep 26 22:45:29 2015 (r398019) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= www MASTER_SITES= http://kanboard.net/ \ https://bitbucket.org/if0/kanboard-archives/downloads/ \ Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Sat Sep 26 21:39:10 2015 (r398018) +++ head/www/kanboard/distinfo Sat Sep 26 22:45:29 2015 (r398019) @@ -1,2 +1,2 @@ -SHA256 (kanboard-1.0.17.zip) = 818128b00dc126d75c1adb41b8f71d54d01e4b68a7ddd6e6b46a573f82718bc4 -SIZE (kanboard-1.0.17.zip) = 2393879 +SHA256 (kanboard-1.0.18.zip) = a15266d46ec35461e8e12b2a27f9e9d22b88a949dcbcbe8312e4aa929326e9c9 +SIZE (kanboard-1.0.18.zip) = 3193102 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Sat Sep 26 21:39:10 2015 (r398018) +++ head/www/kanboard/pkg-plist Sat Sep 26 22:45:29 2015 (r398019) @@ -10,6 +10,7 @@ %%WWWDIR%%/app/Action/TaskAssignCategoryLabel.php %%WWWDIR%%/app/Action/TaskAssignColorCategory.php %%WWWDIR%%/app/Action/TaskAssignColorColumn.php +%%WWWDIR%%/app/Action/TaskAssignColorLink.php %%WWWDIR%%/app/Action/TaskAssignColorUser.php %%WWWDIR%%/app/Action/TaskAssignCurrentUser.php %%WWWDIR%%/app/Action/TaskAssignSpecificUser.php @@ -27,12 +28,14 @@ %%WWWDIR%%/app/Action/TaskUpdateStartDate.php %%WWWDIR%%/app/Api/Action.php %%WWWDIR%%/app/Api/App.php +%%WWWDIR%%/app/Api/Auth.php %%WWWDIR%%/app/Api/Base.php %%WWWDIR%%/app/Api/Board.php %%WWWDIR%%/app/Api/Category.php %%WWWDIR%%/app/Api/Comment.php %%WWWDIR%%/app/Api/File.php %%WWWDIR%%/app/Api/Link.php +%%WWWDIR%%/app/Api/Me.php %%WWWDIR%%/app/Api/Project.php %%WWWDIR%%/app/Api/ProjectPermission.php %%WWWDIR%%/app/Api/Subtask.php @@ -43,6 +46,7 @@ %%WWWDIR%%/app/Auth/Base.php %%WWWDIR%%/app/Auth/Database.php %%WWWDIR%%/app/Auth/Github.php +%%WWWDIR%%/app/Auth/Gitlab.php %%WWWDIR%%/app/Auth/Google.php %%WWWDIR%%/app/Auth/Ldap.php %%WWWDIR%%/app/Auth/RememberMe.php @@ -70,15 +74,18 @@ %%WWWDIR%%/app/Controller/Comment.php %%WWWDIR%%/app/Controller/Config.php %%WWWDIR%%/app/Controller/Currency.php +%%WWWDIR%%/app/Controller/Doc.php %%WWWDIR%%/app/Controller/Export.php %%WWWDIR%%/app/Controller/Feed.php %%WWWDIR%%/app/Controller/File.php +%%WWWDIR%%/app/Controller/Gantt.php %%WWWDIR%%/app/Controller/Hourlyrate.php %%WWWDIR%%/app/Controller/Ical.php %%WWWDIR%%/app/Controller/Link.php %%WWWDIR%%/app/Controller/Listing.php %%WWWDIR%%/app/Controller/Oauth.php %%WWWDIR%%/app/Controller/Project.php +%%WWWDIR%%/app/Controller/Projectuser.php %%WWWDIR%%/app/Controller/Search.php %%WWWDIR%%/app/Controller/Subtask.php %%WWWDIR%%/app/Controller/Swimlane.php @@ -121,6 +128,7 @@ %%WWWDIR%%/app/Event/GenericEvent.php %%WWWDIR%%/app/Event/SubtaskEvent.php %%WWWDIR%%/app/Event/TaskEvent.php +%%WWWDIR%%/app/Event/TaskLinkEvent.php %%WWWDIR%%/app/Helper/App.php %%WWWDIR%%/app/Helper/Asset.php %%WWWDIR%%/app/Helper/Board.php @@ -152,9 +160,11 @@ %%WWWDIR%%/app/Locale/hu_HU/translations.php %%WWWDIR%%/app/Locale/it_IT/translations.php %%WWWDIR%%/app/Locale/ja_JP/translations.php +%%WWWDIR%%/app/Locale/nb_NO/translations.php %%WWWDIR%%/app/Locale/nl_NL/translations.php %%WWWDIR%%/app/Locale/pl_PL/translations.php %%WWWDIR%%/app/Locale/pt_BR/translations.php +%%WWWDIR%%/app/Locale/pt_PT/translations.php %%WWWDIR%%/app/Locale/ru_RU/translations.php %%WWWDIR%%/app/Locale/sr_Latn_RS/translations.php %%WWWDIR%%/app/Locale/sv_SE/translations.php @@ -300,6 +310,7 @@ %%WWWDIR%%/app/Template/config/sidebar.php %%WWWDIR%%/app/Template/config/webhook.php %%WWWDIR%%/app/Template/currency/index.php +%%WWWDIR%%/app/Template/doc/show.php %%WWWDIR%%/app/Template/event/comment_create.php %%WWWDIR%%/app/Template/event/comment_update.php %%WWWDIR%%/app/Template/event/events.php @@ -325,6 +336,9 @@ %%WWWDIR%%/app/Template/file/remove.php %%WWWDIR%%/app/Template/file/screenshot.php %%WWWDIR%%/app/Template/file/show.php +%%WWWDIR%%/app/Template/gantt/project.php +%%WWWDIR%%/app/Template/gantt/projects.php +%%WWWDIR%%/app/Template/gantt/task_creation.php %%WWWDIR%%/app/Template/hourlyrate/index.php %%WWWDIR%%/app/Template/hourlyrate/remove.php %%WWWDIR%%/app/Template/layout.php @@ -363,6 +377,10 @@ %%WWWDIR%%/app/Template/project/show.php %%WWWDIR%%/app/Template/project/sidebar.php %%WWWDIR%%/app/Template/project/users.php +%%WWWDIR%%/app/Template/project_user/layout.php +%%WWWDIR%%/app/Template/project_user/roles.php +%%WWWDIR%%/app/Template/project_user/sidebar.php +%%WWWDIR%%/app/Template/project_user/tasks.php %%WWWDIR%%/app/Template/search/index.php %%WWWDIR%%/app/Template/search/results.php %%WWWDIR%%/app/Template/subtask/create.php @@ -461,6 +479,7 @@ %%WWWDIR%%/assets/css/src/dropdown.css %%WWWDIR%%/assets/css/src/filters.css %%WWWDIR%%/assets/css/src/form.css +%%WWWDIR%%/assets/css/src/gantt.css %%WWWDIR%%/assets/css/src/header.css %%WWWDIR%%/assets/css/src/links.css %%WWWDIR%%/assets/css/src/listing.css @@ -505,16 +524,30 @@ %%WWWDIR%%/assets/img/touch-icon-iphone-retina.png %%WWWDIR%%/assets/img/touch-icon-iphone.png %%WWWDIR%%/assets/js/app.js -%%WWWDIR%%/assets/js/src/analytic.js -%%WWWDIR%%/assets/js/src/base.js -%%WWWDIR%%/assets/js/src/board.js -%%WWWDIR%%/assets/js/src/calendar.js -%%WWWDIR%%/assets/js/src/screenshot.js -%%WWWDIR%%/assets/js/src/swimlane.js +%%WWWDIR%%/assets/js/src/App.js +%%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js +%%WWWDIR%%/assets/js/src/Board.js +%%WWWDIR%%/assets/js/src/BudgetChart.js +%%WWWDIR%%/assets/js/src/BurndownChart.js +%%WWWDIR%%/assets/js/src/Calendar.js +%%WWWDIR%%/assets/js/src/CumulativeFlowDiagram.js +%%WWWDIR%%/assets/js/src/Dropdown.js +%%WWWDIR%%/assets/js/src/Gantt.js +%%WWWDIR%%/assets/js/src/LeadCycleTimeChart.js +%%WWWDIR%%/assets/js/src/Markdown.js +%%WWWDIR%%/assets/js/src/Popover.js +%%WWWDIR%%/assets/js/src/Router.js +%%WWWDIR%%/assets/js/src/Screenshot.js +%%WWWDIR%%/assets/js/src/Search.js +%%WWWDIR%%/assets/js/src/Sidebar.js +%%WWWDIR%%/assets/js/src/Swimlane.js +%%WWWDIR%%/assets/js/src/TaskRepartitionChart.js +%%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js +%%WWWDIR%%/assets/js/src/Tooltip.js +%%WWWDIR%%/assets/js/src/UserRepartitionChart.js %%WWWDIR%%/assets/js/vendor/c3.min.js %%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js %%WWWDIR%%/assets/js/vendor/d3.v3.min.js -%%WWWDIR%%/assets/js/vendor/dropit.min.js %%WWWDIR%%/assets/js/vendor/fullcalendar.min.js %%WWWDIR%%/assets/js/vendor/jquery-1.11.1.min.js %%WWWDIR%%/assets/js/vendor/jquery-ui-timepicker-addon.min.js @@ -550,6 +583,7 @@ %%WWWDIR%%/assets/js/vendor/lang/ko.js %%WWWDIR%%/assets/js/vendor/lang/lt.js %%WWWDIR%%/assets/js/vendor/lang/lv.js +%%WWWDIR%%/assets/js/vendor/lang/nb.js %%WWWDIR%%/assets/js/vendor/lang/nl.js %%WWWDIR%%/assets/js/vendor/lang/pl.js %%WWWDIR%%/assets/js/vendor/lang/pt-br.js @@ -572,6 +606,96 @@ %%WWWDIR%%/assets/js/vendor/mousetrap.min.js %%WWWDIR%%/config.default.php %%WWWDIR%%/data/.htaccess +%%WWWDIR%%/doc/.htaccess +%%WWWDIR%%/doc/2fa.markdown +%%WWWDIR%%/doc/analytics-tasks.markdown +%%WWWDIR%%/doc/analytics.markdown +%%WWWDIR%%/doc/api-json-rpc.markdown +%%WWWDIR%%/doc/application-configuration.markdown +%%WWWDIR%%/doc/assets.markdown +%%WWWDIR%%/doc/automatic-actions.markdown +%%WWWDIR%%/doc/bitbucket-webhooks.markdown +%%WWWDIR%%/doc/board-collapsed-expanded.markdown +%%WWWDIR%%/doc/board-configuration.markdown +%%WWWDIR%%/doc/board-horizontal-scrolling-and-compact-view.markdown +%%WWWDIR%%/doc/board-show-hide-columns.markdown +%%WWWDIR%%/doc/bruteforce-protection.markdown +%%WWWDIR%%/doc/budget.markdown +%%WWWDIR%%/doc/calendar-configuration.markdown +%%WWWDIR%%/doc/calendar.markdown +%%WWWDIR%%/doc/centos-installation.markdown +%%WWWDIR%%/doc/cli.markdown +%%WWWDIR%%/doc/closing-tasks.markdown +%%WWWDIR%%/doc/coding-standards.markdown +%%WWWDIR%%/doc/config.markdown +%%WWWDIR%%/doc/contributing.markdown +%%WWWDIR%%/doc/create-tasks-by-email.markdown +%%WWWDIR%%/doc/creating-projects.markdown +%%WWWDIR%%/doc/creating-tasks.markdown +%%WWWDIR%%/doc/currency-rate.markdown +%%WWWDIR%%/doc/debian-installation.markdown +%%WWWDIR%%/doc/docker.markdown +%%WWWDIR%%/doc/duplicate-move-tasks.markdown +%%WWWDIR%%/doc/editing-projects.markdown +%%WWWDIR%%/doc/email-configuration.markdown +%%WWWDIR%%/doc/faq.markdown +%%WWWDIR%%/doc/freebsd-installation.markdown +%%WWWDIR%%/doc/gantt-chart-projects.markdown +%%WWWDIR%%/doc/gantt-chart-tasks.markdown +%%WWWDIR%%/doc/github-authentication.markdown +%%WWWDIR%%/doc/github-webhooks.markdown +%%WWWDIR%%/doc/gitlab-authentication.markdown +%%WWWDIR%%/doc/gitlab-webhooks.markdown +%%WWWDIR%%/doc/google-authentication.markdown +%%WWWDIR%%/doc/heroku.markdown +%%WWWDIR%%/doc/hipchat.markdown +%%WWWDIR%%/doc/hourly-rate.markdown +%%WWWDIR%%/doc/ical.markdown +%%WWWDIR%%/doc/index.markdown +%%WWWDIR%%/doc/installation.markdown +%%WWWDIR%%/doc/jabber.markdown +%%WWWDIR%%/doc/kanban-vs-todo-and-scrum.markdown +%%WWWDIR%%/doc/keyboard-shortcuts.markdown +%%WWWDIR%%/doc/ldap-authentication.markdown +%%WWWDIR%%/doc/link-labels.markdown +%%WWWDIR%%/doc/mailgun.markdown +%%WWWDIR%%/doc/mysql-configuration.markdown +%%WWWDIR%%/doc/nginx-ssl-php-fpm.markdown +%%WWWDIR%%/doc/nice-urls.markdown +%%WWWDIR%%/doc/notifications.markdown +%%WWWDIR%%/doc/postgresql-configuration.markdown +%%WWWDIR%%/doc/postmark.markdown +%%WWWDIR%%/doc/project-configuration.markdown +%%WWWDIR%%/doc/project-permissions.markdown +%%WWWDIR%%/doc/project-views.markdown +%%WWWDIR%%/doc/recommended-configuration.markdown +%%WWWDIR%%/doc/recurring-tasks.markdown +%%WWWDIR%%/doc/reverse-proxy-authentication.markdown +%%WWWDIR%%/doc/rss.markdown +%%WWWDIR%%/doc/screenshots.markdown +%%WWWDIR%%/doc/search.markdown +%%WWWDIR%%/doc/sendgrid.markdown +%%WWWDIR%%/doc/sharing-projects.markdown +%%WWWDIR%%/doc/slack.markdown +%%WWWDIR%%/doc/sqlite-database.markdown +%%WWWDIR%%/doc/subtasks.markdown +%%WWWDIR%%/doc/swimlanes.markdown +%%WWWDIR%%/doc/syntax-guide.markdown +%%WWWDIR%%/doc/task-links.markdown +%%WWWDIR%%/doc/tests.markdown +%%WWWDIR%%/doc/time-tracking.markdown +%%WWWDIR%%/doc/timetable.markdown +%%WWWDIR%%/doc/transitions.markdown +%%WWWDIR%%/doc/translations.markdown +%%WWWDIR%%/doc/ubuntu-installation.markdown +%%WWWDIR%%/doc/update.markdown +%%WWWDIR%%/doc/usage-examples.markdown +%%WWWDIR%%/doc/user-management.markdown +%%WWWDIR%%/doc/vagrant.markdown +%%WWWDIR%%/doc/webhooks.markdown +%%WWWDIR%%/doc/what-is-kanban.markdown +%%WWWDIR%%/doc/windows-apache-installation.markdown +%%WWWDIR%%/doc/windows-iis-installation.markdown %%WWWDIR%%/index.php %%WWWDIR%%/jsonrpc.php %%WWWDIR%%/kanboard @@ -597,11 +721,13 @@ %%WWWDIR%%/vendor/composer/installed.json %%WWWDIR%%/vendor/eluceo/ical/.scrutinizer.yml %%WWWDIR%%/vendor/eluceo/ical/LICENSE +%%WWWDIR%%/vendor/eluceo/ical/UPGRADE.md %%WWWDIR%%/vendor/eluceo/ical/examples/example1.php %%WWWDIR%%/vendor/eluceo/ical/examples/example2.php %%WWWDIR%%/vendor/eluceo/ical/examples/example3.php %%WWWDIR%%/vendor/eluceo/ical/examples/example4.php %%WWWDIR%%/vendor/eluceo/ical/examples/example5.php +%%WWWDIR%%/vendor/eluceo/ical/examples/example6.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component/Alarm.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component/Calendar.php @@ -611,11 +737,15 @@ %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/ParameterBag.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/ArrayValue.php +%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/DateTimeProperty.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/Attendees.php +%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/Organizer.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/RecurrenceRule.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/StringValue.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/ValueInterface.php %%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/PropertyBag.php +%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Util/ComponentUtil.php +%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Util/PropertyValueUtil.php %%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt %%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php %%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist @@ -672,6 +802,8 @@ %%WWWDIR%%/vendor/fabiang/xmpp/src/Util/ErrorHandler.php %%WWWDIR%%/vendor/fabiang/xmpp/src/Util/XML.php %%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE +%%WWWDIR%%/vendor/fguillot/json-rpc/README.markdown +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/AccessDeniedException.php %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Server.php %%WWWDIR%%/vendor/fguillot/picodb/LICENSE @@ -686,10 +818,10 @@ %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php %%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE -%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Base.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/AlphaNumeric.php +%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Base.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Date.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Email.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Equals.php @@ -699,7 +831,6 @@ %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Integer.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Ip.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Length.php -%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MacAddress.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MaxLength.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MinLength.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/NotEquals.php @@ -708,18 +839,36 @@ %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Range.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Required.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Unique.php -%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Version.php %%WWWDIR%%/vendor/fguillot/simpleLogger/LICENSE %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Base.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/File.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Logger.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Syslog.php +%%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilder.php +%%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilderInterface.php +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha0.ttf +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha1.ttf +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha2.ttf +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha3.ttf +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha4.ttf +%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha5.ttf +%%WWWDIR%%/vendor/gregwar/captcha/ImageFileHandler.php +%%WWWDIR%%/vendor/gregwar/captcha/LICENSE +%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilder.php +%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilderInterface.php +%%WWWDIR%%/vendor/gregwar/captcha/autoload.php +%%WWWDIR%%/vendor/gregwar/captcha/demo/demo.php +%%WWWDIR%%/vendor/gregwar/captcha/demo/fingerprint.php +%%WWWDIR%%/vendor/gregwar/captcha/demo/index.php +%%WWWDIR%%/vendor/gregwar/captcha/demo/ocr.php +%%WWWDIR%%/vendor/gregwar/captcha/demo/output.php %%WWWDIR%%/vendor/nickcernis/html-to-markdown/HTML_To_Markdown.php %%WWWDIR%%/vendor/nickcernis/html-to-markdown/LICENSE %%WWWDIR%%/vendor/nickcernis/html-to-markdown/circle.yml %%WWWDIR%%/vendor/nickcernis/html-to-markdown/demo/index.php %%WWWDIR%%/vendor/pimple/pimple/CHANGELOG %%WWWDIR%%/vendor/pimple/pimple/LICENSE +%%WWWDIR%%/vendor/pimple/pimple/README.rst %%WWWDIR%%/vendor/pimple/pimple/ext/pimple/config.m4 %%WWWDIR%%/vendor/pimple/pimple/ext/pimple/config.w32 %%WWWDIR%%/vendor/pimple/pimple/ext/pimple/php_pimple.h