ports/109482: [patch] devel/otrs needs to depend on security/gnupg1

Nick Barkas snb at threerings.net
Sat Feb 24 08:40:04 UTC 2007


>Number:         109482
>Category:       ports
>Synopsis:       [patch] devel/otrs needs to depend on security/gnupg1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 24 08:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nick Barkas
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
Three Rings Design
>Environment:
System: FreeBSD maguro.moduli.net 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Since security/gnupg was upgraded to 2.0, need to depend on
security/gnupg1 instead of security/gnupg. The newer gnupg port includes only 
gpg2 and gpgv2 binaries instead of gpg and gpgv.
>How-To-Repeat:
>Fix:
--- otrs.diff begins here ---
--- Makefile.orig	Fri Feb 23 22:16:31 2007
+++ Makefile	Fri Feb 23 22:16:56 2007
@@ -99,7 +99,7 @@
 .endif
 
 .ifdef WITH_GNUPG
-RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
+RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg1
 .endif
 
 do-build:
--- otrs.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list