From owner-svn-ports-all@freebsd.org Thu Sep 3 16:25:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C770F9C909D; Thu, 3 Sep 2015 16:25:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8163EB; Thu, 3 Sep 2015 16:25:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GP4H8036255; Thu, 3 Sep 2015 16:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GP3FN036252; Thu, 3 Sep 2015 16:25:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031625.t83GP3FN036252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:25:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396009 - in head/textproc: . ruby-xml-configfile ruby-xmlconfigfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 16:25:05 -0000 Author: sunpoet Date: Thu Sep 3 16:25:03 2015 New Revision: 396009 URL: https://svnweb.freebsd.org/changeset/ports/396009 Log: - Move textproc/ruby-xmlconfigfile to textproc/ruby-xml-configfile - Add LICENSE - Convert to new options target helper - Add NO_ARCH - Use BROKEN_RUBY22 - Adjust DOCS - Bump PORTREVISION for package change - Pass maintainership to ruby@ Added: head/textproc/ruby-xml-configfile/ - copied from r395820, head/textproc/ruby-xmlconfigfile/ Deleted: head/textproc/ruby-xmlconfigfile/ Modified: head/textproc/Makefile head/textproc/ruby-xml-configfile/Makefile head/textproc/ruby-xml-configfile/pkg-plist Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Sep 3 16:24:57 2015 (r396008) +++ head/textproc/Makefile Thu Sep 3 16:25:03 2015 (r396009) @@ -1342,7 +1342,7 @@ SUBDIR += ruby-rss.alt SUBDIR += ruby-rttool SUBDIR += ruby-sary - SUBDIR += ruby-xmlconfigfile + SUBDIR += ruby-xml-configfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-albino Modified: head/textproc/ruby-xml-configfile/Makefile ============================================================================== --- head/textproc/ruby-xmlconfigfile/Makefile Wed Sep 2 04:22:41 2015 (r395820) +++ head/textproc/ruby-xml-configfile/Makefile Thu Sep 3 16:25:03 2015 (r396009) @@ -1,35 +1,33 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ -PORTNAME= xmlconfigfile +PORTNAME= xml-configfile PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= textproc devel ruby -MASTER_SITES= http://www.cs.ualberta.ca/~schofiel/xml-configfile/downloads/ +MASTER_SITES= http://www.cs.ualberta.ca/~schofiel/${PORTNAME}/downloads/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= xml-configfile-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module for easy handling of XML configuration files +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + +BROKEN_RUBY22= yes + OPTIONS_DEFINE= DOCS +NO_ARCH= yes USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -DOCS= docs CHANGES README TODO - -post-install: - @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.endfor - -.include +DOCS= CHANGES README TODO docs/index.html -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.include +.include Modified: head/textproc/ruby-xml-configfile/pkg-plist ============================================================================== --- head/textproc/ruby-xmlconfigfile/pkg-plist Wed Sep 2 04:22:41 2015 (r395820) +++ head/textproc/ruby-xml-configfile/pkg-plist Thu Sep 3 16:25:03 2015 (r396009) @@ -2,4 +2,4 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/docs/index.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html