From owner-svn-ports-all@FreeBSD.ORG Wed May 21 10:51:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67D45CB2; Wed, 21 May 2014 10:51:35 +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 54D8F2B08; Wed, 21 May 2014 10:51:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LApZ5q048219; Wed, 21 May 2014 10:51:35 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4LApYil048217; Wed, 21 May 2014 10:51:34 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201405211051.s4LApYil048217@svn.freebsd.org> From: Christian Weisgerber Date: Wed, 21 May 2014 10:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354741 - in head/audio: libogg libvorbis 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.18 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: Wed, 21 May 2014 10:51:35 -0000 Author: naddy Date: Wed May 21 10:51:34 2014 New Revision: 354741 URL: http://svnweb.freebsd.org/changeset/ports/354741 QAT: https://qat.redports.org/buildarchive/r354741/ Log: Bump PORTREVISION after USES=libtool switch. Submitted by: tijl Modified: head/audio/libogg/Makefile head/audio/libvorbis/Makefile Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Wed May 21 10:37:51 2014 (r354740) +++ head/audio/libogg/Makefile Wed May 21 10:51:34 2014 (r354741) @@ -3,6 +3,7 @@ PORTNAME= libogg PORTVERSION= 1.3.1 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ogg/ Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Wed May 21 10:37:51 2014 (r354740) +++ head/audio/libvorbis/Makefile Wed May 21 10:51:34 2014 (r354741) @@ -3,6 +3,7 @@ PORTNAME= libvorbis PORTVERSION= 1.3.4 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/