diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-11-26 18:16:57 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-11-26 18:16:57 +0000 |
commit | fbdcc0802caa576c3ed1c559db37f728c59197d7 (patch) | |
tree | 81845ae2eaa7b23b34db127fdb624afd5d27f39a /x11-toolkits | |
parent | c7d5467d51833905597673d95e9dff0a73fd35ca (diff) | |
download | ports-fbdcc0802caa576c3ed1c559db37f728c59197d7.tar.gz ports-fbdcc0802caa576c3ed1c559db37f728c59197d7.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk-wrapper/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk82/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk84-thread/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk85-thread/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk86-thread/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk86/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/tk-wrapper/Makefile b/x11-toolkits/tk-wrapper/Makefile index 3735001f12c8..cd0f8731b99c 100644 --- a/x11-toolkits/tk-wrapper/Makefile +++ b/x11-toolkits/tk-wrapper/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org BUILDING_TK_WRAPPER= yes diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index c05cae025696..49310be289c8 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for TCL DEPRECATED= no longer maintained upstream diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 1edfdbbb0f7d..0482c391707d 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits tk MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for TCL USE_TCL= 83 diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile index c62944372092..9082f3f1ee3b 100644 --- a/x11-toolkits/tk84-thread/Makefile +++ b/x11-toolkits/tk84-thread/Makefile @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 4f2745cafc55..28f585ebef6f 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Graphical toolkit for Tcl LICENSE= BSD diff --git a/x11-toolkits/tk85-thread/Makefile b/x11-toolkits/tk85-thread/Makefile index 8430e54433bf..d0f6ce8128cf 100644 --- a/x11-toolkits/tk85-thread/Makefile +++ b/x11-toolkits/tk85-thread/Makefile @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes diff --git a/x11-toolkits/tk86-thread/Makefile b/x11-toolkits/tk86-thread/Makefile index 986c9928a0be..220bfce36fe5 100644 --- a/x11-toolkits/tk86-thread/Makefile +++ b/x11-toolkits/tk86-thread/Makefile @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile index bbfc12df8d1f..a317f170beb3 100644 --- a/x11-toolkits/tk86/Makefile +++ b/x11-toolkits/tk86/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/tcl/Tcl/8.6b2 PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.b.2/b2/}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Graphical toolkit for Tcl LICENSE= BSD |