Skip site navigation (1)Skip section navigation (2)
Date:      27 Sep 2002 23:35:25 -0700
From:      Jim Geovedi <jim@corebsd.or.id>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43442: security/ccrypt update
Message-ID:  <20020928063525.93959.qmail@magnesium.net>

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

>Number:         43442
>Category:       ports
>Synopsis:       security/ccrypt update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 27 23:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jim Geovedi
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD toxic.magnesium.net 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 1 09:24:17 PDT 2002 unfurl@toxic.magnesium.net:/users/world/obj/users/world/src/sys/TOXIC i386


	
>Description:
	security/ccrypt update to 1.3
>How-To-Repeat:
	
>Fix:

	

--- security_ccrypt.diff begins here ---
diff -uNr --exclude=CVS /usr/ports/security/ccrypt/Makefile ccrypt/Makefile
--- /usr/ports/security/ccrypt/Makefile	Fri Sep 27 10:37:53 2002
+++ ccrypt/Makefile	Sat Sep 28 13:07:33 2002
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	ccrypt
-PORTVERSION=	1.2
-PORTREVISION=	1
+PORTVERSION=	1.3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
@@ -34,7 +33,9 @@
 post-install:
 .if !defined(NOPORTDOCS) 
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR}
+.for i in README doc/ccrypt.html doc/cypfaq01.txt
+	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -uNr --exclude=CVS /usr/ports/security/ccrypt/distinfo ccrypt/distinfo
--- /usr/ports/security/ccrypt/distinfo	Thu Feb  7 08:13:35 2002
+++ ccrypt/distinfo	Sat Sep 28 13:06:34 2002
@@ -1 +1 @@
-MD5 (ccrypt-1.2.tar.gz) = 48d592d677e344d7a5259f3571886adf
+MD5 (ccrypt-1.3.tar.gz) = 5dc4646f684273e8fa9f152286b54256
diff -uNr --exclude=CVS /usr/ports/security/ccrypt/pkg-plist ccrypt/pkg-plist
--- /usr/ports/security/ccrypt/pkg-plist	Fri Sep 27 10:37:53 2002
+++ ccrypt/pkg-plist	Sat Sep 28 13:13:33 2002
@@ -2,5 +2,7 @@
 bin/ccdecrypt
 bin/ccencrypt
 bin/ccrypt
+%%PORTDOCS%%share/doc/ccrypt/README
 %%PORTDOCS%%share/doc/ccrypt/ccrypt.html
+%%PORTDOCS%%share/doc/ccrypt/ccrypt/cypfaq01.txt
 %%PORTDOCS%%@dirrm share/doc/ccrypt
--- security_ccrypt.diff ends here ---


>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?20020928063525.93959.qmail>