diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/callgrind/Makefile | 2 | ||||
-rw-r--r-- | devel/kcachegrind/Makefile | 2 | ||||
-rw-r--r-- | devel/py-elementtree/Makefile | 2 | ||||
-rw-r--r-- | devel/stlfilt/Makefile | 2 | ||||
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 2 | ||||
-rw-r--r-- | devel/valgrind/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/callgrind/Makefile b/devel/callgrind/Makefile index 0360f4fe2256..952888639849 100644 --- a/devel/callgrind/Makefile +++ b/devel/callgrind/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.8 CATEGORIES= devel MASTER_SITES= http://kcachegrind.sourceforge.net/ -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Valgrind skin for cache simulation and call tracing # see http://lists.freebsd.org/pipermail/cvs-ports/2006-December/112797.html diff --git a/devel/kcachegrind/Makefile b/devel/kcachegrind/Makefile index 8062a9f17433..064e65ae6aad 100644 --- a/devel/kcachegrind/Makefile +++ b/devel/kcachegrind/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kcachegrind -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Profiling Visualization Tool RUN_DEPENDS= callgrind:${PORTSDIR}/devel/callgrind diff --git a/devel/py-elementtree/Makefile b/devel/py-elementtree/Makefile index cdf53b7c64a2..64c53de15844 100644 --- a/devel/py-elementtree/Makefile +++ b/devel/py-elementtree/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://effbot.org/media/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-20050316 -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Container for hierarchical data structures written in Python USE_PYTHON= yes diff --git a/devel/stlfilt/Makefile b/devel/stlfilt/Makefile index 726a75e3cdcb..63d8886273e9 100644 --- a/devel/stlfilt/Makefile +++ b/devel/stlfilt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.bdsoft.com/dist/ DISTNAME= g${PORTNAME} EXTRACT_SUFX= .tar -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An STL Error Message Decryptor for C++ EXTRACT_CMD= ${TAR} diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 54b0838b1e31..6e01e74b31ab 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.rabson.org/ PKGNAMESUFFIX= -snapshot DISTNAME= ${PORTNAME}-current-${PORTVERSION} -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A (memory) debugging and profiling tool CONFLICTS= valgrind-[0-9]* diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index f87de43c715c..64c625460143 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= http://www.rabson.org/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} -MAINTAINER= barner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A (memory) debugging and profiling tool ONLY_FOR_ARCHS= i386 |