Bug 174944 - security/ssl-admin: Update to 1.0.5, remove depend
Summary: security/ssl-admin: Update to 1.0.5, remove depend
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 14:40 UTC by Eric F Crist
Modified: 2013-02-03 22:10 UTC (History)
1 user (show)

See Also:


Attachments
ssla.diff (1.68 KB, patch)
2013-01-03 14:40 UTC, Eric F Crist
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric F Crist 2013-01-03 14:40:00 UTC
	
	Update to ssl-admin for version 1.0.5.  Also removed the port dependency for unzip, since unzip is in base now.
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-02-03 22:03:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-03 22:03:03 UTC
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@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@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
 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

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.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"