From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 25 18:10:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 731EF106567F for ; Wed, 25 Jul 2012 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7EC8FC1F for ; Wed, 25 Jul 2012 18:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6PIAGMD060898 for ; Wed, 25 Jul 2012 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6PIAGZQ060897; Wed, 25 Jul 2012 18:10:16 GMT (envelope-from gnats) Resent-Date: Wed, 25 Jul 2012 18:10:16 GMT Resent-Message-Id: <201207251810.q6PIAGZQ060897@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5CFC1065678 for ; Wed, 25 Jul 2012 18:02:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 9611F8FC0C for ; Wed, 25 Jul 2012 18:02:50 +0000 (UTC) Received: from localhost.localdomain (ZT029177.ppp.dion.ne.jp [59.128.29.177]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id F1AA850036 for ; Thu, 26 Jul 2012 03:02:48 +0900 (JST) Message-Id: <20120726024411.cc4c44adb1942ae23fb449db@yahoo.com> Date: Thu, 26 Jul 2012 02:44:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/170163: net/netembryo: Update to version 0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 18:10:16 -0000 >Number: 170163 >Category: ports >Synopsis: net/netembryo: Update to version 0.1.1 >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 Jul 25 18:10:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p9 i386 >Organization: >Environment: >Description: - Update to version 0.1.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/netembryo/Makefile net/netembryo/Makefile --- /usr/ports/net/netembryo/Makefile 2012-07-23 10:33:55.000000000 +0900 +++ net/netembryo/Makefile 2012-07-24 01:41:06.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= netembryo -PORTVERSION= 0.0.5 +PORTVERSION= 0.1.1 CATEGORIES= net MASTER_SITES= http://lscube.org/files/downloads/netembryo/ @@ -17,10 +17,25 @@ BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config -GNU_CONFIGURE= yes -USE_GMAKE= yes +OPTIONS_DEFINE= OPENSSL +OPTIONS_DEFAULT=OPENSSL + USE_BZIP2= yes +USE_GNOME= glib20 gnomehack pkgconfig +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USE_GNOME= gnomehack +MAKE_JOBS_SAFE= yes + +.include + +.if ${PORT_OPTIONS:MOPENSSL} +USE_OPENSSL= yes +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB}" +.else +CONFIGURE_ARGS+=--without-openssl +.endif .include diff -urN /usr/ports/net/netembryo/distinfo net/netembryo/distinfo --- /usr/ports/net/netembryo/distinfo 2011-09-02 09:34:00.000000000 +0900 +++ net/netembryo/distinfo 2012-07-10 17:58:59.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (netembryo-0.0.5.tar.bz2) = 5ca8ac883d255335d3fa047c861ffc61e6c74b98843a3b1093c40ca41ecc986b -SIZE (netembryo-0.0.5.tar.bz2) = 452744 +SHA256 (netembryo-0.1.1.tar.bz2) = b20c12f09e99f9c00efab3b9588457fd8a2fa6bb3ed26c35ada572c0b172a981 +SIZE (netembryo-0.1.1.tar.bz2) = 265851 diff -urN /usr/ports/net/netembryo/pkg-plist net/netembryo/pkg-plist --- /usr/ports/net/netembryo/pkg-plist 2011-09-02 09:34:00.000000000 +0900 +++ net/netembryo/pkg-plist 2012-07-10 18:05:06.000000000 +0900 @@ -1,9 +1,11 @@ +include/netembryo/rtsp.h include/netembryo/url.h -include/netembryo/rtsp_errors.h include/netembryo/wsocket.h +include/netembryo/wsocket-internal.h lib/libnetembryo.a lib/libnetembryo.la lib/libnetembryo.so -lib/libnetembryo.so.5 +lib/libnetembryo.so.9 libdata/pkgconfig/libnetembryo.pc +libdata/pkgconfig/libnetembryo-sctp.pc @dirrm include/netembryo >Release-Note: >Audit-Trail: >Unformatted: