Date: Thu, 9 Apr 2020 18:46:38 +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: r531225 - head/astro/osmosis Message-ID: <202004091846.039Ikclo099157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Apr 9 18:46:37 2020 New Revision: 531225 URL: https://svnweb.freebsd.org/changeset/ports/531225 Log: - Update to 0.47.4 - Pet portlint - Add simple smoke test Modified: head/astro/osmosis/Makefile head/astro/osmosis/distinfo Modified: head/astro/osmosis/Makefile ============================================================================== --- head/astro/osmosis/Makefile Thu Apr 9 18:45:06 2020 (r531224) +++ head/astro/osmosis/Makefile Thu Apr 9 18:46:37 2020 (r531225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osmosis -PORTVERSION= 0.47.3 +PORTVERSION= 0.47.4 CATEGORIES= astro java MASTER_SITES= https://github.com/openstreetmap/osmosis/releases/download/${PORTVERSION}/ @@ -12,11 +12,11 @@ COMMENT= Command line Java app for processing OpenStre LICENSE= PD LICENSE_FILE= ${WRKSRC}/copying.txt -NO_WRKSUBDIR= yes USES= tar:tgz USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes +NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} PORTDATA= * @@ -35,5 +35,12 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} + +do-test: + ${JAVA} \ + -cp ${STAGEDIR}${DATADIR}/lib/default/plexus-classworlds-*.jar \ + -Dapp.home=${STAGEDIR}${DATADIR} \ + -Dclassworlds.conf=${STAGEDIR}${DATADIR}/config/plexus.conf \ + org.codehaus.classworlds.Launcher .include <bsd.port.mk> Modified: head/astro/osmosis/distinfo ============================================================================== --- head/astro/osmosis/distinfo Thu Apr 9 18:45:06 2020 (r531224) +++ head/astro/osmosis/distinfo Thu Apr 9 18:46:37 2020 (r531225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585415513 -SHA256 (osmosis-0.47.3.tgz) = b899180db04034a47bd3f3d08bfbd6e8f60b40c0e3871a5f6b30878ad8b4af3f -SIZE (osmosis-0.47.3.tgz) = 13502382 +TIMESTAMP = 1586349310 +SHA256 (osmosis-0.47.4.tgz) = 5344a9c038ba9cd776d5484b267c9e4ee6b98901292f37c3de9e60d6127d1dee +SIZE (osmosis-0.47.4.tgz) = 13501943
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004091846.039Ikclo099157>