From owner-svn-ports-head@freebsd.org Thu Sep 15 01:29:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E82CBDBDF4; Thu, 15 Sep 2016 01:29:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AB3B17A7; Thu, 15 Sep 2016 01:29:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8F1TgD6014011; Thu, 15 Sep 2016 01:29:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8F1TfRP014003; Thu, 15 Sep 2016 01:29:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609150129.u8F1TfRP014003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 15 Sep 2016 01:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422173 - in head: cad/ghdl databases/libnvpair devel/afay devel/libuutil lang/modula3 math/ocaml-zarith security/wpa_supplicant textproc/words X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Sep 2016 01:29:43 -0000 Author: marino Date: Thu Sep 15 01:29:41 2016 New Revision: 422173 URL: https://svnweb.freebsd.org/changeset/ports/422173 Log: Release some of my ports back to the heap Modified: head/cad/ghdl/Makefile head/databases/libnvpair/Makefile head/devel/afay/Makefile head/devel/libuutil/Makefile head/lang/modula3/Makefile head/math/ocaml-zarith/Makefile head/security/wpa_supplicant/Makefile head/textproc/words/Makefile Modified: head/cad/ghdl/Makefile ============================================================================== --- head/cad/ghdl/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/cad/ghdl/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -8,7 +8,7 @@ DISTVERSIONPREFIX= v CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNU VHDL simulator LICENSE= GPLv2 Modified: head/databases/libnvpair/Makefile ============================================================================== --- head/databases/libnvpair/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/databases/libnvpair/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -5,7 +5,7 @@ PORTNAME= libnvpair PORTVERSION= 2.0 CATEGORIES= databases devel -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Illumos name-value pair library LICENSE= CDDL Modified: head/devel/afay/Makefile ============================================================================== --- head/devel/afay/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/devel/afay/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://thiberlog.free.fr/src/ DISTNAME= afay_thiberlog_${PORTVERSION} -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Improved aflex and ayacc Ada 95 scanner and parser generators LICENSE= aflex Modified: head/devel/libuutil/Makefile ============================================================================== --- head/devel/libuutil/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/devel/libuutil/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -5,7 +5,7 @@ PORTNAME= libuutil PORTVERSION= 1.0.3 CATEGORIES= devel -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Illumos userland utilities library LICENSE= CDDL Modified: head/lang/modula3/Makefile ============================================================================== --- head/lang/modula3/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/lang/modula3/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -8,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/m3/:boot DISTFILES= ${SRCDISTFILE} ${BOOTDIST} -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Critical Mass Modula-3 compiler LICENSE= DECM3 Modified: head/math/ocaml-zarith/Makefile ============================================================================== --- head/math/ocaml-zarith/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/math/ocaml-zarith/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1199/ PKGNAMEPREFIX= ocaml- -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml arithmetic library for arbitrary precision integers LICENSE= GPLv2 Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/security/wpa_supplicant/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://w1.fi/releases/ -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols USES= cpe gmake readline ssl Modified: head/textproc/words/Makefile ============================================================================== --- head/textproc/words/Makefile Thu Sep 15 00:13:25 2016 (r422172) +++ head/textproc/words/Makefile Thu Sep 15 01:29:41 2016 (r422173) @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= http://archives.nd.edu/whitaker/ DISTNAME= ${PORTNAME}all -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Latin-English Dictionary Program LICENSE= PD