Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 22:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174944: commit references a PR
Message-ID:  <201302032210.r13MA1CR058151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174944; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174944: commit references a PR
Date: Sun,  3 Feb 2013 22:03:03 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302032210.r13MA1CR058151>