Date: Sun, 8 Nov 2009 16:03:08 -0600 From: "Zane C.B." <vvelox@vvelox.net> To: miwi@FreeBSD.org 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 Message-ID: <20091108160308.20b75fd3@vixen42.vulpes> In-Reply-To: <200911081709.nA8H9HNW014920@freefall.freebsd.org> References: <200911081709.nA8H9HNW014920@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <bsd.port.mk> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091108160308.20b75fd3>