From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 8 22:02:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5806B106566C; Sun, 8 Nov 2009 22:02:12 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 13A078FC13; Sun, 8 Nov 2009 22:02:11 +0000 (UTC) Received: from vixen42.vulpes (unknown [192.168.14.1]) (Authenticated sender: vvelox) by vulpes.vvelox.net (Postfix) with ESMTP id D5200B842; Sun, 8 Nov 2009 16:01:55 -0600 (CST) Date: Sun, 8 Nov 2009 16:03:08 -0600 From: "Zane C.B." To: miwi@FreeBSD.org Message-ID: <20091108160308.20b75fd3@vixen42.vulpes> In-Reply-To: <200911081709.nA8H9HNW014920@freefall.freebsd.org> References: <200911081709.nA8H9HNW014920@freefall.freebsd.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/DBc+GaT=KOvE3tu2VD.AtYA"; protocol="application/pgp-signature" Cc: freebsd-ports-bugs@FreeBSD.org, jilles@stack.nl, bug-followup@FreeBSD.org Subject: Re: ports/140389: shells/shell-include: syntax error in install script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 22:02:12 -0000 --Sig_/DBc+GaT=KOvE3tu2VD.AtYA Content-Type: multipart/mixed; boundary="MP_/MRehB5ZxCf8Rwh02U0gfD4q" --MP_/MRehB5ZxCf8Rwh02U0gfD4q Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thanks! I've updated it to 0.1.2. --MP_/MRehB5ZxCf8Rwh02U0gfD4q Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=shell-include.diff diff -u shell-include.orig/Makefile shell-include/Makefile --- shell-include.orig/Makefile 2007-04-20 16:36:35.000000000 -0500 +++ shell-include/Makefile 2009-11-08 16:00:01.000000000 -0600 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D shell-include -PORTVERSION=3D 0.1.1 +PORTVERSION=3D 0.1.2 CATEGORIES=3D shells devel MASTER_SITES=3D http://vvelox.net/src/shell-include/ DISTNAME=3D ${PORTNAME}-${PORTVERSION} @@ -23,7 +23,7 @@ =20 MAN7=3D shell-include.7 =20 -WRKSRC=3D ${WRKDIR}/${PORTNAME} +WRKSRC=3D ${WRKDIR}/${DISTNAME} =20 #nothing to configure do-configure: @@ -34,6 +34,6 @@ @${ECHO} -n =20 do-install: - @${EXEC} cd ${WRKDIR}/${PORTNAME}/ ; ${WRKDIR}/${PORTNAME}/install ${PREF= IX} + @${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX} =20 .include diff -u shell-include.orig/distinfo shell-include/distinfo --- shell-include.orig/distinfo 2007-04-20 16:36:35.000000000 -0500 +++ shell-include/distinfo 2009-11-08 16:00:18.000000000 -0600 @@ -1,3 +1,3 @@ -MD5 (shell-include-0.1.1.tgz) =3D 2a08625a72c118fb4040e087e5f61a29 -SHA256 (shell-include-0.1.1.tgz) =3D fac3ae3e9b05dbefc9ddb01c6dffbbbd11842= 8ec3a6b256fb124616bfb73052d -SIZE (shell-include-0.1.1.tgz) =3D 4039 +MD5 (shell-include-0.1.2.tgz) =3D e0b6faa58235e541ce4e7931f52ac85f +SHA256 (shell-include-0.1.2.tgz) =3D 56ce1fc07589b36a7e880b5ceede7140f0566= de0d0c7bf73adc958cd6807014f +SIZE (shell-include-0.1.2.tgz) =3D 4051 --MP_/MRehB5ZxCf8Rwh02U0gfD4q-- --Sig_/DBc+GaT=KOvE3tu2VD.AtYA Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkr3QB8ACgkQC1tfcMGJid5i+wCdEmQdUP1rOEEzRbZPvFyek0Nt cU0Anjgjq45XxRnissfTN3IavXCC2oXC =EY4o -----END PGP SIGNATURE----- --Sig_/DBc+GaT=KOvE3tu2VD.AtYA--