diff options
author | reed <reed@pkgsrc.org> | 2013-01-25 19:18:08 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2013-01-25 19:18:08 +0000 |
commit | 982d12010945b000e347b516c252b2f4c3148730 (patch) | |
tree | 3ee16c1d01b0cdfb6ddd57afd296882afc584c9b /lang/parrot | |
parent | 7038b81c3d4a6b1f6051ddb777493ad61244172b (diff) | |
download | pkgsrc-982d12010945b000e347b516c252b2f4c3148730.tar.gz |
increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.
The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt
I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 9ab07b869ef..59a88a9cb32 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.67 2012/11/23 08:47:25 he Exp $ +# $NetBSD: Makefile,v 1.68 2013/01/25 19:18:09 reed Exp $ # VERSION= 4.8.0 RTYPE= devel DISTNAME= parrot-${VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |