diff options
author | danfe <danfe@FreeBSD.org> | 2005-04-06 17:38:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-04-06 17:38:13 +0800 |
commit | 5898babb3d09f47c288961f6ad46c8156e46ef6b (patch) | |
tree | bd33a7ea4a1f5b3928bb48358c7ac8bffd5fe115 /security/cryptlib | |
parent | a3ce5c96818991cf8df9a6be1412c4058ac8fbff (diff) | |
download | freebsd-ports-gnome-5898babb3d09f47c288961f6ad46c8156e46ef6b.tar.gz freebsd-ports-gnome-5898babb3d09f47c288961f6ad46c8156e46ef6b.tar.zst freebsd-ports-gnome-5898babb3d09f47c288961f6ad46c8156e46ef6b.zip |
- Unbreak. Distfile has changed. A diff between the contents of the
original distfile and the new one shows that the changes consist of
inconsequential whitespace, and ones that NUL-terminate couple of
strings (linebuffers). Hence PORTREVISION bump. [1]
- Improve on Makefile header (reindent, spaces -> tabs)
PR: ports/79591
Submitted by: Sam Lawrance <boris(at)brooknet.com.au>
Diffstat (limited to 'security/cryptlib')
-rw-r--r-- | security/cryptlib/Makefile | 10 | ||||
-rw-r--r-- | security/cryptlib/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index c565f32de060..56e8331a585d 100644 --- a/security/cryptlib/Makefile +++ b/security/cryptlib/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: cryptlib -# Date created: 17 Jun, 2003 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> +# New ports collection makefile for: cryptlib +# Date created: 17 Jun 2003 +# Whom: Foxfair Hu <foxfair@FreeBSD.org> # # $FreeBSD$ # PORTNAME= cryptlib PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ DISTNAME= cl31 @@ -16,8 +16,6 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= A powerful security programming toolkit -BROKEN= Size mismatch - ONLY_FOR_ARCHS= i386 USE_ZIP= yes diff --git a/security/cryptlib/distinfo b/security/cryptlib/distinfo index d79b2ed01b9b..f9777ac02e42 100644 --- a/security/cryptlib/distinfo +++ b/security/cryptlib/distinfo @@ -1,2 +1,2 @@ -MD5 (cl31.zip) = 80997fdc4bf26a849f0de915c08adab2 -SIZE (cl31.zip) = 2815203 +MD5 (cl31.zip) = d732c7d527debbd01848c303e62efa13 +SIZE (cl31.zip) = 2815315 |