svn commit: r305162 - in head/devel: p5-Thread-Cancel p5-Thread-Suspend p5-threads-shared

Thomas Abthorpe tabthorpe at FreeBSD.org
Tue Oct 2 14:53:47 UTC 2012


Author: tabthorpe
Date: Tue Oct  2 14:53:46 2012
New Revision: 305162
URL: http://svn.freebsd.org/changeset/ports/305162

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

Modified:
  head/devel/p5-Thread-Cancel/Makefile
  head/devel/p5-Thread-Suspend/Makefile
  head/devel/p5-threads-shared/Makefile

Modified: head/devel/p5-Thread-Cancel/Makefile
==============================================================================
--- head/devel/p5-Thread-Cancel/Makefile	Tue Oct  2 13:43:24 2012	(r305161)
+++ head/devel/p5-Thread-Cancel/Makefile	Tue Oct  2 14:53:46 2012	(r305162)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Thread-Cancel
-# Date created:				2007-03-18
-# Whom:					Ruben van Staveren
-#
+# Created by: Ruben van Staveren
 # $FreeBSD$
-#
 
 PORTNAME=	Thread-Cancel
 PORTVERSION=	1.13
@@ -11,7 +7,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ruben at verweg.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cancel (i.e., kill) threads
 
 RUN_DEPENDS=	p5-threads>=1.34:${PORTSDIR}/devel/p5-threads

Modified: head/devel/p5-Thread-Suspend/Makefile
==============================================================================
--- head/devel/p5-Thread-Suspend/Makefile	Tue Oct  2 13:43:24 2012	(r305161)
+++ head/devel/p5-Thread-Suspend/Makefile	Tue Oct  2 14:53:46 2012	(r305162)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Thread-Suspend
-# Date created: 2007-03-18
-# Whom: Ruben van Staveren
-#
+# Created by: Ruben van Staveren
 # $FreeBSD$
-#
 
 PORTNAME=	Thread-Suspend
 PORTVERSION=	1.21
@@ -12,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Thread
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ruben at verweg.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Suspend and resume operations for threads
 
 RUN_DEPENDS=	p5-threads>=1.39:${PORTSDIR}/devel/p5-threads \

Modified: head/devel/p5-threads-shared/Makefile
==============================================================================
--- head/devel/p5-threads-shared/Makefile	Tue Oct  2 13:43:24 2012	(r305161)
+++ head/devel/p5-threads-shared/Makefile	Tue Oct  2 14:53:46 2012	(r305162)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-threads-shared
-# Date created:		2007-03-18
-# Whom:			Ruben van Staveren
-#
+# Created by: Ruben van Staveren
 # $FreeBSD$
-#
 
 PORTNAME=	threads-shared
 PORTVERSION=	1.40
@@ -12,7 +8,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ruben at verweg.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl extension for sharing data structures between threads
 
 BUILD_DEPENDS=	p5-threads>=1.73:${PORTSDIR}/devel/p5-threads



More information about the svn-ports-all mailing list