svn commit: r304768 - in head: audio/qsynth x11/yeahconsole

Thomas Abthorpe tabthorpe at FreeBSD.org
Sun Sep 23 22:20:56 UTC 2012


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 at gmail.com>
-#
+# Created by: lazyklimm <lazyklimm at 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 at gmail.com
+MAINTAINER=	ports at 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 at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	quake console-like extension for X terminals
 
 USE_XORG=	x11



More information about the svn-ports-all mailing list