Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 1999 11:14:22 -0800 (PST)
From:      murray@cdrom.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15319: mailcrypt upgrade
Message-ID:  <199912061914.LAA71713@disco.cdrom.com>

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

>Number:         15319
>Category:       ports
>Synopsis:       Mailcrypt upgrade from 3.4 to 3.5.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec  6 11:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Murray Stokely
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Walnut Creek CDROM
>Environment:

>Description:

  The port is out of date

>How-To-Repeat:


>Fix:
	
Date: Mon, 06 Dec 1999 08:44:00 -0500
From: Greg Troxel <gdt@ir.bbn.com>
To: murray@cdrom.com
Subject: mailcrypt status?

I noticed that mailcrypt was still at 3.4.  The following patch
appears to be all it takes to move it to 3.5.5, which works with
gnupg.  Basically, just change distname/master_site and update PLIST.

Index: Makefile
===================================================================
RCS file: /FREEBSD-CVS/ports/mail/mailcrypt/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    1999/09/21 02:15:06     1.4
+++ Makefile    1999/12/06 13:41:39
@@ -6,14 +6,13 @@
 # $FreeBSD: ports/mail/mailcrypt/Makefile,v 1.4 1999/09/21 02:15:06 asami Exp $
 #

-DISTNAME=      mailcrypt-3.4
+DISTNAME=      mailcrypt-3.5.5
 CATEGORIES=    mail
-MASTER_SITES=  http://cag-www.lcs.mit.edu/mailcrypt/
-MASTER_SITE_SUBDIR=    mailcrypt
+MASTER_SITES=  http://www.nb.net/~lbudney/linux/software/mailcrypt/
 
 MAINTAINER=    murray@cdrom.com
 
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
+BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
 
 GNU_CONFIGURE= yes
 
Index: files/md5
===================================================================
RCS file: /FREEBSD-CVS/ports/mail/mailcrypt/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5 1998/07/04 19:46:38     1.1.1.1
+++ md5 1999/12/06 13:41:39
@@ -1 +1 @@
-MD5 (mailcrypt-3.4.tar.gz) = b34c86f9fb1f3f3935ec9edb9ddfb69e
+MD5 (mailcrypt-3.5.5.tar.gz) = febe7d24bcd9080c4fce984d60d78a76
Index: pkg/PLIST
===================================================================
RCS file: /FREEBSD-CVS/ports/mail/mailcrypt/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST       1998/07/04 19:46:38     1.1.1.1
+++ PLIST       1999/12/06 13:41:39
@@ -1,9 +1,19 @@
+info/mailcrypt.info
+info/mailcrypt.info-1
+info/mailcrypt.info-2
+share/emacs/site-lisp/expect.el
+share/emacs/site-lisp/expect.elc
 share/emacs/site-lisp/mailcrypt.el
-share/emacs/site-lisp/mc-toplev.el
-share/emacs/site-lisp/mc-pgp.el
-share/emacs/site-lisp/mc-remail.el
 share/emacs/site-lisp/mailcrypt.elc
-share/emacs/site-lisp/mc-toplev.elc
+share/emacs/site-lisp/mc-gpg.el
+share/emacs/site-lisp/mc-gpg.elc
+share/emacs/site-lisp/mc-pgp.el
 share/emacs/site-lisp/mc-pgp.elc
+share/emacs/site-lisp/mc-pgp5.el
+share/emacs/site-lisp/mc-pgp5.elc
+share/emacs/site-lisp/mc-remail.el
 share/emacs/site-lisp/mc-remail.elc
-info/mailcrypt
+share/emacs/site-lisp/mc-setversion.el
+share/emacs/site-lisp/mc-setversion.elc
+share/emacs/site-lisp/mc-toplev.el
+share/emacs/site-lisp/mc-toplev.elc

>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?199912061914.LAA71713>