Date: Sun, 11 Aug 2019 11:27:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508599 - head/devel/protobuf Message-ID: <201908111127.x7BBRWZg030074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 11 11:27:31 2019 New Revision: 508599 URL: https://svnweb.freebsd.org/changeset/ports/508599 Log: Use DISTVERSIONPREFIX instead of DISTNAME Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sun Aug 11 11:27:26 2019 (r508598) +++ head/devel/protobuf/Makefile Sun Aug 11 11:27:31 2019 (r508599) @@ -3,10 +3,10 @@ PORTNAME= protobuf PORTVERSION= 3.9.1 +DISTVERSIONPREFIX= all- PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ -DISTNAME= ${PORTNAME}-all-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111127.x7BBRWZg030074>