diff options
author | krion <krion@FreeBSD.org> | 2003-09-03 02:44:25 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-03 02:44:25 +0800 |
commit | 4417d8610810eac68c1a16911dd417ddcdfeff67 (patch) | |
tree | b92d6232999c36274d7a34c8bd6d79a26cb5fb14 /security/tinyca | |
parent | 202bee72fb8eb1b5318b736879c29ec3d9e8246e (diff) | |
download | freebsd-ports-graphics-4417d8610810eac68c1a16911dd417ddcdfeff67.tar.gz freebsd-ports-graphics-4417d8610810eac68c1a16911dd417ddcdfeff67.tar.zst freebsd-ports-graphics-4417d8610810eac68c1a16911dd417ddcdfeff67.zip |
- Update to version 0.5.2
o GUI rewrite to GNOME/GTK
o Key accelerators to menu
certificate renewal
PR: 56318
Submitted by: maintainer
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 4 | ||||
-rw-r--r-- | security/tinyca/distinfo | 2 | ||||
-rw-r--r-- | security/tinyca/files/patch-tinyca | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 624b76bcef9..06114720bb5 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -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 --git a/security/tinyca/distinfo b/security/tinyca/distinfo index 1fb694d799d..4be2bfc92c5 100644 --- a/security/tinyca/distinfo +++ b/security/tinyca/distinfo @@ -1 +1 @@ -MD5 (tinyca-0.4.9.tar.gz) = eabbf1023c77c2e0e0b8300999462f83 +MD5 (tinyca-0.5.2.tar.gz) = b7988cf7f826df8b1c36a64c6d915fe5 diff --git a/security/tinyca/files/patch-tinyca b/security/tinyca/files/patch-tinyca index c8d200f0e7f..8ac25617707 100644 --- a/security/tinyca/files/patch-tinyca +++ b/security/tinyca/files/patch-tinyca @@ -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 |