Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 20:45:28 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97832: [patch] security/digest
Message-ID:  <1148496328.33912@mwilke.ath.cx>
Resent-Message-ID: <200605241850.k4OIoP4W071722@freefall.freebsd.org>

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

>Number:         97832
>Category:       ports
>Synopsis:       [patch] security/digest
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 18:50:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- mirror fix
- portlint -A fixed
- fix http://people.freebsd.org/~fenner/portsurvey/security.html#digest


>How-To-Repeat:





>Fix:


--- digest.diff begins here ---
diff -ruN /usr/ports/security/digest/Makefile ports/security/digest/Makefile
--- /usr/ports/security/digest/Makefile	Tue Apr 18 10:43:05 2006
+++ ports/security/digest/Makefile	Wed May 24 16:33:09 2006
@@ -6,22 +6,23 @@
 # $FreeBSD: ports/security/digest/Makefile,v 1.20 2006/04/14 18:14:57 linimon Exp $
 #
 
-PORTNAME?=	digest
-PORTVERSION?=	20050323
+PORTNAME=	digest
+PORTVERSION=	20050323
 PORTREVISION=	1
-CATEGORIES?=	security sysutils
-MASTER_SITES?=	http://highsecure.ru/
+CATEGORIES=	security sysutils
+MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
+		http://mirror2.unixfreunde.de/
 
-MAINTAINER?=	ports@FreeBSD.org
-COMMENT?=	Message digest wrapper utility
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Message digest wrapper utility
 
-CONFLICTS?=	emboss-[0-9]* qmail-ldap2-*
+CONFLICTS=	emboss-[0-9]* qmail-ldap2-[0-9]*
 
 GNU_CONFIGURE=	yes
 
-MAN1?=		${PORTNAME}.1
+MAN1=		${PORTNAME}.1
 
-PLIST_FILES?=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME}
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
--- digest.diff ends here ---



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



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