From owner-svn-ports-all@FreeBSD.ORG Fri May 15 16:55:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 635A0F8D; Fri, 15 May 2015 16:55:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5189C157F; Fri, 15 May 2015 16:55:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FGt0jO049885; Fri, 15 May 2015 16:55:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FGt0GH049881; Fri, 15 May 2015 16:55:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505151655.t4FGt0GH049881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 May 2015 16:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386433 - head/devel/omniNotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 16:55:00 -0000 Author: amdmi3 Date: Fri May 15 16:54:59 2015 New Revision: 386433 URL: https://svnweb.freebsd.org/changeset/ports/386433 Log: - Clarify LICENSE - Add LICENSE_FILE - Strip libraries Modified: head/devel/omniNotify/Makefile Modified: head/devel/omniNotify/Makefile ============================================================================== --- head/devel/omniNotify/Makefile Fri May 15 16:52:53 2015 (r386432) +++ head/devel/omniNotify/Makefile Fri May 15 16:54:59 2015 (r386433) @@ -4,6 +4,7 @@ PORTNAME= omniNotify PORTVERSION= 2.1.01 #It' snapshot of development version actually +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= omniNotify-2-latest @@ -11,7 +12,8 @@ DISTNAME= omniNotify-2-latest MAINTAINER= ports@FreeBSD.org COMMENT= CORBA Notification Service (CosNotification) for omniORB -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB-4.1 # parts of omniORB4-4.1 source tree is required to build @@ -42,7 +44,8 @@ pre-configure: cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notifd + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notifd \ + ${STAGEDIR}${PREFIX}/lib/lib*.so .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! ( -name \.cvsignore -o -name *\.orig )"