From b57e121a2e1ec7a315c4ba456fafea8c6f9ed33a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 30 Oct 2008 17:27:10 -0400 Subject: [PATCH] make build-freebsd-distinfo match the changed location of the packaging. --- utils/build-freebsd-distinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/build-freebsd-distinfo b/utils/build-freebsd-distinfo index 5d4a2e8..a333ba7 100755 --- a/utils/build-freebsd-distinfo +++ b/utils/build-freebsd-distinfo @@ -6,6 +6,6 @@ VERSION=`head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` echo "MD5 (monkeysphere_${VERSION}.orig.tar.gz) =" $(md5sum "monkeysphere_${VERSION}.orig.tar.gz" | cut -f1 -d\ ) echo "SHA256 (monkeysphere_${VERSION}.orig.tar.gz) =" $(sha256sum "monkeysphere_${VERSION}.orig.tar.gz" | cut -f1 -d\ ) echo "SIZE (monkeysphere_${VERSION}.orig.tar.gz) =" $(stat -c %s "monkeysphere_${VERSION}.orig.tar.gz") -} > packaging/freebsd/distinfo +} > packaging/freebsd/security/monkeysphere/distinfo -sed -i~ 's/^PORTVERSION=.*$/PORTVERSION= '"${VERSION}"/ packaging/freebsd/Makefile +sed -i~ 's/^PORTVERSION=.*$/PORTVERSION= '"${VERSION}"/ packaging/freebsd/security/monkeysphere/Makefile -- 2.25.1