- update to ruby-augeas-0.5.0
This commit is contained in:
parent
a04eb35cac
commit
3329ed0fc9
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:41:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/13 06:55:29 jasper Exp $
|
||||
|
||||
COMMENT= provider bindings for Augeas
|
||||
|
||||
DISTNAME= ruby-augeas-0.4.1
|
||||
DISTNAME= ruby-augeas-0.5.0
|
||||
PKGNAME= ${DISTNAME:S/ruby-//}
|
||||
REVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://augeas.net/
|
||||
@ -14,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB+= augeas pthread
|
||||
WANTLIB+= augeas pthread xml2
|
||||
|
||||
LIB_DEPENDS= sysutils/augeas
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ruby-augeas-0.4.1.gem) = 7SrqVZtRTV2QzwXIC/K5QXPEaWHQavBR8hUsQFZNweQ=
|
||||
SIZE (ruby-augeas-0.4.1.gem) = 22016
|
||||
SHA256 (ruby-augeas-0.5.0.gem) = QrCXPI/4jFqQOhsSbxQYpp6zyPTUWZkFW/3Om3DlcQE=
|
||||
SIZE (ruby-augeas-0.5.0.gem) = 24064
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/12/31 14:51:45 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/03/13 06:55:29 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
||||
@ -9,6 +9,7 @@ ${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/_augeas.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/_augeas.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/_augeas.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/_augeas.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/augeas/extconf.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user