svn commit: r321571 - in head/devel: rubygem-classifier rubygem-paint rubygem-stemmer

Steve Wills swills at FreeBSD.org
Sat Jun 22 13:23:22 UTC 2013


Author: swills
Date: Sat Jun 22 13:23:21 2013
New Revision: 321571
URL: http://svnweb.freebsd.org/changeset/ports/321571

Log:
  - ruby@ should own these
  - Trim header while here

Modified:
  head/devel/rubygem-classifier/Makefile   (contents, props changed)
  head/devel/rubygem-paint/Makefile   (contents, props changed)
  head/devel/rubygem-stemmer/Makefile   (contents, props changed)

Modified: head/devel/rubygem-classifier/Makefile
==============================================================================
--- head/devel/rubygem-classifier/Makefile	Sat Jun 22 12:49:28 2013	(r321570)
+++ head/devel/rubygem-classifier/Makefile	Sat Jun 22 13:23:21 2013	(r321571)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-classifier
-# Date created:				2009-12-11
-# Whom:					Peter Schuller <peter.schuller at infidyne.com>
-#
+# Created by: Peter Schuller <peter.schuller at infidyne.com>
 # $FreeBSD$
 
 PORTNAME=	classifier
@@ -9,7 +6,7 @@ PORTVERSION=	1.3.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	A classifier module for Bayesian and other types of classifications
 
 RUN_DEPENDS=	rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer

Modified: head/devel/rubygem-paint/Makefile
==============================================================================
--- head/devel/rubygem-paint/Makefile	Sat Jun 22 12:49:28 2013	(r321570)
+++ head/devel/rubygem-paint/Makefile	Sat Jun 22 13:23:21 2013	(r321571)
@@ -5,7 +5,7 @@ PORTVERSION=	0.8.6
 CATEGORIES=	devel
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Terminal painter
 
 USE_RUBY=	yes

Modified: head/devel/rubygem-stemmer/Makefile
==============================================================================
--- head/devel/rubygem-stemmer/Makefile	Sat Jun 22 12:49:28 2013	(r321570)
+++ head/devel/rubygem-stemmer/Makefile	Sat Jun 22 13:23:21 2013	(r321571)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-stemmer
-# Date created:				2009-12-11
-# Whom:					Peter Schuller <peter.schuller at infidyne.com>
-#
+# Created by: Peter Schuller <peter.schuller at infidyne.com>
 # $FreeBSD$
 
 PORTNAME=	stemmer
@@ -9,7 +6,7 @@ PORTVERSION=	1.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	An implementation of the Porter word stemming algorithm
 
 USE_RUBY=	yes


More information about the svn-ports-head mailing list