Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 20:51:05 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361288 - head/security/gnome-keyring-sharp
Message-ID:  <201407082051.s68Kp5Db087718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Jul  8 20:51:05 2014
New Revision: 361288
URL: http://svnweb.freebsd.org/changeset/ports/361288
QAT: https://qat.redports.org/buildarchive/r361288/

Log:
  - Port is stage safe
  - Convert to USES=libtool pathfix
  - Fix WWW line

Modified:
  head/security/gnome-keyring-sharp/Makefile
  head/security/gnome-keyring-sharp/pkg-descr
  head/security/gnome-keyring-sharp/pkg-plist

Modified: head/security/gnome-keyring-sharp/Makefile
==============================================================================
--- head/security/gnome-keyring-sharp/Makefile	Tue Jul  8 20:11:04 2014	(r361287)
+++ head/security/gnome-keyring-sharp/Makefile	Tue Jul  8 20:51:05 2014	(r361288)
@@ -3,11 +3,11 @@
 
 PORTNAME=	gnome-keyring-sharp
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.go-mono.com/archive/${PORTNAME}/
 
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fully managed implementation of gnome-keyring
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
@@ -15,9 +15,8 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
-USE_GNOME=	gnomehack gtksharp20
+USES=		gmake libtool pathfix pkgconfig
+USE_GNOME=	gtksharp20
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/gnome-keyring-sharp/pkg-descr
==============================================================================
--- head/security/gnome-keyring-sharp/pkg-descr	Tue Jul  8 20:11:04 2014	(r361287)
+++ head/security/gnome-keyring-sharp/pkg-descr	Tue Jul  8 20:51:05 2014	(r361288)
@@ -4,4 +4,4 @@ When the gnome-keyring-daemon is running
 confidential information such as passwords, notes or network services user
 information.
 
-WWW:	http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/
+WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/

Modified: head/security/gnome-keyring-sharp/pkg-plist
==============================================================================
--- head/security/gnome-keyring-sharp/pkg-plist	Tue Jul  8 20:11:04 2014	(r361287)
+++ head/security/gnome-keyring-sharp/pkg-plist	Tue Jul  8 20:51:05 2014	(r361288)
@@ -1,5 +1,4 @@
 lib/libgnome-keyring-sharp-glue.a
-lib/libgnome-keyring-sharp-glue.la
 lib/libgnome-keyring-sharp-glue.so
 lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll
 lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.config



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