aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-23 17:50:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-23 17:50:06 +0000
commitb2506bb1f0f87cf34365be0c2453d8bcb294f508 (patch)
tree5c28d713f082dc9b479b1be798768ebf6fcf165b /devel/dmalloc
parent592d6e0e807fbc42d88b239de5e8da5780884ed5 (diff)
downloadports-b2506bb1f0f87cf34365be0c2453d8bcb294f508.tar.gz
ports-b2506bb1f0f87cf34365be0c2453d8bcb294f508.zip
Notes
Diffstat (limited to 'devel/dmalloc')
-rw-r--r--devel/dmalloc/Makefile3
-rw-r--r--devel/dmalloc/distinfo3
-rw-r--r--devel/dmalloc/files/patch-Makefile.in14
3 files changed, 17 insertions, 3 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index 24483c8bd71a..84f1012cdaba 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= dmalloc
-PORTVERSION= 5.2.1
-PORTREVISION= 1
+PORTVERSION= 5.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dmalloc
diff --git a/devel/dmalloc/distinfo b/devel/dmalloc/distinfo
index d02f4aaa8f4f..72633d922b63 100644
--- a/devel/dmalloc/distinfo
+++ b/devel/dmalloc/distinfo
@@ -1 +1,2 @@
-MD5 (dmalloc-5.2.1.tgz) = 09aa52c5f7217c9e0837a67942f87bba
+MD5 (dmalloc-5.3.0.tgz) = d11a4a5d5bd258ef7461babec9e177fa
+SIZE (dmalloc-5.3.0.tgz) = 346994
diff --git a/devel/dmalloc/files/patch-Makefile.in b/devel/dmalloc/files/patch-Makefile.in
new file mode 100644
index 000000000000..a996a653d694
--- /dev/null
+++ b/devel/dmalloc/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig Mon Feb 23 18:45:37 2004
++++ Makefile.in Mon Feb 23 18:46:28 2004
+@@ -222,9 +222,9 @@
+ @CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library"
+ @TH_OFF@ @echo "Enter 'make installth' to install thread library"
+
+-installinfo : $(srcdir)/$(INFOFILE)
++installinfo : $(srcdir)/docs/$(INFOFILE)
+ $(srcdir)/mkinstalldirs $(infodir)
+- $(INSTALL_DATA) $(srcdir)/$(INFOFILE) $(infodir)
++ $(INSTALL_DATA) $(srcdir)/docs/$(INFOFILE) $(infodir)
+
+ installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE)
+ $(srcdir)/mkinstalldirs $(docdir)