From owner-svn-ports-head@freebsd.org Wed Mar 30 16:41:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A57C6AE30A0; Wed, 30 Mar 2016 16:41:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6606F1866; Wed, 30 Mar 2016 16:41:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UGfNMS019209; Wed, 30 Mar 2016 16:41:23 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGfMb7019198; Wed, 30 Mar 2016 16:41:22 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201603301641.u2UGfMb7019198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 30 Mar 2016 16:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412175 - in head: astro/astrometry devel/libtermkey devel/libvterm devel/spin devel/unibilium editors/neovim emulators/bochs www/trac x11-wm/bspwm x11/antimicro x11/sxhkd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-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, 30 Mar 2016 16:41:24 -0000 Author: culot Date: Wed Mar 30 16:41:22 2016 New Revision: 412175 URL: https://svnweb.freebsd.org/changeset/ports/412175 Log: - Reassign to the heap, on maintainer's request Modified: head/astro/astrometry/Makefile head/devel/libtermkey/Makefile head/devel/libvterm/Makefile head/devel/spin/Makefile head/devel/unibilium/Makefile head/editors/neovim/Makefile head/emulators/bochs/Makefile head/www/trac/Makefile head/x11-wm/bspwm/Makefile head/x11/antimicro/Makefile head/x11/sxhkd/Makefile Modified: head/astro/astrometry/Makefile ============================================================================== --- head/astro/astrometry/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/astro/astrometry/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -8,7 +8,7 @@ CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Software for describing astronomical images LICENSE= GPLv2 Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/libtermkey/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.18 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Easy processing of keyboard entry from terminal-based programs LICENSE= MIT Modified: head/devel/libvterm/Makefile ============================================================================== --- head/devel/libvterm/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/libvterm/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -5,7 +5,7 @@ PORTNAME= libvterm PORTVERSION= git20150828 CATEGORIES= devel -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator LICENSE= MIT Modified: head/devel/spin/Makefile ============================================================================== --- head/devel/spin/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/spin/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://spinroot.com/spin/Src/ DISTNAME= spin${PORTVERSION:S/.//g} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= On-the-fly verification system for asynchronous concurrent systems OPTIONS_DEFINE= ISPIN DOCS Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/devel/unibilium/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Unibilium is a very basic terminfo library LICENSE= LGPL3 Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/editors/neovim/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.2 CATEGORIES= editors MASTER_SITES= GH -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Next generation Vim LICENSE= APACHE20 Modified: head/emulators/bochs/Makefile ============================================================================== --- head/emulators/bochs/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/emulators/bochs/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -7,7 +7,7 @@ PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= IA-32 (x86) PC emulator that runs DOS, Win 95, and more LICENSE= LGPL21 Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/www/trac/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -8,7 +8,7 @@ MASTER_SITES= http://ftp.edgewall.com/pu ftp://ftp.edgewall.com/pub/trac/ DISTNAME= Trac-${PORTVERSION} -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced wiki and issue tracking system for software projects LICENSE= BSD3CLAUSE Modified: head/x11-wm/bspwm/Makefile ============================================================================== --- head/x11-wm/bspwm/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11-wm/bspwm/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.9 PORTREVISION= 2 CATEGORIES= x11-wm -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Tiling window manager based on binary space partitioning LICENSE= BSD2CLAUSE Modified: head/x11/antimicro/Makefile ============================================================================== --- head/x11/antimicro/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11/antimicro/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -5,7 +5,7 @@ PORTNAME= antimicro PORTVERSION= 2.13 CATEGORIES= x11 -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Program for mapping keyboard and mouse to a gamepad LICENSE= GPLv3 Modified: head/x11/sxhkd/Makefile ============================================================================== --- head/x11/sxhkd/Makefile Wed Mar 30 16:33:14 2016 (r412174) +++ head/x11/sxhkd/Makefile Wed Mar 30 16:41:22 2016 (r412175) @@ -6,7 +6,7 @@ PORTVERSION= 0.5.5 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= antont@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Simple X hotkey daemon LICENSE= BSD2CLAUSE