From owner-svn-ports-head@FreeBSD.ORG Fri Apr 25 23:25:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F10DB351; Fri, 25 Apr 2014 23:25:53 +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 D40211612; Fri, 25 Apr 2014 23:25:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PNPrLq000912; Fri, 25 Apr 2014 23:25:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PNPrDe000910; Fri, 25 Apr 2014 23:25:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404252325.s3PNPrDe000910@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 25 Apr 2014 23:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352173 - head/security/seahorse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 23:25:54 -0000 Author: bapt Date: Fri Apr 25 23:25:53 2014 New Revision: 352173 URL: http://svnweb.freebsd.org/changeset/ports/352173 QAT: https://qat.redports.org/buildarchive/r352173/ Log: Support stage Modified: head/security/seahorse/Makefile head/security/seahorse/pkg-plist Modified: head/security/seahorse/Makefile ============================================================================== --- head/security/seahorse/Makefile Fri Apr 25 23:25:46 2014 (r352172) +++ head/security/seahorse/Makefile Fri Apr 25 23:25:53 2014 (r352173) @@ -4,7 +4,7 @@ PORTNAME= seahorse PORTVERSION= 2.32.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,18 +14,17 @@ COMMENT= GNOME application for managing BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gcr:${PORTSDIR}/security/gnome-keyring \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libgcr.so:${PORTSDIR}/security/gnome-keyring \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]* USE_XORG= sm USE_LDCONFIG= yes -USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake libtool:keepla pkgconfig tar:bzip2 USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes @@ -33,15 +32,14 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection=no +INSTALL_TARGET= install-strip GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 OPTIONS_DEFINE= LDAP NOTIFY MDNS OPTIONS_DEFAULT=LDAP NOTIFY MDNS MDNS_DESC= mDNS key sharing -NO_STAGE= yes .include .if ${PORT_OPTIONS:MLDAP} @@ -51,13 +49,13 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif .if ${PORT_OPTIONS:MMDNS} -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+=--disable-sharing .endif Modified: head/security/seahorse/pkg-plist ============================================================================== --- head/security/seahorse/pkg-plist Fri Apr 25 23:25:46 2014 (r352172) +++ head/security/seahorse/pkg-plist Fri Apr 25 23:25:53 2014 (r352173) @@ -10,9 +10,12 @@ lib/libcryptui.a lib/libcryptui.la lib/libcryptui.so lib/libcryptui.so.0 +lib/libcryptui.so.0.0.0 lib/seahorse/seahorse-ssh-askpass lib/seahorse/xloadimage libdata/pkgconfig/cryptui-0.0.pc +man/man1/seahorse-daemon.1.gz +man/man1/seahorse.1.gz share/applications/seahorse.desktop share/dbus-1/services/org.gnome.seahorse.service share/doc/libcryptui/ch01.html