ports/security/mcrypt is marked as broken(Does not configure) now. In my patch: 1. change MASTER_SITES to sourceforge. (As it is said in the orignal site of mcrypt: http://mcrypt.hellug.gr/) 2. update distinfo 3. Add "WWW" into pkg-descr 4. dump PORTREVISION Fix: PORTNAME= mcrypt PORTVERSION= 2.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \ - ftp://mcrypt.hellug.gr/pub/mcrypt/ \ - ftp://ftp.ntua.gr/pub/security/mcrypt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org COMMENT= Replacement for crypt(1) - -BROKEN= Does not configure BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->trevor Over to maintainer.
State Changed From-To: open->closed The distfile on Sourceforge didn't work well for me, so I changed the MASTER_SITES to look on the old sites in the attic/ directories. I added the WWW: line though. Thank you!