Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:20: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: r352171 - head/security/libgnome-keyring
Message-ID:  <201404252320.s3PNKrLG098886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 23:20:52 2014
New Revision: 352171
URL: http://svnweb.freebsd.org/changeset/ports/352171
QAT: https://qat.redports.org/buildarchive/r352171/

Log:
  Support stage

Modified:
  head/security/libgnome-keyring/Makefile
  head/security/libgnome-keyring/pkg-plist

Modified: head/security/libgnome-keyring/Makefile
==============================================================================
--- head/security/libgnome-keyring/Makefile	Fri Apr 25 23:19:01 2014	(r352170)
+++ head/security/libgnome-keyring/Makefile	Fri Apr 25 23:20:52 2014	(r352171)
@@ -3,24 +3,22 @@
 
 PORTNAME=	libgnome-keyring
 PORTVERSION=	2.32.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Program that keeps passwords and other secrets
 
-LIB_DEPENDS=    tasn1.7:${PORTSDIR}/security/libtasn1 \
-                gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS=	libtasn1.so:${PORTSDIR}/security/libtasn1 \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
-USE_BZIP2=	yes
-USE_GNOME=	gnomehack gnomeprefix ltverhack intlhack gconf2
-USE_GMAKE=	yes
-USES=		gettext pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix ltverhack intlhack gconf2
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/libgnome-keyring/pkg-plist
==============================================================================
--- head/security/libgnome-keyring/pkg-plist	Fri Apr 25 23:19:01 2014	(r352170)
+++ head/security/libgnome-keyring/pkg-plist	Fri Apr 25 23:20:52 2014	(r352171)
@@ -1,10 +1,10 @@
 include/gnome-keyring-1/gnome-keyring-memory.h
 include/gnome-keyring-1/gnome-keyring-result.h
 include/gnome-keyring-1/gnome-keyring.h
-lib/libgnome-keyring.a
 lib/libgnome-keyring.la
 lib/libgnome-keyring.so
 lib/libgnome-keyring.so.0
+lib/libgnome-keyring.so.0.1.1
 libdata/pkgconfig/gnome-keyring-1.pc
 share/doc/gnome-keyring/ch01.html
 share/doc/gnome-keyring/gnome-keyring-Callbacks.html



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