Change security/erlang-oauth2 to use the real upstream.
Change to use erlang/module.mk.
This commit is contained in:
parent
0463038ca2
commit
755ca135ae
3 changed files with 21 additions and 32 deletions
|
@ -1,31 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/11/04 13:45:45 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/01/16 16:42:24 fhajny Exp $
|
||||
|
||||
DISTNAME= oauth2-0.6.0.20150928
|
||||
PKGNAME= erlang-${DISTNAME}
|
||||
DISTNAME= oauth2-0.6.0
|
||||
PKGNAME= erlang-${DISTNAME}.20150911
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=prefiks/}
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=kivra/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/prefiks/oauth2/
|
||||
HOMEPAGE= http://github.com/kivra/oauth2/
|
||||
COMMENT= Erlang Oauth2 implementation
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= rebar-[0-9]*:../../devel/rebar
|
||||
|
||||
GITHUB_PROJECT= oauth2
|
||||
GITHUB_TAG= e6da9912e5d8f658e7e868f41a102d085bdbef59
|
||||
GITHUB_TAG= 8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8
|
||||
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
USE_TOOLS+= pax
|
||||
|
||||
BUILD_TARGET= compile
|
||||
|
||||
INSTALLATION_DIRS+= lib/erlang/lib/oauth2
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${PAX} -rw -pp ebin \
|
||||
${DESTDIR}${PREFIX}/lib/erlang/lib/oauth2/
|
||||
|
||||
.include "../../lang/erlang/buildlink3.mk"
|
||||
.include "../../lang/erlang/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/11/04 13:45:45 fhajny Exp $
|
||||
lib/erlang/lib/oauth2/ebin/oauth2.app
|
||||
lib/erlang/lib/oauth2/ebin/oauth2.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_backend.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_config.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_priv_set.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_response.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_token.beam
|
||||
lib/erlang/lib/oauth2/ebin/oauth2_token_generation.beam
|
||||
@comment $NetBSD: PLIST,v 1.2 2016/01/16 16:42:24 fhajny Exp $
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.app
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_backend.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_config.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_priv_set.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_response.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token.beam
|
||||
lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token_generation.beam
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/11/04 13:45:45 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.2 2016/01/16 16:42:24 fhajny Exp $
|
||||
|
||||
SHA1 (oauth2-0.6.0.20150928-e6da9912e5d8f658e7e868f41a102d085bdbef59.tar.gz) = a92614b78a718aba32f1126974c1cf3f20696679
|
||||
RMD160 (oauth2-0.6.0.20150928-e6da9912e5d8f658e7e868f41a102d085bdbef59.tar.gz) = 1c384f1cefaa7a9a3bbeef216c18da000dab1c6e
|
||||
SHA512 (oauth2-0.6.0.20150928-e6da9912e5d8f658e7e868f41a102d085bdbef59.tar.gz) = 12fc88bbf69cf6f7c8d20688640f97324a2e258743c583387e15ad7ba895804de993901811c0c07ce9f4e1688797ef88ed8d5d1db18d77a6aed8532de72add97
|
||||
Size (oauth2-0.6.0.20150928-e6da9912e5d8f658e7e868f41a102d085bdbef59.tar.gz) = 177745 bytes
|
||||
SHA1 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 3e359a2b97c1cca3629dce8915e3b926755f21fe
|
||||
RMD160 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = b1e122894dd8425c23a3e1cfbec97f17c6b1b508
|
||||
SHA512 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 08be0be9c6741844cb007ba13299e70af45ee162093bf2a78fa73eeaba28fdb1974c2cc3f696105dfeeec2663c995ea875c2d9fe4f00e158b8896c38ee0bfad5
|
||||
Size (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 212261 bytes
|
||||
|
|
Loading…
Reference in a new issue