Date: Fri, 2 May 2014 15:00:36 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352817 - in head/www/gtkhtml4: . files Message-ID: <201405021500.s42F0aTc098314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri May 2 15:00:36 2014 New Revision: 352817 URL: http://svnweb.freebsd.org/changeset/ports/352817 QAT: https://qat.redports.org/buildarchive/r352817/ Log: Update to 4.8.1. Drop depend on gnome-icon-theme, and don't install .la files. Deleted: head/www/gtkhtml4/files/ Modified: head/www/gtkhtml4/Makefile head/www/gtkhtml4/distinfo head/www/gtkhtml4/pkg-plist Modified: head/www/gtkhtml4/Makefile ============================================================================== --- head/www/gtkhtml4/Makefile Fri May 2 14:45:32 2014 (r352816) +++ head/www/gtkhtml4/Makefile Fri May 2 15:00:36 2014 (r352817) @@ -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 Modified: head/www/gtkhtml4/distinfo ============================================================================== --- head/www/gtkhtml4/distinfo Fri May 2 14:45:32 2014 (r352816) +++ head/www/gtkhtml4/distinfo Fri May 2 15:00:36 2014 (r352817) @@ -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 Modified: head/www/gtkhtml4/pkg-plist ============================================================================== --- head/www/gtkhtml4/pkg-plist Fri May 2 14:45:32 2014 (r352816) +++ head/www/gtkhtml4/pkg-plist Fri May 2 15:00:36 2014 (r352817) @@ -15,11 +15,9 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/g 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405021500.s42F0aTc098314>