Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 15:32:51 -0800 (PST)
From:      Cy Schubert <cy@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93730: mhash port update from 0.9.2 to 0.9.4a.
Message-ID:  <200602222332.k1MNWpO2056493@cwsys.cwsent.com>
Resent-Message-ID: <200602222340.k1MNe3JR057267@freefall.freebsd.org>

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

>Number:         93730
>Category:       ports
>Synopsis:       mhash port update from 0.9.2 to 0.9.4a.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 23:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cy Schubert
>Release:        FreeBSD-2.0
>Organization:
FreeBSD
>Environment:
System: FreeBSD cwsys 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 10:07:11 PST 2006 root@cwsys:/export/obj/opt/src/cvs-stable6/src/sys/KOMQUATS i386


>Description:
Please accept the included patch to update the mhash port from 0.9.2 to 0.9.4a.
>How-To-Repeat:
N/A
>Fix:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/mhash/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	15 Nov 2005 06:51:00 -0000	1.27
+++ Makefile	22 Feb 2006 23:28:08 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mhash
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.4a
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,8 +14,10 @@
 MAINTAINER=	roam@FreeBSD.org
 COMMENT=	An easy-to-use library for strong hashes such as MD5 and SHA1
 
+USE_BZIP2=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[a-z]$//}
 INSTALLS_SHLIB=	yes
-USE_AUTOTOOLS=	libtool:13
+USE_AUTOTOOLS=	libtool:15
 USE_PERL5_BUILD=yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS+=	--with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/mhash/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	24 Jan 2006 01:03:09 -0000	1.14
+++ distinfo	22 Feb 2006 23:28:08 -0000
@@ -1,3 +1,3 @@
-MD5 (mhash-0.9.2.tar.gz) = bf31627548376891e4f42ace54db4c2d
-SHA256 (mhash-0.9.2.tar.gz) = 50a471c543407e44947ad74496ab78843d53db66ae06ec0f9f3cd393ca9f1917
-SIZE (mhash-0.9.2.tar.gz) = 853662
+MD5 (mhash-0.9.4a.tar.bz2) = 174bb58b1a39d7fe545d482c0aa0d4ae
+SHA256 (mhash-0.9.4a.tar.bz2) = a4961548977cae5ecea56e1a6f1252b3a588335b78b54de37c95d6597fed520a
+SIZE (mhash-0.9.4a.tar.bz2) = 946318
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/mhash/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	30 Dec 2004 12:48:29 -0000	1.6
+++ pkg-plist	22 Feb 2006 23:28:08 -0000
@@ -1,4 +1,10 @@
 include/mhash.h
+include/mutils/mglobal.h
+include/mutils/mhash.h
+include/mutils/mhash_config.h
+include/mutils/mincludes.h
+include/mutils/mtypes.h
+include/mutils/mutils.h
 lib/libmhash.a
 lib/libmhash.so
 lib/libmhash.so.2
@@ -6,3 +12,4 @@
 %%PORTDOCS%%%%DOCSDIR%%/md5-rfc1321.txt
 %%PORTDOCS%%%%DOCSDIR%%/skid2-authentication
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm include/mutils
Index: files/patch-include-Makefile.in
===================================================================
RCS file: files/patch-include-Makefile.in
diff -N files/patch-include-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-include-Makefile.in	22 Feb 2006 23:28:08 -0000
@@ -0,0 +1,11 @@
+--- include/Makefile.in.orig	Mon Jan  9 20:44:15 2006
++++ include/Makefile.in	Wed Feb 22 15:26:00 2006
+@@ -174,7 +174,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h
++nobase_include_HEADERS = mhash.h mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h mutils/mincludes.h
+ all: all-am
+ 
+ .SUFFIXES:

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



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