Update to version 3.3.

This commit is contained in:
David E. O'Brien 2001-03-09 13:10:10 +00:00
parent ae33ef37fd
commit abbb19fb7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39309
4 changed files with 11 additions and 21 deletions

View File

@ -7,8 +7,8 @@
#
PORTNAME= ddd
PORTVERSION= 3.2.1
PORTREVISION= 1
PORTVERSION= 3.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ddd

View File

@ -1 +1 @@
MD5 (ddd-3.2.1.tar.gz) = a71c5fa4b0a8ba5a38dc6ae269716cd3
MD5 (ddd-3.3.tar.gz) = 0454f8b986223168c7148a84afeb416c

View File

@ -1,20 +1,5 @@
--- ddd/Makefile.in.orig Tue Jun 27 10:30:32 2000
+++ ddd/Makefile.in Tue Jun 27 10:30:51 2000
@@ -316,7 +316,7 @@
NROFF = $(GROFF) -Tascii
# The makeinfo program. (makeinfo)
--- ddd/Makefile.in.orig Fri Feb 2 07:47:11 2001
+++ ddd/Makefile.in Thu Mar 8 04:48:10 2001
@@ -134 +134 @@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
# The texindex program. (texindex)
TEXINDEX = texindex
@@ -978,7 +978,7 @@
## The info files.
INFO = $(docdir)/ddd.info
-INFOS = $(docdir)/ddd.info*
+INFOS = $(docdir)/ddd.info
## PostScript pictures in the DDD manual.
# All of these are generated from FIG and XPM files.

View File

@ -0,0 +1,5 @@
--- config.guess.orig Thu Oct 21 02:10:44 1999
+++ config.guess Thu Mar 8 05:14:29 2001
@@ -516 +516 @@
- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo${UNAME_RELEASE}|sed -e 's/[-_].*//'`
+ echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`