From root@secure-computing.net  Sat Jul 26 23:06:11 2008
Return-Path: <root@secure-computing.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1E9981065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2008 23:06:11 +0000 (UTC)
	(envelope-from root@secure-computing.net)
Received: from snipe.secure-computing.net (t111-gw.c7200-1.bdr6.mpls.iphouse.net [IPv6:2001:4980:1::6])
	by mx1.freebsd.org (Postfix) with ESMTP id A72478FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2008 23:06:10 +0000 (UTC)
	(envelope-from root@secure-computing.net)
Received: by snipe.secure-computing.net (Postfix, from userid 0)
	id 4D1222E07A; Sat, 26 Jul 2008 18:06:06 -0500 (CDT)
Message-Id: <20080726230606.4D1222E07A@snipe.secure-computing.net>
Date: Sat, 26 Jul 2008 18:06:06 -0500 (CDT)
From: Eric Crist <ecrist@secure-computing.net>
Reply-To: Eric Crist <ecrist@secure-computing.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: new tarball
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125995
>Category:       ports
>Synopsis:       Update security/ssl-admin: new tarball
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 23:10:03 UTC 2008
>Closed-Date:    Sun Jul 27 19:06:00 UTC 2008
>Last-Modified:  Sun Jul 27 19:10:04 UTC 2008
>Originator:     Eric Crist
>Release:        FreeBSD 7.0-RELEASE-p2 i386
>Organization:
Secure Computing Networks
>Environment:
System: FreeBSD snipe.secure-computing.net 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Sun Jul 13 14:12:23 CDT 2008 root@snipe.secure-computing.net:/usr/obj/usr/src/sys/SNIPE i386


	
>Description:
	The google code tarball was built wrong.  
	I've also changed the order of Master sites.
	Updated to 1.0b1.2
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./files
#	./files/pkg-message.in
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/pkg-message.in
sed 's/^X//' >./files/pkg-message.in << 'END-of-./files/pkg-message.in'
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
XPlease edit the configuration file ssl-admin.conf before running
Xssl-admin for the first time.
X
XYou're now ready to manage your SSL certificates.
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
END-of-./files/pkg-message.in
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	ssl-admin
X# Date created:			21 July 2008
X# Whom:				Eric Crist <ecrist@secure-computing.net>
X#
X# $FreeBSD: ports/security/ssl-admin/Makefile,v 1.2 2008/07/26 04:25:05 beech Exp $
X#
X
XPORTNAME=	ssl-admin
XDISTVERSION=	1.0b1.2
XCATEGORIES=	security
XMASTER_SITES=	ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ \
X		${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	ecrist@secure-computing.net
XCOMMENT=	OpenSSL certificate manager
X
XRUN_DEPENDS=	unzip:${PORTSDIR}/archivers/zip \
X		zip:${PORTSDIR}/archivers/unzip
X
XUSE_PERL5_RUN=	YES
XMAN1=		ssl-admin.1
XMAN5=		ssl-admin.conf.5
XSUB_FILES=	pkg-message
X
XNO_PACKAGE=	This is a perl script - there is no reason to package it
X
Xpost-install:
X	${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (ssl-admin-1.0b1.2.tar.gz) = 5724066b6982d494ce57d436d1396d17
XSHA256 (ssl-admin-1.0b1.2.tar.gz) = b07b2a67d11ce3de3fb7867ea44539093dda42fdb2737216375a6c5f7e3c3b9f
XSIZE (ssl-admin-1.0b1.2.tar.gz) = 8076
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
Xssl-admin was designed to create a user-friendly, menu-driven interface
Xto the OpenSSL programs.
X
Xssl-admin will help you do the following tasks with SSL certificates:
X  * Create your own CA certificate.
X  * Create new Certificate Signing Requests
X  * Sign existing Certificate Signing Requests
X  * Manage Certificate Revokation Lists
X  * Export configurations and certificates for OpenVPN.
X
XWWW: http://www.secure-computing.net/ssl-admin/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/ssl-admin
Xetc/ssl-admin/ssl-admin.conf.default
X@unexec if cmp -s %D/etc/ssl-admin/openssl.conf.default %D/etc/ssl-admin/openssl.conf; then rm -f %D/etc/ssl-admin/openssl.conf; fi
Xetc/ssl-admin/openssl.conf.default
X@dirrmtry etc/ssl-admin
END-of-./pkg-plist
exit


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: linimon 
Class-Changed-When: Sat Jul 26 23:46:14 UTC 2008 
Class-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125995 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Jul 27 07:37:10 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125995 
State-Changed-From-To: open->feedback 
State-Changed-By: beech 
State-Changed-When: Sun Jul 27 08:14:14 UTC 2008 
State-Changed-Why:  
Awaiting maintainer feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125995 

From: Beech Rintoul <beech@freebsd.org>
To: Eric Crist <ecrist@secure-computing.net>
Cc: Beech Rintoul <beech@freebsd.org>,
 bug-followup@FreeBSD.org
Subject: Re: ports/125995: Update security/ssl-admin: new tarball
Date: Sun, 27 Jul 2008 00:13:37 -0800

 Please submit a unified diff against the current version in the ports 
 tree. .shar files are not acceptable as updates.
 
 Thanks,
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
  X  - NO Word docs in e-mail | Latest Release:
 / \  - http://www.FreeBSD.org/releases/7.0R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 

From: Eric F Crist <ecrist@secure-computing.net>
To: bug-followup@FreeBSD.org,
 Eric Crist <ecrist@secure-computing.net>
Cc:  
Subject: Re: ports/125995: Update security/ssl-admin: new tarball
Date: Sun, 27 Jul 2008 06:46:28 -0500

 diff ssl-admin/Makefile /home/ecrist/ssl-admin/Makefile
 9c9
 < DISTVERSION=	1.0b1.1
 ---
  > DISTVERSION=	1.0b1.2
 11,12c11,12
 < MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 < 		ftp://ftp.secure-computing.net/pub/FreeBSD/ports/
 ---
  > MASTER_SITES=	ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ \
  > 		${MASTER_SITE_GOOGLE_CODE}
 diff ssl-admin/distinfo /home/ecrist/ssl-admin/distinfo
 1,3c1,3
 < MD5 (ssl-admin-1.0b1.1.tar.gz) = 23a1d979815e60ba350f22c98c21fa81
 < SHA256 (ssl-admin-1.0b1.1.tar.gz) =  
 9dd82571afb837a2235217e622a38430339fa254c0d84da300c67850a6d0efb7
 < SIZE (ssl-admin-1.0b1.1.tar.gz) = 8078
 ---
  > MD5 (ssl-admin-1.0b1.2.tar.gz) = 5724066b6982d494ce57d436d1396d17
  > SHA256 (ssl-admin-1.0b1.2.tar.gz) =  
 b07b2a67d11ce3de3fb7867ea44539093dda42fdb2737216375a6c5f7e3c3b9f
  > SIZE (ssl-admin-1.0b1.2.tar.gz) = 8076
 Common subdirectories: ssl-admin/files and /home/ecrist/ssl-admin/files
 
 
 ---
 Eric Crist
 
 
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: beech 
State-Changed-When: Sun Jul 27 19:05:45 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125995 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125995: commit references a PR
Date: Sun, 27 Jul 2008 19:05:46 +0000 (UTC)

 beech       2008-07-27 19:05:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/ssl-admin   Makefile distinfo 
   Log:
   - Update to 1.0b1.2
   
   PR:             ports/125995
   Submitted by:   Eric Crist <ecrist@secure-computing.net> (maintainer)
   
   Revision  Changes    Path
   1.4       +3 -5      ports/security/ssl-admin/Makefile
   1.3       +3 -3      ports/security/ssl-admin/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
