mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
eaecf03bce
commit
384e39b860
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348754
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= zmq
|
PORTNAME= libzmq2
|
||||||
PORTVERSION= 2.2.0
|
PORTVERSION= 2.2.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://download.zeromq.org/
|
MASTER_SITES= http://download.zeromq.org/
|
||||||
DISTNAME= zeromq-${DISTVERSION}
|
DISTNAME= zeromq-${DISTVERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue