From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 14:01:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B274985; Fri, 11 Apr 2014 14:01:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECBE1D33; Fri, 11 Apr 2014 14:01:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BE1K89066589; Fri, 11 Apr 2014 14:01:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BE1KAL066587; Fri, 11 Apr 2014 14:01:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111401.s3BE1KAL066587@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 14:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350954 - head/devel/devhelp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 14:01:21 -0000 Author: bapt Date: Fri Apr 11 14:01:20 2014 New Revision: 350954 URL: http://svnweb.freebsd.org/changeset/ports/350954 QAT: https://qat.redports.org/buildarchive/r350954/ Log: Support stage Modified: head/devel/devhelp/Makefile head/devel/devhelp/pkg-plist Modified: head/devel/devhelp/Makefile ============================================================================== --- head/devel/devhelp/Makefile Fri Apr 11 14:00:30 2014 (r350953) +++ head/devel/devhelp/Makefile Fri Apr 11 14:01:20 2014 (r350954) @@ -4,7 +4,7 @@ PORTNAME= devhelp PORTVERSION= 2.32.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -13,18 +13,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Developer help browser for GNOME 2 -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique CONFLICTS= devhelp-3.[0-9]* -USE_BZIP2= yes USE_XORG= x11 -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack gnomeprefix libgnomeui libwnck -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include @@ -33,7 +32,6 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE} OPTIONS_DEFINE= GEDIT GEDIT_DESC= Enable GEdit plug-in support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGEDIT} Modified: head/devel/devhelp/pkg-plist ============================================================================== --- head/devel/devhelp/pkg-plist Fri Apr 11 14:00:30 2014 (r350953) +++ head/devel/devhelp/pkg-plist Fri Apr 11 14:01:20 2014 (r350954) @@ -17,10 +17,10 @@ include/devhelp-2.0/devhelp/dh-window.h %%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py %%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc %%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo -lib/libdevhelp-2.a lib/libdevhelp-2.la lib/libdevhelp-2.so lib/libdevhelp-2.so.1 +lib/libdevhelp-2.so.1.0.0 libdata/pkgconfig/libdevhelp-2.0.pc share/applications/devhelp.desktop share/devhelp/assistant/assistant.css @@ -130,6 +130,8 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.m @dirrmtry share/locale/oc @dirrmtry share/locale/mai/LC_MESSAGES @dirrmtry share/locale/mai +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy @dirrmtry share/locale/eo/LC_MESSAGES @dirrmtry share/locale/eo @dirrmtry share/locale/en@shaw/LC_MESSAGES