aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-09 20:11:13 +0800
committersem <sem@FreeBSD.org>2005-02-09 20:11:13 +0800
commit8f630a76409337bde17f59b32448eef168d46984 (patch)
tree8f9dbdbda5f53306f0fa306f51e35b441ea8d0b1
parenta125c00bb8b5b3dd0039d01511216e0851c8ee54 (diff)
downloadfreebsd-ports-gnome-8f630a76409337bde17f59b32448eef168d46984.tar.gz
freebsd-ports-gnome-8f630a76409337bde17f59b32448eef168d46984.tar.zst
freebsd-ports-gnome-8f630a76409337bde17f59b32448eef168d46984.zip
- Update to 5.4.2
PR: ports/74671 Submitted by: Sean Farley <sean-freebsd(at)farley.org> Approved by: maintainer (timeout: 1 month)
-rw-r--r--devel/dmalloc/Makefile2
-rw-r--r--devel/dmalloc/distinfo4
-rw-r--r--devel/dmalloc/files/patch-Makefile.in14
3 files changed, 3 insertions, 17 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index 84f1012cdaba..0d9b0b8030fb 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= dmalloc
-PORTVERSION= 5.3.0
+PORTVERSION= 5.4.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dmalloc
diff --git a/devel/dmalloc/distinfo b/devel/dmalloc/distinfo
index 72633d922b63..0d528dd8b052 100644
--- a/devel/dmalloc/distinfo
+++ b/devel/dmalloc/distinfo
@@ -1,2 +1,2 @@
-MD5 (dmalloc-5.3.0.tgz) = d11a4a5d5bd258ef7461babec9e177fa
-SIZE (dmalloc-5.3.0.tgz) = 346994
+MD5 (dmalloc-5.4.2.tgz) = ca8d9d72351679e20b8eff96a7a16bf3
+SIZE (dmalloc-5.4.2.tgz) = 371228
diff --git a/devel/dmalloc/files/patch-Makefile.in b/devel/dmalloc/files/patch-Makefile.in
deleted file mode 100644
index a996a653d694..000000000000
--- a/devel/dmalloc/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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)