diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-02-04 06:02:49 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-02-04 06:02:49 +0800 |
commit | 64f9aaf27706e0410eeb62490d5a4c5a7559c035 (patch) | |
tree | 008543cbc124216db84324bf2bf96950c4603e18 | |
parent | 7ce85ce16645ddde5eaf87eca4c016fbd43e7f1b (diff) | |
download | freebsd-ports-gnome-64f9aaf27706e0410eeb62490d5a4c5a7559c035.tar.gz freebsd-ports-gnome-64f9aaf27706e0410eeb62490d5a4c5a7559c035.tar.zst freebsd-ports-gnome-64f9aaf27706e0410eeb62490d5a4c5a7559c035.zip |
- Update to 1.0.5. [1]
- Remove dependency on unzip, it is in base now. [1]
- Trim Makefile header.
- Move LICENSE to the right place in the Makefile.
PR: ports/174944 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer)
-rw-r--r-- | security/ssl-admin/Makefile | 13 | ||||
-rw-r--r-- | security/ssl-admin/distinfo | 4 | ||||
-rw-r--r-- | security/ssl-admin/files/pkg-message.in | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index 983d9fe2952c..d0cea3595d3c 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -1,12 +1,8 @@ -# Ports collection makefile for: ssl-admin -# Date created: 21 July 2008 -# Whom: Eric Crist <ecrist@secure-computing.net> -# +# Created by: Eric Crist <ecrist@secure-computing.net> # $FreeBSD$ -# PORTNAME= ssl-admin -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= security MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ @@ -14,10 +10,9 @@ MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \ MAINTAINER= ecrist@secure-computing.net COMMENT= OpenSSL certificate manager with OpenVPN support -RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip +LICENSE= BSD -LICENSE= BSD +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_PERL5_RUN= YES MAN1= ssl-admin.1 diff --git a/security/ssl-admin/distinfo b/security/ssl-admin/distinfo index 2223485a50ab..8fe2031e1cc7 100644 --- a/security/ssl-admin/distinfo +++ b/security/ssl-admin/distinfo @@ -1,2 +1,2 @@ -SHA256 (ssl-admin-1.0.4.tar.gz) = e3c885b5311f78e4acf61e702af6953dba9a22d97660488a4b957cf62cd7cdec -SIZE (ssl-admin-1.0.4.tar.gz) = 9068 +SHA256 (ssl-admin-1.0.5.tar.gz) = f5b6805dc1ea618d582174e48524bbf53ab196c0e249167248765475544e6047 +SIZE (ssl-admin-1.0.5.tar.gz) = 8972 diff --git a/security/ssl-admin/files/pkg-message.in b/security/ssl-admin/files/pkg-message.in index d2a7e2b4f272..cfb2f8f3a28c 100644 --- a/security/ssl-admin/files/pkg-message.in +++ b/security/ssl-admin/files/pkg-message.in @@ -1,6 +1,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -Please edit the configuration file ssl-admin.conf before running -ssl-admin for the first time. +Please edit the configuration file %%PREFIX%%/etc/ssl-admin/ssl-admin.conf +before running ssl-admin for the first time. You're now ready to manage your SSL certificates. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |