svn commit: r387209 - in head: sysutils/puppet textproc textproc/rubygem-augeas textproc/rubygem-ruby-augeas
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:05:39 UTC 2015
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 at 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 <bsd.port.mk>
More information about the svn-ports-all
mailing list