From freebsd@unixfreunde.de  Tue May  9 05:11:53 2006
Return-Path: <freebsd@unixfreunde.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5D8D916A402;
	Tue,  9 May 2006 05:11:53 +0000 (UTC)
	(envelope-from freebsd@unixfreunde.de)
Received: from unixfreunde.net (unixfreunde.de [85.214.35.254])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9DBF43D45;
	Tue,  9 May 2006 05:11:52 +0000 (GMT)
	(envelope-from freebsd@unixfreunde.de)
Received: by unixfreunde.net (Postfix, from userid 65534)
	id 095FD505BE; Tue,  9 May 2006 07:11:54 +0200 (CEST)
Received: from lapbox.ath.cx (p548D42C0.dip0.t-ipconnect.de [84.141.66.192])
	by unixfreunde.net (Postfix) with ESMTP id B633550570;
	Tue,  9 May 2006 07:11:53 +0200 (CEST)
Message-Id: <1147151541.42918@lapbox.ath.cx>
Date: Tue, 9 May 2006 07:12:21 +0200
From: "Martin Wilke" <freebsd@unixfreunde.de>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: skv@FreeBSD.org
Subject: [update] devel/judy
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         97018
>Category:       ports
>Synopsis:       [update] devel/judy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 09 05:20:14 GMT 2006
>Closed-Date:    Wed May 24 06:59:23 GMT 2006
>Last-Modified:  Wed May 24 06:59:23 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #11: Sun May  7 11:44:28 CEST 2006
    splash@lapbox.ath.cx:/usr/obj/usr/src/sys/LAPBOX



>Description:


- update to 1.0.3
- maintainer is cc'd


Changes:
* fixed make files, to break out each copy element
  to be a unique target, this also seems to have
  resolved the issue where running make check rebuilds
  the entire library again.
* Fixed generation of manpages
* fixed assumption of signed char in test programs.
* updated sh_build
* fixed generation of man pages from html
* fixed 32-bit and 64-bit configure


>How-To-Repeat:





>Fix:


--- judy.diff begins here ---
diff -ruN /home/splash/dev/ports/devel/judy/Makefile ports/devel/judy/Makefile
--- /home/splash/dev/ports/devel/judy/Makefile	Fri May  5 14:04:10 2006
+++ ports/devel/judy/Makefile	Tue May  9 07:01:49 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Judy
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.3
 PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -ruN /home/splash/dev/ports/devel/judy/distinfo ports/devel/judy/distinfo
--- /home/splash/dev/ports/devel/judy/distinfo	Sun Jan 22 09:28:18 2006
+++ ports/devel/judy/distinfo	Tue May  9 07:01:55 2006
@@ -1,3 +1,3 @@
-MD5 (Judy-1.0.1.tar.gz) = 274221ad35443cf0077b159b2e4beaec
-SHA256 (Judy-1.0.1.tar.gz) = 3a3325a927d16cc3dadc3c0bf8bd8d072f7c6603b855fd384dcc85778c9473a5
-SIZE (Judy-1.0.1.tar.gz) = 1097648
+MD5 (Judy-1.0.3.tar.gz) = 7d1271b1122ddc067f94f0f35a321bd6
+SHA256 (Judy-1.0.3.tar.gz) = f486e0bf842a8515a80ef678b3b5f6eb82d50a7e4f4003544db8b10a9d7affd7
+SIZE (Judy-1.0.3.tar.gz) = 1132631
diff -ruN /home/splash/dev/ports/devel/judy/pkg-plist ports/devel/judy/pkg-plist
--- /home/splash/dev/ports/devel/judy/pkg-plist	Thu Feb 23 11:35:45 2006
+++ ports/devel/judy/pkg-plist	Tue May  9 07:05:02 2006
@@ -2,16 +2,16 @@
 lib/libJudy.a
 lib/libJudy.la
 lib/libJudy.so
-lib/libJudy.so.%%SHLIB_MAJOR%%
-%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/Judy1_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/Judy1_funcs_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudyHS_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudyHS_funcs_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudyL_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudyL_funcs_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudySL_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/JudySL_funcs_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/Judy_3.htm
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+lib/libJudy.so.1
+%%DOCSDIR%%/COPYRIGHT
+%%DOCSDIR%%/Judy1_3.htm
+%%DOCSDIR%%/Judy1_funcs_3.htm
+%%DOCSDIR%%/JudyHS_3.htm
+%%DOCSDIR%%/JudyHS_funcs_3.htm
+%%DOCSDIR%%/JudyL_3.htm
+%%DOCSDIR%%/JudyL_funcs_3.htm
+%%DOCSDIR%%/JudySL_3.htm
+%%DOCSDIR%%/JudySL_funcs_3.htm
+%%DOCSDIR%%/Judy_3.htm
+%%DOCSDIR%%/README
+@dirrm %%DOCSDIR%%
--- judy.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 9 05:24:12 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97018 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed May 24 06:57:32 UTC 2006 
State-Changed-Why:  
Judy is updated, but your patch was not applied: 

* using %%PORTDOCS%% in pkg-plist is essential thing to correctly handle NOPORTDOCS variable 
* also, using %%SHLIB_MAJOR%% is good practice for shared libraries 

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