svn commit: r559415 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Sun Dec 27 19:56:03 UTC 2020


Author: swills
Date: Sun Dec 27 19:56:02 2020
New Revision: 559415
URL: https://svnweb.freebsd.org/changeset/ports/559415

Log:
  net/syncthing - anonymize longVersion reported
  
  PR:		252043
  Submitted by:	peterj

Modified:
  head/net/syncthing/Makefile   (contents, props changed)

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sun Dec 27 19:54:02 2020	(r559414)
+++ head/net/syncthing/Makefile	Sun Dec 27 19:56:02 2020	(r559415)
@@ -29,6 +29,9 @@ PORTDOCS=	*
 USERS=		syncthing
 GROUPS=		syncthing
 
+# Anonymize
+MAKE_ENV+=	BUILD_USER=ports BUILD_HOST=freebsd
+
 OPTIONS_DEFINE=	DOCS
 
 NO_WRKSUBDIR=	yes


More information about the svn-ports-all mailing list