diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 09:51:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 09:51:28 +0800 |
commit | bbec95914a447f012606dd4747b806f1a297e161 (patch) | |
tree | 0596fdae7a2d8cfc3e51ffa3abfa84987a38014d | |
parent | 142185fb06b7cc9a5a3880d3fa97c18d7d840ec1 (diff) | |
download | freebsd-ports-gnome-bbec95914a447f012606dd4747b806f1a297e161.tar.gz freebsd-ports-gnome-bbec95914a447f012606dd4747b806f1a297e161.tar.zst freebsd-ports-gnome-bbec95914a447f012606dd4747b806f1a297e161.zip |
- Switch devel/libvanessa_socket to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
-rw-r--r-- | devel/libvanessa_socket/Makefile | 4 | ||||
-rw-r--r-- | devel/libvanessa_socket/pkg-plist | 4 | ||||
-rw-r--r-- | mail/perdition/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 8187da90806c..a5d5045f0d05 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -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 layer for TCP/IP socket operations 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 diff --git a/devel/libvanessa_socket/pkg-plist b/devel/libvanessa_socket/pkg-plist index e087a1429869..453f6af17a1e 100644 --- a/devel/libvanessa_socket/pkg-plist +++ b/devel/libvanessa_socket/pkg-plist @@ -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 diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index b141eaebd889..23b8c6041b14 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -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}/ |