mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/rebar: Modernise: STAGE, USE_GITHUB
- Enable STAGE support - Use USE_GITHUB and GH_* friends - Remove indefinite article from COMMENT
This commit is contained in:
parent
1cff881204
commit
75dd2e018f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343486
2 changed files with 9 additions and 9 deletions
|
@ -4,23 +4,23 @@
|
||||||
PORTNAME= rebar
|
PORTNAME= rebar
|
||||||
PORTVERSION= 2.0.0
|
PORTVERSION= 2.0.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://github.com/basho/${PORTNAME}/tarball/${GITVERSION}/
|
|
||||||
DISTNAME= basho-${PORTNAME}-${GITVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= koobs@FreeBSD.org
|
MAINTAINER= koobs@FreeBSD.org
|
||||||
COMMENT= A build-tool for Erlang that follows OTP principles
|
COMMENT= Build-tool for Erlang that follows OTP principles
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/escript:${PORTSDIR}/lang/erlang
|
BUILD_DEPENDS= ${LOCALBASE}/bin/escript:${PORTSDIR}/lang/erlang
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= basho
|
||||||
|
GH_PROJECT= ${PORTNAME}
|
||||||
|
GH_COMMIT= 1c98f6c
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
GITVERSION= 1c98f6c
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (basho-rebar-1c98f6c.tar.gz) = 237561ee22e221924edbe7364b556151d1be89a3c661a1d8983c7b99384ea978
|
SHA256 (rebar-2.0.0.tar.gz) = 237561ee22e221924edbe7364b556151d1be89a3c661a1d8983c7b99384ea978
|
||||||
SIZE (basho-rebar-1c98f6c.tar.gz) = 120821
|
SIZE (rebar-2.0.0.tar.gz) = 120821
|
||||||
|
|
Loading…
Add table
Reference in a new issue