Bug 56411 - [patch]unbreak ports/security/mcrypt
Summary: [patch]unbreak ports/security/mcrypt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Trevor Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 11:00 UTC by Kang Liu
Modified: 2004-02-12 17:59 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (159 bytes, patch)
2003-09-04 11:00 UTC, Kang Liu
no flags Details | Diff
file.diff (647 bytes, patch)
2003-09-04 11:00 UTC, Kang Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kang Liu 2003-09-04 11:00:31 UTC
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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-04 11:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trevor

Over to maintainer.
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2004-02-12 17:52:31 UTC
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!