diff options
author | tron <tron@pkgsrc.org> | 2006-03-14 17:59:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-03-14 17:59:57 +0000 |
commit | 530322bd78fe9dff4e2032f6b9c86ebdcfd21623 (patch) | |
tree | 5c266737cc8d7e86771188216d31f13628d03c8d /chat | |
parent | 934c43ebc67ab77cc5fb47366556208836339e0e (diff) | |
download | pkgsrc-530322bd78fe9dff4e2032f6b9c86ebdcfd21623.tar.gz |
List me as maintainer of the "xchat-python" package.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-python/Makefile | 3 | ||||
-rw-r--r-- | chat/xchat/Makefile | 5 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index a87e96422d7..2c920cc8c96 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:26 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/14 17:59:57 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} PKGREVISION= 1 +MAINTAINER= tron@NetBSD.org COMMENT= Python scripting plugin for xchat diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 5b81601c8f0..bf23ed0390c 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:26 joerg Exp $ - -MAINTAINER= tron@NetBSD.org +# $NetBSD: Makefile,v 1.37 2006/03/14 17:59:57 tron Exp $ .include "Makefile.common" PKGREVISION= 3 +MAINTAINER= tron@NetBSD.org PATCH_SITES= ${MASTER_SITES}/patches/ PATCHFILES= xc245-fix-te-notify.diff diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 708c3aa6b0e..0d2ada12fee 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,11 +1,10 @@ -# $NetBSD: Makefile.common,v 1.46 2006/02/02 21:08:11 tron Exp $ +# $NetBSD: Makefile.common,v 1.47 2006/03/14 17:59:57 tron Exp $ DISTNAME= xchat-2.4.5 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.4/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER?= minskim@NetBSD.org HOMEPAGE= http://www.xchat.org/ DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo |