From f48e67973eb0b288a61a99af865bcff728629f07 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 27 May 2012 12:00:31 +0000 Subject: 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 --- emulators/Makefile | 1 + emulators/wine-gecko-devel/Makefile | 11 +++++------ 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 # # $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 -- cgit