diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-19 22:00:04 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-19 22:00:04 +0000 |
commit | e9f358b98237feb6373ac85bb632a1848fedaaa6 (patch) | |
tree | 53518c748d432e635360b138d9097cc7226f21be /security/ccrypt | |
parent | cb723057bd342399aedef258157594c58bd83348 (diff) | |
download | ports-e9f358b98237feb6373ac85bb632a1848fedaaa6.tar.gz ports-e9f358b98237feb6373ac85bb632a1848fedaaa6.zip |
* Upgrade to 1.3.
* Give maintainership to submitter.
PR: 43442
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Notes
Notes:
svn path=/head/; revision=68385
Diffstat (limited to 'security/ccrypt')
-rw-r--r-- | security/ccrypt/Makefile | 9 | ||||
-rw-r--r-- | security/ccrypt/distinfo | 2 | ||||
-rw-r--r-- | security/ccrypt/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index 53fd4bba69f4..4f2deb4b7107 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -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-patch: 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 --git a/security/ccrypt/distinfo b/security/ccrypt/distinfo index 2ad966f58796..7cc0af37261e 100644 --- a/security/ccrypt/distinfo +++ b/security/ccrypt/distinfo @@ -1 +1 @@ -MD5 (ccrypt-1.2.tar.gz) = 48d592d677e344d7a5259f3571886adf +MD5 (ccrypt-1.3.tar.gz) = 5dc4646f684273e8fa9f152286b54256 diff --git a/security/ccrypt/pkg-plist b/security/ccrypt/pkg-plist index cb11af801e87..7ebe31ebbd7a 100644 --- a/security/ccrypt/pkg-plist +++ b/security/ccrypt/pkg-plist @@ -2,5 +2,7 @@ bin/ccat bin/ccdecrypt bin/ccencrypt bin/ccrypt +%%PORTDOCS%%share/doc/ccrypt/README %%PORTDOCS%%share/doc/ccrypt/ccrypt.html +%%PORTDOCS%%share/doc/ccrypt/cypfaq01.txt %%PORTDOCS%%@dirrm share/doc/ccrypt |