svn commit: r538538 - head/emulators/i386-wine-devel

Lorenzo Salvadore salvadore at FreeBSD.org
Thu Jun 11 20:29:15 UTC 2020


Author: salvadore
Date: Thu Jun 11 20:29:15 2020
New Revision: 538538
URL: https://svnweb.freebsd.org/changeset/ports/538538

Log:
  emulators/i386-wine-devel: Fix distinfo-update
  
  Use 'make makesum' directly, without calling 'make fetch' before. This
  avoid errors when updating the port with new distfiles.
  
  Approved by:	gerald (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25158

Modified:
  head/emulators/i386-wine-devel/Makefile

Modified: head/emulators/i386-wine-devel/Makefile
==============================================================================
--- head/emulators/i386-wine-devel/Makefile	Thu Jun 11 20:28:44 2020	(r538537)
+++ head/emulators/i386-wine-devel/Makefile	Thu Jun 11 20:29:15 2020	(r538538)
@@ -26,7 +26,6 @@ PKGDEINSTALL=	${PKGINSTALL}
 distinfo-update:
 	${RM} ${.CURDIR}/distinfo~
 .for osrel in 11 12 13
-	${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
 	${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
 	${CAT} ${.CURDIR}/distinfo >> ${.CURDIR}/distinfo~
 .endfor


More information about the svn-ports-head mailing list