svn commit: r386433 - head/devel/omniNotify
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 15 16:55:00 UTC 2015
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 at 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 )"
More information about the svn-ports-all
mailing list