mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/rubygem-ruby-augeas: Update to 0.6.0
- Update WWW - Clean up Makefile Changes: https://github.com/hercules-team/ruby-augeas/releases
This commit is contained in:
parent
f95c041283
commit
81c2142543
2 changed files with 7 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= ruby-augeas
|
PORTNAME= ruby-augeas
|
||||||
PORTVERSION= 0.5.0
|
PORTVERSION= 0.6.0
|
||||||
PORTREVISION= 4
|
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Ruby bindings for Augeas
|
COMMENT= Ruby bindings for Augeas
|
||||||
WWW= https://augeas.net/
|
WWW= https://augeas.net/ \
|
||||||
|
https://github.com/hercules-team/ruby-augeas
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
@ -15,12 +15,6 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas
|
||||||
USES= gem gnome pkgconfig
|
USES= gem gnome pkgconfig
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2"
|
CONFIGURE_ARGS= --with-opt-include=${LOCALBASE}/include/libxml2
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
|
||||||
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (rubygem/ruby-augeas-0.5.0.gem) = 42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101
|
TIMESTAMP = 1725560911
|
||||||
SIZE (rubygem/ruby-augeas-0.5.0.gem) = 24064
|
SHA256 (rubygem/ruby-augeas-0.6.0.gem) = 002bd237d8dce4b918384cc3043254bf5264efe81f663d1c9ac7b41cbe4df8d2
|
||||||
|
SIZE (rubygem/ruby-augeas-0.6.0.gem) = 31232
|
||||||
|
|
Loading…
Add table
Reference in a new issue