diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-05-27 20:00:31 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-05-27 20:00:31 +0800 |
commit | f48e67973eb0b288a61a99af865bcff728629f07 (patch) | |
tree | a96b53c1c919d01fee5a6070a26b3924079c1a1b /emulators | |
parent | b4d6b0d905d5355a85626dfcb6ce36534938bb98 (diff) | |
download | freebsd-ports-gnome-f48e67973eb0b288a61a99af865bcff728629f07.tar.gz freebsd-ports-gnome-f48e67973eb0b288a61a99af865bcff728629f07.tar.zst freebsd-ports-gnome-f48e67973eb0b288a61a99af865bcff728629f07.zip |
Branch the emulators/wine-gecko port like we have been branching a new
emulators/wine-devel port off emulators/wine. This new port, emulators/
wine-gecko-devel, now goes with wine-devel whereas wine-gecko continues
to support the regular wine port.
PR: 166730
Submitted by: David Naylor <naylor.b.david@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 11 | ||||
-rw-r--r-- | emulators/wine-gecko-devel/distinfo | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 177c9cac3bd6..74889a41fb55 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -190,6 +190,7 @@ SUBDIR += wine-devel SUBDIR += wine-doors SUBDIR += wine-gecko + SUBDIR += wine-gecko-devel SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += xbraitenberg diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 4d5c48f79c97..db4295080446 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -1,12 +1,11 @@ -# New ports collection makefile for: wine_gecko -# Date created: 2011-04-30 +# New ports collection makefile for: wine-gecko-devel +# Date created: 2012-05-27 # Whom: David Naylor <naylor.b.david@gmail.com> # # $FreeBSD$ -# -PORTNAME= wine-gecko -DISTVERSION= 1.4 +PORTNAME= wine-gecko-devel +DISTVERSION= 1.5 CATEGORIES= emulators MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} DISTNAME= wine_gecko-${DISTVERSION}-x86 @@ -14,7 +13,7 @@ EXTRACT_SUFX= .msi EXTRACT_ONLY= MAINTAINER= naylor.b.david@gmail.com -COMMENT= Gecko Layout Engine for Wine (HTML support) +COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi diff --git a/emulators/wine-gecko-devel/distinfo b/emulators/wine-gecko-devel/distinfo index 40e2c4bf43e9..573ea79257d0 100644 --- a/emulators/wine-gecko-devel/distinfo +++ b/emulators/wine-gecko-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine_gecko-1.4-x86.msi) = b30e0ac29a91a6fc40c73b5b760a56360a1d5323282545e32efaa40c75d8986d -SIZE (wine_gecko-1.4-x86.msi) = 14732288 +SHA256 (wine_gecko-1.5-x86.msi) = 2e372a1b87ff2a22ad5127400ece4b09e55591d9f84e00bb562d294898a49b5c +SIZE (wine_gecko-1.5-x86.msi) = 15950848 |