ports/48721: [update orphan ports] : archivers/makeself

Foxfair Hu foxfair at drago.fomokka.net
Tue May 13 02:37:21 UTC 2003


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 @@
 #
 
 PORTNAME=	makeself
-PORTVERSION=	1.5.3
+PORTVERSION=	2.1.1
 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 at FreeBSD.org
 COMMENT=	A neat script to make self-extracting archives
 
+WRKSRC=		${WRKDIR}/${DISTNAME}-${PORTVERSION}
 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})
+	(cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${PORTNAME})
 
 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) = 41608cac2b9c01dc44c08c96dc5ac3bf
+MD5 (makeself.run) = b74624c61b8de3e7dbf6d9d7316248db
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20030513/7ee9af72/attachment.sig>


More information about the freebsd-ports-bugs mailing list