diff options
author | se <se@FreeBSD.org> | 1996-07-19 03:52:04 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1996-07-19 03:52:04 +0800 |
commit | b240d4917cc3256e5d4be990479b29eca17eae95 (patch) | |
tree | 6ac6ed38d85063e607231bd1a599cf219fcca445 /emulators/wine | |
parent | 86882341df4625447d2997ac12ab8ffe3a97e94c (diff) | |
download | freebsd-ports-gnome-b240d4917cc3256e5d4be990479b29eca17eae95.tar.gz freebsd-ports-gnome-b240d4917cc3256e5d4be990479b29eca17eae95.tar.zst freebsd-ports-gnome-b240d4917cc3256e5d4be990479b29eca17eae95.zip |
Upgrade to July 17th version of Wine.
I tried to enable the AUDIO support, but couldn't actually test it.
Reports are welcome ...
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ded774a87d9c..b17f3bb037b1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: wine -# Version required: 960705 +# Version required: 960717 # Date created: Sat Jul 6 01:04:35 MET DST 1996 # Whom: se # -# $Id: Makefile,v 1.26 1996/06/12 22:24:44 se Exp $ +# $Id: Makefile,v 1.27 1996/07/10 10:04:28 asami Exp $ # -DATE= 960705 +DATE= 960717 DISTNAME= Wine-${DATE} -PKGNAME= wine-96.07.05 +PKGNAME= wine-96.07.17 CATEGORIES+= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ - ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/ + ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/ \ + ftp://aris.com/pub/linux/ALPHA/Wine/development/ MAINTAINER= se@FreeBSD.ORG |