svn commit: r338551 - head/lang/ruby-doc-stdlib

Steve Wills swills at FreeBSD.org
Fri Jan 3 15:50:43 UTC 2014


Author: swills
Date: Fri Jan  3 15:50:42 2014
New Revision: 338551
URL: http://svnweb.freebsd.org/changeset/ports/338551

Log:
  - Fix category order to correct PKGORIGIN

Modified:
  head/lang/ruby-doc-stdlib/Makefile

Modified: head/lang/ruby-doc-stdlib/Makefile
==============================================================================
--- head/lang/ruby-doc-stdlib/Makefile	Fri Jan  3 15:46:52 2014	(r338550)
+++ head/lang/ruby-doc-stdlib/Makefile	Fri Jan  3 15:50:42 2014	(r338551)
@@ -5,7 +5,7 @@ PORTNAME=	stdlib
 PORTVERSION=	1.9.3
 
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}doc-
-CATEGORIES=	ruby lang docs
+CATEGORIES=	lang ruby docs
 
 DISTNAME=	ruby_${PORTVERSION:S/./_/g}_${PORTNAME}_rdocs
 MASTER_SITES=	http://www.ruby-doc.org/downloads/


More information about the svn-ports-all mailing list