Date: Sun, 13 Apr 2008 14:43:11 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122723: [Update] devel/rpc2: update to 2.7 Message-ID: <200804131443.m3DEhBft049112@www.freebsd.org> Resent-Message-ID: <200804131450.m3DEo1PL053723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122723 >Category: ports >Synopsis: [Update] devel/rpc2: update to 2.7 >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: Sun Apr 13 14:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1 update to rpc2 2.7 from 2.5 2 rpc2 2.7 could build correctly only after devel/lwp updated to 2.4 just as the PR(ports/122721) do. 3 I shall take over the maintainership >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Ncur rpc2/Makefile rpc2.new/Makefile --- rpc2/Makefile 2007-05-27 17:03:02.000000000 +0000 +++ rpc2.new/Makefile 2008-04-13 17:40:42.000000000 +0000 @@ -6,14 +6,14 @@ # PORTNAME= rpc2 -PORTVERSION= 2.5 +PORTVERSION= 2.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ ftp://ftp.nctu.edu.tw/mirror/Coda/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= An interprocess communication library LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp diff -Ncur rpc2/distinfo rpc2.new/distinfo --- rpc2/distinfo 2007-05-27 17:03:02.000000000 +0000 +++ rpc2.new/distinfo 2008-04-13 15:12:31.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (rpc2-2.5.tar.gz) = bb3119a6cc2a1ddafdadefb6a805fa5c -SHA256 (rpc2-2.5.tar.gz) = 7c97d3530d4c98d54acffe1dbdea2b05d7a67c7564b6b44914070b9cd6222588 -SIZE (rpc2-2.5.tar.gz) = 607817 +MD5 (rpc2-2.7.tar.gz) = b28e3291d71bb36a374fb85d65125276 +SHA256 (rpc2-2.7.tar.gz) = 39ac1b27384cb6529b48986fa3a72687914b67d152ed47ba8ba5342b324dd60d +SIZE (rpc2-2.7.tar.gz) = 624013 diff -Ncur rpc2/pkg-plist rpc2.new/pkg-plist --- rpc2/pkg-plist 2007-02-27 08:59:13.000000000 +0000 +++ rpc2.new/pkg-plist 2008-04-13 15:41:48.000000000 +0000 @@ -1,6 +1,5 @@ bin/rp2gen include/rpc2/errors.h -include/rpc2/errorsdefs.h include/rpc2/multi.h include/rpc2/rpc2.h include/rpc2/rpc2_addrinfo.h @@ -10,10 +9,12 @@ lib/librpc2.a lib/librpc2.la lib/librpc2.so -lib/librpc2.so.8 +lib/librpc2.so.9 lib/libse.a lib/libse.la lib/libse.so -lib/libse.so.8 +lib/libse.so.9 +lib/pkgconfig/rpc2.pc +@dirrm share/rpc2 +@dirrm lib/pkgconfig @dirrm include/rpc2 -@dirrmtry share/rpc2 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804131443.m3DEhBft049112>