Index: head/devel/relx/files/patch-src_relx.app.src =================================================================== --- head/devel/relx/files/patch-src_relx.app.src (revision 390646) +++ head/devel/relx/files/patch-src_relx.app.src (nonexistent) @@ -1,11 +0,0 @@ ---- src/relx.app.src.orig 2015-05-17 16:12:26 UTC -+++ src/relx.app.src -@@ -20,7 +20,7 @@ - - {application, relx, - [{description, "Release assembler for Erlang/OTP Releases"}, -- {vsn, "semver"}, -+ {vsn, "%%PORTVERSION%%"}, - {modules, []}, - {registered, []}, - {applications, [kernel, stdlib, getopt, erlware_commons, providers]}]}. Property changes on: head/devel/relx/files/patch-src_relx.app.src ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -1 \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/relx/Makefile =================================================================== --- head/devel/relx/Makefile (revision 390646) +++ head/devel/relx/Makefile (revision 390647) @@ -1,38 +1,44 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 DISTVERSIONPREFIX=v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} relx-deps-1.tar.gz:deps +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + relx-deps-2.tar.gz:deps \ + relx-cache-2.tar.gz:deps MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang \ - ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git +BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang RUN_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang USE_GITHUB= yes GH_ACCOUNT= erlware PLIST_FILES= bin/${PORTNAME} +# 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: @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ + @${LN} -s cache ${WRKDIR}/.cache post-patch: @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/relx.app.src @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig do-build: - @cd ${WRKSRC} && ./rebar3 escriptize + @cd ${WRKSRC} && HOME=${WRKDIR} ./rebar3 escriptize do-install: ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include Index: head/devel/relx/distinfo =================================================================== --- head/devel/relx/distinfo (revision 390646) +++ head/devel/relx/distinfo (revision 390647) @@ -1,4 +1,6 @@ -SHA256 (erlware-relx-v2.0.0_GH0.tar.gz) = 449e6394414af6d7aa9810dea441b8146eab878148489197a3751e4b70c79fc9 -SIZE (erlware-relx-v2.0.0_GH0.tar.gz) = 1446671 -SHA256 (relx-deps-1.tar.gz) = 1a730e88a1399579f2b16a8296ced0c4a68bf66de7d3ca901b139ab666271bda -SIZE (relx-deps-1.tar.gz) = 2287874 +SHA256 (erlware-relx-v3.0.0_GH0.tar.gz) = 5742ea33a221f54fa975291705b51d779347b4bd0a0040f0745f4faf9c29c084 +SIZE (erlware-relx-v3.0.0_GH0.tar.gz) = 443282 +SHA256 (relx-deps-2.tar.gz) = b86212e1c4dc7dbf545c0eceaa9f3fd6a3cbc123a9b62d657ceb07f6b9695913 +SIZE (relx-deps-2.tar.gz) = 680754 +SHA256 (relx-cache-2.tar.gz) = fdacd15a5decddc2d2ce1b0f5b8d7aa592b4c1c5a5f4eddef9cf6234a796f6fe +SIZE (relx-cache-2.tar.gz) = 213517 Property changes on: head/devel/relx/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property