Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 18:11:58 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56318: Maintainer update: security/tinyca to version 0.5.2
Message-ID:  <200309021611.h82GBw1l088627@csoki.ki.iif.hu>
Resent-Message-ID: <200309021620.h82GKMEL024069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56318
>Category:       ports
>Synopsis:       Maintainer update: security/tinyca to version 0.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 09:20:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD csoki.ki.iif.hu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Aug 11 09:54:52 CEST 2003 root@csoki.ki.iif.hu:/usr/obj/usr/src/sys/CSOKI i386

>Description:
	Maintainer update: security/tinyca to version 0.5.2
	original package changes:
		GUI rewrite to GNOME/GTK
		Key accelerators to menu
		certificate renewal

	It might require perl 5.6.x to proper operation.
		
>How-To-Repeat:
	apply this diff.
>Fix:

diff -ruN tinyca.bak/Makefile tinyca/Makefile
--- tinyca.bak/Makefile	Sun Aug 31 10:49:28 2003
+++ tinyca/Makefile	Tue Sep  2 16:35:39 2003
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	tinyca
-PORTVERSION=	0.4.9
+PORTVERSION=	0.5.2
 CATEGORIES=	security net
 MASTER_SITES=	http://tinyca.sm-zone.net/
 
 MAINTAINER=	Janos.Mohacsi@bsd.hu
 COMMENT=	Simple graphical interface to manage a small Certification Authority
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
+RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
 		${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
 		zip:${PORTSDIR}/archivers/zip
 
diff -ruN tinyca.bak/distinfo tinyca/distinfo
--- tinyca.bak/distinfo	Sun Aug 31 10:49:28 2003
+++ tinyca/distinfo	Tue Sep  2 16:33:32 2003
@@ -1 +1 @@
-MD5 (tinyca-0.4.9.tar.gz) = eabbf1023c77c2e0e0b8300999462f83
+MD5 (tinyca-0.5.2.tar.gz) = b7988cf7f826df8b1c36a64c6d915fe5
diff -ruN tinyca.bak/files/patch-tinyca tinyca/files/patch-tinyca
--- tinyca.bak/files/patch-tinyca	Sun Aug 31 10:49:28 2003
+++ tinyca/files/patch-tinyca	Tue Sep  2 16:33:32 2003
@@ -1,15 +1,15 @@
---- tinyca.orig	Thu Jul  3 19:20:48 2003
-+++ tinyca	Thu Jul 17 11:21:29 2003
+--- tinyca.orig	Wed Aug 27 22:42:02 2003
++++ tinyca	Tue Sep  2 15:47:09 2003
 @@ -18,7 +18,7 @@
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  
--BEGIN { push(@INC, './lib'); } # put here the location of the modules
-+BEGIN { push(@INC, '%%SITE_PERL%%/tinyca'); } # put here the location of the modules
+-BEGIN { push(@INC, './lib'); # put here the location of the modules
++BEGIN { push(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
+ }
  
  use strict;
- 
-@@ -47,7 +47,7 @@
+@@ -50,7 +50,7 @@
  
  # location of openssl
  $init->{'opensslbin'} = "/usr/bin/openssl";
@@ -18,7 +18,7 @@
  
  if(not -x $init->{'opensslbin'}) {
     printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
-@@ -61,7 +61,7 @@
+@@ -64,7 +64,7 @@
  }
  
  # directory with the templates

>Release-Note:
>Audit-Trail:
>Unformatted:



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