Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 22:20:56 +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: r304768 - in head: audio/qsynth x11/yeahconsole
Message-ID:  <201209232220.q8NMKuXL089097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Sun Sep 23 22:20:55 2012
New Revision: 304768
URL: http://svn.freebsd.org/changeset/ports/304768

Log:
  - Reassign to the heap at maintainer's request

Modified:
  head/audio/qsynth/Makefile   (contents, props changed)
  head/x11/yeahconsole/Makefile   (contents, props changed)

Modified: head/audio/qsynth/Makefile
==============================================================================
--- head/audio/qsynth/Makefile	Sun Sep 23 22:17:43 2012	(r304767)
+++ head/audio/qsynth/Makefile	Sun Sep 23 22:20:55 2012	(r304768)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	qsynth
-# Date created:		2007-11-17
-# Whom:			lazyklimm <lazyklimm@gmail.com>
-#
+# Created by: lazyklimm <lazyklimm@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	qsynth
 PORTVERSION=	0.3.4
@@ -11,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
 
-MAINTAINER=	lazyklimm@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt fluidsynth front-end application
 
 LIB_DEPENDS=	fluidsynth:${PORTSDIR}/audio/fluidsynth

Modified: head/x11/yeahconsole/Makefile
==============================================================================
--- head/x11/yeahconsole/Makefile	Sun Sep 23 22:17:43 2012	(r304767)
+++ head/x11/yeahconsole/Makefile	Sun Sep 23 22:20:55 2012	(r304768)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:   yeahconsole
-# Date created:        30 April 2008
-# Whom:                asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	yeahconsole
 PORTVERSION=	0.3.4
 CATEGORIES=	x11
 MASTER_SITES=	http://phrat.de/
 
-MAINTAINER=	lazyklimm@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	quake console-like extension for X terminals
 
 USE_XORG=	x11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209232220.q8NMKuXL089097>