diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-17 10:13:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-17 10:13:21 +0000 |
commit | 20d7801170b52d40b4607fc58c51e8bf5f461463 (patch) | |
tree | 1f205c978039b367c98fff83904aa608225f1f7d /textproc/dictfmt | |
parent | a580ab84d87a0c322e7c297b1d7d08259c8a7b43 (diff) | |
download | ports-20d7801170b52d40b4607fc58c51e8bf5f461463.tar.gz ports-20d7801170b52d40b4607fc58c51e8bf5f461463.zip |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 2 | ||||
-rw-r--r-- | textproc/dictfmt/distinfo | 6 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-decl.h | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index a30dd807cbb3..ca64382fc004 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict diff --git a/textproc/dictfmt/distinfo b/textproc/dictfmt/distinfo index e4f1c0f7c7f5..76c7edf8d237 100644 --- a/textproc/dictfmt/distinfo +++ b/textproc/dictfmt/distinfo @@ -1,3 +1,3 @@ -MD5 (dictd-1.10.4.tar.gz) = 1c0b7583e6fa25fd27fca5fca9ddb91f -SHA256 (dictd-1.10.4.tar.gz) = 8ba2be616099724b0f66f58c71b7cec3b3ec5691fd12b338405deace46713a11 -SIZE (dictd-1.10.4.tar.gz) = 647901 +MD5 (dictd-1.10.5.tar.gz) = 7b4ab8071689123b1605a8e1a93dd255 +SHA256 (dictd-1.10.5.tar.gz) = b1464eb319691b4d53c9cb35b52802cc4fac54ccfcf7ac0dc7e5267e2133dd6a +SIZE (dictd-1.10.5.tar.gz) = 643144 diff --git a/textproc/dictfmt/files/patch-decl.h b/textproc/dictfmt/files/patch-decl.h deleted file mode 100644 index 8ffcc824f1fb..000000000000 --- a/textproc/dictfmt/files/patch-decl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- decl.h Mon Jan 24 18:44:03 2005 -+++ decl.h Mon Jan 24 18:32:44 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__) - /* Both SunOS and Solaris */ - extern int getrusage( int who, struct rusage * ); - extern void bcopy( const void *, void *, int ); |