From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 19:37:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C629537B401; Mon, 12 May 2003 19:37:20 -0700 (PDT) Received: from drago.fomokka.net (drago.fomokka.net [140.117.205.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8DD143F3F; Mon, 12 May 2003 19:37:18 -0700 (PDT) (envelope-from foxfair@drago.fomokka.net) Received: from drago.fomokka.net (szcdsd@localhost [127.0.0.1]) by drago.fomokka.net (8.12.9/8.12.8) with ESMTP id h4D2bAt2031243; Tue, 13 May 2003 10:37:11 +0800 (CST) (envelope-from foxfair@drago.fomokka.net) Received: (from foxfair@localhost) by drago.fomokka.net (8.12.9/8.12.8/Submit) id h4D2bAKs031242; Tue, 13 May 2003 10:37:10 +0800 (CST) Date: Tue, 13 May 2003 10:37:10 +0800 From: Foxfair Hu To: cultdeadsheep.org@drago.fomokka.net Message-ID: <20030513023710.GA31184@drago.fomokka.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline X-PGP-Fingerprint: E05E A572 2F0C 166E 3711 17C7 B168 790B 0DC2 57EA X-PGP-KeyID: 1024D/0x0DC257EA User-Agent: Mutt/1.5.3i cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/48721: [update orphan ports] : archivers/makeself X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: foxfair@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 02:37:21 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, another patch for makeself/2.1.1 according to our ports tree(1.5.3). Please take time to review it. Foxfair diff -ruN /usr/ports/archivers/makeself/Makefile ./Makefile --- /usr/ports/archivers/makeself/Makefile Fri Mar 21 00:57:40 2003 +++ ./Makefile Tue May 13 10:05:27 2003 @@ -6,23 +6,25 @@ # =20 PORTNAME=3D makeself -PORTVERSION=3D 1.5.3 +PORTVERSION=3D 2.1.1 CATEGORIES=3D archivers -MASTER_SITES=3D http://linuxberg.tele.net/files/console/file/ -EXTRACT_SUFX=3D .gz.sh +MASTER_SITES=3D http://www.megastep.org/makeself/ +DISTNAME=3D ${PORTNAME} +EXTRACT_SUFX=3D .run =20 MAINTAINER=3D ports@FreeBSD.org COMMENT=3D A neat script to make self-extracting archives =20 +WRKSRC=3D ${WRKDIR}/${DISTNAME}-${PORTVERSION} EXTRACT_CMD=3D ${CP} EXTRACT_BEFORE_ARGS=3D -EXTRACT_AFTER_ARGS=3D ${WRKDIR} +EXTRACT_AFTER_ARGS=3D ${WRKSRC} NO_BUILD=3D yes =20 # The DISPLAY thing is to prevent the script from trying to launch a xterm # just to extract the source. pre-patch: - (cd ${WRKDIR} && ${SETENV} DISPLAY=3D"" ${SH} ${DISTFILES}) + (cd ${WRKDIR} && ${SETENV} DISPLAY=3D"" ${SH} ${PORTNAME}) =20 do-install: @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself diff -ruN /usr/ports/archivers/makeself/distinfo ./distinfo --- /usr/ports/archivers/makeself/distinfo Sat Jul 7 11:47:49 2001 +++ ./distinfo Tue May 13 10:34:15 2003 @@ -1 +1 @@ -MD5 (makeself-1.5.3.gz.sh) =3D 41608cac2b9c01dc44c08c96dc5ac3bf +MD5 (makeself.run) =3D b74624c61b8de3e7dbf6d9d7316248db --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD4DBQE+wFpWsWh5Cw3CV+oRAtcgAJjK2eIRW3MtTyFJuKQKqk9ZQOmxAJ9y6J9K Qrp0r7y2pe+JpaW2ApibVg== =L8ds -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--