diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-06 08:54:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-06 08:54:47 +0000 |
commit | 52744541bcecd8dc6d0db1d2a7c21616a54a7a50 (patch) | |
tree | ba8f1646a7a644407e19e16f9dd74ec043a9fb1b /emulators/wine-gecko | |
parent | 47d94a7e148f53c7eb8d49737cbe3d48620393e1 (diff) | |
download | ports-52744541bcecd8dc6d0db1d2a7c21616a54a7a50.tar.gz ports-52744541bcecd8dc6d0db1d2a7c21616a54a7a50.zip |
Notes
Diffstat (limited to 'emulators/wine-gecko')
-rw-r--r-- | emulators/wine-gecko/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine-gecko/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-gecko/pkg-descr | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 071fe2f93df0..23fe4871d226 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wine-gecko -DISTVERSION= 1.2.0 +DISTVERSION= 1.3 CATEGORIES= emulators MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} DISTNAME= wine_gecko-${DISTVERSION}-x86 @@ -26,7 +26,8 @@ LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi do-install: - ${MKDIR} ${DATADIR}/gecko - ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/gecko + @${MKDIR} ${DATADIR}/gecko + ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ + ${DATADIR}/gecko .include <bsd.port.mk> diff --git a/emulators/wine-gecko/distinfo b/emulators/wine-gecko/distinfo index 5ad6af028ddd..15d687909fa7 100644 --- a/emulators/wine-gecko/distinfo +++ b/emulators/wine-gecko/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine_gecko-1.2.0-x86.msi) = d6ccdb32b5867df207c7cd89513297ceb89cfa93696bece470467845c6c4d3ee -SIZE (wine_gecko-1.2.0-x86.msi) = 12604928 +SHA256 (wine_gecko-1.3-x86.msi) = 4b7559e889eff5ed924d25ce49297aff55f43c4b9d34dafa970261d88c40b5ae +SIZE (wine_gecko-1.3-x86.msi) = 13609984 diff --git a/emulators/wine-gecko/pkg-descr b/emulators/wine-gecko/pkg-descr index d7c1d518c89b..ac59718d70b3 100644 --- a/emulators/wine-gecko/pkg-descr +++ b/emulators/wine-gecko/pkg-descr @@ -1,6 +1,6 @@ -Wine implements its own version of Internet Explorer which is based on -a custom version of Mozilla's Gecko Layout Engine. This engine is down- -loaded automatically the first time a web page is loaded unless, as done -by this port, the engine is pre-installed on the user's system. +Wine implements its own version of Internet Explorer which is based on a +custom version of Mozilla's Gecko Layout Engine. This engine is downloaded +automatically the first time a web page is loaded unless, as done by this +port, the engine is pre-installed on the user's system. WWW: http://wiki.winehq.org/Gecko |