From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 18:36:58 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id DC15A959; Tue, 15 Oct 2013 18:36:58 +0000 (UTC) (envelope-from cs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF97B2E60; Tue, 15 Oct 2013 18:36:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FIawhq019943; Tue, 15 Oct 2013 18:36:58 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FIaw1I019925; Tue, 15 Oct 2013 18:36:58 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201310151836.r9FIaw1I019925@svn.freebsd.org> From: Carlo Strub Date: Tue, 15 Oct 2013 18:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330425 - head/security/libotr 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.14 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, 15 Oct 2013 18:36:58 -0000 Author: cs Date: Tue Oct 15 18:36:57 2013 New Revision: 330425 URL: http://svnweb.freebsd.org/changeset/ports/330425 Log: - Update mirrors - Support staging Modified: head/security/libotr/Makefile head/security/libotr/pkg-descr head/security/libotr/pkg-plist Modified: head/security/libotr/Makefile ============================================================================== --- head/security/libotr/Makefile Tue Oct 15 18:36:02 2013 (r330424) +++ head/security/libotr/Makefile Tue Oct 15 18:36:57 2013 (r330425) @@ -6,7 +6,8 @@ PORTVERSION= 4.0.0 # confirmed via testing that it is necessary PORTREVISION= 2 CATEGORIES= security net-im net -MASTER_SITES= http://www.cypherpunks.ca/otr/ +MASTER_SITES= https://otr.cypherpunks.ca/ \ + http://www.c-s.li/ports/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -17,24 +18,14 @@ BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/dev LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt - CONFLICTS= libotr-3.* USE_AUTOTOOLS= autoconf libtool USE_LDCONFIG= yes -MAN1= otr_toolkit.1 -MLINKS= otr_toolkit.1 otr_parse.1 \ - otr_toolkit.1 otr_sesskeys.1 \ - otr_toolkit.1 otr_mackey.1 \ - otr_toolkit.1 otr_readforge.1 \ - otr_toolkit.1 otr_modify.1 \ - otr_toolkit.1 otr_remac.1 - verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc -NO_STAGE= yes .include post-patch: Modified: head/security/libotr/pkg-descr ============================================================================== --- head/security/libotr/pkg-descr Tue Oct 15 18:36:02 2013 (r330424) +++ head/security/libotr/pkg-descr Tue Oct 15 18:36:57 2013 (r330425) @@ -1,4 +1,4 @@ This is the library and toolkit for Off-the-Record Messaging used by the pidgin-otr plugin. -WWW: http://www.cypherpunks.ca/otr/ +WWW: https://otr.cypherpunks.ca/ Modified: head/security/libotr/pkg-plist ============================================================================== --- head/security/libotr/pkg-plist Tue Oct 15 18:36:02 2013 (r330424) +++ head/security/libotr/pkg-plist Tue Oct 15 18:36:57 2013 (r330425) @@ -25,5 +25,12 @@ lib/libotr.la lib/libotr.so lib/libotr.so.5 libdata/pkgconfig/libotr.pc +man/man1/otr_mackey.1.gz +man/man1/otr_modify.1.gz +man/man1/otr_parse.1.gz +man/man1/otr_readforge.1.gz +man/man1/otr_remac.1.gz +man/man1/otr_sesskeys.1.gz +man/man1/otr_toolkit.1.gz share/aclocal/libotr.m4 @dirrm include/libotr