Bug 222522 - databases/redis-devel fails to fetch
Summary: databases/redis-devel fails to fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-23 04:19 UTC by dewayne
Modified: 2017-09-23 20:27 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2017-09-23 04:19:24 UTC

    
Comment 1 dewayne 2017-09-23 04:22:08 UTC
For redis 4.0.1 on FreeBSD 11.1Stable (as of 15-Sep-2017)

# make -C /usr/ports/databases/redis-devel clean  fetch
===>  Cleaning for redis-devel-4.0.1
===>   redis-devel-4.0.1 depends on file: /usr/local/sbin/pkg - found
=> antirez-redis-4.0.1_GH0.tar.gz is not in /usr/ports/databases/redis-devel/distinfo.
=> Either /usr/ports/databases/redis-devel/distinfo is out of date, or
=> antirez-redis-4.0.1_GH0.tar.gz is spelled incorrectly.
*** Error code 1

Solution:
Comment out from the Makefile
USE_GITHUB=     yes
GH_ACCOUNT=     antirez
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2017-09-23 20:27:15 UTC
Fixed.