From culot@0xd0.org  Thu Aug 19 05:26:53 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0C6A51065696
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2010 05:26:53 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (0xd0.org [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id A65868FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2010 05:26:52 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o7J5QYcU068626
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2010 07:26:34 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o7J5QXqB068625;
	Thu, 19 Aug 2010 07:26:33 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008190526.o7J5QXqB068625@0xd0.org>
Date: Thu, 19 Aug 2010 07:26:33 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: devel/htable
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149792
>Category:       ports
>Synopsis:       Update port: devel/htable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    decke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 05:30:02 UTC 2010
>Closed-Date:    Sat Aug 21 15:52:18 UTC 2010
>Last-Modified:  Sat Aug 21 15:52:18 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- update to 1.2
- regression-test target added

Changes: http://culot.org/cgi-bin/cvsweb.cgi/htable/ChangeLog?rev=1.3
>How-To-Repeat:
>Fix:
diff -ruN htable.bak/Makefile htable/Makefile
--- htable.bak/Makefile	2010-08-19 07:11:08.644548365 +0200
+++ htable/Makefile	2010-08-19 07:14:03.314312259 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	htable
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp2.culot.org/culot/
 
@@ -24,4 +24,7 @@
 	${INSTALL_DATA} ${WRKSRC}/src/htable.h ${PREFIX}/include
 	${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${MAN3PREFIX}/man/man3
 
+regression-test:
+	cd ${WRKSRC}/tst && ${GMAKE} test
+
 .include <bsd.port.mk>
diff -ruN htable.bak/distinfo htable/distinfo
--- htable.bak/distinfo	2010-08-19 07:11:08.644548365 +0200
+++ htable/distinfo	2010-08-19 07:14:05.577702998 +0200
@@ -1,3 +1,3 @@
-MD5 (htable-1.1.tar.gz) = 6bb0e2a4feefdc506e56947fc1fce901
-SHA256 (htable-1.1.tar.gz) = e83da23ebbf23ce22b94e663c2fe5223239a7a857f3758e4baed4a717312e8fa
-SIZE (htable-1.1.tar.gz) = 10765
+MD5 (htable-1.2.tar.gz) = c1ac77f9822bc4040bccbc91096c51d5
+SHA256 (htable-1.2.tar.gz) = 8c190ac133ed9a8bf365c76288d128421b11dfcc11046f23c4ea511ca4b82d22
+SIZE (htable-1.2.tar.gz) = 11134
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->decke 
Responsible-Changed-By: decke 
Responsible-Changed-When: Thu Aug 19 08:14:06 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149792 

From: Frederic Culot <frederic@culot.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149792: Update port: devel/htable
Date: Fri, 20 Aug 2010 09:29:24 +0200

 --eRtJSFbw+EEWtPj3
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 
 Dmitry Marakasov pointed out a missing USE_GMAKE in the Makefile.
 I attach an updated patch. Thanks Dmitry.
 
 Frederic
 
 --eRtJSFbw+EEWtPj3
 Content-Type: text/x-diff; charset=iso-8859-1
 Content-Disposition: attachment; filename="htable.diff"
 
 diff -ruN htable.bak/Makefile htable/Makefile
 --- htable.bak/Makefile	2010-08-20 09:06:07.501418438 +0200
 +++ htable/Makefile	2010-08-20 09:07:58.706584458 +0200
 @@ -6,13 +6,14 @@
  #
  
  PORTNAME=	htable
 -PORTVERSION=	1.1
 +PORTVERSION=	1.2
  CATEGORIES=	devel
  MASTER_SITES=	ftp://ftp2.culot.org/culot/
  
  MAINTAINER=	frederic@culot.org
  COMMENT=	Lightweight implementation of hash tables in C
  
 +USE_GMAKE=	yes
  WRKSRC=		${WRKDIR}/${PORTNAME}
  
  MAN3=		htable.3
 @@ -24,4 +25,7 @@
  	${INSTALL_DATA} ${WRKSRC}/src/htable.h ${PREFIX}/include
  	${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${MAN3PREFIX}/man/man3
  
 +regression-test:
 +	cd ${WRKSRC}/tst && ${GMAKE} test
 +
  .include <bsd.port.mk>
 diff -ruN htable.bak/distinfo htable/distinfo
 --- htable.bak/distinfo	2010-08-20 09:06:07.501418438 +0200
 +++ htable/distinfo	2010-08-20 09:08:31.646873796 +0200
 @@ -1,3 +1,3 @@
 -MD5 (htable-1.1.tar.gz) = 6bb0e2a4feefdc506e56947fc1fce901
 -SHA256 (htable-1.1.tar.gz) = e83da23ebbf23ce22b94e663c2fe5223239a7a857f3758e4baed4a717312e8fa
 -SIZE (htable-1.1.tar.gz) = 10765
 +MD5 (htable-1.2.tar.gz) = c1ac77f9822bc4040bccbc91096c51d5
 +SHA256 (htable-1.2.tar.gz) = 8c190ac133ed9a8bf365c76288d128421b11dfcc11046f23c4ea511ca4b82d22
 +SIZE (htable-1.2.tar.gz) = 11134
 
 --eRtJSFbw+EEWtPj3--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149792: commit references a PR
Date: Sat, 21 Aug 2010 15:37:45 +0000 (UTC)

 decke       2010-08-21 15:37:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/htable         Makefile distinfo 
   Log:
   - Update to 1.2
   - Add regression-test target
   - Add USE_GMAKE [1]
   
   PR:             ports/149792
   Submitted by:   Frederic Culot <frederic at culot dot org> (maintainer)
                   amdmi3@ [1]
   Approved by:    beat (co-mentor)
   
   Revision  Changes    Path
   1.2       +5 -1      ports/devel/htable/Makefile
   1.2       +3 -3      ports/devel/htable/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: decke 
State-Changed-When: Sat Aug 21 15:52:17 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149792 
>Unformatted:
