svn commit: r311511 - in head/security/ssl-admin: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Feb 3 22:02:50 UTC 2013
Author: rakuco
Date: Sun Feb 3 22:02:49 2013
New Revision: 311511
URL: http://svnweb.freebsd.org/changeset/ports/311511
Log:
- 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 at secure-computing.net> (maintainer)
Modified:
head/security/ssl-admin/Makefile
head/security/ssl-admin/distinfo
head/security/ssl-admin/files/pkg-message.in
Modified: head/security/ssl-admin/Makefile
==============================================================================
--- head/security/ssl-admin/Makefile Sun Feb 3 21:58:33 2013 (r311510)
+++ head/security/ssl-admin/Makefile Sun Feb 3 22:02:49 2013 (r311511)
@@ -1,12 +1,8 @@
-# Ports collection makefile for: ssl-admin
-# Date created: 21 July 2008
-# Whom: Eric Crist <ecrist at secure-computing.net>
-#
+# Created by: Eric Crist <ecrist at 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
MAINTAINER= ecrist at 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
Modified: head/security/ssl-admin/distinfo
==============================================================================
--- head/security/ssl-admin/distinfo Sun Feb 3 21:58:33 2013 (r311510)
+++ head/security/ssl-admin/distinfo Sun Feb 3 22:02:49 2013 (r311511)
@@ -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
Modified: head/security/ssl-admin/files/pkg-message.in
==============================================================================
--- head/security/ssl-admin/files/pkg-message.in Sun Feb 3 21:58:33 2013 (r311510)
+++ head/security/ssl-admin/files/pkg-message.in Sun Feb 3 22:02:49 2013 (r311511)
@@ -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.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
More information about the svn-ports-head
mailing list