diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
commit | af765620869b214eca7ed00392a12bd6d5281c54 (patch) | |
tree | 5b295f52288dde78c75434d1f590afda4880a6c0 /security/seccure | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Notes
Notes:
svn path=/head/; revision=225326
Diffstat (limited to 'security/seccure')
-rw-r--r-- | security/seccure/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index a6ca88b5a8ba..2259d0a86830 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -7,15 +7,14 @@ PORTNAME= seccure PORTVERSION= 0.3 -PORTEVISION= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 |