pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44851: update for devel/libjudy [patch, maintainer's request]



>Number:         44851
>Category:       pkg
>Synopsis:       update for devel/libjudy [patch, maintainer's request]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 10 16:30:00 +0000 2011
>Originator:     Aleksey Cheusov
>Release:        NetBSD 5.1
>Organization:
>Environment:
System: NetBSD asrock.chizhovka.net 5.1 NetBSD 5.1 (GENERIC) #0: Mon Jan 31 
23:53:52 EET 2011 
cheusov%asrock.chizhovka.net@localhost:/srv/obj/sys/arch/amd64/compile/GENERIC 
amd64
Architecture: x86_64
Machine: amd64
>Description:
Major changes in Judy-1.0.5:

   1.0.5  Version by (twh)
   o added proper clean targets to enable multiple builds
   o added examples directory
   o Correctly Detects 32/64-bit build environment
   o Allow explicit configure for 32/64-bit environment

Patch is below
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libjudy/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    30 Jun 2009 00:07:13 -0000      1.4
+++ Makefile    10 Apr 2011 16:24:49 -0000
@@ -1,16 +1,19 @@
 # $NetBSD: Makefile,v 1.4 2009/06/30 00:07:13 joerg Exp $
 
-DISTNAME=      Judy-1.0.4
-PKGNAME=       libjudy-1.0.4
+DISTNAME=      Judy-1.0.5
+PKGNAME=       ${DISTNAME:S/Judy/libjudy/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=judy/}
 
 MAINTAINER=    vle%gmx.net@localhost
 HOMEPAGE=      http://judy.sourceforge.net/
 COMMENT=       High-performance sparse dynamic array library
+LICENSE=       gnu-lgpl-v2
 
 MAKE_JOBS_SAFE=                no
 
+WRKSRC=                        ${WRKDIR}/${DISTNAME:S/Judy/judy/}
+
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libjudy/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST       5 Apr 2008 04:26:31 -0000       1.2
+++ PLIST       10 Apr 2011 16:24:49 -0000
@@ -95,6 +95,6 @@
 man/man3/JudySLPrev.3
 man/man3/JudySL_funcs.3
 share/doc/libjudy/AUTHORS
-share/doc/libjudy/ChangeLog
 share/doc/libjudy/COPYING
+share/doc/libjudy/ChangeLog
 share/doc/libjudy/README
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libjudy/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    13 Jun 2007 13:28:10 -0000      1.1.1.1
+++ distinfo    10 Apr 2011 16:24:49 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2007/06/13 13:28:10 obache Exp $
 
-SHA1 (Judy-1.0.4.tar.gz) = ceb3d4be5572438a414f39db4ce0eb3735462130
-RMD160 (Judy-1.0.4.tar.gz) = f97aa8937dd5f774d6cd37ba3599795a9e794306
-Size (Judy-1.0.4.tar.gz) = 1142724 bytes
+SHA1 (Judy-1.0.5.tar.gz) = 3540f003509acac3b1260424380ddf97914f7745
+RMD160 (Judy-1.0.5.tar.gz) = 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f
+Size (Judy-1.0.5.tar.gz) = 1147847 bytes



Home | Main Index | Thread Index | Old Index