summaryrefslogtreecommitdiffstats
path: root/textproc/dictfmt
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-10-18 09:15:14 +0000
committergarga <garga@FreeBSD.org>2005-10-18 09:15:14 +0000
commitd10a72361f6257446581b12271449f51241f281e (patch)
tree7a962e45978ddf8ac5dedeb5b30bcd0850f45068 /textproc/dictfmt
parentc1b9263ead49fa455d5d15c21385fc8bb3e4509d (diff)
downloadFreeBSD-ports-d10a72361f6257446581b12271449f51241f281e.zip
FreeBSD-ports-d10a72361f6257446581b12271449f51241f281e.tar.gz
- Update to version 1.10.2
PR: ports/87538 Submitted by: Ports Fury
Diffstat (limited to 'textproc/dictfmt')
-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 f4297b9..c49652a 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 34ab149..421e51b 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 d311bc6..0000000
--- 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 * );
OpenPOWER on IntegriCloud