Date: Tue, 7 Sep 2004 08:55:20 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org Subject: ports/71441: [PATCH] security/md5crk: update to 1.0.7 and unbreak Message-ID: <20040907005520.28E6A3EAABE@utopia.leeym.com> Resent-Message-ID: <200409070100.i8710l3s005151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040907005520.28E6A3EAABE>