Date: Wed, 7 Dec 2016 12:48:08 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428056 - head/net-im/openfire Message-ID: <201612071248.uB7Cm8Ci058803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Dec 7 12:48:08 2016 New Revision: 428056 URL: https://svnweb.freebsd.org/changeset/ports/428056 Log: net-im/openfire: update to 4.0.4, kill Linux-based nativeAuth plugin Changelog: http://download.igniterealtime.org/openfire/docs/latest/changelog.html PR: 215056 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Modified: head/net-im/openfire/Makefile head/net-im/openfire/distinfo head/net-im/openfire/pkg-plist Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Wed Dec 7 12:47:30 2016 (r428055) +++ head/net-im/openfire/Makefile Wed Dec 7 12:48:08 2016 (r428056) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 PORTEPOCH= 1 CATEGORIES= net-im java MASTER_SITES= http://download.igniterealtime.org/openfire/ @@ -12,6 +12,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= Enterprise instant messaging server LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.html RUN_DEPENDS= slf4j>=1.7.7:devel/slf4j @@ -26,6 +27,7 @@ USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.8 +NO_ARCH= yes CPE_VENDOR= igniterealtime @@ -56,8 +58,10 @@ do-install: (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${STAGEDIR}${DATADIR}/lib) (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 log4j.xml ${STAGEDIR}${DATADIR}/lib) - (cd ${INSTALL_WRKSRC}/resources && ${FIND} . \! -path ./security\* \ - | ${CPIO} -pvdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/resources) + (cd ${INSTALL_WRKSRC}/resources && \ + ${FIND} . \! -path ./security\* \! -path ./nativeAuth\* | \ + ${CPIO} -pvdmu -R ${SHAREOWN}:${SHAREGRP} \ + ${STAGEDIR}${DATADIR}/resources) # always install admin interface (cd ${INSTALL_WRKSRC}/plugins/admin && ${FIND} . \ @@ -87,7 +91,4 @@ do-install-DOCS-on: (cd ${WRKSRC}/documentation/docs && ${FIND} . \! -path ./javadoc\* \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 ) -post-install: - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/resources/nativeAuth/linux-i386/libshaj.so - .include <bsd.port.mk> Modified: head/net-im/openfire/distinfo ============================================================================== --- head/net-im/openfire/distinfo Wed Dec 7 12:47:30 2016 (r428055) +++ head/net-im/openfire/distinfo Wed Dec 7 12:48:08 2016 (r428056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477829402 -SHA256 (openfire_src_4_0_3.zip) = 349d90076453cdf17f2151cdf6df0eaf6d2c1f0fdc5f61f79e8d0b1afb492153 -SIZE (openfire_src_4_0_3.zip) = 103406252 +TIMESTAMP = 1481108226 +SHA256 (openfire_src_4_0_4.zip) = b97e492de79d8733f484f7575343df6eb108a26b3117dbca2666aba31319d39a +SIZE (openfire_src_4_0_4.zip) = 103408213 Modified: head/net-im/openfire/pkg-plist ============================================================================== --- head/net-im/openfire/pkg-plist Wed Dec 7 12:47:30 2016 (r428055) +++ head/net-im/openfire/pkg-plist Wed Dec 7 12:48:08 2016 (r428056) @@ -344,9 +344,6 @@ %%DATADIR%%/resources/database/upgrade/9/openfire_postgresql.sql %%DATADIR%%/resources/database/upgrade/9/openfire_sqlserver.sql %%DATADIR%%/resources/database/upgrade/9/openfire_sybase.sql -%%DATADIR%%/resources/nativeAuth/linux-i386/libshaj.so -%%DATADIR%%/resources/nativeAuth/osx-ppc/libshaj.jnilib -%%DATADIR%%/resources/nativeAuth/win32-x86/shaj.dll %%DATADIR%%/resources/security %%DATADIR%%/resources/spank/WEB-INF/web.xml %%DATADIR%%/resources/spank/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612071248.uB7Cm8Ci058803>