aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-06 13:27:40 +0800
committerwxs <wxs@FreeBSD.org>2009-01-06 13:27:40 +0800
commitc0e80da449699b9455d877cfd7b9685ca806c1c9 (patch)
tree2e8f6ae827b5402a394e6037b5d9b72e235f5701
parent61b905135aa14ee8160a3153509495cc0dbe3e6b (diff)
downloadfreebsd-ports-gnome-c0e80da449699b9455d877cfd7b9685ca806c1c9.tar.gz
freebsd-ports-gnome-c0e80da449699b9455d877cfd7b9685ca806c1c9.tar.zst
freebsd-ports-gnome-c0e80da449699b9455d877cfd7b9685ca806c1c9.zip
- Add another MASTER_SITE
- Pass maintainer to submitter - Cleanup pkg-descr PR: ports/130099 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
-rw-r--r--security/md5coll/Makefile5
-rw-r--r--security/md5coll/pkg-descr2
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