Use USE_GITHUB.
Sponsored by: Absolight
This commit is contained in:
parent
095c25da0f
commit
69f45f5637
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471551
2 changed files with 6 additions and 8 deletions
|
@ -4,16 +4,16 @@
|
|||
PORTNAME= redis
|
||||
DISTVERSION= 5.0-rc1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://github.com/antirez/redis/archive/
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= ${DISTVERSION}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
COMMENT= Persistent key-value database with built-in net interface
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= antirez
|
||||
|
||||
OPTIONS_DEFINE= TESTS TRIB
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
OPTIONS_RADIO_EXTLUA= LUA LUAJIT
|
||||
|
@ -23,8 +23,6 @@ LUAJIT_DESC= Use lang/luajit instead of builtin lua
|
|||
TESTS_DESC= Install lang/tcl for redis unit tests
|
||||
TRIB_DESC= Install redis-trib.rb (lang/ruby req.)
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1528056195
|
||||
SHA256 (redis/5.0-rc1.tar.gz) = b5b1abcd3e7594085fed85376e2bc0368bf60dd88afcc28cb0cc2250a6d798a0
|
||||
SIZE (redis/5.0-rc1.tar.gz) = 1918431
|
||||
TIMESTAMP = 1528123672
|
||||
SHA256 (antirez-redis-5.0-rc1_GH0.tar.gz) = b5b1abcd3e7594085fed85376e2bc0368bf60dd88afcc28cb0cc2250a6d798a0
|
||||
SIZE (antirez-redis-5.0-rc1_GH0.tar.gz) = 1918431
|
||||
|
|
Loading…
Reference in a new issue