aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-10-18 17:15:14 +0800
committergarga <garga@FreeBSD.org>2005-10-18 17:15:14 +0800
commitd10a72361f6257446581b12271449f51241f281e (patch)
tree7a962e45978ddf8ac5dedeb5b30bcd0850f45068 /textproc
parentc1b9263ead49fa455d5d15c21385fc8bb3e4509d (diff)
downloadfreebsd-ports-gnome-d10a72361f6257446581b12271449f51241f281e.tar.gz
freebsd-ports-gnome-d10a72361f6257446581b12271449f51241f281e.tar.zst
freebsd-ports-gnome-d10a72361f6257446581b12271449f51241f281e.zip
- Update to version 1.10.2
PR: ports/87538 Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dictfmt/Makefile2
-rw-r--r--textproc/dictfmt/distinfo4
-rw-r--r--textproc/dictfmt/files/patch-libmaa::decl.h11
3 files changed, 3 insertions, 14 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index f4297b949377..c49652ad5897 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dictfmt
-PORTVERSION= 1.10.0
+PORTVERSION= 1.10.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict
diff --git a/textproc/dictfmt/distinfo b/textproc/dictfmt/distinfo
index 34ab1490d28a..421e51bb8afa 100644
--- a/textproc/dictfmt/distinfo
+++ b/textproc/dictfmt/distinfo
@@ -1,2 +1,2 @@
-MD5 (dictd-1.10.0.tar.gz) = 6502cd2d40961247232e2c7b1350f25a
-SIZE (dictd-1.10.0.tar.gz) = 747085
+MD5 (dictd-1.10.2.tar.gz) = 5bafbdb3adfcfcc3d82fb219a8f50595
+SIZE (dictd-1.10.2.tar.gz) = 762922
diff --git a/textproc/dictfmt/files/patch-libmaa::decl.h b/textproc/dictfmt/files/patch-libmaa::decl.h
deleted file mode 100644
index d311bc6e6c58..000000000000
--- a/textproc/dictfmt/files/patch-libmaa::decl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmaa/decl.h Mon Jan 24 18:39:34 2005
-+++ libmaa/decl.h Mon Jan 24 18:38:24 2005
-@@ -28,7 +28,7 @@
- declarations for standard library calls. We provide them here for
- situations that we know about. */
-
--#if defined(__sparc__) && !defined(linux)
-+#if defined(__sparc__) && !defined(linux) && !defined(__FreeBSD__)
- #include <sys/resource.h>
- /* Both SunOS and Solaris */
- extern int getrusage( int who, struct rusage * );