X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id A10A1DC026C for ; Thu, 4 Jun 2015 14:53:51 +0000 (UTC) Received: from st11p00im-asmtp002.me.com (st11p00im-amstp002.me.com [17.172.80.96]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 69449DC0263 for ; Thu, 4 Jun 2015 14:53:46 +0000 (UTC) Received: from st.ilet.to (st.ilet.to [31.193.133.175]) by st11p00im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NPF00BDQDDJN100@st11p00im-asmtp002.me.com> for alpine-aports@lists.alpinelinux.org; Thu, 04 Jun 2015 14:53:45 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-06-04_08:2015-06-03,2015-06-04,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1506040199 Date: Thu, 04 Jun 2015 14:53:41 +0000 (UTC) From: ScrumpyJack X-X-Sender: nicholas@st.ilet.to To: Natanael Copa Cc: Alpine Aports List Subject: Re: [alpine-aports] [PATCH] testing/moc: new aport In-reply-to: <20150604144238.7bee801d@ncopa-desktop.alpinelinux.org> Message-id: References: <20150604144238.7bee801d@ncopa-desktop.alpinelinux.org> User-Agent: Alpine 2.20 (LNX 67 2015-01-07) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 4 Jun 2015, Natanael Copa wrote: > On Fri, 29 May 2015 07:55:15 +0000 (UTC) > ScrumpyJack wrote: > > > > > MOC is a console audio player > > http://moc.daper.net/ > > --- > > testing/moc/APKBUILD | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/testing/moc/APKBUILD b/testing/moc/APKBUILD > > index 6b70518..65dbd89 100644 > > --- a/testing/moc/APKBUILD > > +++ b/testing/moc/APKBUILD > > @@ -24,6 +24,7 @@ prepare() { > > *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; > > esac > > done > > + update_config_sub || return 1 > > } > > > > build() { > > commit message does not correspond to patch. Was the intention to send > a patch with a new aport or was it to send a build fix (adding > update_config_sub) to an existing aport? This is a patch for a build fix. The APKBUID patch was sent to the alpine-devel mailing list by mistake, and was broken, hense this fix. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---