diff options
author | stas <stas@FreeBSD.org> | 2009-09-27 03:04:50 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-09-27 03:04:50 +0800 |
commit | e2bc1fcd0355b77a75dc68a16b64c6d1c5e5189b (patch) | |
tree | 88018cffd5b322e3bdf616c1bc495fc1f8139ad5 /devel | |
parent | d46d00cf910f60b22fa5be3873f9af66abc6a7b9 (diff) | |
download | freebsd-ports-gnome-e2bc1fcd0355b77a75dc68a16b64c6d1c5e5189b.tar.gz freebsd-ports-gnome-e2bc1fcd0355b77a75dc68a16b64c6d1c5e5189b.tar.zst freebsd-ports-gnome-e2bc1fcd0355b77a75dc68a16b64c6d1c5e5189b.zip |
- Bump PORTREVISION as the revision numbering scheme has changed.
- Reformat pkg-descr for lines to not exceed 80 characters.
Pointed out by: bsam
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/valgrind/Makefile | 1 | ||||
-rw-r--r-- | devel/valgrind/pkg-descr | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index cda041f362c5..fc6d457a0d82 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -8,6 +8,7 @@ PORTNAME= valgrind PORTVERSION= 3.5.0 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ diff --git a/devel/valgrind/pkg-descr b/devel/valgrind/pkg-descr index b02ac661bc93..4b0e94d6b271 100644 --- a/devel/valgrind/pkg-descr +++ b/devel/valgrind/pkg-descr @@ -8,6 +8,7 @@ The Valgrind distribution includes five tools: two memory error detectors, a thread error detector, a cache profiler and a heap profiler. Several other tools have been built with Valgrind. -Valgrind was initially ported to FreeBSD by Doug Rabson (http://www.rabson.org/). +Valgrind was initially ported to FreeBSD by +Doug Rabson (http://www.rabson.org/). WWW: http://valgrind.kde.org/ |