svn commit: r508825 - in head: databases/sqlite3 emulators/i386-wine emulators/i386-wine-devel

Mathieu Arnold mat at FreeBSD.org
Tue Aug 13 13:45:02 UTC 2019


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:


More information about the svn-ports-head mailing list