Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 03:11:59 -0700 (PDT)
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179535: Update port: devel/uthash to 1.9.8p2
Message-ID:  <20130613101159.CA4DB36F48D1@dx.burplex.com>
Resent-Message-ID: <201306131020.r5DAK1X1068666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179535
>Category:       ports
>Synopsis:       Update port: devel/uthash to 1.9.8p2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 10:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Waitman Gobble
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Waitman Gobble
>Environment:
System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251357: Mon Jun 3 20:42:39 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64


	
>Description:

New Version devel/uthash 1.9.8p2 released 4/15/2013
* fix missing argument in `HASH_REPLACE_STR`
* add `HASH_OVERHEAD` macro to get overhead size for hash table
* `HASH_REPLACE` now in uthash (thanks, Nick Vatamaniuc!)
* fixed clang warnings
* fixed `utarray_insert` when inserting past array end

Port Makefile updates:
* update new style header
* use ${PORT_OPTIONS:MDOCS}
* update docs list, doc src path change
* src repo moved from SF to GH

>How-To-Repeat:
	
>Fix:

	

--- uthash.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	uthash
#	uthash/Makefile
#	uthash/distinfo
#	uthash/pkg-descr
#
echo c - uthash
mkdir -p uthash > /dev/null 2>&1
echo x - uthash/Makefile
sed 's/^X//' >uthash/Makefile << '6b6d9d9a84d4bf983683fa63ecdf4a31'
X# Created by: "Ryan Steinmetz" <zi@FreeBSD.org>
X# $FreeBSD: head/devel/uthash/Makefile 305616 2012-10-09 22:38:05Z zi $
X
XPORTNAME=	uthash
XPORTVERSION=	1.9.8p2
XCATEGORIES=	devel
XMASTER_SITES=	GH
X
XMAINTAINER=	zi@FreeBSD.org
XCOMMENT=	A hash table for C structures
X
XLICENSE=        BSD
XLICENSE_FILE=   ${WRKSRC}/LICENSE
X
XNO_BUILD=	yes
X
XUSE_GITHUB=     yes
XGH_ACCOUNT=     troydhanson
XGH_TAGNAME=     ${GH_COMMIT}
XGH_COMMIT=      d10c46a
X
XPORTDOCS=	ChangeLog.txt todo.txt userguide.txt utarray.txt utlist.txt \
X		utstring.txt
XPLIST_FILES=	include/utarray.h include/uthash.h include/utlist.h \
X		include/utstring.h
X
Xdo-install:
X	@${INSTALL_DATA} ${WRKSRC}/src/utarray.h ${PREFIX}/include/
X	@${INSTALL_DATA} ${WRKSRC}/src/uthash.h ${PREFIX}/include/
X	@${INSTALL_DATA} ${WRKSRC}/src/utlist.h ${PREFIX}/include/
X	@${INSTALL_DATA} ${WRKSRC}/src/utstring.h ${PREFIX}/include/
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
6b6d9d9a84d4bf983683fa63ecdf4a31
echo x - uthash/distinfo
sed 's/^X//' >uthash/distinfo << 'aa2100f76318fc38e0ad02354a4921f1'
XSHA256 (uthash-1.9.8p2.tar.gz) = 4f459db321a773a499414f679a60793efbac4aeffd4c8900d843c718d13abed1
XSIZE (uthash-1.9.8p2.tar.gz) = 225268
aa2100f76318fc38e0ad02354a4921f1
echo x - uthash/pkg-descr
sed 's/^X//' >uthash/pkg-descr << 'ef099bf75e62b64885f0822b99d51727'
XThis is a hash table, implemented in C, supporting constant-time
Xadd/find/remove of C structures. Any structure having a unique,
Xarbitrarily-typed key member can be hashed by adding a UT_hash_handle
Xmember to the structure and calling these macros.
X
XWWW: http://uthash.sourceforge.net/
ef099bf75e62b64885f0822b99d51727
exit
--- uthash.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130613101159.CA4DB36F48D1>