- Add another MASTER_SITE

- Pass maintainer to submitter
- Cleanup pkg-descr

PR:		ports/130099
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
This commit is contained in:
Wesley Shields
2009-01-06 05:27:40 +00:00
parent 47b4570f87
commit 2d55a0207d
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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