From owner-svn-ports-all@FreeBSD.ORG Thu Oct 23 19:45:11 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D379ECED; Thu, 23 Oct 2014 19:45:11 +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 BF8107AE; Thu, 23 Oct 2014 19:45:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NJjBKi021030; Thu, 23 Oct 2014 19:45:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NJjBaG021029; Thu, 23 Oct 2014 19:45:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201410231945.s9NJjBaG021029@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 23 Oct 2014 19:45:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371402 - head/multimedia/plexhometheater 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-1 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: Thu, 23 Oct 2014 19:45:11 -0000 Author: adamw Date: Thu Oct 23 19:45:11 2014 New Revision: 371402 URL: https://svnweb.freebsd.org/changeset/ports/371402 QAT: https://qat.redports.org/buildarchive/r371402/ Log: Bump PORTREVISION for r371361, which changed the iconv library. PR: 194533 Submitted by: Ben Woods (maintainer) Modified: head/multimedia/plexhometheater/Makefile Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Thu Oct 23 19:23:57 2014 (r371401) +++ head/multimedia/plexhometheater/Makefile Thu Oct 23 19:45:11 2014 (r371402) @@ -2,7 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com