svn commit: r360388 - head/net/libarms
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jul 3 15:57:21 UTC 2014
Author: amdmi3
Date: Thu Jul 3 15:57:20 2014
New Revision: 360388
URL: http://svnweb.freebsd.org/changeset/ports/360388
QAT: https://qat.redports.org/buildarchive/r360388/
Log:
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Modified:
head/net/libarms/Makefile
head/net/libarms/pkg-plist
Modified: head/net/libarms/Makefile
==============================================================================
--- head/net/libarms/Makefile Thu Jul 3 15:57:03 2014 (r360387)
+++ head/net/libarms/Makefile Thu Jul 3 15:57:20 2014 (r360388)
@@ -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 at 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
Modified: head/net/libarms/pkg-plist
==============================================================================
--- head/net/libarms/pkg-plist Thu Jul 3 15:57:03 2014 (r360387)
+++ head/net/libarms/pkg-plist Thu Jul 3 15:57:20 2014 (r360388)
@@ -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
More information about the svn-ports-all
mailing list