diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-29 15:06:49 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-29 15:06:49 +0000 |
commit | 577dd78ef6b846f1cc74cbb240672b47fa6fc5ee (patch) | |
tree | 5b6a8f5c2da7f2014e5283021e5acdb71085befe | |
parent | - Update to 0.8.4 (diff) |
- Take maintainership
- Trim header
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306619
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 4ec65bb76f08..a39a1d7e7d02 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: valgrind -# Date created: April 19 2004 -# Whom: Simon Barner <barner@gmx.de> -# +# Created by: Simon Barner <barner@gmx.de> # $FreeBSD$ -# PORTNAME= valgrind PORTVERSION= 10776 @@ -12,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ PKGNAMESUFFIX= -snapshot -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= A (memory) debugging and profiling tool CONFLICTS= valgrind-[0-9]* |