aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dmalloc
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-24 01:50:06 +0800
committerkrion <krion@FreeBSD.org>2004-02-24 01:50:06 +0800
commit9dc78663da31fa743026177c0c282878c2b66ca6 (patch)
treed96134a28fddbc4eea1319bd7533066a651c4bc2 /devel/dmalloc
parent39c0e874c44f511a86687af82e38a63e6065da45 (diff)
downloadfreebsd-ports-gnome-9dc78663da31fa743026177c0c282878c2b66ca6.tar.gz
freebsd-ports-gnome-9dc78663da31fa743026177c0c282878c2b66ca6.tar.zst
freebsd-ports-gnome-9dc78663da31fa743026177c0c282878c2b66ca6.zip
- Update to version 5.3.0
PR: ports/63019 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Approved by: maintainer
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)