From owner-svn-ports-head@freebsd.org Sat May 16 06:51:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 380B42E7FCE; Sat, 16 May 2020 06:51:25 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PGCK0gzvz42Tg; Sat, 16 May 2020 06:51:25 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED25C9C07; Sat, 16 May 2020 06:51:24 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04G6pOCE060438; Sat, 16 May 2020 06:51:24 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04G6pOe2060435; Sat, 16 May 2020 06:51:24 GMT (envelope-from decke@FreeBSD.org) Message-Id: <202005160651.04G6pOe2060435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Sat, 16 May 2020 06:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535358 - in head/security/i2p: . files X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: in head/security/i2p: . files X-SVN-Commit-Revision: 535358 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 06:51:25 -0000 Author: decke Date: Sat May 16 06:51:23 2020 New Revision: 535358 URL: https://svnweb.freebsd.org/changeset/ports/535358 Log: security/i2p: - Update to 0.9.45 - Pass maintainership to submitter - Update Makefile to make portlint happy - Disabled unused java-doc - Add pkg-message for usage notes, since current wrapper implementation is broken - Removed couple of MASTERSITES since most do not offer the source anymore PR: 245656 Submitted by: Michael Muenz (maintainer) Added: head/security/i2p/files/patch-installer_resources_postinstall.sh (contents, props changed) head/security/i2p/pkg-message (contents, props changed) Deleted: head/security/i2p/files/patch-apps_i2pcontrol_java_com_thetransactioncompany_jsonrpc2_package-info.java head/security/i2p/files/patch-apps_i2pcontrol_java_org_mindrot_jbcrypt_BCrypt.java head/security/i2p/files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java head/security/i2p/files/patch-installer-resources-clients.config head/security/i2p/files/patch-installer-resources-postinstall.sh Modified: head/security/i2p/Makefile head/security/i2p/distinfo Modified: head/security/i2p/Makefile ============================================================================== --- head/security/i2p/Makefile Sat May 16 06:50:27 2020 (r535357) +++ head/security/i2p/Makefile Sat May 16 06:51:23 2020 (r535358) @@ -2,18 +2,12 @@ # $FreeBSD$ PORTNAME= i2p -DISTVERSION= 0.9.40 +DISTVERSION= 0.9.45 CATEGORIES= security java net-p2p -MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \ - http://download.i2p2.no/releases/${PORTVERSION}/ \ - http://download2.geti2p.com/${PORTVERSION}/ \ - http://download.geti2p.com/${PORTVERSION}/ \ - http://download.i2p2.de/releases/${PORTVERSION}/ \ - https://launchpad.net/i2p/trunk/${PORTVERSION}/+download/ \ - https://googledrive.com/host/0B4jHEq5G7_EPWV9UeERwdGplZXc/${PORTVERSION}/ +MASTER_SITES= http://download.i2p2.de/releases/${PORTVERSION}/ DISTNAME= i2psource_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.muenz@gmail.com COMMENT= Anonymizing network LICENSE= EULA @@ -28,9 +22,10 @@ ONLY_FOR_ARCHS_REASON= i2p libwrapper.so library binar BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:math/gmp LIB_DEPENDS= libiconv.so:converters/libiconv +USES= gettext tar:bz2 + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -USES= gettext tar:bzip2 USE_RC_SUBR= i2p USE_ANT= yes USE_JAVA= yes @@ -42,13 +37,8 @@ ALL_TARGET= updater tarball SUB_FILES= wrapper.sh PORTDATA= * -PORTDOCS= * PLIST_FILES= sbin/i2prouter -OPTIONS_DEFINE= DOCS - -DOCS_ALL_TARGET= javadoc - post-patch: # postinstall.sh SHOULD only do post installation house keeping @${REINPLACE_CMD} -E \ @@ -65,10 +55,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/i2p.tar.bz2 ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/i2pupdate.zip ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${STAGEDIR}${PREFIX}/sbin/i2prouter - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/installer/resources/readme/readme*.html ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/build/javadoc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Modified: head/security/i2p/distinfo ============================================================================== --- head/security/i2p/distinfo Sat May 16 06:50:27 2020 (r535357) +++ head/security/i2p/distinfo Sat May 16 06:51:23 2020 (r535358) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557365594 -SHA256 (i2psource_0.9.40.tar.bz2) = 5d31e0a324dfe429135ac17595b3cab3e81d85d4aa7a720db402dec47bfeda23 -SIZE (i2psource_0.9.40.tar.bz2) = 30808508 +TIMESTAMP = 1586771166 +SHA256 (i2psource_0.9.45.tar.bz2) = e65c7dbbf464b6bc64afb228306fbfed0f1e67ffec74f96852b82acade53921c +SIZE (i2psource_0.9.45.tar.bz2) = 31921025 Added: head/security/i2p/files/patch-installer_resources_postinstall.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2p/files/patch-installer_resources_postinstall.sh Sat May 16 06:51:23 2020 (r535358) @@ -0,0 +1,11 @@ +--- installer/resources/postinstall.sh.orig 2020-02-24 17:37:40 UTC ++++ installer/resources/postinstall.sh +@@ -57,7 +57,7 @@ case $HOST_OS in + else + wrapperpath="./lib/wrapper/linux64" + # the 32bit libwrapper.so will be needed if a 32 bit jvm is used +- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so ++ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so + fi + cp ${wrapperpath}/libwrapper.so ./lib/ + ;; Added: head/security/i2p/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2p/pkg-message Sat May 16 06:51:23 2020 (r535358) @@ -0,0 +1,24 @@ +[ +{ type: install + message: <