Index: head/databases/hiredis/files/patch-Makefile =================================================================== --- head/databases/hiredis/files/patch-Makefile (revision 385510) +++ head/databases/hiredis/files/patch-Makefile (nonexistent) @@ -1,13 +0,0 @@ ---- Makefile.orig -+++ Makefile -@@ -157,8 +157,8 @@ $(PKGCONFNAME): hiredis.h - @echo Name: hiredis >> $@ - @echo Description: Minimalistic C client library for Redis. >> $@ - @echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@ -- @echo Libs: -L$${libdir} -lhiredis >> $@ -- @echo Cflags: -I$${includedir} -D_FILE_OFFSET_BITS=64 >> $@ -+ @echo Libs: -L\$${libdir} -lhiredis >> $@ -+ @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@ - - install: $(DYLIBNAME) $(STLIBNAME) - mkdir -p $(INSTALL_INCLUDE_PATH) $(INSTALL_LIBRARY_PATH) Property changes on: head/databases/hiredis/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hiredis/Makefile =================================================================== --- head/databases/hiredis/Makefile (revision 385510) +++ head/databases/hiredis/Makefile (revision 385511) @@ -1,31 +1,29 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= hiredis -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.13.1 +DISTVERSIONPREFIX=v CATEGORIES= databases -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@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 post-patch: @${REINPLACE_CMD} \ -e '/^REAL_/s/ \$$(ARCH)//' \ -e 's|\$$(INSTALL_LIBRARY_PATH)/\$$(PKGCONF_PATH)|\$$(DESTDIR)\$$(PREFIX)/libdata/\$$(PKGCONF_PATH)|' \ ${WRKSRC}/Makefile post-build: @${STRIP_CMD} ${WRKSRC}/libhiredis.so .include Index: head/databases/hiredis/distinfo =================================================================== --- head/databases/hiredis/distinfo (revision 385510) +++ head/databases/hiredis/distinfo (revision 385511) @@ -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 Property changes on: head/databases/hiredis/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/databases/hiredis/pkg-plist =================================================================== --- head/databases/hiredis/pkg-plist (revision 385510) +++ head/databases/hiredis/pkg-plist (revision 385511) @@ -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 Property changes on: head/databases/hiredis/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property