head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.07.12.36.46;	author stefan;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.15.16.27.52;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.06.16.15.51.40;	author novel;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@
$FreeBSD: head/security/tinyca/files/patch-tinyca2 300897 2012-07-14 14:29:18Z beat $

--- tinyca2.orig
+++ tinyca2
@@@@ -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 { unshift(@@INC, './lib'); # put here the location of the modules
+BEGIN { unshift(@@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
 }
 
 use strict;
@@@@ -55,9 +55,9 @@@@
 my $init = {};
 
 # location of openssl
-$init->{'opensslbin'} = "/usr/bin/openssl";
-$init->{'zipbin'} = "/usr/bin/zip";
-$init->{'tarbin'} = "/bin/tar";
+$init->{'opensslbin'} = "%%OPENSSLBASE%%/bin/openssl";
+$init->{'zipbin'} = "%%PREFIX%%/bin/zip";
+$init->{'tarbin'} = "/usr/bin/tar";
 
 if(not -x $init->{'opensslbin'}) {
    printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
@@@@ -76,7 +76,7 @@@@
 }
 
 # directory with the templates
-$init->{'templatedir'} = "./templates";
+$init->{'templatedir'} = "%%PREFIX%%/etc";
 
 if(not -d $init->{'templatedir'}) {
    print gettext("Can't find templatedir.\n");
@


1.3
log
@Respect OPENSSLBASE.

PR:		116986 [1], 109041 [2]
Submitted by:	maintainer [1], supraexpress@@globaleyes.net [2]
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@- Update to 0.72

PR:		ports/95289
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d15 2
a16 1
@@@@ -53,8 +53,8 @@@@
d19 1
a19 1
 $init->{'opensslbin'} = "/usr/bin/openssl";
d22 1
d28 1
a28 1
@@@@ -73,7 +73,7 @@@@
@


1.1
log
@Update to 0.7.0.

PR:		82322
Submitted by:	Janos Mohacsi (maintainer)
@
text
@d10 2
a11 2
-BEGIN { push(@@INC, './lib'); # put here the location of the modules
+BEGIN { push(@@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
d15 1
a15 1
@@@@ -53,7 +53,7 @@@@
d20 1
d22 1
d26 1
a26 1
@@@@ -67,7 +67,7 @@@@
@

