diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-27 22:55:23 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-27 22:55:23 +0000 |
commit | a0461d68d52d8b399f9c612380e30f226c1a1dff (patch) | |
tree | 613ebe23a100bac65826c3e0805763e8ccf880d9 /textproc/rubygem-nokogiri | |
parent | 561017fe760806a3f541f572776b9abaf29dfd97 (diff) |
- Re-assign all my rubygem-* ports to ruby@
this gives us more eyes and brings us inline with perl@
Current ruby@ members (stas, dinoex, pgollucci)
http://wiki.freebsd.org/Ruby
Discussed with: stas on #bsdports
Notes
Notes:
svn path=/head/; revision=253360
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 3e2e39a16816..b96b0f81cee9 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.4.0 CATEGORIES= textproc rubygems MASTER_SITES= RF -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An HTML, XML, SAX, and Reader parser BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv \ |