svn commit: r437949 - head/devel/nlohmann-json

Michael Gmelin grembo at FreeBSD.org
Fri Apr 7 18:01:08 UTC 2017


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 at 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 at gmail.com
 COMMENT=	JSON library for Modern C++


More information about the svn-ports-head mailing list