diff options
author | gerald <gerald@FreeBSD.org> | 2002-09-09 15:10:31 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-09-09 15:10:31 +0000 |
commit | d2d31b4f078185110bc03802057944121c9b60a5 (patch) | |
tree | 290e15c8b7aa0be1ba8f248c8596687fd958ad98 /emulators/wine | |
parent | 3088a3327fa100b0acf4fce07d4407b8a4fce9c5 (diff) | |
download | FreeBSD-ports-d2d31b4f078185110bc03802057944121c9b60a5.zip FreeBSD-ports-d2d31b4f078185110bc03802057944121c9b60a5.tar.gz |
Add a note why we have not updated this port to the 2002.09.04 snapshot.
Approved by: obrien (mentor)
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 699c103..164edab 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development DISTNAME= Wine-${PORTVERSION:S/.//g} +# This port has not been upgraded from 2002.08.04 to 2002.09.04 because the +# latter does not work as well as the previous ones on some packages tested. + MAINTAINER= gerald@FreeBSD.org WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} |