- Update to 5.4.2

PR:		ports/74671
Submitted by:	Sean Farley <sean-freebsd(at)farley.org>
Approved by:	maintainer (timeout: 1 month)
This commit is contained in:
Sergey Matveychuk 2005-02-09 12:11:13 +00:00
parent c589fe94b9
commit 51bebfce97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128368
3 changed files with 3 additions and 17 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= dmalloc PORTNAME= dmalloc
PORTVERSION= 5.3.0 PORTVERSION= 5.4.2
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dmalloc MASTER_SITE_SUBDIR= dmalloc

View file

@ -1,2 +1,2 @@
MD5 (dmalloc-5.3.0.tgz) = d11a4a5d5bd258ef7461babec9e177fa MD5 (dmalloc-5.4.2.tgz) = ca8d9d72351679e20b8eff96a7a16bf3
SIZE (dmalloc-5.3.0.tgz) = 346994 SIZE (dmalloc-5.4.2.tgz) = 371228

View file

@ -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)