diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-17 10:13:21 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-17 10:13:21 +0000 |
commit | fb11c532ecf0e01710859ab9394e9f053edbc202 (patch) | |
tree | 7c76ac1878fb33ade1c982068be20c62f659664c /textproc | |
parent | ab4dff6056c86cc11fce21044ac39dedb5bfe5e5 (diff) | |
download | FreeBSD-ports-fb11c532ecf0e01710859ab9394e9f053edbc202.zip FreeBSD-ports-fb11c532ecf0e01710859ab9394e9f053edbc202.tar.gz |
Update to 1.10.5
PR: 99048
Submitted by: Ports fury
Diffstat (limited to 'textproc')
-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 a30dd80..ca64382 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 e4f1c0f..76c7edf 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 8ffcc82..0000000 --- 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 ); |