svn commit: r526893 - head/mail/libvmime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 23 08:07:36 UTC 2020


Author: sunpoet
Date: Sun Feb 23 08:07:34 2020
New Revision: 526893
URL: https://svnweb.freebsd.org/changeset/ports/526893

Log:
  Update LIB_DEPENDS after splitting gsasl library into libgsasl
  
  - Bump PORTREVISION for dependency change

Modified:
  head/mail/libvmime/Makefile

Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile	Sun Feb 23 08:07:19 2020	(r526892)
+++ head/mail/libvmime/Makefile	Sun Feb 23 08:07:34 2020	(r526893)
@@ -4,7 +4,7 @@
 PORTNAME=	libvmime
 PORTVERSION=	0.9.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
-		libgsasl.so:security/gsasl
+		libgsasl.so:security/libgsasl
 
 USES=		cmake:noninja compiler:c++11-lib iconv pkgconfig
 


More information about the svn-ports-all mailing list