From af962652e8fea32eae2c9b3169844ce185ca5ae9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 3 Jul 2014 15:57:20 +0000 Subject: [PATCH] - Switch to USES=libtool, drop .la files - Use new LIB_DEPENDS syntax Approved by: portmgr blanket --- net/libarms/Makefile | 5 +++-- net/libarms/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/libarms/Makefile b/net/libarms/Makefile index ac4d038f52b6..9c44c34b49ea 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -3,6 +3,7 @@ PORTNAME= libarms PORTVERSION= 5.01 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= https://dev.smf.jp/dl/ \ http://dev.smf.jp/dl/ @@ -10,9 +11,9 @@ MASTER_SITES= https://dev.smf.jp/dl/ \ MAINTAINER= shigeru@iij.ad.jp COMMENT= SMFv2/ARMS client library for C -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/libarms/pkg-plist b/net/libarms/pkg-plist index 01905c5549eb..ac0dc4b6da71 100644 --- a/net/libarms/pkg-plist +++ b/net/libarms/pkg-plist @@ -1,8 +1,8 @@ include/libarms.h lib/libarms.a -lib/libarms.la lib/libarms.so lib/libarms.so.0 +lib/libarms.so.0.0.1 %%DOCSDIR%%/doc/.buildinfo %%DOCSDIR%%/doc/_images/libarms-pull.png %%DOCSDIR%%/doc/_images/libarms-push.png