diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:14 +0000 |
commit | 5d2e46fd1fc6196300ca585b2ec8426938d3b00c (patch) | |
tree | af40400e25c90941d21b3d1b13b3fa46aac1476c | |
parent | d08d73e56a133640169fa4b40797490a5745ad3f (diff) | |
download | ports-5d2e46fd1fc6196300ca585b2ec8426938d3b00c.tar.gz ports-5d2e46fd1fc6196300ca585b2ec8426938d3b00c.zip |
Notes
-rw-r--r-- | textproc/dictfmt/Makefile | 2 | ||||
-rw-r--r-- | textproc/dictfmt/distinfo | 4 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-libmaa::decl.h | 11 |
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 * ); |