Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2015 18:54:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393478 - head/security/gnome-keyring-sharp
Message-ID:  <201508031854.t73IstT3054990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  3 18:54:54 2015
New Revision: 393478
URL: https://svnweb.freebsd.org/changeset/ports/393478

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/security/gnome-keyring-sharp/Makefile

Modified: head/security/gnome-keyring-sharp/Makefile
==============================================================================
--- head/security/gnome-keyring-sharp/Makefile	Mon Aug  3 17:55:15 2015	(r393477)
+++ head/security/gnome-keyring-sharp/Makefile	Mon Aug  3 18:54:54 2015	(r393478)
@@ -3,13 +3,16 @@
 
 PORTNAME=	gnome-keyring-sharp
 PORTVERSION=	1.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	http://www.go-mono.com/archive/${PORTNAME}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fully managed implementation of gnome-keyring
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
 		${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -18,5 +21,6 @@ GNU_CONFIGURE=	yes
 USES=		gmake libtool mono pathfix pkgconfig
 USE_GNOME=	gtksharp20
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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