svn commit: r357443 - head/devel/obby
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 11 09:16:27 UTC 2014
Author: amdmi3
Date: Wed Jun 11 09:16:26 2014
New Revision: 357443
URL: http://svnweb.freebsd.org/changeset/ports/357443
QAT: https://qat.redports.org/buildarchive/r357443/
Log:
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
Modified:
head/devel/obby/Makefile
head/devel/obby/pkg-plist
Modified: head/devel/obby/Makefile
==============================================================================
--- head/devel/obby/Makefile Wed Jun 11 09:16:15 2014 (r357442)
+++ head/devel/obby/Makefile Wed Jun 11 09:16:26 2014 (r357443)
@@ -3,6 +3,7 @@
PORTNAME= obby
PORTVERSION= 0.4.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://releases.0x539.de/obby/
@@ -11,10 +12,10 @@ COMMENT= Library for synced document buf
LICENSE= GPLv2
-LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
- net6:${PORTSDIR}/net/net6
+LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
+ libnet6.so:${PORTSDIR}/net/net6
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/devel/obby/pkg-plist
==============================================================================
--- head/devel/obby/pkg-plist Wed Jun 11 09:16:15 2014 (r357442)
+++ head/devel/obby/pkg-plist Wed Jun 11 09:16:26 2014 (r357443)
@@ -40,10 +40,9 @@ include/obby/text.hpp
include/obby/user.hpp
include/obby/user_table.hpp
include/obby/vector_time.hpp
-lib/libobby-0.4.so
lib/libobby-0.4.so.1
+lib/libobby-0.4.so.1.0.0
lib/libobby.a
-lib/libobby.la
lib/libobby.so
libdata/pkgconfig/obby-0.4.pc
%%NLS%%share/locale/ast/LC_MESSAGES/obby.mo
More information about the svn-ports-all
mailing list