Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 09:44:56 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r349118 - branches/2014Q1/net/libzmq2
Message-ID:  <201403250944.s2P9iuoH010318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gslin@gslin.org>
 # $FreeBSD$
 
-PORTNAME=	zmq
+PORTNAME=	libzmq2
 PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://download.zeromq.org/
 DISTNAME=	zeromq-${DISTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403250944.s2P9iuoH010318>