diff options
author | gerald <gerald@FreeBSD.org> | 2018-01-14 08:21:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-01-14 08:21:44 +0800 |
commit | 504ccfa8cd95d4c5fad6ef9de4dc5e4d9e695ea4 (patch) | |
tree | a284ebb2fb117d9bcb0313365d33f3f55f1eacd7 | |
parent | 29bfa2c85a96abed375bc2894939ef72290eb4a3 (diff) | |
download | freebsd-ports-gnome-504ccfa8cd95d4c5fad6ef9de4dc5e4d9e695ea4.tar.gz freebsd-ports-gnome-504ccfa8cd95d4c5fad6ef9de4dc5e4d9e695ea4.tar.zst freebsd-ports-gnome-504ccfa8cd95d4c5fad6ef9de4dc5e4d9e695ea4.zip |
Update to Wine 3.0 RC6 which brings some further bug fixes.
Replace STAGING_LIB_DEPENDS by LIB_DEPENDS+= in the block providing
support for the STAGING option to have (nearly) everything related
to that in one place.
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 64a7281cb90b..191935e0ff60 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.0-rc5 +DISTVERSION= 3.0-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -93,8 +93,6 @@ MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal -STAGING_LIB_DEPENDS= libtxc_dxtn.so:graphics/s2tc - V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l @@ -149,6 +147,7 @@ DISTFILES+= ${COMP_DIST}:cho EXTRACT_DEPENDS=bash:shells/bash \ git:devel/git \ autoreconf-2.69:devel/autoconf +LIB_DEPENDS+= libtxc_dxtn.so:graphics/s2tc post-extract: fix-shebang cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index a29c76270b5e..1eac914084ec 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515365837 -SHA256 (wine-3.0-rc5.tar.xz) = 4b4a9249db8b1ca6800421dd52f6ae411bbd81d75704022fdd464a8bc57dc206 -SIZE (wine-3.0-rc5.tar.xz) = 19708896 +TIMESTAMP = 1515790555 +SHA256 (wine-3.0-rc6.tar.xz) = 5ebdab6382cef4876913e55a3f92607848013d4a449de8918d0c36ad148fdcbb +SIZE (wine-3.0-rc6.tar.xz) = 19709980 |