diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:48:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:48:59 +0000 |
commit | 8bdee165b4a5bbe984fff92e5e77f301b342e9e0 (patch) | |
tree | 3d98611e2f4619dc8460e8f33858983f102302e2 | |
parent | 790e4e763643b0e77c9f788ca676b85611cc5652 (diff) | |
download | ports-8bdee165b4a5bbe984fff92e5e77f301b342e9e0.tar.gz ports-8bdee165b4a5bbe984fff92e5e77f301b342e9e0.zip |
Notes
-rw-r--r-- | emulators/wine-mono/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-mono/distinfo | 5 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile index c7415aeca75f..16d06535659c 100644 --- a/emulators/wine-mono/Makefile +++ b/emulators/wine-mono/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.5.6 +DISTVERSION= 4.6.4 CATEGORIES= emulators -MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION} +MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ EXTRACT_SUFX= .msi EXTRACT_ONLY= diff --git a/emulators/wine-mono/distinfo b/emulators/wine-mono/distinfo index f8f6cdd8ae74..28eb6b28d830 100644 --- a/emulators/wine-mono/distinfo +++ b/emulators/wine-mono/distinfo @@ -1,2 +1,3 @@ -SHA256 (wine-mono-4.5.6.msi) = ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25 -SIZE (wine-mono-4.5.6.msi) = 53705216 +TIMESTAMP = 1490129095 +SHA256 (wine-mono-4.6.4.msi) = 91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 +SIZE (wine-mono-4.6.4.msi) = 45592064 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d1eb70dbcf11..0ae8fdcee268 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -80,7 +80,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 |