ports/97832: [patch] security/digest

Martin Wilke freebsd at unixfreunde.de
Wed May 24 18:50:37 UTC 2006


>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 at 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 at FreeBSD.org
-COMMENT?=	Message digest wrapper utility
+MAINTAINER=	ports at 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:



More information about the freebsd-ports-bugs mailing list