svn commit: r452314 - head/emulators/i386-wine

David Naylor dbn at FreeBSD.org
Wed Oct 18 06:28:10 UTC 2017


Author: dbn
Date: Wed Oct 18 06:28:09 2017
New Revision: 452314
URL: https://svnweb.freebsd.org/changeset/ports/452314

Log:
  emulators/i386-wine: update to 2.0.2_1
  
   - Switch from overriding UNAME_r to _OSRELEASE (the former is no longer
     supported) for updating port

Modified:
  head/emulators/i386-wine/Makefile.inc
  head/emulators/i386-wine/distinfo

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Wed Oct 18 06:26:08 2017	(r452313)
+++ head/emulators/i386-wine/Makefile.inc	Wed Oct 18 06:28:09 2017	(r452314)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
@@ -76,11 +77,11 @@ ${PLIST}: fetch
 port-update:
 	${RM} ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.*
 .for osrel in 10 11 12
-	${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel}
-	${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel}
+	${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
+	${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
 	${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~
 	${RM} ${SLAVEDIR}/distinfo
-	${MAKE} pkg-plist.${osrel}${suffix:tu} PLIST=pkg-plist.${osrel}${suffix:tu} OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix}
+	${MAKE} pkg-plist.${osrel}${suffix:tu} PLIST=pkg-plist.${osrel}${suffix:tu} OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel} PKGNAMESUFFIX=${suffix}
 .endfor
 	${SED} -e '2,$${' -e '/^TIMESTAMP/d' -e '}' distinfo~ > ${SLAVEDIR}/distinfo
 	python ${FILESDIR}/mergeplist.py ${SLAVEDIR}/pkg-plist.* > ${PLIST}

Modified: head/emulators/i386-wine/distinfo
==============================================================================
--- head/emulators/i386-wine/distinfo	Wed Oct 18 06:26:08 2017	(r452313)
+++ head/emulators/i386-wine/distinfo	Wed Oct 18 06:28:09 2017	(r452314)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1501866505
-SHA256 (freebsd:10:x86:64/i386-wine-2.0.2,1.txz) = c8b2f0cc8ceb0d1a9d499c31388927ad6f44c1d2bd7f6d996fc5a96393011703
-SIZE (freebsd:10:x86:64/i386-wine-2.0.2,1.txz) = 53069920
-SHA256 (freebsd:11:x86:64/i386-wine-2.0.2,1.txz) = e8da132d03b80d430b9a5d445d57da3588e2dd931c2958be44c50e5e381a7955
-SIZE (freebsd:11:x86:64/i386-wine-2.0.2,1.txz) = 52696380
-SHA256 (freebsd:12:x86:64/i386-wine-2.0.2,1.txz) = d575edc118b8f7633e0d7e3b8e334b299f5eccd247577388862e696785838a4f
-SIZE (freebsd:12:x86:64/i386-wine-2.0.2,1.txz) = 52220472
+TIMESTAMP = 1508307352
+SHA256 (freebsd:10:x86:64/i386-wine-2.0.2_1,1.txz) = df6f5ca628b1537cec837e2a56bba7347afc9ef27d1b38cd474616cc27132e6f
+SIZE (freebsd:10:x86:64/i386-wine-2.0.2_1,1.txz) = 58769360
+SHA256 (freebsd:11:x86:64/i386-wine-2.0.2_1,1.txz) = feb982de4343a2e39591782422bc27bd8fe8fd5aa8aa95349a025ea6a31a3113
+SIZE (freebsd:11:x86:64/i386-wine-2.0.2_1,1.txz) = 58436732
+SHA256 (freebsd:12:x86:64/i386-wine-2.0.2_1,1.txz) = abbfd906b77c24dd85d428a4ce9b5ed1a4075ca1614a5b0c21ef1b3fc5f3460f
+SIZE (freebsd:12:x86:64/i386-wine-2.0.2_1,1.txz) = 57923672


More information about the svn-ports-head mailing list