On 12/14/10, Miklos Vajna <[email protected]> wrote: > > This does not apply here as you wrapped long lines in the mail. Please > don't do so (and resend the patch) or attach the patch, that should > work. :)
Oops. Forgot, GMail does that. Attached. Only did one so I get it right before sending the others. Thanks Brendan
From 9a16b52891cea994f7d19b0568d07958a2799ab7 Mon Sep 17 00:00:00 2001 From: Brendan Oakley <[email protected]> Date: Mon, 13 Dec 2010 22:23:56 -0800 Subject: [PATCH] network-extra/openvpn ported to ppc Status: RO Content-Length: 827 Lines: 19 --- source/network-extra/openvpn/FrugalBuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/network-extra/openvpn/FrugalBuild b/source/network-extra/openvpn/FrugalBuild index dfe6fe8..8179466 100644 --- a/source/network-extra/openvpn/FrugalBuild +++ b/source/network-extra/openvpn/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="A secure tunneling daemon" url="http://www.openvpn.org/" depends=('openssl>=1.0.0' 'lzo') groups=('network-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://openvpn.net/release/?C=M&O=D' |grep -v beta| grep '$pkgname.*.tar.\(gz\|bz2\)' | sed -ne 's|.*$pkgname-\(.*\).tar.*|\1|g;1 p'" source=(http://www.openvpn.net/release/$pkgname-$pkgver.tar.gz rc.openvpn) sha1sums=('91058e78c58c2e66298c7132bea1ddba52baaa82' \ -- 1.7.3.3
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
