Index: head/databases/eredis/Makefile =================================================================== --- head/databases/eredis/Makefile (revision 390539) +++ head/databases/eredis/Makefile (revision 390540) @@ -1,35 +1,36 @@ # $FreeBSD$ PORTNAME= eredis PORTVERSION= 1.0.8 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org COMMENT= Non-blocking Redis client for Erlang LICENSE= MIT BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" USES= gmake USE_GITHUB= yes GH_ACCOUNT= wooga .include do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include Index: head/databases/eredis/files/patch-include_eredis.hrl =================================================================== --- head/databases/eredis/files/patch-include_eredis.hrl (nonexistent) +++ head/databases/eredis/files/patch-include_eredis.hrl (revision 390540) @@ -0,0 +1,14 @@ +--- include/eredis.hrl.orig 2015-06-24 19:38:51 UTC ++++ include/eredis.hrl +@@ -18,11 +18,7 @@ + -type parser_state() :: status_continue | bulk_continue | multibulk_continue. + + %% Internal types +--ifdef(namespaced_types). + -type eredis_queue() :: queue:queue(). +--else. +--type eredis_queue() :: queue(). +--endif. + + %% Internal parser state. Is returned from parse/2 and must be + %% included on the next calls to parse/2. Property changes on: head/databases/eredis/files/patch-include_eredis.hrl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property