svn commit: r379699 - head/databases/hiredis

Grzegorz Blach gblach at FreeBSD.org
Mon Feb 23 18:48:42 UTC 2015


Author: gblach
Date: Mon Feb 23 18:48:40 2015
New Revision: 379699
URL: https://svnweb.freebsd.org/changeset/ports/379699
QAT: https://qat.redports.org/buildarchive/r379699/

Log:
  - Update to 0.12.1
  - Strip libhiredis.so

Modified:
  head/databases/hiredis/Makefile
  head/databases/hiredis/distinfo
  head/databases/hiredis/pkg-plist

Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile	Mon Feb 23 18:43:55 2015	(r379698)
+++ head/databases/hiredis/Makefile	Mon Feb 23 18:48:40 2015	(r379699)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hiredis
-PORTVERSION=	0.11.0
+PORTVERSION=	0.12.1
 CATEGORIES=	databases
 
 MAINTAINER=	gblach at FreeBSD.org
@@ -13,14 +13,18 @@ LICENSE=	BSD3CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	redis
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	0fff0f1
+GH_COMMIT=	9be3a07
 
-USES=		gmake
-MAKE_ARGS+=	PREFIX=${STAGEDIR}${PREFIX}
-CFLAGS+=	-fPIC
+USES=		gmake:lite
 USE_LDCONFIG=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e '/^REAL_/s/ \$$(ARCH)//' ${WRKSRC}/Makefile
+	@${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 <bsd.port.mk>

Modified: head/databases/hiredis/distinfo
==============================================================================
--- head/databases/hiredis/distinfo	Mon Feb 23 18:43:55 2015	(r379698)
+++ head/databases/hiredis/distinfo	Mon Feb 23 18:48:40 2015	(r379699)
@@ -1,2 +1,2 @@
-SHA256 (hiredis-0.11.0.tar.gz) = 3aa1b899cc033cf524a485b4d7beaf699b78beae2187d212263efb49fdcb1d30
-SIZE (hiredis-0.11.0.tar.gz) = 42161
+SHA256 (hiredis-0.12.1.tar.gz) = b83303b2adba85b9d384d5db124f89ca02550ee58ecfed2502c75d06068f7406
+SIZE (hiredis-0.12.1.tar.gz) = 52789

Modified: head/databases/hiredis/pkg-plist
==============================================================================
--- head/databases/hiredis/pkg-plist	Mon Feb 23 18:43:55 2015	(r379698)
+++ head/databases/hiredis/pkg-plist	Mon Feb 23 18:48:40 2015	(r379699)
@@ -1,9 +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
 lib/libhiredis.a
 lib/libhiredis.so
 lib/libhiredis.so.0
-lib/libhiredis.so.0.10
+lib/libhiredis.so.0.12
+libdata/pkgconfig/hiredis.pc


More information about the svn-ports-all mailing list