diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-02-05 15:26:00 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-02-05 15:26:00 +0800 |
commit | c89b624405e2411dea791296c97f447d219d0a5a (patch) | |
tree | caf646d895dd347631e76bc927ed5ce9160428f8 /devel/mpatrol | |
parent | f426e734004a1a8d5959cafa01b8b394a748b585 (diff) | |
download | freebsd-ports-gnome-c89b624405e2411dea791296c97f447d219d0a5a.tar.gz freebsd-ports-gnome-c89b624405e2411dea791296c97f447d219d0a5a.tar.zst freebsd-ports-gnome-c89b624405e2411dea791296c97f447d219d0a5a.zip |
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run
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/ |