Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 04:58:02 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10043: ports/pgpmoose
Message-ID:  <199902120358.EAA10267@net2.dinoex.sub.org>

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

>Number:         10043
>Category:       ports
>Synopsis:       ports/pgpmoose newer version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 21:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 2.2.7-19981027-SNAP i386
>Organization:
privat
>Environment:

	/ports/security/pgp  newsserver

>Description:

	port does not build from first MASTER-SITE
	
>How-To-Repeat:

You are listed as a maintainer of one of the ports that failed during
the latest build.  You can find the entire list in

  http://bento.freebsd.org/~asami/errorlogs/3-latest/

(In a few hours, this will be moved to

  http://bento.freebsd.org/~asami/errorlogs/3-full/

so please check both.)

The ports freeze is coming up in just over a day (4PM PST Friday
2/12).  If you are not a committer, please do *not* send fixes to me --
I have enough things to do at the moment.  Your best bet is to file a
PR and send a mail reminding of the urgency to the -ports list.  We
will do our best to incorporate any fixes.



>Fix:
	
	apply the included patches

diff pgpmoose/Makefile pgpmoose-1.19/Makefile
--- pgpmoose/Makefile	Tue Jan 19 06:52:56 1999
+++ pgpmoose-1.19/Makefile	Fri Feb 12 04:35:26 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	pgpmoose
-# Version required:	1.18 in pmapp
+# Version required:	1.19 in pmapp
 # Date created:		28 Nov 1997
 # Whom:			dirk.meyer@dinoex.sub.org
 #
 # $Id: Makefile,v 1.3 1999/01/18 02:37:39 steve Exp $
 
 DISTNAME=	PGPMoose
-PKGNAME=	pgpmoose-1.18
+PKGNAME=	pgpmoose-1.19
 CATEGORIES=	news security
 MASTER_SITES=	http://people.qualcomm.com/ggr/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
diff pgpmoose/files/md5 pgpmoose-1.19/files/md5
--- pgpmoose/files/md5	Mon Dec 28 07:11:12 1998
+++ pgpmoose-1.19/files/md5	Fri Feb 12 04:32:20 1999
@@ -1 +1 @@
-MD5 (PGPMoose.tar.Z) = 5e388fa744eebd8445eed428fb5c03fd
+MD5 (PGPMoose.tar.Z) = 1c2bb7d571ee64bd6d28cec3292095fb
diff pgpmoose/patches/patch-pmapp pgpmoose-1.19/patches/patch-pmapp
--- pgpmoose/patches/patch-pmapp	Thu Jan  1 01:00:00 1970
+++ pgpmoose-1.19/patches/patch-pmapp	Mon Dec 28 07:59:26 1998
@@ -0,0 +1,11 @@
+--- pmapp.orig	Thu Nov 26 00:39:53 1998
++++ pmapp	Mon Dec 28 07:59:09 1998
+@@ -74,7 +74,7 @@
+     # Where the active file is on this system, for checking crosspostings
+     # to multiple moderated groups. The check will be disabled if this is
+     # left empty (and Approved: lines will be added if needed).
+-    ACTIVE=/usr/local/news/active
++    ACTIVE=/var/lib/news/active
+ 
+     # If the article is crossposted to other moderated groups, a warning
+     # tells you to reorder the newsgroups and submit the article. A copy
diff pgpmoose/patches/patch-pmdaemon pgpmoose-1.19/patches/patch-pmdaemon
--- pgpmoose/patches/patch-pmdaemon	Thu Jan  1 01:00:00 1970
+++ pgpmoose-1.19/patches/patch-pmdaemon	Mon Dec 28 07:59:26 1998
@@ -0,0 +1,26 @@
+--- pmdaemon.orig	Thu Nov 26 01:53:45 1998
++++ pmdaemon	Mon Dec 28 07:58:08 1998
+@@ -5,8 +5,8 @@
+ # Written by Greg Rose, RoSecure Software, Copyright C 1995.
+ 
+ # search path usually needs to be set, because this is invoked by "news"
+-cd ~usenet/PGPmoose
+-export PATH=$PATH:/pkg/pgp/bin:.:/usr/local/bin
++#cd ~usenet/PGPmoose
++export PATH=$PATH:.:/usr/local/bin
+ 
+ # Probably need a PGPPATH too.
+ export PGPPATH=.
+@@ -29,10 +29,10 @@
+ 
+ # Command to run to send mail to someone.
+ # If it isn't "sendmail" you might also have to fix the arguments.
+-MAIL=/usr/lib/sendmail
++MAIL=/usr/sbin/sendmail
+ 
+ # Command to run to submit a cancel article (assumed to be the path to inews)
+-INEWS="/var/spool/news/usenet_home/inews -h"
++INEWS="/usr/local/bin/inews -h"
+ 
+ # An email address to send all failing articles to.
+ MANAGER=ggr
diff pgpmoose/pkg/DESCR pgpmoose-1.19/pkg/DESCR
--- pgpmoose/pkg/DESCR	Sun Aug  9 02:34:33 1998
+++ pgpmoose-1.19/pkg/DESCR	Wed Feb 10 08:00:38 1999
@@ -1,6 +1,4 @@
-PGP Moose
-=========
-by Greg Rose <ggr@usenix.org>
+PGP Moose / by Greg Rose <ggr@usenix.org>
 
 The aim of this software is to monitor the news
 postings of moderators of USENET newsgroups, and to
@@ -23,5 +21,4 @@
 written by Phil Zimmermann <prz@acm.org>, who
 otherwise has nothing to do with this. The
 cryptographic framework was written by Greg Rose
-<ggr@usenix.org>, as were the INN news system
-hooks.
+<ggr@usenix.org>, as were the INN news system hooks.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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