svn commit: r363429 - in head: devel/libvanessa_socket mail/perdition
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 30 01:51:29 UTC 2014
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}/
More information about the svn-ports-all
mailing list