Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 06:00:20 -0800 (PST)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48721: [update orphan ports] : archivers/makeself
Message-ID:  <200303051400.h25E0K7U065434@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48721; it has been noted by GNATS.

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/48721: [update orphan ports] : archivers/makeself
Date: Wed, 5 Mar 2003 14:55:37 +0100

 Update to 2.1.0.
 
 Reported by : kris
 
 
 diff -Nru makeself.orig/Makefile makeself/Makefile
 --- makeself.orig/Makefile	Wed Mar  5 14:42:19 2003
 +++ makeself/Makefile	Wed Mar  5 14:32:51 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	makeself
 -PORTVERSION=	2.0.1
 +PORTVERSION=	2.1.0
  CATEGORIES=	archivers
  MASTER_SITES=	http://www.megastep.org/makeself/
  DISTNAME=	${PORTNAME}
 @@ -15,7 +15,7 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A neat script to make self-extracting archives
  
 -WRKSRC=		${WRKDIR}/${DISTNAME}-${PORTVERSION}
 +WRKSRC=		${WRKDIR}/${DISTNAME}
  EXTRACT_CMD=	${CP}
  EXTRACT_BEFORE_ARGS=
  EXTRACT_AFTER_ARGS=	${WRKSRC}
 @@ -24,7 +24,8 @@
  # 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
 diff -Nru makeself.orig/distinfo makeself/distinfo
 --- makeself.orig/distinfo	Wed Mar  5 14:42:19 2003
 +++ makeself/distinfo	Wed Mar  5 14:29:22 2003
 @@ -1 +1 @@
 -MD5 (makeself.run) = ee12cb7185f28f4646de3e8eacf5cda4
 +MD5 (makeself.run) = e57ca60423f0088c566a5c0edc50d672

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303051400.h25E0K7U065434>