diff options
author | sem <sem@FreeBSD.org> | 2004-12-18 16:46:59 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-18 16:46:59 +0000 |
commit | 7b026c756096e3ccf2091a4085febd671a1f7f7f (patch) | |
tree | f12a1cb87e846734f85b01fa4961cf2e89e72431 /security | |
parent | adb5ac8c669b6825b100bd6f51559c5d4855c930 (diff) | |
download | FreeBSD-ports-7b026c756096e3ccf2091a4085febd671a1f7f7f.zip FreeBSD-ports-7b026c756096e3ccf2091a4085febd671a1f7f7f.tar.gz |
- Update to 0.6.7
- Fix config file name (tinyca.cnf -> tinyca.cnf.sample)
- Switch to bzip2 distfile
PR: ports/75219
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/tinyca/Makefile | 7 | ||||
-rw-r--r-- | security/tinyca/distinfo | 4 | ||||
-rw-r--r-- | security/tinyca/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index a5c136b..fdbe048 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 70d2da4..e38cafd 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 9ab5b26..584c723 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 |