From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 13:51:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAA1FC31; Tue, 3 Jun 2014 13:51:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8E2F2D0F; Tue, 3 Jun 2014 13:51:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53Dph5E085278; Tue, 3 Jun 2014 13:51:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53DphWQ085276; Tue, 3 Jun 2014 13:51:43 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406031351.s53DphWQ085276@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 13:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356366 - head/mail/libvmime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 13:51:43 -0000 Author: amdmi3 Date: Tue Jun 3 13:51:43 2014 New Revision: 356366 URL: http://svnweb.freebsd.org/changeset/ports/356366 QAT: https://qat.redports.org/buildarchive/r356366/ Log: - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/mail/libvmime/Makefile head/mail/libvmime/pkg-plist Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Tue Jun 3 13:51:02 2014 (r356365) +++ head/mail/libvmime/Makefile Tue Jun 3 13:51:43 2014 (r356366) @@ -3,18 +3,17 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls -LIB_DEPENDS+= gsasl:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl -USE_BZIP2= yes -USES= iconv gmake pkgconfig +USES= iconv gmake pkgconfig tar:bzip2 libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/mail/libvmime/pkg-plist ============================================================================== --- head/mail/libvmime/pkg-plist Tue Jun 3 13:51:02 2014 (r356365) +++ head/mail/libvmime/pkg-plist Tue Jun 3 13:51:43 2014 (r356366) @@ -163,9 +163,9 @@ include/vmime/vmime.hpp include/vmime/word.hpp include/vmime/wordEncoder.hpp lib/libvmime.a -lib/libvmime.la lib/libvmime.so lib/libvmime.so.0 +lib/libvmime.so.0.0.0 libdata/pkgconfig/vmime.pc %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING