diff options
-rw-r--r-- | devel/devhelp/Makefile | 4 | ||||
-rw-r--r-- | devel/devhelp/distinfo | 6 | ||||
-rw-r--r-- | devel/devhelp/pkg-plist | 6 | ||||
-rw-r--r-- | graphics/evince/Makefile | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index fb1d18258..7e5956a8c 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -6,8 +6,8 @@ # PORTNAME= devhelp -PORTVERSION= 0.15 -PORTREVISION= 2 +PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES?= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,} diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index 34eb732e9..8cf28f6b6 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/devhelp-0.15.tar.bz2) = e5ec0eebc5313c0d11c2371b2b1a9c16 -SHA256 (gnome2/devhelp-0.15.tar.bz2) = f10cfa64f61ae0acd4ec25e9338c3e77175c43957b8ed1886f970183d7510ec6 -SIZE (gnome2/devhelp-0.15.tar.bz2) = 457445 +MD5 (gnome2/devhelp-0.16.tar.bz2) = 61d2300ab657ab63c65a49311916a6d2 +SHA256 (gnome2/devhelp-0.16.tar.bz2) = 5faa6cd9e8daa95158f63d1d14e95b2027f31da4e4a107ceb1f6d510234a9c2f +SIZE (gnome2/devhelp-0.16.tar.bz2) = 466655 diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist index 6681c0044..6158d3dee 100644 --- a/devel/devhelp/pkg-plist +++ b/devel/devhelp/pkg-plist @@ -71,6 +71,7 @@ share/locale/ms/LC_MESSAGES/devhelp.mo share/locale/nb/LC_MESSAGES/devhelp.mo share/locale/ne/LC_MESSAGES/devhelp.mo share/locale/nl/LC_MESSAGES/devhelp.mo +share/locale/oc/LC_MESSAGES/devhelp.mo share/locale/or/LC_MESSAGES/devhelp.mo share/locale/pa/LC_MESSAGES/devhelp.mo share/locale/pl/LC_MESSAGES/devhelp.mo @@ -84,6 +85,7 @@ share/locale/sq/LC_MESSAGES/devhelp.mo share/locale/sr/LC_MESSAGES/devhelp.mo share/locale/sr@Latn/LC_MESSAGES/devhelp.mo share/locale/sv/LC_MESSAGES/devhelp.mo +share/locale/te/LC_MESSAGES/devhelp.mo share/locale/th/LC_MESSAGES/devhelp.mo share/locale/tr/LC_MESSAGES/devhelp.mo share/locale/uk/LC_MESSAGES/devhelp.mo @@ -99,8 +101,12 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.mo @dirrm include/devhelp-1.0 @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 3e5e60662..3538ed834 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.77 2007/09/04 06:18:15 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.78 2007/09/11 04:03:33 marcus Exp $ # PORTNAME= evince @@ -86,7 +86,7 @@ DJVU_DIR?= -nox11 .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.18:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.19:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas .else |