From owner-svn-ports-all@FreeBSD.ORG Sun May 24 00:05:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51B25813; Sun, 24 May 2015 00:05:39 +0000 (UTC) Received: from svn.freebsd.org (svn.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 3401B1EEE; Sun, 24 May 2015 00:05:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4O05d8q085047; Sun, 24 May 2015 00:05:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4O05ckj085044; Sun, 24 May 2015 00:05:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505240005.t4O05ckj085044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 00:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387209 - in head: sysutils/puppet textproc textproc/rubygem-augeas textproc/rubygem-ruby-augeas 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: Sun, 24 May 2015 00:05:39 -0000 Author: sunpoet Date: Sun May 24 00:05:37 2015 New Revision: 387209 URL: https://svnweb.freebsd.org/changeset/ports/387209 Log: - Move textproc/rubygem-augeas to textproc/rubygem-ruby-augeas - Add LICENSE - Change MASTER_SITES to RG - Bump PORTREVISION for dependent port Added: head/textproc/rubygem-ruby-augeas/ - copied from r387181, head/textproc/rubygem-augeas/ Deleted: head/textproc/rubygem-augeas/ Modified: head/sysutils/puppet/Makefile head/textproc/Makefile head/textproc/rubygem-ruby-augeas/Makefile Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Sun May 24 00:05:32 2015 (r387208) +++ head/sysutils/puppet/Makefile Sun May 24 00:05:37 2015 (r387209) @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.7.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -14,7 +15,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera RUN_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ - rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ + rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-ruby-augeas \ rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera USES= cpe Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 24 00:05:32 2015 (r387208) +++ head/textproc/Makefile Sun May 24 00:05:37 2015 (r387209) @@ -1319,7 +1319,6 @@ SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor - SUBDIR += rubygem-augeas SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay @@ -1387,6 +1386,7 @@ SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-rouge SUBDIR += rubygem-rttool + SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-rubypants SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize Modified: head/textproc/rubygem-ruby-augeas/Makefile ============================================================================== --- head/textproc/rubygem-augeas/Makefile Sat May 23 19:04:49 2015 (r387181) +++ head/textproc/rubygem-ruby-augeas/Makefile Sun May 24 00:05:37 2015 (r387209) @@ -5,18 +5,20 @@ PORTNAME= ruby-augeas PORTVERSION= 0.5.0 PORTREVISION= 2 CATEGORIES= textproc rubygems -MASTER_SITES= http://download.augeas.net/ruby/ +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas +LICENSE= LGPL21 + LIB_DEPENDS= libaugeas.so:${PORTSDIR}/textproc/augeas +CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2" +USE_GNOME= libxml2 USE_RUBY= yes USE_RUBYGEMS= yes -USES= pkgconfig -USE_GNOME= libxml2 RUBYGEM_AUTOPLIST= yes -CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2" +USES= pkgconfig .include