Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 01:51:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363429 - in head: devel/libvanessa_socket mail/perdition
Message-ID:  <201407300151.s6U1pS2S001506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 30 01:51:28 2014
New Revision: 363429
URL: http://svnweb.freebsd.org/changeset/ports/363429
QAT: https://qat.redports.org/buildarchive/r363429/

Log:
  - Switch devel/libvanessa_socket to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libvanessa_socket/Makefile
  head/devel/libvanessa_socket/pkg-plist
  head/mail/perdition/Makefile

Modified: head/devel/libvanessa_socket/Makefile
==============================================================================
--- head/devel/libvanessa_socket/Makefile	Wed Jul 30 01:50:47 2014	(r363428)
+++ head/devel/libvanessa_socket/Makefile	Wed Jul 30 01:51:28 2014	(r363429)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvanessa_socket
 PORTVERSION=	0.0.12
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://horms.net/projects/vanessa/download/vanessa_socket/${PORTVERSION}/
 DISTNAME=	vanessa_socket-${PORTVERSION}
@@ -13,8 +14,7 @@ COMMENT=	Library that provides a simple 
 LIB_DEPENDS=	libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \
 		libpopt.so:${PORTSDIR}/devel/popt
 
-USE_AUTOTOOLS=	libtool
-USES=	pathfix tar:bzip2
+USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/devel/libvanessa_socket/pkg-plist
==============================================================================
--- head/devel/libvanessa_socket/pkg-plist	Wed Jul 30 01:50:47 2014	(r363428)
+++ head/devel/libvanessa_socket/pkg-plist	Wed Jul 30 01:51:28 2014	(r363429)
@@ -1,8 +1,8 @@
 bin/vanessa_socket_pipe
 include/vanessa_socket.h
 lib/libvanessa_socket.a
-lib/libvanessa_socket.la
 lib/libvanessa_socket.so
-lib/libvanessa_socket.so.3
+lib/libvanessa_socket.so.2
+lib/libvanessa_socket.so.2.1.0
 libdata/pkgconfig/vanessa-socket.pc
 man/man1/vanessa_socket_pipe.1.gz

Modified: head/mail/perdition/Makefile
==============================================================================
--- head/mail/perdition/Makefile	Wed Jul 30 01:50:47 2014	(r363428)
+++ head/mail/perdition/Makefile	Wed Jul 30 01:51:28 2014	(r363429)
@@ -3,7 +3,7 @@
 
 PORTNAME=	perdition
 PORTVERSION=	1.18
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail net security
 MASTER_SITES=	http://horms.net/projects/perdition/download/${PORTVERSION}/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407300151.s6U1pS2S001506>