diff options
author | rene <rene@FreeBSD.org> | 2011-11-21 01:14:34 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-11-21 01:14:34 +0800 |
commit | 42cb8bc233ff70b96c06c1cf211309d21ea30217 (patch) | |
tree | 36e6f8313e2ff81aa9a292b73d4ef6fd55c74b0b /emulators | |
parent | e35cb15a63bae47b8236d72c71720a40a4aa0ba8 (diff) | |
download | freebsd-ports-gnome-42cb8bc233ff70b96c06c1cf211309d21ea30217.tar.gz freebsd-ports-gnome-42cb8bc233ff70b96c06c1cf211309d21ea30217.tar.zst freebsd-ports-gnome-42cb8bc233ff70b96c06c1cf211309d21ea30217.zip |
- Update to 1.4 [1]
- Pet portlint by moving LICENSE section [2]
PR: ports/162678 [1]
Submitted by: Barbara [barbara.xxx1975 libero/it] [2]
Submitted by: myself [2]
Approved by: maintainer [1] [2]
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-gecko-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-gecko/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-gecko/distinfo | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 23fe4871d226..4d5c48f79c97 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/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-devel/distinfo b/emulators/wine-gecko-devel/distinfo index 15d687909fa7..40e2c4bf43e9 100644 --- a/emulators/wine-gecko-devel/distinfo +++ b/emulators/wine-gecko-devel/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 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 |