diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-12 13:18:24 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-12 13:18:24 +0000 |
commit | d305e8aeece1ff6b401426f0182249afe2333c03 (patch) | |
tree | 4f53b4775b104117ca3c24bfe7ff9eb2fbf8ea6f /textproc/rubygem-augeas | |
parent | 059d9e976d2a230b51eafb3b7e10f2f91a1c147b (diff) | |
download | ports-d305e8aeece1ff6b401426f0182249afe2333c03.tar.gz ports-d305e8aeece1ff6b401426f0182249afe2333c03.zip |
Notes
Diffstat (limited to 'textproc/rubygem-augeas')
-rw-r--r-- | textproc/rubygem-augeas/Makefile | 9 | ||||
-rw-r--r-- | textproc/rubygem-augeas/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/rubygem-augeas/Makefile b/textproc/rubygem-augeas/Makefile index 41e53c706647..63f9707bcb9f 100644 --- a/textproc/rubygem-augeas/Makefile +++ b/textproc/rubygem-augeas/Makefile @@ -6,20 +6,19 @@ # PORTNAME= ruby-augeas -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.1 CATEGORIES= textproc rubygems MASTER_SITES= http://augeas.net/download/ruby/ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas -LIB_DEPENDS= augeas.10:${PORTSDIR}/textproc/augeas - -PORTSCOUT= limit:^0.3 +LIB_DEPENDS= augeas.15:${PORTSDIR}/textproc/augeas USE_RUBY= yes USE_RUBYGEMS= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig libxml2 RUBYGEM_AUTOPLIST= yes +CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2" .include <bsd.port.mk> diff --git a/textproc/rubygem-augeas/distinfo b/textproc/rubygem-augeas/distinfo index 7b5f81e87761..49bcf66457c1 100644 --- a/textproc/rubygem-augeas/distinfo +++ b/textproc/rubygem-augeas/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-augeas-0.3.0.gem) = 2d1281fead19025c1a8a72b6cff178c8adf91a3e8a5704448102bb289d026dcb -SIZE (rubygem/ruby-augeas-0.3.0.gem) = 20480 +SHA256 (rubygem/ruby-augeas-0.4.1.gem) = ed2aea559b514d5d90cf05c80bf2b94173c46961d06af051f2152c40564dc1e4 +SIZE (rubygem/ruby-augeas-0.4.1.gem) = 22016 |