summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-18 09:15:14 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-18 09:15:14 +0000
commit5d2e46fd1fc6196300ca585b2ec8426938d3b00c (patch)
treeaf40400e25c90941d21b3d1b13b3fa46aac1476c /textproc
parentAdd p5-XSLoader 0.06, dynamically load C libraries into Perl code. (diff)
- Update to version 1.10.2
PR: ports/87538 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=145725
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 * );