Date: Thu, 5 Sep 2013 17:55:20 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326427 - head/audio/fmio Message-ID: <201309051755.r85HtKIq093978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tabthorpe Date: Thu Sep 5 17:55:20 2013 New Revision: 326427 URL: http://svnweb.freebsd.org/changeset/ports/326427 Log: - Reassign to the heap due to maintainer mail bounces Modified: head/audio/fmio/Makefile (contents, props changed) Modified: head/audio/fmio/Makefile ============================================================================== --- head/audio/fmio/Makefile Thu Sep 5 17:53:17 2013 (r326426) +++ head/audio/fmio/Makefile Thu Sep 5 17:55:20 2013 (r326427) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fmio -# Date created: 10 Feb 2001 -# Whom: Den Ivanov <d.s.div@bigfoot.com> -# +# Created by: Den Ivanov <d.s.div@bigfoot.com> # $FreeBSD$ -# PORTNAME= fmio PORTVERSION= 2.0.8 @@ -11,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://www.aliasnet.ru/~pva/src/fmio/ \ http://www.jumbo.narod.ru/src/fmio/ -MAINTAINER= kunia@istc.kiev.ua +MAINTAINER= ports@FreeBSSD.org COMMENT= FM radio card manipulation utility MAN1= fmio.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051755.r85HtKIq093978>