From owner-svn-ports-all@FreeBSD.ORG Tue Mar 25 09:44:57 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 1B669189; Tue, 25 Mar 2014 09:44:57 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07FA823E; Tue, 25 Mar 2014 09:44:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2P9iuJU010319; Tue, 25 Mar 2014 09:44:56 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2P9iuoH010318; Tue, 25 Mar 2014 09:44:56 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201403250944.s2P9iuoH010318@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 25 Mar 2014 09:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r349118 - branches/2014Q1/net/libzmq2 X-SVN-Group: ports-branches 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.17 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, 25 Mar 2014 09:44:57 -0000 Author: koobs Date: Tue Mar 25 09:44:56 2014 New Revision: 349118 URL: http://svnweb.freebsd.org/changeset/ports/349118 QAT: https://qat.redports.org/buildarchive/r349118/ Log: MFH: r348754 net/libzmq2: Fix PKGNAME (PORTNAME: zmq -> libzmq2) Correctly set PORTNAME to "libzmq2" after moving it from devel/zmq to net/libzmq2, which was missed in r335619 [1]. This fixes the PKGNAME for this port. [1] http://svnweb.freebsd.org/ports?view=revision&revision=335619 Reported by: Franco Fichtner (via twitter: @fitchitis) Approved by: portmgr (mat) Modified: branches/2014Q1/net/libzmq2/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/net/libzmq2/Makefile ============================================================================== --- branches/2014Q1/net/libzmq2/Makefile Tue Mar 25 09:40:16 2014 (r349117) +++ branches/2014Q1/net/libzmq2/Makefile Tue Mar 25 09:44:56 2014 (r349118) @@ -1,9 +1,9 @@ # Created by: Gea-Suan Lin # $FreeBSD$ -PORTNAME= zmq +PORTNAME= libzmq2 PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION}