Index: head/devel/relx/Makefile =================================================================== --- head/devel/relx/Makefile (revision 428302) +++ head/devel/relx/Makefile (revision 428303) @@ -1,80 +1,80 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.21.1 +PORTVERSION= 3.22.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex -DISTFILES= relx-cache-12.tar.gz:deps +DISTFILES= relx-cache-13${EXTRACT_SUFX}:deps EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-12.tar.gz + relx-cache-13${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang \ rebar3>=0:devel/rebar3 RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" # Use either erlware or tsloughter, depending on who actually # published the package on hex.pm USE_GITHUB= yes GH_ACCOUNT= erlware REBAR_DEPS= bbmustache-1.0.4 \ cf-0.2.1 \ erlware_commons-0.21.0 \ getopt-0.8.2 \ providers-1.6.0 .for _dep in ${REBAR_DEPS} DISTFILES+= ${_dep}.tar:hex .endfor # rebar3 insists on downloading dependencies, and some kind of package # index into the user's HOME. We need to trick it into behaving by # providing both before building. post-extract: .for _dep in ${REBAR_DEPS} @${MKDIR} ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} @${TAR} xOf ${DISTDIR}/${_dep}.tar contents.tar.gz |\ ${TAR} xfz - -C ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} .endfor post-patch: @${REINPLACE_CMD} -i '' -e 's/{ *vsn,.*}/{vsn, "${PORTVERSION}"}/' \ ${WRKSRC}/src/${PORTNAME}.app.src do-build: @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 compile @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 escriptize post-build: @${LN} -s ${WRKSRC}/_build/dev/lib/${PORTNAME}/ebin ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src ${INSTALL_DATA} ${WRKSRC}/_build/default/lib/relx/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/relx/distinfo =================================================================== --- head/devel/relx/distinfo (revision 428302) +++ head/devel/relx/distinfo (revision 428303) @@ -1,15 +1,15 @@ -TIMESTAMP = 1476474109 -SHA256 (relx-cache-12.tar.gz) = fcb88a0ac84c6175ebb0d2d725c22c74bcc59db5abf182c87d5382be7bfa90e9 -SIZE (relx-cache-12.tar.gz) = 876564 +TIMESTAMP = 1481373678 +SHA256 (relx-cache-13.tar.gz) = 82e76bd84fee5f53902185bc5f32ceaad0dec7f95fe59450a428602250d178a3 +SIZE (relx-cache-13.tar.gz) = 1381975 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 SIZE (bbmustache-1.0.4.tar) = 20480 SHA256 (cf-0.2.1.tar) = baee9aa7ec2dfa3cb4486b67211177caa293f876780f0b313b45718edef6a0a5 SIZE (cf-0.2.1.tar) = 10240 SHA256 (erlware_commons-0.21.0.tar) = e70a95762458a489dc37fe869f41517bd43c130e156ef08462f90c534300ab3f SIZE (erlware_commons-0.21.0.tar) = 61440 SHA256 (getopt-0.8.2.tar) = 736e6db3679fbbad46373efb96b69509f8e420281635e9d92989af9f0a0483f7 SIZE (getopt-0.8.2.tar) = 20480 SHA256 (providers-1.6.0.tar) = 0f6876529a613d34224de8c61d3660388eb981142360f2699486d8536050ce2f SIZE (providers-1.6.0.tar) = 20480 -SHA256 (erlware-relx-v3.21.1_GH0.tar.gz) = f913bdcc1e8818f5cc43bbc8b28823d4e92e1590e72612fcce5c3816553b1941 -SIZE (erlware-relx-v3.21.1_GH0.tar.gz) = 97958 +SHA256 (erlware-relx-v3.22.0_GH0.tar.gz) = b789dcbb5bbb0d2a535874c45e81e24ced2ff5586a04873d5eb8368c7c6a177f +SIZE (erlware-relx-v3.22.0_GH0.tar.gz) = 111605 Index: head/devel/relx/pkg-plist =================================================================== --- head/devel/relx/pkg-plist (revision 428302) +++ head/devel/relx/pkg-plist (revision 428303) @@ -1,60 +1,65 @@ bin/relx lib/erlang/lib/relx-%%VERSION%%/ebin/relx.app lib/erlang/lib/relx-%%VERSION%%/ebin/relx.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_app_discovery.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_app_info.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_cmd_args.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_config.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_depsolver.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_depsolver_culprit.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_dscv_util.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_goal.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_goal_utils.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_app_discover.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_archive.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_assembler.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_overlay.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_rel_discover.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_release.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_relup.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_rel_discovery.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_release.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_state.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_topo.beam lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_util.beam lib/erlang/lib/relx-%%VERSION%%/include/relx.hrl lib/erlang/lib/relx-%%VERSION%%/priv/templates/bin lib/erlang/lib/relx-%%VERSION%%/priv/templates/bin_windows +lib/erlang/lib/relx-%%VERSION%%/priv/templates/builtin_hook_pid +lib/erlang/lib/relx-%%VERSION%%/priv/templates/builtin_hook_wait_for_process +lib/erlang/lib/relx-%%VERSION%%/priv/templates/builtin_hook_wait_for_vm_start lib/erlang/lib/relx-%%VERSION%%/priv/templates/erl_ini lib/erlang/lib/relx-%%VERSION%%/priv/templates/erl_script lib/erlang/lib/relx-%%VERSION%%/priv/templates/extended_bin lib/erlang/lib/relx-%%VERSION%%/priv/templates/extended_bin_windows lib/erlang/lib/relx-%%VERSION%%/priv/templates/install_upgrade_escript lib/erlang/lib/relx-%%VERSION%%/priv/templates/nodetool lib/erlang/lib/relx-%%VERSION%%/priv/templates/sys_config lib/erlang/lib/relx-%%VERSION%%/priv/templates/vm_args lib/erlang/lib/relx-%%VERSION%%/src/relx.app.src lib/erlang/lib/relx-%%VERSION%%/src/relx.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_app_discovery.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_app_info.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_cmd_args.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_config.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_depsolver.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_depsolver_culprit.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_dscv_util.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal.peg lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal_utils.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_app_discover.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_archive.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_assembler.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_overlay.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_rel_discover.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_release.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_relup.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_rel_discovery.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_release.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_state.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_topo.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_util.erl %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/relx.config %%PORTEXAMPLES%%%%EXAMPLESDIR%%/relx_simple.config