Date: Thu, 24 May 2012 19:00:22 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@bsdunix.ch Subject: ports/168301: [PATCH] devel/libvanessa_socket: update to 0.0.12 Message-ID: <201205241300.q4OD0MER096276@bofh.telnet.net.bd> Resent-Message-ID: <201205241310.q4ODA2bi006472@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168301 >Category: ports >Synopsis: [PATCH] devel/libvanessa_socket: update to 0.0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 24 13:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 0.0.12 Removed file(s): - files/patch-vanessa_socket_pipe-Makefile.in - pkg-plist For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/libvanessa_socket-0.0.12.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/libvanessa_socket-0.0.12.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/libvanessa_socket-0.0.12.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/libvanessa_socket-0.0.12.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/libvanessa_socket-0.0.12.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/libvanessa_socket-0.0.12.log Port maintainer (thomas@bsdunix.ch) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- libvanessa_socket-0.0.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_socket/Makefile ./Makefile --- /usr/ports/devel/libvanessa_socket/Makefile 2011-09-24 04:22:08.000000000 +0600 +++ ./Makefile 2012-05-24 18:41:42.592237026 +0600 @@ -6,11 +6,9 @@ # PORTNAME= libvanessa_socket -PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTVERSION= 0.0.12 CATEGORIES= devel -MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ -MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION} +MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_socket/${PORTVERSION}/ DISTNAME= vanessa_socket-${PORTVERSION} MAINTAINER= thomas@bsdunix.ch @@ -20,11 +18,20 @@ popt.0:${PORTSDIR}/devel/popt MAN1= vanessa_socket_pipe.1 +PLIST_FILES= bin/vanessa_socket_pipe include/vanessa_socket.h \ + lib/libvanessa_socket.so.3 lib/libvanessa_socket.so \ + lib/libvanessa_socket.la lib/libvanessa_socket.a \ + lib/pkgconfig/vanessa-socket.pc +PLIST_DIRSTRY= lib/pkgconfig +USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= YES GNU_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + ${REINPLACE_CMD} -e 's#-L../libvanessa_socket/.libs/#../libvanessa_socket/.libs/libvanessa_socket.so# ; \ + /-lvanessa_socket/d' ${WRKSRC}/vanessa_socket_pipe/Makefile.in .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_socket/distinfo ./distinfo --- /usr/ports/devel/libvanessa_socket/distinfo 2011-07-03 20:56:19.000000000 +0600 +++ ./distinfo 2012-05-24 17:24:06.121208446 +0600 @@ -1,2 +1,2 @@ -SHA256 (vanessa_socket-0.0.7.tar.gz) = d8fdc5339115911581c763d2cc9bf4e71c0cd4c07f6093f024bb7ae6e3b89907 -SIZE (vanessa_socket-0.0.7.tar.gz) = 321042 +SHA256 (vanessa_socket-0.0.12.tar.bz2) = bb3fea2e2210426748029939dec564c05263dfa7f7d951ee8bc289225f19affe +SIZE (vanessa_socket-0.0.12.tar.bz2) = 283799 diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in ./files/patch-vanessa_socket_pipe-Makefile.in --- /usr/ports/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in 2003-07-11 17:38:01.000000000 +0600 +++ ./files/patch-vanessa_socket_pipe-Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -1,11 +0,0 @@ ---- vanessa_socket_pipe/Makefile.in.orig Fri Jun 6 05:49:20 2003 -+++ vanessa_socket_pipe/Makefile.in Tue Jul 1 17:05:55 2003 -@@ -113,7 +113,7 @@ - - INCLUDES = -I$(top_srcdir)/libvanessa_socket - --vanessa_socket_pipe_LDADD = -L../libvanessa_socket -L../libvanessa_socket/.libs/ -lvanessa_socket @extra_libs@ @vanessa_logger_libs@ -lpopt -+vanessa_socket_pipe_LDADD = -L../libvanessa_socket ../libvanessa_socket/.libs/libvanessa_socket.so @extra_libs@ @vanessa_logger_libs@ -lpopt - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_socket/pkg-descr ./pkg-descr --- /usr/ports/devel/libvanessa_socket/pkg-descr 2011-10-23 05:49:50.000000000 +0600 +++ ./pkg-descr 2012-05-24 17:21:47.723208979 +0600 @@ -3,4 +3,4 @@ listen on sockets for clients as a server and to pipe information between sockets. -WWW: http://www.vergenet.net/linux/vanessa/ +WWW: http://horms.net/projects/vanessa/ diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_socket/pkg-plist ./pkg-plist --- /usr/ports/devel/libvanessa_socket/pkg-plist 2004-04-07 20:09:27.000000000 +0600 +++ ./pkg-plist 1970-01-01 06:00:00.000000000 +0600 @@ -1,6 +0,0 @@ -bin/vanessa_socket_pipe -include/vanessa_socket.h -lib/libvanessa_socket.so.0 -lib/libvanessa_socket.so -lib/libvanessa_socket.la -lib/libvanessa_socket.a --- libvanessa_socket-0.0.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205241300.q4OD0MER096276>