svn commit: r348754 - head/net/libzmq2

Kubilay Kocak koobs at FreeBSD.org
Sat Mar 22 03:15:02 UTC 2014


Author: koobs
Date: Sat Mar 22 03:15:01 2014
New Revision: 348754
URL: http://svnweb.freebsd.org/changeset/ports/348754
QAT: https://qat.redports.org/buildarchive/r348754/

Log:
  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:	pointyhat (koobs)
  MFH:		2014Q1

Modified:
  head/net/libzmq2/Makefile

Modified: head/net/libzmq2/Makefile
==============================================================================
--- head/net/libzmq2/Makefile	Sat Mar 22 03:08:31 2014	(r348753)
+++ head/net/libzmq2/Makefile	Sat Mar 22 03:15:01 2014	(r348754)
@@ -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-all mailing list