From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 7 01:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A97D16A4CE for ; Tue, 7 Sep 2004 01:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5465243D2F for ; Tue, 7 Sep 2004 01:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8710lad005160 for ; Tue, 7 Sep 2004 01:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8710l3s005151; Tue, 7 Sep 2004 01:00:47 GMT (envelope-from gnats) Resent-Date: Tue, 7 Sep 2004 01:00:47 GMT Resent-Message-Id: <200409070100.i8710l3s005151@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB28716A4CF; Tue, 7 Sep 2004 00:55:24 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC7A43D41; Tue, 7 Sep 2004 00:55:24 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 883683EAAE4; Tue, 7 Sep 2004 08:55:23 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16514-05; Tue, 7 Sep 2004 08:55:20 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 28E6A3EAABE; Tue, 7 Sep 2004 08:55:20 +0800 (CST) Message-Id: <20040907005520.28E6A3EAABE@utopia.leeym.com> Date: Tue, 7 Sep 2004 08:55:20 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: trevor@FreeBSD.org Subject: ports/71441: [PATCH] security/md5crk: update to 1.0.7 and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 01:00:47 -0000 >Number: 71441 >Category: ports >Synopsis: [PATCH] security/md5crk: update to 1.0.7 and unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 07 01:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA3 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA3 FreeBSD 5.3-BETA3 #1: Sun Sep 5 01:06:46 CST >Description: - Update to 1.0.7 - Unbreak this port - Cosmetic fixes for DISTNAME / LIB_DEPENDS / WRKSRC and makes portlint clean. Port maintainer (trevor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- md5crk-1.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/md5crk/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 11 Jul 2004 00:45:25 -0000 1.2 +++ Makefile 7 Sep 2004 00:53:48 -0000 @@ -6,10 +6,10 @@ # PORTNAME= md5crk -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.7 CATEGORIES= security parallel MASTER_SITES= http://www.md5crk.com/dl/ -DISTNAME= md5crk_${PORTVERSION}_freebsdX86 +DISTNAME= ${PORTNAME}_${PORTVERSION}_freebsdX86 MAINTAINER= trevor@FreeBSD.org COMMENT= Distributed project to generate MD5 collisions (i386 binary) @@ -17,16 +17,13 @@ .include .if ${OSVERSION} >= 500000 -LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x .endif -BROKEN= "Unfetchable" - NO_BUILD= yes ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/md5crk RESTRICTED= "no commercial use" -WRKSRC= ${WRKDIR}/md5crk_1.0.3_freebsdX86 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/md5crk ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/md5crk/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 26 Mar 2004 02:01:52 -0000 1.1 +++ distinfo 7 Sep 2004 00:53:48 -0000 @@ -1,2 +1,2 @@ -MD5 (md5crk_1.0.4_freebsdX86.tar.gz) = b0cbd95c56a979791c195c6672d19b6f -SIZE (md5crk_1.0.4_freebsdX86.tar.gz) = 34127 +MD5 (md5crk_1.0.7_freebsdX86.tar.gz) = c0f6752e7a39a7877acd6a1cdc31a620 +SIZE (md5crk_1.0.7_freebsdX86.tar.gz) = 50692 --- md5crk-1.0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: