summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 12:46:13 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 12:46:13 +0000
commit18d38f847eb9a81276c7706989c4a27936d48460 (patch)
treee4d36cfda0e083df2d8c98996ea12279dcea04ee /security
parentUpdate to 2.8.1 (diff)
Add mirror site and cleanup pkg-descr
PR: ports/136389 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Reviewed by: wxs (mentor)
Notes
Notes: svn path=/head/; revision=237337
Diffstat (limited to 'security')
-rw-r--r--security/md4coll/Makefile3
-rw-r--r--security/md4coll/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/security/md4coll/Makefile b/security/md4coll/Makefile
index eb459c8d6c6b..89d2a9036cc7 100644
--- a/security/md4coll/Makefile
+++ b/security/md4coll/Makefile
@@ -8,7 +8,8 @@
PORTNAME= md4coll
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=
diff --git a/security/md4coll/pkg-descr b/security/md4coll/pkg-descr
index 11508ca0969f..620cba3a5e90 100644
--- a/security/md4coll/pkg-descr
+++ b/security/md4coll/pkg-descr
@@ -8,5 +8,3 @@ Implementation of paper by Xiaoyun Wang, et. al.
Author: Patrick Stach <pstach@stachliu.com>
WWW: http://www.stachliu.com/collisions.html
-
--- lioux@FreeBSD.org