diff options
author | gerald <gerald@FreeBSD.org> | 2018-12-29 09:53:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-12-29 09:53:56 +0800 |
commit | 36d353e66a0ea1411893641ddc9568c67d4125ad (patch) | |
tree | d6314da88b7ebe06feb9180acec01500e7b3de7a /emulators | |
parent | dca0d561a4adbf149caabb0ccbfa542d4bdf53d9 (diff) | |
download | freebsd-ports-gnome-36d353e66a0ea1411893641ddc9568c67d4125ad.tar.gz freebsd-ports-gnome-36d353e66a0ea1411893641ddc9568c67d4125ad.tar.zst freebsd-ports-gnome-36d353e66a0ea1411893641ddc9568c67d4125ad.zip |
Update to RC4 of Wine 4.0 which brings only a few additional fixes.
Create a proper USES block in Makefile, moving the existing USES
statement there.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 128842ea627b..0e49dd137942 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.0-rc3 +DISTVERSION= 4.0-rc4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -23,6 +23,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ prelink:sysutils/prelink LIB_DEPENDS= libxml2.so:textproc/libxml2 +USES= bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz + CONFLICTS_INSTALL= wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \ i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* @@ -44,7 +46,6 @@ CONFIGURE_ARGS+=--verbose \ --without-udev CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib -USES= bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 3f6746b03d8a..889500287f5d 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1545465649 -SHA256 (wine-4.0-rc3.tar.xz) = fce4ce3cf32c29742bc836b8197b2b7ee6b32423b8c883e08c77cc65bf6dcc9c -SIZE (wine-4.0-rc3.tar.xz) = 21617876 -SHA256 (v4.0-rc3.tar.gz) = 2010173e2d97e8f0a2aae75b0b98f8eaf48e64de514b424574ccaf41ce4bffd6 -SIZE (v4.0-rc3.tar.gz) = 9940179 +TIMESTAMP = 1546043091 +SHA256 (wine-4.0-rc4.tar.xz) = 03072ab09fe9ca90f2cbf6fd3bcc1625f5a15eadfb34ecb53bdcd76161bb248d +SIZE (wine-4.0-rc4.tar.xz) = 21622012 |