mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Changes GH_ACCOUNT to redis
- Use PORTVERSION instead of DISTVERSION - Update distinfo (Only difference from previous tarball is changed account in directory name) Approved by: crees (mentor) Feature safe: yes
This commit is contained in:
parent
985edba8f6
commit
bd0411ddfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308079
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hiredis
|
||||
DISTVERSION= 0.11.0
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= gblach@FreeBSD.org
|
||||
@ -11,8 +11,8 @@ COMMENT= Minimalistic C client library for the Redis database
|
||||
LICENSE= BSD
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= antirez
|
||||
GH_TAGNAME= v${DISTVERSION}
|
||||
GH_ACCOUNT= redis
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 0fff0f1
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hiredis-0.11.0.tar.gz) = 9340e3cb0f0daedd115b1fb5b2a631d5d8aaa3d460423f3a2a06f198d85959ff
|
||||
SIZE (hiredis-0.11.0.tar.gz) = 42159
|
||||
SHA256 (hiredis-0.11.0.tar.gz) = 3aa1b899cc033cf524a485b4d7beaf699b78beae2187d212263efb49fdcb1d30
|
||||
SIZE (hiredis-0.11.0.tar.gz) = 42161
|
||||
|
Loading…
Reference in New Issue
Block a user