aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-18 16:46:59 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-18 16:46:59 +0000
commitc13fd51d31964cff5058a76eb40fc537b8343abc (patch)
treedf7c999e1af18699e6a63463474a110dde3fee00
parent6c8be6a65ad755456770c8173c949a5383833235 (diff)
downloadports-c13fd51d31964cff5058a76eb40fc537b8343abc.tar.gz
ports-c13fd51d31964cff5058a76eb40fc537b8343abc.zip
- Update to 0.6.7
- Fix config file name (tinyca.cnf -> tinyca.cnf.sample) - Switch to bzip2 distfile PR: ports/75219 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=124391
-rw-r--r--security/tinyca/Makefile7
-rw-r--r--security/tinyca/distinfo4
-rw-r--r--security/tinyca/pkg-plist1
3 files changed, 7 insertions, 5 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile
index a5c136b56418..fdbe048d098a 100644
--- a/security/tinyca/Makefile
+++ b/security/tinyca/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= tinyca
-PORTVERSION= 0.6.6
+PORTVERSION= 0.6.7
CATEGORIES= security net
MASTER_SITES= http://tinyca.sm-zone.net/ \
http://tinyca.sm-zone.net/old/
-MAINTAINER= Janos.Mohacsi@bsd.hu
+MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Simple graphical interface to manage a small Certification Authority
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnom
zip:${PORTSDIR}/archivers/zip \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+USE_BZIP2= yes
USE_PERL5= yes
USE_OPENSSL= yes
NO_BUILD= yes
@@ -35,7 +36,7 @@ do-install:
.for file in ${LIB2_FILES}
@${INSTALL_DATA} ${WRKSRC}/lib/GUI/${file} ${SITE_PERL}/${PORTNAME}/GUI
.endfor
- @${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${PREFIX}/etc/tinyca.cnf
+ @${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${PREFIX}/etc/tinyca.cnf.sample
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" -e "s:%%SITE_PERL%%:${SITE_PERL}:g" \
${WRKSRC}/tinyca >${WRKSRC}/tinyca.new
@${INSTALL_SCRIPT} ${WRKSRC}/tinyca.new ${PREFIX}/bin/tinyca
diff --git a/security/tinyca/distinfo b/security/tinyca/distinfo
index 70d2da49bfbb..e38cafdf73c0 100644
--- a/security/tinyca/distinfo
+++ b/security/tinyca/distinfo
@@ -1,2 +1,2 @@
-MD5 (tinyca-0.6.6.tar.gz) = 4da34ffc6de64484ccd77400d764fd7c
-SIZE (tinyca-0.6.6.tar.gz) = 152810
+MD5 (tinyca-0.6.7.tar.bz2) = e517b0bf86918330e65c2ebb32b22541
+SIZE (tinyca-0.6.7.tar.bz2) = 111989
diff --git a/security/tinyca/pkg-plist b/security/tinyca/pkg-plist
index 9ab5b263b94f..584c7234deb0 100644
--- a/security/tinyca/pkg-plist
+++ b/security/tinyca/pkg-plist
@@ -1,4 +1,5 @@
bin/tinyca
+etc/tinyca.cnf.sample
%%SITE_PERL%%/tinyca/CA.pm
%%SITE_PERL%%/tinyca/CERT.pm
%%SITE_PERL%%/tinyca/GUI.pm