Index: Makefile =================================================================== RCS file: /mnt/CVS-FreeBSD/FreeBSD/ports/archivers/makeself/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 20 Feb 2003 16:44:15 -0000 1.11 +++ Makefile 5 Mar 2003 13:58:33 -0000 @@ -6,25 +6,28 @@ # PORTNAME= makeself -PORTVERSION= 1.5.3 +PORTVERSION= 2.1.0 CATEGORIES= archivers -MASTER_SITES= http://linuxberg.tele.net/files/console/file/ -EXTRACT_SUFX= .gz.sh +MASTER_SITES= http://www.megastep.org/makeself/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= A neat script to make self-extracting archives EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= ${WRKDIR} +EXTRACT_AFTER_ARGS= ${WRKSRC} NO_BUILD= yes # 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="" ${SH} ${DISTFILES}) + ${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION} + (cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${PORTNAME}-${PORTVERSION}) do-install: @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself .include + Index: distinfo =================================================================== RCS file: /mnt/CVS-FreeBSD/FreeBSD/ports/archivers/makeself/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 7 Jul 2001 03:47:49 -0000 1.4 +++ distinfo 5 Mar 2003 13:58:33 -0000 @@ -1 +1 @@ -MD5 (makeself-1.5.3.gz.sh) = 41608cac2b9c01dc44c08c96dc5ac3bf +MD5 (makeself.run) = e57ca60423f0088c566a5c0edc50d672 Index: pkg-descr =================================================================== RCS file: /mnt/CVS-FreeBSD/FreeBSD/ports/archivers/makeself/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 10 Dec 1999 15:21:48 -0000 1.1 +++ pkg-descr 5 Mar 2003 13:58:33 -0000 @@ -4,7 +4,7 @@ It's sorta like the Windows winzip self-extracting archives. -WWW: http://www.lokigames.com/~megastep/makeself/ +WWW: http://www.megastep.org/makeself/ Author: Stephane Peter - Will