Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 18:01:07 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437949 - head/devel/nlohmann-json
Message-ID:  <201704071801.v37I17Z9079576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Fri Apr  7 18:01:06 2017
New Revision: 437949
URL: https://svnweb.freebsd.org/changeset/ports/437949

Log:
  Fix version string, improve package naming
  
  Also removed PORTREVISION, as pkg version -t v2.1.1_1 2.1.1 results in "<"
  
  Reported by:	mat

Modified:
  head/devel/nlohmann-json/Makefile

Modified: head/devel/nlohmann-json/Makefile
==============================================================================
--- head/devel/nlohmann-json/Makefile	Fri Apr  7 17:39:58 2017	(r437948)
+++ head/devel/nlohmann-json/Makefile	Fri Apr  7 18:01:06 2017	(r437949)
@@ -1,10 +1,11 @@
 # Created by: Viacheslav Mikerov <SlavaMikerov@gmail.com>
 # $FreeBSD$
 
-PORTNAME=	nlohmann-json
-PORTVERSION=	v2.1.1
-PORTREVISION=	1
+PORTNAME=	json
+PORTVERSION=	2.1.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
+PKGNAMEPREFIX=	nlohmann-
 
 MAINTAINER=	SlavaMikerov@gmail.com
 COMMENT=	JSON library for Modern C++



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