mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Update to 0.72
PR: ports/95289 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
parent
c39f144013
commit
fd0a0a57ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159614
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tinyca
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://tinyca.sm-zone.net/ \
|
||||
http://tinyca.sm-zone.net/old/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tinyca2-0.7.0.tar.bz2) = a8a7b398876811c2cc961a2b922f8f8c
|
||||
SHA256 (tinyca2-0.7.0.tar.bz2) = cba1d762689505a7cfb3f93d803c73100a8ae33c35223bba786e1db5af26367b
|
||||
SIZE (tinyca2-0.7.0.tar.bz2) = 104186
|
||||
MD5 (tinyca2-0.7.2.tar.bz2) = 9cec03a044e81d2c204c6ca08c74846f
|
||||
SHA256 (tinyca2-0.7.2.tar.bz2) = 133b126856b5f1d2489c2d64ffe0b0a78fe6d1f8fe0305a844403a54af639d0e
|
||||
SIZE (tinyca2-0.7.2.tar.bz2) = 147536
|
||||
|
@ -7,21 +7,23 @@ $FreeBSD$
|
||||
# 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 { 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;
|
||||
@@ -53,7 +53,7 @@
|
||||
@@ -53,8 +53,8 @@
|
||||
|
||||
# location of openssl
|
||||
$init->{'opensslbin'} = "/usr/bin/openssl";
|
||||
-$init->{'zipbin'} = "/usr/bin/zip";
|
||||
-$init->{'tarbin'} = "/bin/tar";
|
||||
+$init->{'zipbin'} = "%%PREFIX%%/bin/zip";
|
||||
+$init->{'tarbin'} = "/usr/bin/tar";
|
||||
|
||||
if(not -x $init->{'opensslbin'}) {
|
||||
printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
|
||||
@@ -67,7 +67,7 @@
|
||||
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
# directory with the templates
|
||||
|
Loading…
Reference in New Issue
Block a user