svn commit: r508599 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 11 11:27:32 UTC 2019


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 at FreeBSD.org
 COMMENT=	Data interchange format library


More information about the svn-ports-head mailing list