diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-07 20:16:47 +0800 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-07 20:16:47 +0800 |
commit | 28a1fd345e210dbbe94acb15b5dc6f751661db38 (patch) | |
tree | 745b7d4df6917f17a85a84306c3e604cc9bd35f5 /security | |
parent | 72b8195f92ae87bf4a8504f323c8867757caa8aa (diff) | |
download | freebsd-ports-gnome-28a1fd345e210dbbe94acb15b5dc6f751661db38.tar.gz freebsd-ports-gnome-28a1fd345e210dbbe94acb15b5dc6f751661db38.tar.zst freebsd-ports-gnome-28a1fd345e210dbbe94acb15b5dc6f751661db38.zip |
- Attempt to check PGP signature of the tarball (using experimental
USE_GPG support in bsd.port.mk)
Diffstat (limited to 'security')
-rw-r--r-- | security/opencdk/Makefile | 2 | ||||
-rw-r--r-- | security/opencdk/distinfo | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 29cdd675826f..b8a5249c8805 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -21,6 +21,8 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +USE_GPG= yes +SIG_SUFFIX= .sig.asc USE_BZIP2= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index d1454df74d22..8b648e8a12dd 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,2 +1,4 @@ MD5 (opencdk-0.5.5.tar.bz2) = aaff60107f0153873192ffda00699a96 SIZE (opencdk-0.5.5.tar.bz2) = 330280 +MD5 (opencdk-0.5.5.tar.bz2.sig.asc) = c9b32596f60c933b4bb4ce81d5f26972 +SIZE (opencdk-0.5.5.tar.bz2.sig.asc) = 392 |