Date: Wed, 13 Aug 2014 16:14:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364795 - head/mail/whoson Message-ID: <201408131614.s7DGELbf008699@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 13 16:14:20 2014 New Revision: 364795 URL: http://svnweb.freebsd.org/changeset/ports/364795 QAT: https://qat.redports.org/buildarchive/r364795/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/mail/whoson/Makefile head/mail/whoson/pkg-plist Modified: head/mail/whoson/Makefile ============================================================================== --- head/mail/whoson/Makefile Wed Aug 13 16:14:12 2014 (r364794) +++ head/mail/whoson/Makefile Wed Aug 13 16:14:20 2014 (r364795) @@ -3,13 +3,14 @@ PORTNAME= whoson PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= sem@FreeBSD.org COMMENT= Implementation of `WHO iS ONline' protocol -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf USE_LDCONFIG= yes Modified: head/mail/whoson/pkg-plist ============================================================================== --- head/mail/whoson/pkg-plist Wed Aug 13 16:14:12 2014 (r364794) +++ head/mail/whoson/pkg-plist Wed Aug 13 16:14:20 2014 (r364795) @@ -1,9 +1,9 @@ etc/whoson.conf.sample include/whoson.h lib/libwhoson.a -lib/libwhoson.la lib/libwhoson.so lib/libwhoson.so.0 +lib/libwhoson.so.0.0.0 man/man3/whoson.3.gz man/man3/wso_login.3.gz man/man3/wso_logout.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408131614.s7DGELbf008699>