Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 13:45:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508825 - in head: databases/sqlite3 emulators/i386-wine emulators/i386-wine-devel
Message-ID:  <201908131345.x7DDj1Ve038653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Aug 13 13:45:01 2019
New Revision: 508825
URL: https://svnweb.freebsd.org/changeset/ports/508825

Log:
  Thinking about r508819 a bit more, make sure nothing depends on fetch
  directly in ports.

Modified:
  head/databases/sqlite3/Makefile   (contents, props changed)
  head/emulators/i386-wine-devel/Makefile.inc   (contents, props changed)
  head/emulators/i386-wine/Makefile.inc   (contents, props changed)

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Tue Aug 13 13:39:58 2019	(r508824)
+++ head/databases/sqlite3/Makefile	Tue Aug 13 13:45:01 2019	(r508825)
@@ -252,7 +252,7 @@ post-install:
 	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
 
 # for compares with checksum from of the site
-sha1: fetch
+sha1: checksum
 .if defined(SHA1) && !empty(SHA1)
 	@sha1 -c ${SHA1} ${DISTDIR}/${ALLFILES}
 .else

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Tue Aug 13 13:39:58 2019	(r508824)
+++ head/emulators/i386-wine-devel/Makefile.inc	Tue Aug 13 13:45:01 2019	(r508825)
@@ -78,7 +78,7 @@ do-extract:
 do-install:
 	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}
 
-${PLIST}: fetch
+${PLIST}: checksum
 	${TAR} -tf ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} > /dev/null
 	${TAR} -tf ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} | ${GREP} -v '/$$\|ldconfig32' | ${SED} 's|/usr/local/||g' | sort > ${PLIST}
 

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Tue Aug 13 13:39:58 2019	(r508824)
+++ head/emulators/i386-wine/Makefile.inc	Tue Aug 13 13:45:01 2019	(r508825)
@@ -71,7 +71,7 @@ do-extract:
 do-install:
 	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}
 
-${PLIST}: fetch
+${PLIST}: checksum
 	${TAR} -tf ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} | ${GREP} -v '/$$\|ldconfig32' | ${SED} 's|/usr/local/||g' | sort > ${PLIST}
 
 port-update:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131345.x7DDj1Ve038653>