diff options
-rw-r--r-- | www/gtkhtml4/Makefile | 11 | ||||
-rw-r--r-- | www/gtkhtml4/distinfo | 4 | ||||
-rw-r--r-- | www/gtkhtml4/files/patch-components_editor_gtkhtml-spell-dialog.c | 13 | ||||
-rw-r--r-- | www/gtkhtml4/pkg-plist | 2 |
4 files changed, 6 insertions, 24 deletions
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 74187095dcad..19edeb72c427 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -3,8 +3,7 @@ # $MCom: ports/trunk/www/gtkhtml4/Makefile 19578 2014-04-25 21:50:30Z kwm $ PORTNAME= gtkhtml -PORTVERSION= 4.8.0 -PORTERVISION= 1 +PORTVERSION= 4.8.1 CATEGORIES= www gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 4 @@ -13,14 +12,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libenchant.so:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto USE_GNOME= gnomeprefix intlhack gtk30 USE_LDCONFIG= yes diff --git a/www/gtkhtml4/distinfo b/www/gtkhtml4/distinfo index ae56e7c40a3d..a531f7f8c6e7 100644 --- a/www/gtkhtml4/distinfo +++ b/www/gtkhtml4/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtkhtml-4.8.0.tar.xz) = a660b63bc6b771f6aa8bd846d79664da1ca08f023fcc2e4e4a53dc20224dea9b -SIZE (gnome3/gtkhtml-4.8.0.tar.xz) = 1049288 +SHA256 (gnome3/gtkhtml-4.8.1.tar.xz) = 558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63 +SIZE (gnome3/gtkhtml-4.8.1.tar.xz) = 1049208 diff --git a/www/gtkhtml4/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml4/files/patch-components_editor_gtkhtml-spell-dialog.c deleted file mode 100644 index ec390b5d8173..000000000000 --- a/www/gtkhtml4/files/patch-components_editor_gtkhtml-spell-dialog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000 -+++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000 -@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d - - gtk_dialog_add_button ( - GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); -- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -+#if !GTK_CHECK_VERSION(2,90,7) -+ g_object_set (dialog, "has-separator", FALSE, NULL); -+#endif - gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker")); - gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); - diff --git a/www/gtkhtml4/pkg-plist b/www/gtkhtml4/pkg-plist index 277a0db76c57..a9d2e5297c7a 100644 --- a/www/gtkhtml4/pkg-plist +++ b/www/gtkhtml4/pkg-plist @@ -15,11 +15,9 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.la lib/libgtkhtml-%%VERSION%%.so lib/libgtkhtml-%%VERSION%%.so.0 lib/libgtkhtml-%%VERSION%%.so.0.0.0 -lib/libgtkhtml-editor-%%VERSION%%.la lib/libgtkhtml-editor-%%VERSION%%.so lib/libgtkhtml-editor-%%VERSION%%.so.0 lib/libgtkhtml-editor-%%VERSION%%.so.0.0.0 |