diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
commit | 27131af048a96a66da00e774519e794cba24ea7d (patch) | |
tree | fd4e71d9118c79182884882aef61d5b582d3c9e1 /devel | |
parent | c287dd3fa59f142986721a868689c582e67fd3d4 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsmonitor/Makefile | 8 | ||||
-rw-r--r-- | devel/judy/Makefile | 8 | ||||
-rw-r--r-- | devel/ncnf/Makefile | 8 | ||||
-rw-r--r-- | devel/otrs/Makefile | 2 |
4 files changed, 7 insertions, 19 deletions
diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile index 21e695231565..3ad818a43341 100644 --- a/devel/cvsmonitor/Makefile +++ b/devel/cvsmonitor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsmonitor -# Date created: 18 May 2003 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cvsmonitor PORTVERSION= 0.6.3 @@ -12,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Stable DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Monitor activity on a CVS Repository BUILD_DEPENDS= p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration \ diff --git a/devel/judy/Makefile b/devel/judy/Makefile index f71c150b0bd9..7d6a3e32ff5d 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: Judy -# Date created: 19 August 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Judy PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= General purpose dynamic array GNU_CONFIGURE= yes diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile index 817dfe662aac..014489c6aacc 100644 --- a/devel/ncnf/Makefile +++ b/devel/ncnf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ncnf -# Date created: 29 May 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= ncnf PORTVERSION= 3.0.1 @@ -11,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generic configuration management library LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index bb28aaeee902..bd27db2eae4f 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ http://ftp.gwdg.de/pub/misc/otrs/ \ http://mirror.xaranet.de/otrs/ -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Ticket Request System LICENSE= GPLv3 |