From owner-svn-ports-head@FreeBSD.ORG Tue Jun 3 13:58:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2012291; Tue, 3 Jun 2014 13:58:34 +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 D39DD2DCF; Tue, 3 Jun 2014 13:58:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53DwYCx086800; Tue, 3 Jun 2014 13:58:34 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53DwXPC086783; Tue, 3 Jun 2014 13:58:33 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406031358.s53DwXPC086783@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 13:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356368 - in head: games/pokerth mail/anubis mail/libvmime mail/mpop mail/msmtp net-im/jabberd net/gnu-dico security/gsasl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 13:58:35 -0000 Author: amdmi3 Date: Tue Jun 3 13:58:32 2014 New Revision: 356368 URL: http://svnweb.freebsd.org/changeset/ports/356368 QAT: https://qat.redports.org/buildarchive/r356368/ Log: - Convert security/gsasl to USES=libtool, drop .la files - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket Modified: head/games/pokerth/Makefile head/mail/anubis/Makefile head/mail/libvmime/Makefile head/mail/mpop/Makefile head/mail/msmtp/Makefile head/net-im/jabberd/Makefile head/net/gnu-dico/Makefile head/security/gsasl/Makefile head/security/gsasl/pkg-plist Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/games/pokerth/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/mail/anubis/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/mail/libvmime/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/mail/mpop/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,6 +3,7 @@ PORTNAME= mpop PORTVERSION= 1.0.28 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -21,8 +22,7 @@ GSASL_DESC= GSASL GNU SASL authenticatio NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/mail/msmtp/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.32 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -11,9 +12,8 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/net-im/jabberd/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= jabberd DISTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} @@ -24,11 +24,10 @@ OPTIONS_SINGLE_SASL= CYRUS GSASL OPTIONS_DEFAULT=MYSQL DEBUG GSASL OPTIONS_SUB= yes -USE_XZ= yes GNU_CONFIGURE= yes USE_PERL5= run USE_OPENSSL= yes -USES= iconv perl5 compiler:c11 +USES= iconv perl5 compiler:c11 tar:xz USE_RC_SUBR= jabberd USE_LDCONFIG= ${PREFIX}/lib/jabberd CONFIGURE_ARGS+= --localstatedir=/var \ Modified: head/net/gnu-dico/Makefile ============================================================================== --- head/net/gnu-dico/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/net/gnu-dico/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= dico PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/security/gsasl/Makefile ============================================================================== --- head/security/gsasl/Makefile Tue Jun 3 13:52:59 2014 (r356367) +++ head/security/gsasl/Makefile Tue Jun 3 13:58:32 2014 (r356368) @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= GNU @@ -15,7 +15,7 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/l libgnutls.so:${PORTSDIR}/security/gnutls \ libntlm.so:${PORTSDIR}/security/libntlm -USES= charsetfix pathfix perl5 pkgconfig +USES= charsetfix pathfix perl5 pkgconfig libtool USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/gsasl/pkg-plist ============================================================================== --- head/security/gsasl/pkg-plist Tue Jun 3 13:52:59 2014 (r356367) +++ head/security/gsasl/pkg-plist Tue Jun 3 13:58:32 2014 (r356368) @@ -3,9 +3,9 @@ include/gsasl-compat.h include/gsasl-mech.h include/gsasl.h lib/libgsasl.a -lib/libgsasl.la lib/libgsasl.so -lib/libgsasl.so.16 +lib/libgsasl.so.7 +lib/libgsasl.so.7.9.6 libdata/pkgconfig/libgsasl.pc man/man1/gsasl.1.gz man/man3/gsasl_appinfo_get.3.gz