diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-01-16 20:15:07 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-01-16 20:15:07 +0000 |
commit | 6248a797e69d3ac195a9d86d972c48122bf52602 (patch) | |
tree | cbb7ce7f739bd0f913579647502109acf87c3da1 /emulators | |
parent | 76367a57da30510d4f109af869c166eb2f94a99f (diff) | |
download | ports-6248a797e69d3ac195a9d86d972c48122bf52602.tar.gz ports-6248a797e69d3ac195a9d86d972c48122bf52602.zip |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
Notes
Notes:
svn path=/head/; revision=310522
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine-gecko/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-mono/Makefile | 7 |
3 files changed, 6 insertions, 16 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 00e282a4c572..ee56b814e4eb 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: wine-gecko-devel -# Date created: 2012-05-27 -# Whom: David Naylor <naylor.b.david@gmail.com> -# +# Created by: David Naylor <naylor.b.david@gmail.com> # $FreeBSD$ PORTNAME= wine-gecko @@ -12,7 +9,7 @@ DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= naylor.b.david@gmail.com +MAINTAINER= dbn@FreeBSD.org COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 4d5c48f79c97..52eac11b9c34 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wine_gecko -# Date created: 2011-04-30 -# Whom: David Naylor <naylor.b.david@gmail.com> -# +# Created by: David Naylor <naylor.b.david@gmail.com> # $FreeBSD$ -# PORTNAME= wine-gecko DISTVERSION= 1.4 @@ -13,7 +9,7 @@ DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= naylor.b.david@gmail.com +MAINTAINER= dbn@FreeBSD.org COMMENT= Gecko Layout Engine for Wine (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile index 78730d338ef8..cf6de0d546c7 100644 --- a/emulators/wine-mono/Makefile +++ b/emulators/wine-mono/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: wine-mono-devel -# Date created: 2012-08-08 -# Whom: David Naylor <naylor.b.david@gmail.com> -# +# Created by: David Naylor <naylor.b.david@gmail.com> # $FreeBSD$ PORTNAME= wine-mono @@ -11,7 +8,7 @@ MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION} EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= naylor.b.david@gmail.com +MAINTAINER= dbn@FreeBSD.org COMMENT= Mono .NET implementation for Wine development branch (HTML support) LICENSE= MIT GPLv2 LGPL20 |