Date: Thu, 22 Nov 2012 19:45:35 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307664 - head/net/netembryo Message-ID: <201211221945.qAMJjZQP051529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Nov 22 19:45:34 2012 New Revision: 307664 URL: http://svnweb.freebsd.org/changeset/ports/307664 Log: - Update to version 0.1.1 PR: ports/170163 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Modified: head/net/netembryo/Makefile head/net/netembryo/distinfo head/net/netembryo/pkg-plist Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Thu Nov 22 18:51:49 2012 (r307663) +++ head/net/netembryo/Makefile Thu Nov 22 19:45:34 2012 (r307664) @@ -6,20 +6,40 @@ # PORTNAME= netembryo -PORTVERSION= 0.0.5 +PORTVERSION= 0.1.1 CATEGORIES= net MASTER_SITES= http://lscube.org/files/downloads/netembryo/ MAINTAINER= ports@FreeBSD.org -COMMENT= A network abstraction library used by for feng, libnemesi, felix +COMMENT= Network abstraction library used by for feng, libnemesi, felix LICENSE= LGPL21 -GNU_CONFIGURE= yes -USE_GMAKE= yes +OPTIONS_DEFINE= OPENSSL +OPTIONS_DEFAULT=OPENSSL + USE_BZIP2= yes +USE_GNOME= glib20 gnomehack +USE_PKGCONFIG= build +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USE_PKGCONFIG= yes -USE_GNOME= gnomehack +MAKE_JOBS_SAFE= yes + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MOPENSSL} +USE_OPENSSL= yes +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB}" +.else +CONFIGURE_ARGS+=--without-openssl +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CPPFLAGS=|#CPPFLAGS| ; \ + s|freebsd[0-9]|freebsd|' ${WRKSRC}/configure .include <bsd.port.mk> Modified: head/net/netembryo/distinfo ============================================================================== --- head/net/netembryo/distinfo Thu Nov 22 18:51:49 2012 (r307663) +++ head/net/netembryo/distinfo Thu Nov 22 19:45:34 2012 (r307664) @@ -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 Modified: head/net/netembryo/pkg-plist ============================================================================== --- head/net/netembryo/pkg-plist Thu Nov 22 18:51:49 2012 (r307663) +++ head/net/netembryo/pkg-plist Thu Nov 22 19:45:34 2012 (r307664) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221945.qAMJjZQP051529>