From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 23:04:37 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 72F0BE5C; Sun, 28 Sep 2014 23:04:37 +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 5ECEF389; Sun, 28 Sep 2014 23:04:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SN4bWW020638; Sun, 28 Sep 2014 23:04:37 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SN4bI0020637; Sun, 28 Sep 2014 23:04:37 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409282304.s8SN4bI0020637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Sep 2014 23:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369505 - 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: Sun, 28 Sep 2014 23:04:37 -0000 Author: avilla Date: Sun Sep 28 23:04:36 2014 New Revision: 369505 URL: http://svnweb.freebsd.org/changeset/ports/369505 QAT: https://qat.redports.org/buildarchive/r369505/ Log: - Chase libplist shlib bump. Modified: head/multimedia/plexhometheater/Makefile Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Sun Sep 28 23:02:29 2014 (r369504) +++ head/multimedia/plexhometheater/Makefile Sun Sep 28 23:04:36 2014 (r369505) @@ -2,6 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com