Date: Fri, 11 Apr 2014 14:01:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350954 - head/devel/devhelp Message-ID: <201404111401.s3BE1KAL066587@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111401.s3BE1KAL066587>