From nobody@FreeBSD.org  Thu Dec 30 16:11:37 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 492C9106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 16:11:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F0908FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 16:11:37 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBUGBaGk072591
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 16:11:36 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBUGBaAO072590;
	Thu, 30 Dec 2010 16:11:36 GMT
	(envelope-from nobody)
Message-Id: <201012301611.oBUGBaAO072590@red.freebsd.org>
Date: Thu, 30 Dec 2010 16:11:36 GMT
From: dikshie <dikshie@sfc.wide.ad.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update yaf
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         153555
>Category:       ports
>Synopsis:       update net-mgmt/yaf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 16:20:10 UTC 2010
>Closed-Date:    Fri Dec 31 03:03:26 UTC 2010
>Last-Modified:  Fri Dec 31 03:10:12 UTC 2010
>Originator:     dikshie
>Release:        8.1-STABLE
>Organization:
Keio Univ
>Environment:
FreeBSD sfc-cpu.ai3.net 8.1-STABLE FreeBSD 8.1-STABLE #9: Sat Nov 20 19:32:50 JST 2010     dikshie@sfc-cpu.ai3.net:/usr/obj/usr/src/sys/CPU8  i386
>Description:
update net-mgmt/yaf
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-12-29 17:36:36.000000000 +0900
+++ Makefile	2010-12-29 17:41:24.000000000 +0900
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net-mgmt/yaf/Makefile,v 1.1 2009/07/01 10:48:16 miwi Exp $
 
 PORTNAME=	yaf
-PORTVERSION=	1.0.0.2
+PORTVERSION=	1.3.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://tools.netsa.cert.org/releases/
 
--- distinfo.orig	2010-12-29 17:36:28.000000000 +0900
+++ distinfo	2010-12-29 17:41:48.000000000 +0900
@@ -1,3 +1,2 @@
-MD5 (yaf-1.0.0.2.tar.gz) = 3ea2dd554025ba9978c914386dd59d9c
-SHA256 (yaf-1.0.0.2.tar.gz) = adbab9968a34445517839b7c53f087c793952d54d0d6912b8e219776fbbe21c6
-SIZE (yaf-1.0.0.2.tar.gz) = 1090045
+SHA256 (yaf-1.3.1.tar.gz) = 0c41dba35abf7d6890817351aacf12b2cb87d4d795a48157c3fb27810c56a097
+SIZE (yaf-1.3.1.tar.gz) = 1220573
--- pkg-plist	2010-12-29 17:36:28.000000000 +0900
+++ pkg-plist.new	2010-12-31 00:57:32.000000000 +0900
@@ -22,28 +22,35 @@
 include/airframe/mio_source_udp.h
 include/airframe/mio_stdio.h
 include/airframe/privconfig.h
+include/libltdl/lt_dlloader.h
+include/libltdl/lt_error.h
+include/libltdl/lt_system.h
 include/ltdl.h
+include/yaf/CERT_IE.h
 include/yaf/autoinc.h
 include/yaf/decode.h
 include/yaf/picq.h
 include/yaf/ring.h
 include/yaf/yafcore.h
+include/yaf/yafhooks.h
 include/yaf/yafrag.h
 include/yaf/yaftab.h
-lib/libairframe-1.0.0.2.so
-lib/libairframe-1.0.0.2.so.4
+lib/libairframe-1.3.1.so
+lib/libairframe-1.3.1.so.4
 lib/libairframe.a
 lib/libairframe.la
 lib/libairframe.so
 lib/libltdl.a
 lib/libltdl.la
-lib/libltdl.so.4.0
-lib/libyaf-1.0.0.2.so
-lib/libyaf-1.0.0.2.so.4
+lib/libltdl.so
+lib/libltdl.so.9
+lib/libyaf-1.3.1.so
+lib/libyaf-1.3.1.so.4
 lib/libyaf.a
 lib/libyaf.la
 lib/libyaf.so
 libdata/pkgconfig/libairframe.pc
 libdata/pkgconfig/libyaf.pc
 @dirrm include/yaf
+@dirrm include/libltdl
 @dirrm include/airframe


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Fri Dec 31 03:03:23 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153555 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153555: commit references a PR
Date: Fri, 31 Dec 2010 03:02:13 +0000 (UTC)

 wen         2010-12-31 03:02:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/yaf         Makefile distinfo pkg-plist 
   Log:
   - Update to 1.3.1
   
   PR:             ports/153555
   Submitted by:   dikshie <dikshie@sfc.wide.ad.jp> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -2      ports/net-mgmt/yaf/Makefile
   1.2       +2 -3      ports/net-mgmt/yaf/distinfo
   1.2       +12 -5     ports/net-mgmt/yaf/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
