svn commit: r393478 - head/security/gnome-keyring-sharp

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 3 18:54:55 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list