diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 05:27:40 +0000 | 
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 05:27:40 +0000 | 
| commit | 2d55a0207d8caa8231b6ed41daeb9363ee7831d0 (patch) | |
| tree | c7b307c8ecef5604f7b0608349cde3c86f0ab746 | |
| parent | - Mark xterm 238 safe (diff) | |
- Add another MASTER_SITE
- Pass maintainer to submitter
- Cleanup pkg-descr
PR:		ports/130099
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Notes
Notes:
    svn path=/head/; revision=225311
| -rw-r--r-- | security/md5coll/Makefile | 5 | ||||
| -rw-r--r-- | security/md5coll/pkg-descr | 2 | 
2 files changed, 3 insertions, 4 deletions
| diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile index d399359c3de9..e7d272613966 100644 --- a/security/md5coll/Makefile +++ b/security/md5coll/Makefile @@ -8,12 +8,13 @@  PORTNAME=	md5coll  DISTVERSION=	0.1  CATEGORIES=	security -MASTER_SITES=	http://www.stachliu.com/ +MASTER_SITES=	http://www.stachliu.com/ \ +		http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/  DISTNAME=	${PORTNAME}.c  EXTRACT_SUFX=  EXTRACT_ONLY= -MAINTAINER=	ports@FreeBSD.org +MAINTAINER=	daniel@roe.ch  COMMENT=	Fast MD5 collision generator  ONLY_FOR_ARCHS=	i386 diff --git a/security/md5coll/pkg-descr b/security/md5coll/pkg-descr index bf77f2e7354c..d667a0041e5d 100644 --- a/security/md5coll/pkg-descr +++ b/security/md5coll/pkg-descr @@ -8,5 +8,3 @@ Implementation of paper by Xiaoyun Wang, et all.  Author: Patrick Stach <pstach@stachliu.com>  WWW: http://www.stachliu.com/collisions.html - --- lioux@FreeBSD.org | 
