ports/151142: Fix sysutils/bacula2-{server,client} fetching

Vaclav Haisman v.haisman at sh.cvut.cz
Fri Oct 1 18:40:05 UTC 2010


>Number:         151142
>Category:       ports
>Synopsis:       Fix sysutils/bacula2-{server,client} fetching
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 01 18:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Vaclav Haisman
>Release:        7.2
>Organization:
SU SH
>Environment:
FreeBSD shell.sh.cvut.cz 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Dec 23 14:57:16 CET 2009     root at shell.sh.cvut.cz:/usr/obj/usr/src/sys/SHELLDELL  amd64
>Description:
The attached patch fixes sysutils/bacula2-{server,client} fetching and adds a note about broken OpenSSL support to OPTIONS.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/services/cvsupin/ncvs/ports/sysutils/bacula2-server/Makefile,v
retrieving revision 1.4
diff -u -p -d -r1.4 Makefile
--- Makefile	31 May 2010 02:00:56 -0000	1.4
+++ Makefile	1 Oct 2010 18:30:47 -0000
@@ -7,9 +7,9 @@
 
 PORTNAME=	bacula2
 DISTVERSION=	2.4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	sysutils
-MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
+MASTER_SITES=	SF/bacula/z-older-releases/bacula/${PORTVERSION}
 
 MAINTAINER=	v.haisman at sh.cvut.cz
 COMMENT?=	The network backup solution (server)
@@ -92,7 +92,7 @@ OPTIONS+=	MTX "Install mtx for control o
 .endif
 
 OPTIONS+=	NLS "Native Language Support via gettext utilities" on
-OPTIONS+=	OPENSSL "Enable OpenSSL for encrypted communication" off
+OPTIONS+=	OPENSSL "Enable Use OpenSSL (broken for version >= 1.0.0)" off
 
 # Prepare if bgnome-console is selected this must be happen before
 # include of bsd.port.pre.mk!


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



More information about the freebsd-ports-bugs mailing list