From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 11:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BDA06E15 for ; Sun, 10 Feb 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A1D0C892 for ; Sun, 10 Feb 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1ABo1Lw015371 for ; Sun, 10 Feb 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1ABo1uX015370; Sun, 10 Feb 2013 11:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 Feb 2013 11:50:01 GMT Resent-Message-Id: <201302101150.r1ABo1uX015370@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5500096F for ; Sun, 10 Feb 2013 11:42:10 +0000 (UTC) (envelope-from antoine@newdump.dreadbsd.org) Received: from newdump.dreadbsd.org (unknown [IPv6:2a01:e0b:1:64:240:63ff:fee8:7c0b]) by mx1.freebsd.org (Postfix) with ESMTP id DAB8481A for ; Sun, 10 Feb 2013 11:42:09 +0000 (UTC) Received: from newdump.dreadbsd.org (localhost [127.0.0.1]) by newdump.dreadbsd.org (8.14.5/8.14.5) with ESMTP id r1ABfjau008338 for ; Sun, 10 Feb 2013 12:41:45 +0100 (CET) (envelope-from antoine@newdump.dreadbsd.org) Received: (from antoine@localhost) by newdump.dreadbsd.org (8.14.5/8.14.5/Submit) id r1ABfeWG008337; Sun, 10 Feb 2013 11:41:40 GMT (envelope-from antoine) Message-Id: <201302101141.r1ABfeWG008337@newdump.dreadbsd.org> Date: Sun, 10 Feb 2013 11:41:40 GMT From: Antoine Brodin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176008: [maintainer] update devel/libevt to alpha-20130209 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 11:50:01 -0000 >Number: 176008 >Category: ports >Synopsis: [maintainer] update devel/libevt to alpha-20130209 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 11:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: none >Environment: System: FreeBSD everglades 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - update devel/libevt to alpha-20130209 - there are now python examples >How-To-Repeat: >Fix: --- libevt.diff begins here --- Index: libevt/Makefile =================================================================== --- libevt/Makefile (revision 312018) +++ libevt/Makefile (working copy) @@ -1,8 +1,8 @@ -# Created by: antoine@FreeBSD.org +# Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20130111 +DISTVERSION= alpha-20130209 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -39,7 +39,8 @@ .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \ + ${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR} .endif .include Index: libevt/distinfo =================================================================== --- libevt/distinfo (revision 312018) +++ libevt/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20130111.tar.gz) = 834d6dc2353777e870f17c7d89dadada403451a26e9325b54fe4c509b81f259e -SIZE (libevt-alpha-20130111.tar.gz) = 1619568 +SHA256 (libevt-alpha-20130209.tar.gz) = e0e12e1d8821b8ff4fa51f43378365075f2cb877f2fc5d4b5e836d8b18bb50e2 +SIZE (libevt-alpha-20130209.tar.gz) = 1621592 --- libevt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: