Date: Fri, 15 May 2015 16:55:00 +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: r386433 - head/devel/omniNotify Message-ID: <201505151655.t4FGt0GH049881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 )"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151655.t4FGt0GH049881>