diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /security/seccure | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
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 |