diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:27:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:27:52 +0000 |
commit | fd0a0a57ed2ccbcc4797783631e7bc3210807f41 (patch) | |
tree | 30ad58d59025abcc686317e8ad64ad9b26cb0532 | |
parent | c39f14401355954a0c5d01b7a2a0a655ee06a993 (diff) | |
download | freebsd-ports-fd0a0a57ed2ccbcc4797783631e7bc3210807f41.zip |
- Update to 0.72
PR: ports/95289
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
-rw-r--r-- | security/tinyca/Makefile | 2 | ||||
-rw-r--r-- | security/tinyca/distinfo | 6 | ||||
-rw-r--r-- | security/tinyca/files/patch-tinyca2 | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 40d07438b0a3..d15817030b82 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -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/ diff --git a/security/tinyca/distinfo b/security/tinyca/distinfo index 9b2c38c8488d..dfe3ad29d9a8 100644 --- a/security/tinyca/distinfo +++ b/security/tinyca/distinfo @@ -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 diff --git a/security/tinyca/files/patch-tinyca2 b/security/tinyca/files/patch-tinyca2 index eaa994fef8ad..f008fb96a795 100644 --- a/security/tinyca/files/patch-tinyca2 +++ b/security/tinyca/files/patch-tinyca2 @@ -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 |