svn commit: r349118 - branches/2014Q1/net/libzmq2

Kubilay Kocak koobs at FreeBSD.org
Tue Mar 25 09:44:57 UTC 2014


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 at 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}


More information about the svn-ports-branches mailing list