Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 11:50:20 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321676 - head/devel/uthash
Message-ID:  <201306241150.r5OBoKxM055336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Mon Jun 24 11:50:20 2013
New Revision: 321676
URL: http://svnweb.freebsd.org/changeset/ports/321676

Log:
  - Update to 1.9.8p2
  
  PR:		ports/179535
  Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com>

Modified:
  head/devel/uthash/Makefile   (contents, props changed)
  head/devel/uthash/distinfo   (contents, props changed)

Modified: head/devel/uthash/Makefile
==============================================================================
--- head/devel/uthash/Makefile	Mon Jun 24 11:19:03 2013	(r321675)
+++ head/devel/uthash/Makefile	Mon Jun 24 11:50:20 2013	(r321676)
@@ -1,15 +1,10 @@
-# New ports collection makefile for:	uthash
-# Date created:				06 May 2012
-# Whom:					Ryan Steinmetz <zi@FreeBSD.org>
-#
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	uthash
-PORTVERSION=	1.9.7
+PORTVERSION=	1.9.8p2
 CATEGORIES=	devel
-MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	GH
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	A hash table for C structures
@@ -19,22 +14,27 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	troydhanson
+GH_COMMIT=	d10c46a
+GH_TAGNAME=	${GH_COMMIT}
 
-PORTDOCS=	ChangeLog.txt sflogo.txt toc.txt topnav.txt topnav_utarray.txt \
-		topnav_utlist.txt topnav_utstring.txt userguide.txt utarray.txt \
+PORTDOCS=	ChangeLog.txt todo.txt userguide.txt utarray.txt \
 		utlist.txt utstring.txt
 PLIST_FILES=	include/utarray.h include/uthash.h include/utlist.h \
 		include/utstring.h
 
+.include <bsd.port.options.mk>
+
 do-install:
 	@${INSTALL_DATA} ${WRKSRC}/src/utarray.h ${PREFIX}/include/
 	@${INSTALL_DATA} ${WRKSRC}/src/uthash.h ${PREFIX}/include/
 	@${INSTALL_DATA} ${WRKSRC}/src/utlist.h ${PREFIX}/include/
 	@${INSTALL_DATA} ${WRKSRC}/src/utstring.h ${PREFIX}/include/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for f in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/doc/txt/${f} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
 .endfor
 .endif
 

Modified: head/devel/uthash/distinfo
==============================================================================
--- head/devel/uthash/distinfo	Mon Jun 24 11:19:03 2013	(r321675)
+++ head/devel/uthash/distinfo	Mon Jun 24 11:50:20 2013	(r321676)
@@ -1,2 +1,2 @@
-SHA256 (uthash-1.9.7.tar.bz2) = 956f5c99798349c413275fe4c9ff128d72e280655dadbe4365f8e9fbda91393f
-SIZE (uthash-1.9.7.tar.bz2) = 373059
+SHA256 (uthash-1.9.8p2.tar.bz2) = 4f459db321a773a499414f679a60793efbac4aeffd4c8900d843c718d13abed1
+SIZE (uthash-1.9.8p2.tar.bz2) = 225268



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