Date: Wed, 8 Mar 2006 03:01:45 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94203: [PATCH] devel/libast: UNBREAK (fix fetching by updating to latest version) Message-ID: <1141779705.44550@it.buh.tecnik93.com> Resent-Message-ID: <200603080110.k281A4tp074924@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94203 >Category: ports >Synopsis: [PATCH] devel/libast: UNBREAK (fix fetching by updating to latest version) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 08 01:10:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Update to 0.7 and fix fetch [1] Tested on tindebox on 5 and 6 -STABLE Reported by: fenner's distfile survey [1] >How-To-Repeat: >Fix: --- libast.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libast/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 23 Feb 2006 10:35:48 -0000 1.17 +++ Makefile 8 Mar 2006 00:59:33 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libast -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.7 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libast/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 24 Nov 2005 15:39:22 -0000 1.6 +++ distinfo 8 Mar 2006 00:59:33 -0000 @@ -1,3 +1,3 @@ -MD5 (libast-0.6.1.tar.gz) = 1cbbf86a0afb74a5905dc92982117250 -SHA256 (libast-0.6.1.tar.gz) = 38b7539949e7ace871e7759afc48029bda55025459f8f0884d4ed466cd2407b8 -SIZE (libast-0.6.1.tar.gz) = 356881 +MD5 (libast-0.7.tar.gz) = a9ec3b2da317f35869316e6d9571d296 +SHA256 (libast-0.7.tar.gz) = 52055cc0df0af58adc8c43cce6c9a2fff71c627a6bb0395073d353920dd1ebf0 +SIZE (libast-0.7.tar.gz) = 508654 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/libast/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 23 Feb 2006 10:35:48 -0000 1.4 +++ pkg-plist 8 Mar 2006 00:59:33 -0000 @@ -15,6 +15,7 @@ include/libast/avl_tree.h include/libast/iterator_if.h include/libast/map_if.h +include/libast/mbuff.h include/libast/objpair.h include/libast/sysdefs.h include/libast/vector_if.h --- libast.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141779705.44550>