svn commit: r385511 - in head/databases/hiredis: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Wed May 6 11:39:35 UTC 2015
Author: olgeni
Date: Wed May 6 11:39:33 2015
New Revision: 385511
URL: https://svnweb.freebsd.org/changeset/ports/385511
Log:
Upgrade to version 0.13.1 and take maintainership from ports at .
Deleted:
head/databases/hiredis/files/
Modified:
head/databases/hiredis/Makefile
head/databases/hiredis/distinfo (contents, props changed)
head/databases/hiredis/pkg-plist (contents, props changed)
Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile Wed May 6 08:10:37 2015 (r385510)
+++ head/databases/hiredis/Makefile Wed May 6 11:39:33 2015 (r385511)
@@ -2,19 +2,17 @@
# $FreeBSD$
PORTNAME= hiredis
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.13.1
+DISTVERSIONPREFIX=v
CATEGORIES= databases
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= olgeni at FreeBSD.org
COMMENT= Minimalistic C client library for the Redis database
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= redis
-GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 9be3a07
USES= gmake
USE_LDCONFIG= yes
Modified: head/databases/hiredis/distinfo
==============================================================================
--- head/databases/hiredis/distinfo Wed May 6 08:10:37 2015 (r385510)
+++ head/databases/hiredis/distinfo Wed May 6 11:39:33 2015 (r385511)
@@ -1,2 +1,2 @@
-SHA256 (hiredis-0.12.1.tar.gz) = b83303b2adba85b9d384d5db124f89ca02550ee58ecfed2502c75d06068f7406
-SIZE (hiredis-0.12.1.tar.gz) = 52789
+SHA256 (redis-hiredis-v0.13.1_GH0.tar.gz) = 8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487
+SIZE (redis-hiredis-v0.13.1_GH0.tar.gz) = 54912
Modified: head/databases/hiredis/pkg-plist
==============================================================================
--- head/databases/hiredis/pkg-plist Wed May 6 08:10:37 2015 (r385510)
+++ head/databases/hiredis/pkg-plist Wed May 6 11:39:33 2015 (r385511)
@@ -1,14 +1,14 @@
-include/hiredis/async.h
-include/hiredis/hiredis.h
-include/hiredis/read.h
-include/hiredis/sds.h
include/hiredis/adapters/ae.h
include/hiredis/adapters/glib.h
include/hiredis/adapters/libev.h
include/hiredis/adapters/libevent.h
include/hiredis/adapters/libuv.h
+include/hiredis/async.h
+include/hiredis/hiredis.h
+include/hiredis/read.h
+include/hiredis/sds.h
lib/libhiredis.a
lib/libhiredis.so
lib/libhiredis.so.0
-lib/libhiredis.so.0.12
+lib/libhiredis.so.0.13
libdata/pkgconfig/hiredis.pc
More information about the svn-ports-all
mailing list