diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-11-20 17:14:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-11-20 17:14:34 +0000 |
commit | 6d0992cb6720d73cd670c68ea58ac68a762489a8 (patch) | |
tree | 35c2e0ff436fe89ba29516cbdb53de0295967604 /emulators/wine-gecko | |
parent | 9a46ad9407e6f414add9cab8a1019cea2b9e6276 (diff) | |
download | ports-6d0992cb6720d73cd670c68ea58ac68a762489a8.tar.gz ports-6d0992cb6720d73cd670c68ea58ac68a762489a8.zip |
Notes
Diffstat (limited to 'emulators/wine-gecko')
-rw-r--r-- | emulators/wine-gecko/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-gecko/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 23fe4871d226..4d5c48f79c97 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wine-gecko -DISTVERSION= 1.3 +DISTVERSION= 1.4 CATEGORIES= emulators MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} DISTNAME= wine_gecko-${DISTVERSION}-x86 @@ -16,15 +16,15 @@ EXTRACT_ONLY= MAINTAINER= naylor.b.david@gmail.com COMMENT= Gecko Layout Engine for Wine (HTML support) +LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 +LICENSE_COMB= multi + NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% -LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 -LICENSE_COMB= multi - do-install: @${MKDIR} ${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ diff --git a/emulators/wine-gecko/distinfo b/emulators/wine-gecko/distinfo index 15d687909fa7..40e2c4bf43e9 100644 --- a/emulators/wine-gecko/distinfo +++ b/emulators/wine-gecko/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine_gecko-1.3-x86.msi) = 4b7559e889eff5ed924d25ce49297aff55f43c4b9d34dafa970261d88c40b5ae -SIZE (wine_gecko-1.3-x86.msi) = 13609984 +SHA256 (wine_gecko-1.4-x86.msi) = b30e0ac29a91a6fc40c73b5b760a56360a1d5323282545e32efaa40c75d8986d +SIZE (wine_gecko-1.4-x86.msi) = 14732288 |