svn commit: r482994 - head/net-im/jabberd

Mathieu Arnold mat at FreeBSD.org
Thu Oct 25 22:18:03 UTC 2018


On Thu, Oct 25, 2018 at 10:07:59PM +0000, Martin Matuska wrote:
> Author: mm
> Date: Thu Oct 25 22:07:59 2018
> New Revision: 482994
> URL: https://svnweb.freebsd.org/changeset/ports/482994
> 
> Log:
>   net-im/jabberd: add missing build dependency on pkgconfig

If it is a build dependency, it means that it is a build problem, like,
not building, then why bump PORTREVISION?

> Modified:
>   head/net-im/jabberd/Makefile
> 
> Modified: head/net-im/jabberd/Makefile
> ==============================================================================
> --- head/net-im/jabberd/Makefile	Thu Oct 25 21:59:37 2018	(r482993)
> +++ head/net-im/jabberd/Makefile	Thu Oct 25 22:07:59 2018	(r482994)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	jabberd
>  PORTVERSION=	2.6.1
> -PORTREVISION=	6
> +PORTREVISION=	7
>  CATEGORIES=	net-im
>  MASTER_SITES=	https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
>  		LOCAL/matthew/${PORTNAME}
> @@ -17,7 +17,8 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
>  		libgsasl.so:security/gsasl \
>  		libidn.so:dns/libidn \
>  		libudns.so:dns/udns
> -USES=		autoreconf compiler:c11 iconv libtool perl5 ssl tar:xz
> +USES=		autoreconf compiler:c11 iconv libtool perl5 pkgconfig \
> +		ssl tar:xz
>  
>  OPTIONS_DEFINE=	MYSQL PGSQL LDAP BDB SQLITE PAM PIPE ANON FS DEBUG REQUIRES \
>  		DOCS SUPERSEDED EXPERIMENTAL
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181026/204e3e11/attachment.sig>


More information about the svn-ports-all mailing list