Skip site navigation (1)Skip section navigation (2)
Date:      30 Jun 2006 17:44:17 -0000
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99658: [PATCH] sysutils/ucspi-ssl: Add MASTER_SITES backups
Message-ID:  <20060630174417.11883.qmail@srv1.galle.com.br>
Resent-Message-ID: <200606301750.k5UHoFbW080078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99658
>Category:       ports
>Synopsis:       [PATCH] sysutils/ucspi-ssl: Add MASTER_SITES backups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 30 17:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD srv1.galle.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 18:08:29 BRST 2006
>Description:
- Add MASTER_SITES backups
- Unquote IGNORE

Port maintainer (lx@redundancy.redundancy.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ucspi-ssl-0.70.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ucspi-ssl/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	26 May 2006 15:14:13 -0000	1.7
+++ Makefile	30 Jun 2006 17:34:18 -0000
@@ -8,7 +8,10 @@
 PORTNAME=	ucspi-ssl
 PORTVERSION?=	0.70
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.superscript.com/ucspi-ssl/
+MASTER_SITES=	http://www.superscript.com/ucspi-ssl/ \
+		http://dev.qmailrocks.org/downloads/qmailrocks_3.0-beta/ \
+		${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER?=	lx@redundancy.redundancy.org
 COMMENT?=	UCSPI tools for building SSL client-server applications
@@ -47,7 +50,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-IGNORE=		"requires Perl 5.6.0 or greater. Please install lang/perl5 and retry"
+IGNORE=		requires Perl 5.6.0 or greater. Please install lang/perl5 and retry
 .endif
 
 do-build:
--- ucspi-ssl-0.70.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060630174417.11883.qmail>