Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:25:53 +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: r352173 - head/security/seahorse
Message-ID:  <201404252325.s3PNPrDe000910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252325.s3PNPrDe000910>