Date: Tue, 11 Dec 2012 14:19:56 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308695 - in head/devel/libvanessa_socket: . files Message-ID: <201212111419.qBBEJuHn013468@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Tue Dec 11 14:19:55 2012 New Revision: 308695 URL: http://svnweb.freebsd.org/changeset/ports/308695 Log: - Update to 0.0.12 - s/YES/yes in USE_* - Drop ABI version numbers from LIB_DEPENDS - Trim Makefile header - Sort pkg-plist - Update WWW in pkg-descr PR: ports/168301 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Modified: head/devel/libvanessa_socket/Makefile (contents, props changed) head/devel/libvanessa_socket/distinfo (contents, props changed) head/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in (contents, props changed) head/devel/libvanessa_socket/pkg-descr (contents, props changed) head/devel/libvanessa_socket/pkg-plist (contents, props changed) Modified: head/devel/libvanessa_socket/Makefile ============================================================================== --- head/devel/libvanessa_socket/Makefile Tue Dec 11 14:19:54 2012 (r308694) +++ head/devel/libvanessa_socket/Makefile Tue Dec 11 14:19:55 2012 (r308695) @@ -1,30 +1,30 @@ -# New ports collection makefile for: libvanessa_socket -# Date created: 28 April 2001 -# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr> -# +# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr> # $FreeBSD$ -# 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 COMMENT= Library that provides a simple layer for TCP/IP socket operations -LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \ + popt:${PORTSDIR}/devel/popt MAN1= vanessa_socket_pipe.1 +USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_LDCONFIG= YES -GNU_CONFIGURE= YES +USE_GNOME= gnomehack +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + ${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> Modified: head/devel/libvanessa_socket/distinfo ============================================================================== --- head/devel/libvanessa_socket/distinfo Tue Dec 11 14:19:54 2012 (r308694) +++ head/devel/libvanessa_socket/distinfo Tue Dec 11 14:19:55 2012 (r308695) @@ -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 Modified: head/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in ============================================================================== --- head/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in Tue Dec 11 14:19:54 2012 (r308694) +++ head/devel/libvanessa_socket/files/patch-vanessa_socket_pipe-Makefile.in Tue Dec 11 14:19:55 2012 (r308695) @@ -1,11 +1,12 @@ ---- 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 @@ - +--- ./vanessa_socket_pipe/Makefile.in.orig 2012-12-11 08:19:23.000000000 -0500 ++++ ./vanessa_socket_pipe/Makefile.in 2012-12-11 08:19:23.000000000 -0500 +@@ -278,8 +278,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 + vanessa_socket_pipe_LDADD = \ + -L../libvanessa_socket \ +--L../libvanessa_socket/.libs/ \ +--lvanessa_socket \ ++../libvanessa_socket/.libs/libvanessa_socket.so \ + -lvanessa_logger \ + @extra_libs@ \ + @vanessa_logger_libs@ \ Modified: head/devel/libvanessa_socket/pkg-descr ============================================================================== --- head/devel/libvanessa_socket/pkg-descr Tue Dec 11 14:19:54 2012 (r308694) +++ head/devel/libvanessa_socket/pkg-descr Tue Dec 11 14:19:55 2012 (r308695) @@ -3,4 +3,4 @@ operations. It includes code to open a s 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/ Modified: head/devel/libvanessa_socket/pkg-plist ============================================================================== --- head/devel/libvanessa_socket/pkg-plist Tue Dec 11 14:19:54 2012 (r308694) +++ head/devel/libvanessa_socket/pkg-plist Tue Dec 11 14:19:55 2012 (r308695) @@ -1,6 +1,7 @@ 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 +lib/libvanessa_socket.la +lib/libvanessa_socket.so +lib/libvanessa_socket.so.3 +libdata/pkgconfig/vanessa-socket.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111419.qBBEJuHn013468>