diff options
author | se <se@FreeBSD.org> | 1999-11-21 20:02:21 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-11-21 20:02:21 +0000 |
commit | b1b48709955757c27c4813672c0baacf2bae12c8 (patch) | |
tree | 8f0520003616f2143a20a47590d7ae9410f4d479 /emulators | |
parent | b1af01c4a1f6ebc73ff83e7494cad4f715b997b1 (diff) | |
download | FreeBSD-ports-b1b48709955757c27c4813672c0baacf2bae12c8.zip FreeBSD-ports-b1b48709955757c27c4813672c0baacf2bae12c8.tar.gz |
Upgrade to 991114 version of Wine.
Fix install directory of man page for wine.conf.
PR: 14927
Submitted by: Mikhail Teterin <mi@misha.cisco.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 |
4 files changed, 12 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7c6db2e..28df2d5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,9 +6,8 @@ # $FreeBSD$ # -DATE= 991031 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.10.31 +PKGNAME= wine-99.11.14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -17,14 +16,17 @@ MAINTAINER= se@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +DATE= 991114 WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes MAN1= wine.1 -MAN1= wine.conf.5 +MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 +.if !defined(NDEBUG) STRIP= CFLAGS+= -g +.endif post-configure: cd ${WRKSRC} && make depend diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index c54ccdc..47f3da2 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1 @@ -MD5 (Wine-991031.tar.gz) = 80904e8933ac1a72fdf4c0a05f36d6be +MD5 (Wine-991114.tar.gz) = 51df1d91f266b3e72c4e17093670da35 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7c6db2e..28df2d5 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -6,9 +6,8 @@ # $FreeBSD$ # -DATE= 991031 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.10.31 +PKGNAME= wine-99.11.14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -17,14 +16,17 @@ MAINTAINER= se@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +DATE= 991114 WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes MAN1= wine.1 -MAN1= wine.conf.5 +MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 +.if !defined(NDEBUG) STRIP= CFLAGS+= -g +.endif post-configure: cd ${WRKSRC} && make depend diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index c54ccdc..47f3da2 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-991031.tar.gz) = 80904e8933ac1a72fdf4c0a05f36d6be +MD5 (Wine-991114.tar.gz) = 51df1d91f266b3e72c4e17093670da35 |