diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 13:27:40 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 13:27:40 +0800 |
commit | c0e80da449699b9455d877cfd7b9685ca806c1c9 (patch) | |
tree | 2e8f6ae827b5402a394e6037b5d9b72e235f5701 /security/md5coll/Makefile | |
parent | 61b905135aa14ee8160a3153509495cc0dbe3e6b (diff) | |
download | freebsd-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>
Diffstat (limited to 'security/md5coll/Makefile')
-rw-r--r-- | security/md5coll/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |