diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 07:26:00 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 07:26:00 +0000 |
commit | 40b4b1155e75249ec53c8abe6000dd5b52a7bae7 (patch) | |
tree | 475692787f05694e0ee64abe9e1ed172fb8d441f /devel/mpatrol | |
parent | 1f611aeab565a037bf2e8bfa82e3dcda8329438d (diff) |
Notes
Diffstat (limited to 'devel/mpatrol')
-rw-r--r-- | devel/mpatrol/Makefile | 2 | ||||
-rw-r--r-- | devel/mpatrol/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/mpatrol/Makefile b/devel/mpatrol/Makefile index 7e6421eafc64..8d4082d948db 100644 --- a/devel/mpatrol/Makefile +++ b/devel/mpatrol/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpatrol PORTVERSION= 1.4.8 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://www.cbmamiga.demon.co.uk/mpatrol/files/ +MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mycroft@virgaria.org diff --git a/devel/mpatrol/pkg-descr b/devel/mpatrol/pkg-descr index 9caa8cc3a808..85051f34711d 100644 --- a/devel/mpatrol/pkg-descr +++ b/devel/mpatrol/pkg-descr @@ -4,4 +4,4 @@ memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and profile calls to malloc() and free() too. -WWW: http://www.cbmamiga.demon.co.uk/mpatrol/ +WWW: http://mpatrol.sourceforge.net/ |