Chase devel/ruby-gettext updated that has filename changed, from

gettext/_locale.so to locale_system.so. Bump the PORTREVISION.

Reported by:	krismail
This commit is contained in:
Jeremy Messenger 2006-06-09 14:13:02 +00:00
parent d14d2d2444
commit e229e436fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164907
3 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= alexandria
PORTVERSION= 0.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/3445/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -17,7 +17,7 @@ MAINTAINER= mitsuru@riken.jp
COMMENT= A GNOME application to help you manage your book collection
RUN_DEPENDS= ${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \
${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext \
${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext \
${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \

View file

@ -7,6 +7,7 @@
PORTNAME= rbbr
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ruby-gnome2
@ -17,9 +18,9 @@ DIST_SUBDIR= ruby
MAINTAINER= mezz@FreeBSD.org
COMMENT= A GTK+2-based Ruby module browser
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext
USE_GETTEXT= yes
USE_RUBY= yes

View file

@ -7,7 +7,7 @@
PORTNAME= gave
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science graphics ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/
DIST_SUBDIR= ruby
@ -29,7 +29,7 @@ USE_RUBY_SETUP= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext
.if ${RUBY_VER} >= 1.7
RUN_DEPENDS+= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
.else