svn commit: r356366 - head/mail/libvmime

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:51:43 UTC 2014


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


More information about the svn-ports-head mailing list