svn commit: r304687 - in head/comms: ser2net serialoverip

Thomas Abthorpe tabthorpe at FreeBSD.org
Sat Sep 22 15:38:50 UTC 2012


Author: tabthorpe
Date: Sat Sep 22 15:38:49 2012
New Revision: 304687
URL: http://svn.freebsd.org/changeset/ports/304687

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

Modified:
  head/comms/ser2net/Makefile   (contents, props changed)
  head/comms/serialoverip/Makefile   (contents, props changed)

Modified: head/comms/ser2net/Makefile
==============================================================================
--- head/comms/ser2net/Makefile	Sat Sep 22 15:34:16 2012	(r304686)
+++ head/comms/ser2net/Makefile	Sat Sep 22 15:38:49 2012	(r304687)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	serialoverip
-# Date created:		3 September 2006
-# Whom:			Devon H. O'Dell <devon.odell at coyotepoint.com>
-#
+# Created by: Devon H. O'Dell <devon.odell at coyotepoint.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ser2net
 PORTVERSION=	2.5
 CATEGORIES=	comms net
 MASTER_SITES=	SF
 
-MAINTAINER=	devon.odell at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Allows to access serial ports over IP
 
 GNU_CONFIGURE=	yes

Modified: head/comms/serialoverip/Makefile
==============================================================================
--- head/comms/serialoverip/Makefile	Sat Sep 22 15:34:16 2012	(r304686)
+++ head/comms/serialoverip/Makefile	Sat Sep 22 15:38:49 2012	(r304687)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	serialoverip
-# Date created:		3 September 2006
-# Whom:			Devon H. O'Dell <devon.odell at coyotepoint.com>
-#
+# Created by: Devon H. O'Dell <devon.odell at coyotepoint.com>
 # $FreeBSD$
-#
 
 PORTNAME=	serialoverip
 PORTVERSION=	1.0
 CATEGORIES=	comms net
 MASTER_SITES=	CSME
 
-MAINTAINER=	devon.odell at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Transport of serial interfaces over UDP/IP
 
 PLIST_FILES=	sbin/${PORTNAME}



More information about the svn-ports-all mailing list