ports/56411: [patch]unbreak ports/security/mcrypt

Kang Liu liukang at bjpu.edu.cn
Thu Sep 4 10:00:34 UTC 2003


>Number:         56411
>Category:       ports
>Synopsis:       [patch]unbreak ports/security/mcrypt
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 03:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Beijing University of Technology
>Environment:
System: FreeBSD ipfwtest.frontfree.net 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Sat Aug 9 22:50:36 CST 2003
root at testipfw.bjpu.edu.cn:/usr/obj/usr/src/sys/IPFW i386
>Description:
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
>How-To-Repeat:
n/a
>Fix:
diff -ruN mcrypt.orig/Makefile mcrypt/Makefile
--- mcrypt.orig/Makefile	Wed Aug 27 04:25:54 2003
+++ mcrypt/Makefile	Thu Sep  4 17:12:36 2003
@@ -9,16 +9,13 @@

 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 at FreeBSD.org
 COMMENT=	Replacement for crypt(1)
-
-BROKEN=		Does not configure

 BUILD_DEPENDS=	autoconf257:${PORTSDIR}/devel/autoconf257
 LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
diff -ruN mcrypt.orig/distinfo mcrypt/distinfo
--- mcrypt.orig/distinfo	Fri Aug  8 11:25:38 2003
+++ mcrypt/distinfo	Thu Sep  4 16:58:07 2003
@@ -1 +1 @@
-MD5 (mcrypt-2.6.4.tar.gz) = 5a011846fd0f166428c8d97359aaa6b3
+MD5 (mcrypt-2.6.4.tar.gz) = 0556254f76b2ad7640456cb4fcf724ff
diff -ruN mcrypt.orig/pkg-descr mcrypt/pkg-descr
--- mcrypt.orig/pkg-descr	Thu Sep  4 16:48:21 2003
+++ mcrypt/pkg-descr	Thu Sep  4 17:12:19 2003
@@ -3,3 +3,5 @@
 3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL, SERPENT,
 CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and
 with des(1) from Solaris.
+
+WWW: http://www.sf.net/projects/mcrypt/


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list