- 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>
This commit is contained in:
parent
fce81013be
commit
86d6a827d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132624
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cl31.zip) = 80997fdc4bf26a849f0de915c08adab2
|
||||
SIZE (cl31.zip) = 2815203
|
||||
MD5 (cl31.zip) = d732c7d527debbd01848c303e62efa13
|
||||
SIZE (cl31.zip) = 2815315
|
||||
|
|
Loading…
Reference in a new issue