svn commit: r364795 - head/mail/whoson

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 13 16:14:21 UTC 2014


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 at 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


More information about the svn-ports-head mailing list