Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 07:10:06 -0700 (PDT)
From:      Jim Geovedi <negative@toxic.magnesium.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/43442: security/ccrypt update
Message-ID:  <200209291410.g8TEA6wI019537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43442; it has been noted by GNATS.

From: Jim Geovedi <negative@toxic.magnesium.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/43442: security/ccrypt update
Date: 29 Sep 2002 07:07:07 -0700

 here's the new patch (including update for maintainership)
 
 ----
 
 diff -uNr --exclude=CVS /usr/ports/security/ccrypt/Makefile ccrypt/Makefile
 --- /usr/ports/security/ccrypt/Makefile	Sat Sep 28 13:30:46 2002
 +++ ccrypt/Makefile	Sun Sep 29 21:02:53 2002
 @@ -7,14 +7,13 @@
  #
  
  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/
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	jim@corebsd.or.id
  
  LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
  
 @@ -34,7 +33,9 @@
  post-install:
  .if !defined(NOPORTDOCS) 
  	@${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/doc/ccrypt.html ${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	Sun Sep 29 20:57:21 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	Sun Sep 29 20:57:21 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

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?200209291410.g8TEA6wI019537>