updating freebsd port for 0.25
[monkeysphere.git] / packaging / freebsd / security / monkeysphere / Makefile
index ba293eaa62b59c0d4dd8530706b0537de99e8027..1260a40cd3ed4ff9829ea2af800546c6e0050129 100644 (file)
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=      monkeysphere
-PORTVERSION=   0.24
+PORTVERSION=   0.25
 CATEGORIES=    security
 MASTER_SITES=  http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 # hack for debian orig tarballs
-DISTNAME=      ${PORTNAME}_${DISTVERSION}
-EXTRACT_SUFX=  .orig.tar.gz
+DISTFILES=     ${PORTNAME}_${DISTVERSION}.orig.tar.gz
 
 MAINTAINER=    dkg@fifthhorseman.net
 COMMENT=       Use the OpenPGP web of trust to verify ssh connections
@@ -20,7 +19,7 @@ RUN_DEPENDS=  gpg:${PORTSDIR}/security/gnupg1 \
                lockfile:${PORTSDIR}/mail/procmail \
                bash:${PORTSDIR}/shells/bash \
                ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
-               ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+               ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
 
 MAN1=          monkeysphere.1 openpgp2ssh.1 pem2openpgp.1
 MAN7=          monkeysphere.7
@@ -50,6 +49,8 @@ post-patch:
          ${WRKSRC}/src/monkeysphere-host \
          ${WRKSRC}/src/monkeysphere-authentication \
          ${WRKSRC}/src/monkeysphere
+       # and clean up cruft from the sed replacements:
+       ${FIND} ${WRKSRC} -name '*.bak' -delete
 
 post-install:
        @if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere.conf ]; then \